<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Josh Harrison &#187; General</title>
	<atom:link href="http://picklewagon.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://picklewagon.com</link>
	<description>Not Bad For A Vampire</description>
	<lastBuildDate>Thu, 10 May 2012 06:29:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPress Plugins as Frameworks</title>
		<link>http://picklewagon.com/2011/09/26/wordpress-plugins-as-frameworks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-plugins-as-frameworks</link>
		<comments>http://picklewagon.com/2011/09/26/wordpress-plugins-as-frameworks/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 06:32:23 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://picklewagon.com/?p=503</guid>
		<description><![CDATA[I noticed earlier today an interesting video in the WordPress.tv feed. Marc Lavallee &#38; Wes Lindamood: Plugins are Blueprints talk about how they use plugins as a starting point to get to an end. I like what they had to say. It reminded &#8230; <a href="http://picklewagon.com/2011/09/26/wordpress-plugins-as-frameworks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I noticed earlier today an interesting video in the WordPress.tv feed. <a href="http://wordpress.tv/2011/09/25/marc-lavallee-wes-lindamood-plugins-are-blueprints/">Marc Lavallee &amp; Wes Lindamood: Plugins are Blueprints</a> talk about how they use plugins as a starting point to get to an end. I like what they had to say. It reminded me of what WordPress plugins are missing.</p>
<p>A few years ago, my thinking shifted in how WordPress plugins should be developed. Let me explain.</p>
<p>WordPress has evolved into a platform. You can build a site with just a blog or a project management system using the plugin API. The ways WordPress can be extended is the main reason I started using it and developing for it.</p>
<p>When a new feature gets added in WordPress, the core developers take into very careful consideration how both plugin developers and theme authors will want to extend it and then make it very easy to do so. They often add new hooks and filters for features that have already been in place. In short, they want the platform to be extended and make it easy to do so.</p>
<p>Even themes have been moving to a parent/child relationship. Many theme frameworks have been developed that at first glance are very plain. But after looking at code, you can see many hooks and filters added to make creating a child theme so much easier.</p>
<p>As a plugin developer, I think plugins could learn from this.</p>
<p>There are so many plugins for WordPress. Many are available for free download on the WordPress.org plugins site. A lot of these plugins were written by the author for a specific purpose. I think it is great that these people have released their plugins for others to use.</p>
<p>It is safe to say that most of these plugins were not written as a framework. Many of them shouldn&#8217;t be. Doing so would make WordPress an even more powerful framework.</p>
<p><img class="size-full wp-image-507 alignleft" title="legos" src="http://picklewagon.com/wp-content/uploads/2011/09/legos.png" alt="" width="210" height="210" />Instead of blueprints, we should be providing ways to extend the plugins. We should provide ways to override the options panels. We should provide ways to change the behavior of a plugin. We should keep in mind that while developing plugins for a certain purpose, we can add a few more lines of code and let other developers change the plugin to do what they want.</p>
<p>There are various ways this can be done. Let me give some examples:</p>
<ul>
<li>There are so many Twitter clients. How many of these clients have provided actions and hooks for plugin developers to quickly add custom functionality for a client?</li>
<li>I have used some plugins with many pages of options. Have you ever configured a plugin on a test site and then had to manually copy over the options to the production site? Wouldn&#8217;t it be so much easier to provide a way to disable to the options panels and configure in a &#8216;child&#8217; plugin?</li>
</ul>
<p>There are many more examples. Can you think of any?</p>
<p>Some plugins are doing a great job of this. Personally, I know I need to revisit some plugins and do better at this. More than anything, it requires a shift in how we are thinking of plugins.</p>
<p>Let&#8217;s make plugins frameworks instead of blueprints.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2011/09/26/wordpress-plugins-as-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 Support Added To The Picklewagon Theme</title>
		<link>http://picklewagon.com/2009/01/06/wordpress-27-support-added-to-the-picklewagon-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-27-support-added-to-the-picklewagon-theme</link>
		<comments>http://picklewagon.com/2009/01/06/wordpress-27-support-added-to-the-picklewagon-theme/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 12:54:34 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Picklewagon WordPress Theme]]></category>
		<category><![CDATA[wordpress2.7]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/?p=246</guid>
		<description><![CDATA[I have bene very happy with the progress WordPress is making with its releases. They are adding a lot of good features fairly quickly. With all of the changes on the backend, the theming changes added to 2.7 haven&#8217;t received &#8230; <a href="http://picklewagon.com/2009/01/06/wordpress-27-support-added-to-the-picklewagon-theme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have bene very happy with the progress WordPress is making with its releases. They are adding a lot of good features fairly quickly. With all of the changes on the backend, <a href="http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7" target="_self">the theming changes added to 2.7</a> haven&#8217;t received a lot of attention.</p>
<p>The changes that have been added:</p>
<ul>
<li>Threaded Comments</li>
<li>Post Classes</li>
<li>Sticky Posts</li>
</ul>
<p>I also fixed a few minor bugs. Also, if your blog is using 2.7, you will automatically have your comments upgraded to use threaded comments. Otherwise, your blog will continue to have regular comments. I have seen some themes have an option to turn on threaded comments. If this is a wanted feature, I would be happy to add it.</p>
<p>Currently, I am working on a few projects and have been looking at a lot of themes. Not very many themes have added 2.7 support yet. I was surprised. Hopefully, theme developers can find time to add these features so that WordPress users can enjoy the new functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2009/01/06/wordpress-27-support-added-to-the-picklewagon-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Twitter Now</title>
		<link>http://picklewagon.com/2008/10/30/using-twitter-now/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-twitter-now</link>
		<comments>http://picklewagon.com/2008/10/30/using-twitter-now/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 21:33:47 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/?p=219</guid>
		<description><![CDATA[A long time ago, I signed up for Twitter but have used it very little since. I used it privately in the past, mostly when we had our last child. I used it as a log of the night&#8217;s events. &#8230; <a href="http://picklewagon.com/2008/10/30/using-twitter-now/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A long time ago, I signed up for <a href="http://twitter.com">Twitter</a> but have used it very little since. I used it privately in the past, mostly when we had our last child. I used it as a log of the night&#8217;s events.</p>
<p>Since then, I have tried to avoid Twitter and thought of some good excuses to do so. I wanted to use it on my own domain to do updates on family life. I can use <a href="http://laconi.ca/" target="_self">laconi.ca</a> for that. I didn&#8217;t want it to be just another thing I had to use to connect with people. I can barely update my blog. Then it was always offline. Since it has gotten better.</p>
<p>Enough with the excuses. Lately I have been thinking of how I can use Twitter together with the blog. I just have to do it now. I think it will be fun. My profile can be found at <a href="http://twitter.com/joshh">twitter.com/joshh</a>.</p>
<p>In the future, I would like to add my feed to this blog. When I get time it will happen.</p>
<p>Still I see big value in getting a service such as laconi.ca working on your own domain. But this is not one of those cases. I am going to take advantage of the large user base on Twitter.</p>
<p>For those of you who aren&#8217;t familiar with Twitter, here is a quick video on YouTube. Sign up for it and follow me and I&#8217;ll follow you.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ddO9idmax0o&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/ddO9idmax0o&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2008/10/30/using-twitter-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New User Approve WordPress Plugin</title>
		<link>http://picklewagon.com/2008/10/27/new-user-approve-wordpress-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-user-approve-wordpress-plugin</link>
		<comments>http://picklewagon.com/2008/10/27/new-user-approve-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 22:58:38 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[New User Approve WordPress plugin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/?p=211</guid>
		<description><![CDATA[Finally I am getting around to releasing some plugins I have created for WordPress. The first one is the New User Approve plugin. New User Approve is a WordPress plugin that allows a blog administrator to approve a user before &#8230; <a href="http://picklewagon.com/2008/10/27/new-user-approve-wordpress-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Finally I am getting around to releasing some plugins I have created for WordPress. The first one is the <a href="http://www.picklewagon.com/wordpress/new-user-approve-wordpress-plugin/" target="_self">New User Approve</a> plugin.</p>
<p>New User Approve is a WordPress plugin that allows a blog administrator to approve a user before they are able to access and login to the blog. I currently use it on my private blog and it serves it&#8217;s purpose wonderfully.</p>
<p>I have created <a href="http://www.picklewagon.com/wordpress/new-user-approve-wordpress-plugin/" target="_self">a page on my blog</a> that I will track any progress I make on it. I wanted to release it to the public to find out what everybody thinks and perhaps which new features to add. That and it most likely is not perfect so I would like input on how I can improve it.</p>
<p>I&#8217;m going to put it up on the <a href="http://wordpress.org/extend/plugins/" target="_self">WordPress plugin repository</a>. There are a few things I need to add to make that possible.</p>
<p><em>Update</em>: No more comments will be allowed. If you are having issues with the New User Approve plugin, please post in the <a href="http://wordpress.org/tags/new-user-approve?forum_id=10">New User Approve forums</a> on WordPress.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2008/10/27/new-user-approve-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>First Release of my Picklewagon WordPress Theme</title>
		<link>http://picklewagon.com/2008/10/23/first-release-of-my-picklewagon-wordpress-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=first-release-of-my-picklewagon-wordpress-theme</link>
		<comments>http://picklewagon.com/2008/10/23/first-release-of-my-picklewagon-wordpress-theme/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 21:14:22 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Picklewagon WordPress Theme]]></category>
		<category><![CDATA[Sandbox]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/?p=191</guid>
		<description><![CDATA[I&#8217;ve spent the last few nights getting my Picklewagon WordPress Theme ready for release. The reason why I am releasing it is because that is what WordPress is all about. Everybody releases plugins and themes they have worked on and &#8230; <a href="http://picklewagon.com/2008/10/23/first-release-of-my-picklewagon-wordpress-theme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent the last few nights getting my <a href="http://picklewagon.com/wordpress/picklewagon-wordpress-theme/">Picklewagon WordPress Theme</a> ready for release. The reason why I am releasing it is because that is what <a href="http://wordpress.org">WordPress</a> is all about. Everybody releases plugins and themes they have worked on and contributes to the community. Perhaps somebody out there would like to use it.</p>
<p>I have submitted it to the <a href="http://wordpress.org/extend/themes/">wordpress theme directory</a>. I will let you all know when it does get approved.</p>
<p>I built the theme on top of what I believe is the best theme available for WordPress: <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>. But the downside of Sandbox is it&#8217;s just a plain template. So I used to add styling to all the template files. That way my theme inherits all of the benefits that the Sandbox theme provides.</p>
<p>Another reason I created my own theme is that I couldn&#8217;t find exactly what I wanted out there. Now I have one that I can take to where I think a WordPress theme should be. I have lots of cool ideas that I would like to add to the theme, such as an option panel that will allow an admin to easily change the layout, for example.</p>
<p>The most immediate changes that I will be making to it will be providing 2.7 support.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2008/10/23/first-release-of-my-picklewagon-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jungle Disk Discount Offer</title>
		<link>http://picklewagon.com/2008/06/30/jungle-disk-discount-offer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jungle-disk-discount-offer</link>
		<comments>http://picklewagon.com/2008/06/30/jungle-disk-discount-offer/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 06:18:15 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[discount offer]]></category>
		<category><![CDATA[Jungle Disk]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/?p=133</guid>
		<description><![CDATA[I recently blogged about how much I like using Jungle Disk as a backup service. Today I got an email from them with a discount code for friends and family. I have 10 to give away. It reduces the price &#8230; <a href="http://picklewagon.com/2008/06/30/jungle-disk-discount-offer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently blogged about how much I like using <a title="Jungle Disk" href="http://jungledisk.com" target="_self">Jungle Disk</a> as a backup service. Today I got an email from them with a discount code for friends and family. I have 10 to give away. It reduces the price of the software from $20 to $10. Bargain! The offer is valid for 30 days.</p>
<p>If you&#8217;ve been putting off backing up your data, here&#8217;s a good chance. I&#8217;ll be glad to help out if you need it. Just leave a comment if you are interested and I&#8217;ll send you over a discount code.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2008/06/30/jungle-disk-discount-offer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using Jungle Disk and Amazon S3 To Backup Data</title>
		<link>http://picklewagon.com/2008/06/28/using-jungle-disk-and-amazon-s3-to-backup-data/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-jungle-disk-and-amazon-s3-to-backup-data</link>
		<comments>http://picklewagon.com/2008/06/28/using-jungle-disk-and-amazon-s3-to-backup-data/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 08:03:27 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Jungle Disk]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/?p=129</guid>
		<description><![CDATA[I have officially found a backup service I am happy with. I have tried other services in the past but wasn&#8217;t completely happy with them for one reason or another. After hearing about JungleDisk from various sources, I decided to &#8230; <a href="http://picklewagon.com/2008/06/28/using-jungle-disk-and-amazon-s3-to-backup-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have officially found a backup service I am happy with. I have tried other services in the past but wasn&#8217;t completely happy with them for one reason or another. After hearing about JungleDisk from various sources, I decided to give it a try. I&#8217;m pretty happy with it so far.</p>
<p>I have been using it for about two weeks. I&#8217;ve installed it on 3 computers-1 Vista, 1 XP, and a Mac. It was really easy to do on each one. I can access my backed up files from each computer using the Jungle Disk client, through each OSs file browser, or any of the many other methods because it is using <a title="Amazon S3" href="http://aws.amazon.com/s3" target="_self">Amazon&#8217;s S3</a> (Simple Storage Solution) web service.</p>
<h3>My Backup Requirements</h3>
<p>After hearing many stories of people losing data such as images because of a hard drive going bad, I have thought what I would like a backup service to do. It&#8217;s inevitable. Your hard drive will go bad. It could be tomorrow. Or in three years. It sucks when it happens.</p>
<p>Everything, at least for me, is going digital. All of my family&#8217;s pictures are digital. All of our music is digital. Although in some cases I have physical copies (CDs) I don&#8217;t want to spend time to do it again. Soon I will have all of our movies converted as well. It would be horrible to lose this data. Lots of time, money, and memories gone.</p>
<p>A lot of data is being moved to the cloud. I don&#8217;t use a word processor any more. If I want to create a document or a spreadsheet, I do it in Google Docs. This is great for some things and bad for other reasons. But I feel very confident that I am not going to lose my data.</p>
<p>In the past, I have had multiple computers or hard drives and have stored backups that way. This saved me a few times. But what if your house were flooded or burnt down without you having the chance to rescue your backup. Personally, I&#8217;d be worrying about other things besides my backup in situations like this.</p>
<p>It is absolutely necessary that you have a backup in a different physical location.</p>
<h3>What I Like About Jungle Disk</h3>
<p>One of the reasons why I chose Jungle Disk is the pricing model. I pay a one-time fee ($20) for the software and then pay for what I use for bandwidth and disk space from Amazon. Free upgrades and pretty cheap</p>
<p>I can install the software on as many computers as I want. It runs on all OSs (at least the ones I use). The software is really easy to use. I specify which files and/or folders to backup. I can create scheduled times to perform the backups. I love the configuration options. You can add encryption. It can be used by my mom (hopefully) but is geeky enough for me.</p>
<p>Another great thing is that you can access your backups through your file browser. In Windows that would be Windows Explorer. If you want to backup a file, just copy it over. Again, this makes it really easy.</p>
<p>Oh ya. You can also restore your data if you need to.</p>
<p>Now I&#8217;ll get to the part I really like. It is built using Amazon S3. I can do whatever I want with the data once it is backed up. The possibilities are endless. I&#8217;m working on a few side projects to take advantage of this.</p>
<h3>What Does JungleDisk Lack?</h3>
<p>In a word, nothing. It is a wonderful piece of software. It was made to backup your data and that is what it does a good job at.</p>
<p>I highly recommend this software. I&#8217;m fairly confident that you have data that you need backed up. It&#8217;s about time you do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2008/06/28/using-jungle-disk-and-amazon-s3-to-backup-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back and Better Than Ever</title>
		<link>http://picklewagon.com/2008/02/22/back-and-better-than-ever/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=back-and-better-than-ever</link>
		<comments>http://picklewagon.com/2008/02/22/back-and-better-than-ever/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 08:41:21 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/2008/02/22/back-and-better-than-ever/</guid>
		<description><![CDATA[I&#8217;ve decided to finally stop my stint of not posting to my blog. I have been busy with moving and starting a new job, but there are so many ideas and thoughts in my that need to be put somewhere. &#8230; <a href="http://picklewagon.com/2008/02/22/back-and-better-than-ever/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to finally stop my stint of not posting to my blog. I have been busy with moving and starting a new job, but there are so many ideas and thoughts in my that need to be put somewhere. I&#8217;m excited to get posting again.</p>
<p>For those of you that are still reading this blog, I thank you. Please give me feedback on what you would like to hear about in the future.</p>
<p>I&#8217;ll be posting some things regarding what I&#8217;m doing at work. What&#8217;s going on in the industry. Some ideas that I think should happen. Side projects that I&#8217;m working on in my spare time. And random thoughts on everything else.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2008/02/22/back-and-better-than-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Cleanup</title>
		<link>http://picklewagon.com/2007/08/27/email-cleanup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=email-cleanup</link>
		<comments>http://picklewagon.com/2007/08/27/email-cleanup/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 04:18:07 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/2007/08/27/email-cleanup/</guid>
		<description><![CDATA[It&#8217;s been a while since I last posted anything. Sometimes I need a break from blogging. I have lots of stuff that I want to blog about after some time away. The other day I was cleaning up my email &#8230; <a href="http://picklewagon.com/2007/08/27/email-cleanup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I last posted anything. Sometimes I need a break from blogging. I have lots of stuff that I want to blog about after some time away.</p>
<p>The other day I was cleaning up my email inbox. Last week I heard a wonderful talk while I was working and listening to some podcasts. <a href="http://www.merlinmann.com/">Merlin Mann</a> gave a great presentation at Google on July 23rd. He called it <a href="http://www.43folders.com/2007/07/25/merlins-inbox-zero-talk/">Inbox Zero</a>. I admit I don&#8217;t have a huge email problem but it gets annoying to keep your email organized. He gave some great pointers on what you need to do. The main point I took away from it is to keep you inbox clean at all times. Thus, the cleanup of my email.</p>
<p>I use <a href="http://www.gmail.com">Gmail</a> as my mail client but have many email addresses going into the same inbox. That has been the best thing about Gmail for me.</p>
<p>While I was cleaning up my inbox, I noticed I had not received a <a href="http://www.google.com/alerts">Google Alert</a> email in a while. I subscribe to some alerts to find out when anything is said on the internet on a few topics. After doing some research, I noticed that Gmail (a Google product) was marking the Google Alert emails as spam. I found that quite funny. Now that my alerts are fixed, I can find out once again when somebody says something about me. Did you know that there is a Josh Harrison that is a freshman offensive lineman for San Jose St? I wouldn&#8217;t have ever known that without those emails.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2007/08/27/email-cleanup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Redesign Completed</title>
		<link>http://picklewagon.com/2007/07/25/site-redesign-completed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=site-redesign-completed</link>
		<comments>http://picklewagon.com/2007/07/25/site-redesign-completed/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 19:24:17 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/2007/07/25/site-redesign-completed/</guid>
		<description><![CDATA[I&#8217;ve been saying for a while that I need to redesign my site. I was using a nice template but there was no color and I didn&#8217;t like the fonts. For those of who that read the RSS feed, make &#8230; <a href="http://picklewagon.com/2007/07/25/site-redesign-completed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been <a href="http://www.picklewagon.com/2007/05/04/site-redesign/">saying for a while</a> that I need to redesign my site. I was using a nice template but there was no color and I didn&#8217;t like the fonts. For those of who that read the RSS feed, make sure you get over to the <a href="http://www.picklewagon.com/">site</a> when you get a chance.</p>
<p>If you couldn&#8217;t tell, I did the design myself. Now I have more respect for what web designers do. But I tried to make it as easy as possible by using the <a href="http://www.plaintxt.org/themes/sandbox/">sandbox wordpress theme</a> to build on top of. I just had to choose a color scheme and modify the style sheet.</p>
<p>I chose my color theme by choosing a base color (the green at the top of the site) and then I went to the <a href="http://kuler.adobe.com/">Kuler web site</a> that Adobe Labs has created to find and create color schemes. That was a handy tool that I&#8217;m sure I&#8217;ll be using in the future. Anyway, after picking the base color I could find colors that went well with it using the color science that I know absolutely nothing about.</p>
<p>Currently, I use <a href="http://www.eclipse.org/">eclipse</a> as my development environment. That includes web development. I downloaded a trial version of <a href="http://www.adobe.com/products/dreamweaver/">Dreamweaver</a> to use that initially to see if I was missing out on something. Dreamweaver was nice but it is not worth the price for me personally. I&#8217;ll continue using eclipse, although there is room for improvement, especially with the web development tools.</p>
<p>Please let me know what you think of the design. Color scheme? Fonts? I know there are a few issues that I need to work out. Let me know if you find any. It is definitely a work in progress, so leave any suggestions if you have any.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2007/07/25/site-redesign-completed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

