<?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>Jeremy Davis &#187; Blogging</title>
	<atom:link href="http://www.jeremyadamdavis.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremyadamdavis.com</link>
	<description>From Developer to Designer</description>
	<lastBuildDate>Mon, 19 Apr 2010 14:54:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Optimizing a WordPress Blog for Speed</title>
		<link>http://www.jeremyadamdavis.com/blogging/optimizing-a-wordpress-blog-for-speed/</link>
		<comments>http://www.jeremyadamdavis.com/blogging/optimizing-a-wordpress-blog-for-speed/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 21:54:18 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jeremyadamdavis.com/?p=985</guid>
		<description><![CDATA[Your new theme is finished and live. You’ve squashed some remaining bugs. Maybe even added your favicon that was forgotten. Your blog is ready for the flood of traffic that is about to pour in, except for one thing.
It’s time to optimize your WordPress theme so that visitors get a snappy load time when they [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1097" title="optimized-post-image" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/optimized-post-image.png" alt="optimized-post-image" width="264" height="200" />Your new theme is finished and live. You’ve squashed some remaining bugs. Maybe even added your <a href="http://www.jeremyadamdavis.com/design/the-what-how-and-where-of-favicons/">favicon</a> that was forgotten. Your blog is ready for the flood of traffic that is about to pour in, except for one thing.</p>
<p>It’s time to optimize your WordPress theme so that visitors get a snappy load time when they visit, and so that your host doesn’t come to it’s knees if you get a flood of traffic from something like <a href="http://www.digg.com">Digg</a> or <a href="http://www.slashdot.org">SlashDot</a>.</p>
<p>This post will show how I optimized this blog and reducing its size by over 1MB and shaving over 3 seconds from its load time, with a step-by-step guide with screenshots of what I did.</p>
<p><span id="more-985"></span></p>
<h2>Before Optimization</h2>
<p>Here’s a collection of screenshots from various speed testing tools I used to capture my unoptimized blog.</p>
<h3>Firebug Net Console</h3>
<p><a href="http://getfirebug.com/">Firebug</a> is the world’s greatest plugin for Firefox. I’m not going to go into it’s greatness, but just encourage you to go get it.</p>
<p>I captured the results from 5 tests on my site to get a decent average load time. Each time I reloaded I used ctrl-F5 which forces the cache to be reset and pulls the files from the server again.</p>
<p>The average time from the tests was 7.31 seconds.</p>
<p>Here’s some firebug screenshots for the test run that was closest to the average.</p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_all_before2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_all_before" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_all_before_thumb2.png" border="0" alt="firebug_all_before" width="504" height="361" /></a><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_html_before2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_html_before" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_html_before_thumb2.png" border="0" alt="firebug_html_before" width="504" height="19" /></a><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_css_before4.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_css_before" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_css_before_thumb4.png" border="0" alt="firebug_css_before" width="504" height="58" /></a><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_js_before4.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_js_before" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_js_before_thumb4.png" border="0" alt="firebug_js_before" width="504" height="71" /></a></p>
<h3>YSlow</h3>
<p><a href="http://developer.yahoo.com/yslow/">YSlow</a> is a firebug plugin from Yahoo that grades your site and gives suggestions on things to do to make it faster</p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/yslow_grade_before2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="yslow_grade_before" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/yslow_grade_before_thumb2.png" border="0" alt="yslow_grade_before" width="504" height="359" /></a> <a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/yslow_components_before2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="yslow_components_before" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/yslow_components_before_thumb2.png" border="0" alt="yslow_components_before" width="504" height="359" /></a><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/yslow_stats_before2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="yslow_stats_before" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/yslow_stats_before_thumb2.png" border="0" alt="yslow_stats_before" width="504" height="359" /></a></p>
<h3>Page Speed</h3>
<p><a href="http://code.google.com/speed/page-speed/">Page speed</a> is a new firebug plugin from Google that I wanted to try out. It gives pretty much the same data as YSlow does.</p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/pagespeed_before2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="pagespeed_before" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/pagespeed_before_thumb2.png" border="0" alt="pagespeed_before" width="504" height="508" /></a></p>
<h3>Website Optimizer</h3>
<p>I wanted to use <a href="http://www.websiteoptimization.com/services/analyze/">this site</a> because hopefully their hardware produces more standard results. I can run a test on my browser 10 times and get up to a 3 second variance on some tests, just due to network issues that might occur.</p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/wso_before3.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="wso_before" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/wso_before_thumb2.png" border="0" alt="wso_before" width="504" height="556" /></a></p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/wso_before22.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="wso_before2" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/wso_before2_thumb2.png" border="0" alt="wso_before2" width="504" height="359" /></a></p>
<h2>Optimization Phase 1: CSS and Javascript</h2>
<p><em>Keep in mind as you go through this post that speeds and even files that get loaded vary. I don’t have anything close to a perfect environment for doing optimization testing, so don’t become too fixated on some of the randomness.</em></p>
<p>The first thing that I’d like to do is optimize my CSS and javascript files.</p>
<h3>CSS Compression</h3>
<p>For CSS I originally installed the <a href="http://wordpress.org/extend/plugins/script-compressor/">Script Compressor WordPress plugin</a>. This plugin does what it called real-time compression. Real-time compression is nice, because it compresses all of the CSS that is served by your site and it allows you to easily make changes to your current CSS and FTP it without having to manually compress your CSS. This type of compression is good for WordPress also because there will be other CSS files that your site uses that you did not create.</p>
<p>For example, I use the <a href="http://www.deliciousdays.com/cforms-plugin/">CForms  II plugin</a> for my contact page. That plugin includes its own CSS to layout the contact form, I chose the minimal.css for mine. If I were to manually take that CSS and compress it, then when the author updates his plugin, I would have to remember to go back and recompress it. With real-time compression, it gets compressed automatically whenever someone visits the site.</p>
<p>The plugin worked fine, but the screenshots below reveal a problem.</p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_css_before5.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_css_before" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_css_before_thumb5.png" border="0" alt="firebug_css_before" width="504" height="58" /></a></p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_css_after_realtimecompression2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_css_after_realtimecompression" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_css_after_realtimecompression_thumb2.png" border="0" alt="firebug_css_after_realtimecompression" width="504" height="58" /></a></p>
<p>Although all my CSS files were reduced in size, it actually took longer for my pages to be rendered. The reason for this is because of my host. I have one of the cheaper economy hosts, so I get what I pay for in terms of hosting power. So since the real-time compression happens when someone loads the page, it’s faster to just serve the uncompressed CSS than it is to take the CPU cycles to compress the CSS and serve the smaller file.</p>
<p>The moral of this is: <strong>Don’t assume that just because you have compressed CSS files that your site is loading faster. Test it.</strong></p>
<p>So since the real-time compression won’t work in my situation, I decided to do an manual compression. I tested a couple manual compressors and found <a href="http://www.csscompressor.com">csscompressor.com</a> to be the best. Some of the others I tried failed to understand some basic CSS selectors and chose to remove every scrap of whitespace, which destroyed my site.</p>
<p>For example, <code>#middle #character { some: styles }</code> gets compressed to <code>#middle#character{some:styles}</code> which makes that style worthless because I need the space between #middle and #character.</p>
<p>I compressed my main stylesheet, monsta.css and I used the highest compression method.</p>
<p>It yielded a good reduction in size from 22k down to 16k and a small decrease in load time.</p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_css_after_csscompression2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_css_after_csscompression" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_css_after_csscompression_thumb2.png" border="0" alt="firebug_css_after_csscompression" width="504" height="68" /></a></p>
<p>I decided to compress the other files that are over 1k in size, minimal.css, lifestream.css and calendar.css.</p>
<p>Minimal went from 9k to 5k.</p>
<p>Lifestream went from 2k to 1k.</p>
<p>Calendar went from 2k to 1k. <em>Calendar doesn’t seem to get loaded on refreshes anymore</em>.</p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_after_csscompress22.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_after_csscompress2" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_after_csscompress2_thumb2.png" border="0" alt="firebug_after_csscompress2" width="504" height="52" /></a></p>
<p>Total size saved after CSS compression was 12k, not too shabby.</p>
<h3>Javascript</h3>
<p>This step might not be needed for your blog, but I use a good bit of <a href="http://www.jquery.com">jQuery</a> to get my sidebar to do some some of it’s fancy stuff.</p>
<p>Here’s the javascript load screen before optimization and while looking over it I noticed one very inefficient thing happening.</p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_js_before5.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_js_before" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_js_before_thumb5.png" border="0" alt="firebug_js_before" width="504" height="71" /></a></p>
<p>If you noticed in the screenshot, I am loading jQuery twice.</p>
<p>WordPress has been including the jQuery library with all installs since version <a href="http://codex.wordpress.org/Version_2.2">2.2</a> to handle their backend, so that explains why the second call appears. So one might think that all that has to happen is to remove one’s jQuery call from one’s header.php file and all would be peachy. Well, it turns out, one, would be wrong and would break their site if they did so and forget to check it for a day. So after some more research here’s the correct way to solve the problem without running into issues.</p>
<p>This, <a href="http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/">Loading jQuery Correctly in WordPress</a> post, provided most of the help with another tweak at the end.</p>
<p>I removed my call to jQuery from my header.php file</p>
<p>I added</p>
<p><code>&lt;?php wp_enqueue_script("jquery"); ?&gt;</code></p>
<p>directly above my <code>&lt;?php wp_head(); ?&gt;</code></p>
<p>Then I put my custom jQuery file, montsa.js, below wp_head()</p>
<p>Finally, one last tweak since WordPress puts it’s jQuery in what’s called “no conflict” mode. No conflict is done so that the default jQuery shortcut , $, doesn’t conflict with other javascript libraries such as Prototype. To fix that change your standard jQuery document ready line from this</p>
<p><code>$(document).ready(function() {</code></p>
<p>to this</p>
<p><code>jQuery(document).ready(function($) {</code></p>
<p>That should be about it for getting jQuery to play nice with WordPress.</p>
<h3>JS Compression</h3>
<p>There are a few tools to do this also, but since I liked csscompressor so much I figured it best to use it’s sister <a href="http://javascriptcompressor.com/">javascriptcompressor</a>.</p>
<p>My monsta.js went from 4k down to 2k after the compression. I also shaved about 1.5k from some other jQuery used internally within a file.</p>
<h2>Optimization Phase 2: Images</h2>
<h3>Using Sprites</h3>
<p>Sprites are a technique to reduce the number of HTTP requests to the server by adding multiple images into one image and then using CSS background-image and background-position to show the desired image.</p>
<p>Here are a few good posts describing what they are and how to use them much better than I can. <a href="http://www.webdesignerwall.com/tutorials/advanced-css-menu/">Advanced CSS Menu</a> <a href="http://www.smashingmagazine.com/2009/04/27/the-mystery-of-css-sprites-techniques-tools-and-tutorials/">The Mystery of CSS Sprites</a> <a href="http://www.alistapart.com/articles/sprites/">CSS Sprites</a></p>
<p>Since I’ve been using sprites for a while I tend to already design and markup using them, so I couldn’t really find anywhere that I could easily add them. Perhaps you can use this optimization technique better for your blog.</p>
<h3>Image Sizes</h3>
<p>I produce most of my images as PNGs from Adobe Fireworks. When doing so, Fireworks adds extra information to each image so that the PNGs can be better edited when opened again in Fireworks. That’s fine, except that it can create some large file sizes. So now I needed to reduce each image down to its bear necessities. I opened each image in Photoshop CS4 and used the “Save for Web and Devices” option under File.</p>
<p>Although each image looks just the same as it did before, there were some remarkable size reductions.</p>
<p>The total size for images went from 2.27MB to 1.66MB, a .61MB total reduction.</p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_images_after_imagesave2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_images_after_imagesave" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_images_after_imagesave_thumb2.png" border="0" alt="firebug_images_after_imagesave" width="504" height="260" /></a></p>
<p>I could further reduce the image sizes if I were to go through some of my posts and optimize the first image of each post, since my theme uses the first image from each post as the thumbnail image if I don’t specify another image. So some of the images being loaded into the 210px thumbnail are actually 500px images just reduced in size.</p>
<h3>Phase 2 Results</h3>
<p>So after 2 phases of optimization we’ve gone from weighing in at 2.47MB to trim 1.8MB.</p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_after_phase22.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_after_phase2" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_after_phase2_thumb2.png" border="0" alt="firebug_after_phase2" width="504" height="361" /></a></p>
<p><em>The load speed is skewed because I’m on an ethernet connection verses WiFi for the other screens.</em></p>
<h2>Optimization Phase 3: Gzip Files</h2>
<p>This is something that both YSlow and PageSpeed were both yelling at me to do.</p>
<p>Prior to WordPress 2.5 you had the option to gzip your files under the Reading options. But, for whatever reason, it is no longer present, so we must look to the Internet for some answers.</p>
<p>The best post that describes multiple ways to manually gzip your files is from <a href="http://www.thebits.info/wordpress/wp25-gzi-42.htm">The Bits 2.0</a>.</p>
<p>There is also a <a href="http://www.ilfilosofo.com/blog/2008/02/22/wordpress-gzip-plugin/">gzip WordPress plugin</a> you can install that explicitly does the gzipping, but if you just move on to the Phase 4 plugin I suggest, it does gzipping along with other things.</p>
<p><em>Note: After hours of research and trying various methods to get my site to manually be gzipped, I am chalking my lack of gzipping to my hosts inability to do so. If you know how to get Bluehost to gzip files, please let me know.</em></p>
<h2>Optimization Phase 4: WP Super Cache</h2>
<p><a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a> is a plugin that most WordPress users install as soon as their site is up. It’s usually sufficient enough to be the only method of optimization, but I wanted to take my optimization further.</p>
<p>What it does is make copies of the generated WordPress pages in HTML so that when someone requests a page, they are given the smaller HTML file and aren’t using your host’s CPU cycles to generate the page every time someone visits.</p>
<h2>Final Results</h2>
<p>My optimization appears to have cut the total site size from 2.47MB down to 1.41MB, saving of 1.06MB.</p>
<p>The blog also went from an average load time of 7.31 seconds to around 4.5 seconds, a saving of nearly 3 seconds.</p>
<p>Here’s some screenshots from how the blog performs after it’s been optimized.</p>
<h3>Firebug</h3>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_all_end2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_all_end" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_all_end_thumb2.png" border="0" alt="firebug_all_end" width="504" height="318" /></a> <a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_html_end2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_html_end" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_html_end_thumb2.png" border="0" alt="firebug_html_end" width="504" height="26" /></a> <a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_css_end2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_css_end" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_css_end_thumb2.png" border="0" alt="firebug_css_end" width="504" height="52" /></a> <a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_js_end2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="firebug_js_end" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/firebug_js_end_thumb2.png" border="0" alt="firebug_js_end" width="504" height="45" /></a></p>
<h3>YSlow</h3>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/yslow_end2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="yslow_end" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/yslow_end_thumb2.png" border="0" alt="yslow_end" width="504" height="200" /></a><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/yslow_components_end2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="yslow_components_end" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/yslow_components_end_thumb2.png" border="0" alt="yslow_components_end" width="504" height="177" /></a> <a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/yslow_statistics_end2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="yslow_statistics_end" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/yslow_statistics_end_thumb2.png" border="0" alt="yslow_statistics_end" width="504" height="225" /></a></p>
<h3>Page Speed</h3>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/pagespeed_end2.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="pagespeed_end" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/pagespeed_end_thumb2.png" border="0" alt="pagespeed_end" width="504" height="524" /></a></p>
<h3>Website Optimizer</h3>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/wso_end12.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="wso_end1" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/wso_end1_thumb2.png" border="0" alt="wso_end1" width="504" height="563" /></a> <a href="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/wso_end22.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="wso_end2" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/08/wso_end2_thumb2.png" border="0" alt="wso_end2" width="504" height="316" /></a></p>
<h2>What You Should Do, In a Nutshell</h2>
<p>By reading this post you get the benefit of not repeating the mistakes I made, and trust me that alone can save you hours.</p>
<p>First, <strong>don’t manually compress CSS and Javascript first</strong>. It makes no sense to do it first, not sure why I thought I should. If you are going to make sprites or do anything to change your CSS or JS during optimization, then you have to uncompress the file, make whatever changes you need, then compress and FTP it again. Not a wise decision.</p>
<p>Second, <strong>get in a habit of saving images optimized for the web</strong>. Those bloated PNGs take up a ton of space and it takes time to go back through an optimize and update each picture. Make image optimization apart of your workflow.</p>
<p>Third, <strong>add jQuery correctly in WordPress</strong>. Under Phase 2, I discuss a dilemma of two jQuery calls being made and show how to fix it correctly. As AJAX is more prevalent, more plugins will be using jQuery as their javascript library. Making only one call will save wasted bandwidth.</p>
<p>Fourth, <strong>don&#8217;t worry too much about multiple HTTP calls </strong>. I researched a bit to try to find a better way to reduce the number of calls, by combining some files together or making huge sprites for the site to use, but came to this conclusion. Multiple HTTP calls are inherent with WordPress. Due to WordPress&#8217; architecture of the plugin system, many small files get added to the blog loading sequence. I&#8217;ve decided not to worry too much about this and just let the problem remain.</p>
<p>If you can reduce HTTP calls by using sprites, then by all means us them, but trying to get 7 CSS files that come from various places into one file isn&#8217;t worth the hassle.</p>
<h2>Other Optimization Resources</h2>
<p>Here a few other posts I read that helped with my optimization efforts.</p>
<ul>
<li><a href="http://paulstamatiou.com/5-ways-to-speed-up-your-site">5 Ways to Speed Up Your Site</a></li>
<li><a href="http://www.ghacks.net/2007/03/19/optimize-wordpress-loading-times/">Optimize WordPress Loading Times</a></li>
<li><a href="http://paulstamatiou.com/how-to-optimize-your-css-even-more">How to Optimize your CSS Even More</a></li>
<li><a href="http://www.smashingmagazine.com/2009/07/15/clever-png-optimization-techniques/">Clever PNG Optimization Techniques</a></li>
</ul>
<p><em>If you have any of your own optimization techniques, please share in the comments.</em></p>
<img src="http://www.jeremyadamdavis.com/?ak_action=api_record_view&id=985&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jeremyadamdavis.com/blogging/optimizing-a-wordpress-blog-for-speed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Giving Windows Live Writer a Whirl</title>
		<link>http://www.jeremyadamdavis.com/blogging/giving-windows-live-writer-a-whirl/</link>
		<comments>http://www.jeremyadamdavis.com/blogging/giving-windows-live-writer-a-whirl/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 00:15:58 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blog editor]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.jeremyadamdavis.com/?p=544</guid>
		<description><![CDATA[ I’ve been using Windows Live Writer the last few days for an upcoming post and I wanted to give a quick write-up about it.
What is Windows Live Writer?
Live Writer is a free desktop blog editor. It can write and publish posts without having to log into WordPress admin.
Why I needed a desktop blog editor?
I [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 10px 10px; border-right-width: 0px" title="writer" src="http://www.jeremyadamdavis.com/wp-content/uploads/2009/07/writer1.png" border="0" alt="writer" width="176" height="143" align="right" /> I’ve been using <a href="http://download.live.com/writer">Windows Live Writer</a> the last few days for an upcoming post and I wanted to give a quick write-up about it.</p>
<h2>What is Windows Live Writer?</h2>
<p>Live Writer is a free desktop blog editor. It can write and publish posts without having to log into WordPress admin.<span id="more-544"></span></p>
<h2>Why I needed a desktop blog editor?</h2>
<p>I was frustrated with the TinyMCE editor used in the WordPress admin. I was always having issues with it adding or removing things like paragraph tags.</p>
<p>I wanted something that let me focus more on my post writing. Writing in the WordPress admin can get distracting and cramped with all the other things in there.</p>
<p>I needed something that didn’t require an internet connection to work. I like to write at my local Borders and since they don’t have free internet I could only do my post writing in Word, which is not an ideal solution.</p>
<p>These are just my reasons there are plenty other reasons for using a blog editors.</p>
<p><a href="http://www.mattwardman.com/blog/2008/10/30/why-i-use-an-offline-blog-editor-20-benefits/">20 Benefits of Using a Offline Blog Editor</a></p>
<h2>Why choose Windows Live Writer?</h2>
<p>I read a number of posts all comparing the pro and cons of various blog editors.</p>
<p>Most of the highly rated ones are for Macs only and since I am not a Mac owner I am stuck with a Windows options only.</p>
<p>Of the Windows only options, Live Writer received good reviews so it was my first choice. I might sample some of the others like <a href="http://www.blogdesk.org/en/index.htm">BlogDesk</a> if I find that Live Writer is unsuitable in the future.</p>
<p>Here’s some of the posts I used to help my decision making:</p>
<p><a href="http://www.smashingmagazine.com/2008/08/01/15-desktop-blogging-tools-reviewed/">15 Desktop Blogging Tools Reviewed</a></p>
<p><a href="http://mashable.com/2007/10/22/10-desktop-blog-editors/">10 Desktop Blog Editors</a></p>
<p><a href="http://lifehacker.com/software/web-publishing/desktop-blog-editor-comparison-190652.php">Desktop Blog Editor Comparison</a></p>
<p><a href="http://bloggingbits.com/15-alternatives-to-your-boring-blog-editor/">15 Alternative to your Boring Blog Editor</a></p>
<p><a href="http://www.webdesignerdepot.com/2009/07/20-useful-desktop-blog-editors/">20 Useful Desktop Blog Editors</a></p>
<h2>What are my first impressions?</h2>
<p>So far, very good.</p>
<p>It’s nice to have something that feels like a word processor but that is tailored towards blogging. I can easily link to my older posts with the built in functionality. Adding pictures is also easy since there is no uploading required.</p>
<p>Live Writer has some built in photo editing options that aren’t half bad. Images can be cropped, watermarked and given borders. Some images in the post I’m writing will have subtle drop shadows that don’t smack of tackiness.</p>
<p>It’s simple to give posts categories, tags and publish dates. If you have multiple blogs that you maintain, switching between them is effortless.</p>
<p>I do have some concerns related to images and their alignment.  I don’t know how to get the images I use in Live Writer will coincide with the custom image alignment styles I’ve made in my WordPress theme. We’ll see what happens after I get a few posts up.</p>
<p>Also something that I’m concerned about is on image sizes. If I set one to a certain size even though the original is some gargantuan 3000&#215;2000 px size does only my set size get uploaded to to my blog. I don’t want to have readers downloading twelve 2meg pictures. Sucks for them and sucks for my bandwidth.</p>
<p>I haven’t tried any of the more advanced options that seem easy to add in Live Writer like adding video or maps, so as I get more advanced in my blogging my opinion of Live Writer might change depending on how well it does with those things.</p>
<p>Apart from those few concerns, that I shouldn’t be too hard to find workarounds for, Windows Live Writer is looking good and will be my preferred choice for blogging. For now.</p>
<p>If you are Windows bound in your blogging adventures, you should give <a href="http://download.live.com/writer">Windows Live Writer</a> a whirl also.</p>
<img src="http://www.jeremyadamdavis.com/?ak_action=api_record_view&id=544&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jeremyadamdavis.com/blogging/giving-windows-live-writer-a-whirl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Discerning Look at Aggregation Posts</title>
		<link>http://www.jeremyadamdavis.com/blogging/a-discerning-look-at-aggregation-posts/</link>
		<comments>http://www.jeremyadamdavis.com/blogging/a-discerning-look-at-aggregation-posts/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 22:12:15 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[aggregation posts]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.jeremyadamdavis.com/?p=307</guid>
		<description><![CDATA[The blogosphere is ripe with list and collection style posts. Some days it feels like every 3rd post in my feed reader starts with a number. I&#8217;m posting one of those tomorrow and can&#8217;t help but feel a little crummy about it. Update: it&#8217;s tomorrow and here&#8217;s the post.
The Dilemma
Throughout my daily browsing habits I [...]]]></description>
			<content:encoded><![CDATA[<p>The blogosphere is ripe with list and collection style posts. Some days it feels like every 3rd post in my feed reader starts with a number. I&#8217;m posting one of those tomorrow and can&#8217;t help but feel a little crummy about it. <em>Update: it&#8217;s tomorrow and <a href="http://www.jeremyadamdavis.com/design/39-grunge-resources-tutorials-textures-fonts-themes-brushes-and-icons/">here&#8217;s the post</a>.<span id="more-307"></span></em></p>
<h3>The Dilemma</h3>
<p>Throughout my daily browsing habits I tag websites or posts if they either talk about or exemplify a certain design style. Using grunge web design as an example, if a post is about grunge or if the website itself is designed in grunge, then I tag it with &#8216;grunge&#8217;. I&#8217;ve been doing that for a few months and with an increasingly number of designs trying to go grunge I thought that it would make a good post to simply look through my delicious tags for grunge and smack them into a post.</p>
<p>So I took the time and got all the links into a post and organized them into meaningful groups. After doing so I couldn&#8217;t help but feel wrong about it. Something about not actually producing any of the content listed in the post bothered me. It bothered me because I felt like I was stealing others work, because I merely grouped a broad topic together, because others spent their time creating something and if my post goes viral or something similar, I&#8217;m benefiting from their work.</p>
<h3>The Analysis</h3>
<p>My sentiments about the blogosphere and what good blogging should be are becoming more and more aligned with practically everything <a href="http://www.43folders.com/">Merlin Mann</a> says. One thing in particular that he says that challenges me is that you should write every post with a person in mind. Imagine that that post is being written to them.</p>
<p>With that in mind, I expounded and analyzed my <a href="http://www.jeremyadamdavis.com/design/39-grunge-resources-tutorials-textures-fonts-themes-brushes-and-icons/">39 Grunge Resources</a> post.</p>
<p><em>Who is the post for?</em></p>
<p>I would say it&#8217;s mainly for me. Although I could find all these resources in my delicious tags, the post goes a bit further with the organization and makes it very easy to find what I want.  The post is also for the community. Grunge is getting very popular and this post can help people trying to gather resources on how to accomplish that design style.</p>
<p><em>Why am I writing the post?</em></p>
<p>Basically for links. The post falls right inline with what the definition of what <a href="http://www.problogger.net/archives/2007/01/19/what-is-linkbait/">linkbait</a> is.</p>
<p><em>What do I plan to do with the post?</em></p>
<p>After it launches, I plan to submit it to a few of the social media sites that focus on design.</p>
<p><em>What do I want from  the post?</em></p>
<p>Ideally I&#8217;d like to make the front page of a few social media sites and get a few hundred hits. I want people to bookmark it and come back to it months later when they are getting around to designing something in grunge.</p>
<h3>The Crux</h3>
<p>When getting my Computer Science degree and starting off with CS101 I learned that the defining point between data or information is this: <strong>organization</strong>.</p>
<p>Although I haven&#8217;t produced any real content for the post, it&#8217;s the organization of the post that makes it viable.</p>
<p>That organization is also very vital to making the post&#8217;s content usable to others, which also helps validate some of my concerns.</p>
<h3>The Conclusion</h3>
<p>Although I think that people who publish aggregation posts aren&#8217;t wrong for doing it, for me, it just doesn&#8217;t feel right. I like knowing that when you read my blog you are getting to know me better through my writing. That you are reading my ideas and hearing my opinions. I can&#8217;t get that same feeling through the regurgitation of others content.</p>
<p>Apart from the grunge design posts mentioned, I don&#8217;t think I will be doing anymore pure aggregation style posts. That being said, I do hope you enjoy them and get some use from them. One is <a href="http://www.jeremyadamdavis.com/design/39-grunge-resources-tutorials-textures-fonts-themes-brushes-and-icons/">out now</a> and the other should be less than a week away.</p>
<p><em>What&#8217;s your opinion on aggregation posts?</em></p>
<img src="http://www.jeremyadamdavis.com/?ak_action=api_record_view&id=307&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jeremyadamdavis.com/blogging/a-discerning-look-at-aggregation-posts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>5 Types of Fans and How to Make Them Better</title>
		<link>http://www.jeremyadamdavis.com/blogging/5-types-of-fans-and-how-to-make-them-better/</link>
		<comments>http://www.jeremyadamdavis.com/blogging/5-types-of-fans-and-how-to-make-them-better/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 16:02:56 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Fans]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.jeremyadamdavis.com/?p=164</guid>
		<description><![CDATA[Would you rather have 1000 people that regularly visit your blog, yet never interact with it and share it with others, or only 100 people that love it, comment on every post, give you ideas and tell others of your blog?
It&#8217;s a simple quantity vs. quality dilemma. It&#8217;s easy to focus on the quantity because [...]]]></description>
			<content:encoded><![CDATA[<p>Would you rather have 1000 people that regularly visit your blog, yet never interact with it and share it with others, or only 100 people that love it, comment on every post, give you ideas and tell others of your blog?</p>
<p>It&#8217;s a simple quantity vs. quality dilemma. It&#8217;s easy to focus on the quantity because it&#8217;s easily measured. You can see if your RSS subscribers are going up or down, but you can&#8217;t quantify whether your visitors like your blog more this week than last week.<span id="more-164"></span></p>
<p><strong>Let&#8217;s try to improve the quality of our fans.</strong> A good way to do is to analyze different types of fans and give some suggestions on making them better.</p>
<p>This post is going to focus on leveraging fans for blogging, aka readers, but most of the information can also apply to other areas.</p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2008/09/fan.jpg"><img class="alignnone size-full wp-image-168" title="fan" src="http://www.jeremyadamdavis.com/wp-content/uploads/2008/09/fan.jpg" alt="" width="500" height="375" /></a></p>
<h3>The New Convert</h3>
<p>The new convert is exactly that, someone who has just discovered your blog. New converts aren&#8217;t familiar with your blog so they will spend some time trying to get to know you and what your blog is all about. They are enthusiastic to learn more from you, but won&#8217;t blindly follow your advice either.</p>
<p><strong>Why you need them</strong><br />
Without new fans you’re just preaching to the choir. The more fans you get the more popular you become. Getting more readers is motivation for bloggers.</p>
<p><strong>How to make them better</strong> <strong>fans</strong><br />
New fans have started reading your blog because they liked something, so make it easy for your new visitors to find similar things. If you keep giving them reasons to like your blog, they will have more reason to keep up with it. New fans can also quickly quit reading your blog if you don&#8217;t give them a reason to continue following. New converts are trying to learn more about your blog, make finding that information easy. If someone asked a new convert of yours what is your blog about and why do they read it, could they answer?</p>
<h3>Bandwagon Fan</h3>
<p>These fans are far too typical. They were indifferent at first, but once they realized that everyone else is a fan they quickly begin reciting the fanboy’s national anthem. They have no depth and as soon as they think no one else is a fan they too will drop off.</p>
<p><strong>Why you need them</strong><br />
Although these definitely aren’t the most desired type of fans, typically they don’t do much harm either. They usually become fans through some form of hype or felt obligation,  but when they cease being fans it isn’t because they now avidly hate you. They have simply moved on to the next thing.</p>
<p><strong>How to make them better fans</strong><br />
Prove to them that you’re more than just hype. Find some way to connect with them and show them why you became so popular to begin with.</p>
<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2008/09/crowd.png"><img class="alignnone size-full wp-image-177" title="crowd" src="http://www.jeremyadamdavis.com/wp-content/uploads/2008/09/crowd.png" alt="" width="500" height="374" /></a></p>
<h3>Casual Fan</h3>
<p>These fans have stuck around for a while. They aren’t zealots for your blog, but they will mention it if the situation is appropriate.</p>
<p><strong>Why you need them</strong><br />
These fans make up your core audience. They recommend you to other’s when appropriate and they are willing to put up with your foibles, to a degree. They contribute to your blog occasionally and can help you improve.</p>
<p><strong>How to make them better fans</strong><br />
Since this group is the majority of your readership, making them better fans will show the most results. Ask them what they would like to see on your blog and do your best to deliver tailored articles styled to their liking. Find methods to get them to contribute more the your blog such as asking questions or holding competitions. Spend time trying to make them feel more apart of the blog and have a sense of vested interest in its development.</p>
<h3>Cynical Fan</h3>
<p>Fans like these exist for one reason, to see you fail. I call them fans because they have very fan-like tendencies. They keep up your work, tell others about you and even communicate with you, but it all has a negative spin. They keep reading because they want to see you fail, and to tell others of how bad you are. Oh and they don&#8217;t mind telling you how bad you are either.</p>
<p><strong>Why you need them</strong><br />
Although it might seem dumb to need one, sometimes critics are good. They help keep you in line. If you know someone is gunning for you to fail, you work that much harder not to. It’s goes with the cliché story of the kid whose told he can’t do something so he works harder at it just to prove them wrong. The cynical fans help ensure that everything you do is done to the best of your ability.</p>
<p><strong>How to make them better fans</strong><br />
Converting this type of fan to being a true fan is definitely challenging, but can be very rewarding. It’s one thing to convince someone who already likes you to like you more, but to change someone’s perception completely from disliking you to liking you is quite an accomplishment. The best way to tackle this person is hold your stance with confidence. Believe and defend what you are saying. However if the cynic does calls you out on something that is true, don’t try to spin the situation, be open and honest. Sometimes in this digital world where all we see is text from each other, it’s easy to forget the human aspect of blogging. Showing yourself as human, someone capable of error, and being humble enough to admit your faults, make proper corrections and continue doing what you believe in can convert even the most cynical fan. Also do your best to address this fan in a professional manner. They typically come off in a very rude manner, but try to respond to them in a respectful manner.</p>
<h3>Extreme Fan</h3>
<p>These people are in love with you, almost to a scary point. They go out of their way to let you know that they are a fans. They spend a good deal of time reading and interacting with your blog. They love talking with you and they try getting others to read your blog.</p>
<p><strong>Why you need them</strong><br />
It’s always nice to have someone who likes you just for who you are. If you screw up, they tell you it’s okay. They help make your worst days manageable, and your best days better. They are great because they promote your blog without you having to beg them. They submit your articles to social media, tell others about how great you are and are most likely to take some action based off what you say.</p>
<p><strong>How to make them better fans</strong><br />
Although these fans are great to have, sometimes they can get out of hand. They are the most interactive and so when you aren’t able to communicate back they are most likely to get hurt. The also can also can get too invested in your work and speak incorrectly on your behalf. Be clear on where you stand on certain issues and on how best to communicate with you. Also if you do something to turn these types of fans against you, they can turn into critics, so be careful.</p>
<p><em>If you have any other types of fans you&#8217;ve encountered or any strategies to add to the ones listed above, please feel free to put them in the comments.</em></p>
<img src="http://www.jeremyadamdavis.com/?ak_action=api_record_view&id=164&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jeremyadamdavis.com/blogging/5-types-of-fans-and-how-to-make-them-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Moral of the Story: Getting Dugg Edition</title>
		<link>http://www.jeremyadamdavis.com/blogging/the-moral-of-the-story-getting-dugg-edition/</link>
		<comments>http://www.jeremyadamdavis.com/blogging/the-moral-of-the-story-getting-dugg-edition/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 18:48:38 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.jeremyadamdavis.com/?p=75</guid>
		<description><![CDATA[Note: I am shameless stealing the Moral of the Story titling for this post from Naomi&#8217;s post titles of the same format because it just fits.Who are you writing your posts to? I know you may say the obvious, &#8220;My readers, of course.&#8221; But what if that post you just hit the publish button for [...]]]></description>
			<content:encoded><![CDATA[<p><em id="g4be">Note: I am shameless stealing the <a href="http://ittybiz.com/category/moral/">Moral of the Story</a> titling for this post from Naomi&#8217;s post titles of the same format because it just fits.<br id="g4be0" /><strong><br id="g4be1" /></strong></em><strong>Who are you writing your posts to? </strong><br id="pa:o" /><br id="pa:o0" />I know you may say the obvious, &#8220;My readers, of course.&#8221; But what if that post you just hit the publish button for were to be read by 26,638 more people than you expected. And that those people have no idea of who you are other than what you just wrote in that post. That might change a few things wouldn&#8217;t it. You might want to double check some grammar or clarify some things so that your ideas and thoughts don&#8217;t get misconstrued. Maybe you would position yourself differently. Place yourself as an expert or show your vulnerabilities. Or maybe you wouldn&#8217;t even hit publish.<br id="pa:o1" /><br id="retu" />I would just like to reflect on how having my <a href="http://www.jeremyadamdavis.com/2008/06/11/what-i-hate-about-becoming-a-designer/">What I Hate About Design</a> post getting dugg to the front page has influenced me and hopefully help you consider some things to improve your post writing in case the Digg monster comes knocking.<br id="gfvz" /><span id="more-75"></span><br id="gfvz0" /></p>
<h3>1. Backup what you are discussing.</h3>
<p>The number one problem with that post was that throughout it I discuss things that happen to me as a designer, yet I have no proof of being such. I have no portfolio or even a custom blog theme. To my credit, I only claim to talk about things happening to me as I am &#8216;becoming&#8217; a designer, but don&#8217;t be naive enough to think that the Digg masses will be understanding. Not only would I have taken less heat if I had my custom theme finished instead of in my sketchpad, but I also would have gotten good exposure.</p>
<p>The lack of design credibility was also a distracting element for the visitors. Instead of relating to what the post discussed, people become fixated on my lack of design proof, therefore making the post&#8217;s message less effective.<br id="rmat" /><strong>Moral of Story: If you can talk the talk, be prepared to walk the walk. If you even hint as to being something, be prepared to prove it.</strong><br id="bnsy" /><br id="beka" /></p>
<h3>2. Explain yourself better.</h3>
<p>When I wrote that post I truly only expected my 20 or so normal readers to read it and maybe 1000 if it made the front page of a small niche social media site like <a href="http://www.designfloat.com">design float</a> or <a href="http://www.designbump.com">design bump</a>. Because I expected only those people who were familiar with my story to read it, I didn&#8217;t preface the post to explain that I am still very much in the learning stage of becoming a designer. Doing this might have saved me some negativity. Also humor and sarcasm might want to become more obvious. It cracked me up how many people took some of my statements that were purely humorous as though they were my exact intentions. <br id="o_q5" /><strong>Moral of the Story: Not everyone is on the same page, throw them a bone and help them out.<br id="o_q50" /></strong><br id="o_q51" /></p>
<h3>3. Pretend everyone is a first time reader.</h3>
<p>Along the same lines of number 2, I would have better clarified myself if I had expected so many new visitors. This is something I am going to work more on as my blogging continues. After my post is finished, I am going to reread it as if this were my first time visiting the blog and that this post is the only writing that someone will base their entire opinion of me. This step is increasingly important for a personal-branded blog such as this one. That one popular post brands my character and my skills. If the post was written in a haughty manner, then the readers perception of me is the same.<br id="ztry" /><strong>Moral of the Story: You only get one first impression, don&#8217;t screw it up.</strong><br id="uppn" /><br id="uppn0" /></p>
<h3>4. Take steps to mitigate the bandwidth boost.</h3>
<p>As most of you are familiar, there is something known as the Digg Effect. It is essentially the huge spike in traffic a site receives the instant it reaches the front page of Digg. If your site crashes under the boost in traffic it can really hurt your first impression. Thousands of visitors that want to read your content will never make it. Others will become frustrated by the slow loading time of your site and cause a negative reaction before they even get to your content. I too was worried about what might happen if I ever was dugg and I&#8217;m glad to say my host held up well. There are a few things that you can do to help the bandwidth though. <br id="fizs" />If you are on WordPress, install the <a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP super cache plugin</a>. This plugin can help save some bandwidth by not having to run the PHP scripts and database queries on every visit. Also scale down some of your posts pictures. If your post&#8217;s entry width is only 500px wide, resize and save the picture as 500px. It might only be a few megabytes of difference but it adds up over thousands of visits.<br id="okq-" /><strong>Moral of the Story: Trim the fat from your posts.</strong><br id="va81" /><br id="va810" /></p>
<h3>5. Not everyone will love you.</h3>
<p>Digg users are notorious for being very harsh to the post authors. They often take things completely out of context or focus on elements unrelated to the idea you are trying to relay. Don&#8217;t let it get to you. Be confident in why you wrote the post and why you will continue blogging. If some hate-filled teenagers&#8217; comments are enough to get you depressed then maybe you shouldn&#8217;t have written the post in the first place. Granted they will say things that are true, but often say it in such a hateful way that it defeats the comment&#8217;s purpose to be constructive criticism. Try to find ways to improve based off of the negative comments.<br id="u1jz" /><strong>Moral of the Story: When life throws pies atcha, you make yourself a tall, cool glass of piemonade. -<em>Strongbad</em></strong><br id="zyyb" /><br id="zyyb0" />So thats what I learned. I hope to be better prepared if another one of my posts makes it to the coveted Digg front page. And I hope these steps can help you when your post reaches the front page also. Social media truly is a viral atmosphere. All it takes is a couple popular people to like your post before it displayed to tens of thousands. Don&#8217;t get caught unprepared.</p>
<p>Thank you to all who read, dugg and commented on the post. It was a very cool experience and something I can check off my blogging goals list.<br id="gv9i" /><br id="gv9i0" />If you have any of your own lessons you&#8217;ve learned from receiving the social media bomb, I&#8217;d love to hear them.</p>
<img src="http://www.jeremyadamdavis.com/?ak_action=api_record_view&id=75&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jeremyadamdavis.com/blogging/the-moral-of-the-story-getting-dugg-edition/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>So You Want to be a Writer</title>
		<link>http://www.jeremyadamdavis.com/blogging/so-you-want-to-be-a-writer/</link>
		<comments>http://www.jeremyadamdavis.com/blogging/so-you-want-to-be-a-writer/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 17:39:27 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[poem]]></category>

		<guid isPermaLink="false">http://www.jeremyadamdavis.com/?p=51</guid>
		<description><![CDATA[I just got finished reading this How to Grow Your Blog post and found the poem at the end very inspirational.
If for some strange reason you read this blog and not problogger, here&#8217;s the poem.
 

So you want to be a writer
    Charles Bukowski
if it doesn’t come bursting out of you  [...]]]></description>
			<content:encoded><![CDATA[<p>I just got finished reading this <a href="http://www.problogger.net/archives/2008/04/29/how-do-i-grow-my-blog/">How to Grow Your Blog post</a> and found the poem at the end very inspirational.</p>
<p>If for some strange reason you read this blog and not problogger, here&#8217;s the poem.</p>
<p> <span id="more-51"></span>
</p>
<h2>So you want to be a writer</h2>
<p><strong></strong>    <br /><a href="http://en.wikipedia.org/wiki/Charles_Bukowski"><em>Charles Bukowski</em></a></p>
<p>if it doesn’t come bursting out of you   <br />in spite of everything,     <br />don’t do it.     <br />unless it comes unasked out of your     <br />heart and your mind and your mouth     <br />and your gut,     <br />don’t do it.     <br />if you have to sit for hours     <br />staring at your computer screen     <br />or hunched over your     <br />typewriter     <br />searching for words,     <br />don’t do it.     <br />if you’re doing it for money or     <br />fame,     <br />don’t do it.     <br />if you’re doing it because you want     <br />women in your bed,     <br />don’t do it.     <br />if you have to sit there and     <br />rewrite it again and again,     <br />don’t do it.     <br />if it’s hard work just thinking about doing it,     <br />don’t do it.     <br />if you’re trying to write like somebody     <br />else,     <br />forget about it.</p>
<p>if you have to wait for it to roar out of    <br />you,     <br />then wait patiently.     <br />if it never does roar out of you,     <br />do something else.</p>
<p>if you first have to read it to your wife    <br />or your girlfriend or your boyfriend     <br />or your parents or to anybody at all,     <br />you’re not ready.</p>
<p>don’t be like so many writers,    <br />don’t be like so many thousands of     <br />people who call themselves writers,     <br />don’t be dull and boring and     <br />pretentious, don’t be consumed with self-     <br />love.     <br />the libraries of the world have     <br />yawned themselves to     <br />sleep     <br />over your kind.     <br />don’t add to that.     <br />don’t do it.     <br />unless it comes out of     <br />your soul like a rocket,     <br />unless being still would     <br />drive you to madness or     <br />suicide or murder,     <br />don’t do it.     <br />unless the sun inside you is     <br />burning your gut,     <br />don’t do it.</p>
<p>when it is truly time,    <br />and if you have been chosen,     <br />it will do it by     <br />itself and it will keep on doing it     <br />until you die or it dies in you.</p>
<p>there is no other way.</p>
<p>and there never was.</p>
<img src="http://www.jeremyadamdavis.com/?ak_action=api_record_view&id=51&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jeremyadamdavis.com/blogging/so-you-want-to-be-a-writer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>6 Things a Magazine Rack Teaches About Blogging</title>
		<link>http://www.jeremyadamdavis.com/blogging/6-things-a-magazine-rack-teaches-about-blogging/</link>
		<comments>http://www.jeremyadamdavis.com/blogging/6-things-a-magazine-rack-teaches-about-blogging/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 18:58:39 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.jeremyadamdavis.com/?p=34</guid>
		<description><![CDATA[
1. Your Homepage is Your Magazine Cover
The goal of every magazine is to get me to purchase it, but the problem is that it only has a few seconds to entice me as my eyes glance around the magazine stand. Your homepage should strive for the same goals. Show the best of yourself in a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyadamdavis.com/wp-content/uploads/2008/04/magazine-rack.jpg"><img class="size-full wp-image-37" title="magazine-rack" height="300" alt="" src="http://www.jeremyadamdavis.com/wp-content/uploads/2008/04/magazine-rack.jpg" width="499" /></a></p>
<h2>1. Your Homepage is Your Magazine Cover</h2>
<p>The goal of every magazine is to get me to purchase it, but the problem is that it only has a few seconds to entice me as my eyes glance around the magazine stand. Your homepage should strive for the same goals. Show the best of yourself in a few seconds. If it doesn&#8217;t look nice or if I can&#8217;t see what I&#8217;ll find inside, I&#8217;ll bounce right out.</p>
<p>Helpful Reading:</p>
<p><a href="http://www.problogger.net/archives/2007/08/22/first-impressions-matter-on-a-blog/">First Impressions Matter</a></p>
<p> <span id="more-34"></span>
</p>
<h2>2. Navigation Shouldn&#8217;t Aggravate the Reader</h2>
<p>One of the most frustrating types of magazines are the ones that have intriguing article titles on the front but you must search through 30 pages of ads just to find the table of contents. I don&#8217;t even bother looking for the articles in those types of magazines anymore. Your blog&#8217;s navigation should be effortless. Different readers might want to search your blog in different manners also. Plan accordingly.</p>
<p>Some navigation ideas: most recent posts, most popular posts, posts by category, posts by date, and search bar.</p>
<p>Helpful Reading:</p>
<p>Book: <a href="http://www.amazon.com/Dont-Make-Me-Think-Usability/dp/0321344758/ref=pd_bbs_1?ie=UTF8&amp;s=books&amp;qid=1208028472&amp;sr=8-1">Don&#8217;t Make Me Think</a></p>
<h2>3. Work Your Tagline</h2>
<p>You aren&#8217;t &quot;Just Another Wordpress Blog&quot; and your tagline should tell your readers that. Your tagline should be brief and tell what your blog offers.</p>
<p>Notice how a few of these magazines use their taglines.</p>
<ul>
<li>Maximum PC, &quot;Minimum BS&quot; &#8211; The magazine caters to a more advanced reader. It strengthens that with its tagline, and it gives some personality. </li>
<li>Consumer Reports, &quot;Expert, Independent, Nonprofit&quot; &#8211; It says the quality of content and that it is from an unbiased source. Very effective use of 3 words. </li>
<li>Computer Music, &quot;Make Music Now&quot; &#8211; Portrays an idea that the articles can be used immediately to accomplish what is desired. </li>
<li>Open Office.org, &quot;Excellent Alternative to Microsoft Office&quot; &#8211; Explain what it is by juxtaposing itself to a known competitor and offers itself as an excellent alternative. </li>
</ul>
<p>Helpful Reading:</p>
<p><a href="http://www.copyblogger.com/create-a-tagline/">How to Create Rock-Solid Taglines</a></p>
<p><a href="http://www.problogger.net/archives/2005/06/02/the-improtance-of-blog-taglines/">The Importance of Blog Taglines</a></p>
<h2>4. Talk to Your Target Audience</h2>
<p>While perusing, I noticed these phrases on a few of the covers, &quot;Jargon Free&quot; or &quot;Plain English&quot;. These magazines knew they were catering to beginners. They also know that beginners biggest fear is not being able to understand what is being written. Get a grasp for who is reading your blog. If they are beginners, explain things in more detail. If they are more advanced, don&#8217;t waste time on the basics.</p>
<p>I like how <a href="http://www.blogsolid.com/">Blogsolid</a> divides their blog into 3 different categories that cater to different types of readers.</p>
<h2>5. Practice What You Preach</h2>
<p>As I was looking over the magazine rack I noticed how beautiful the cover was for Advanced Photoshop. This makes sense. If the cover can&#8217;t convey that they have design skill then why should I read content that wants to teach design skill. To borrow the old saying, &quot;You can talk to the talk, but can you walk the walk.&quot; Make sure the things you are telling your readers are things you actually do yourself.</p>
<h2>6. Layout and Design Must Match Your Goals</h2>
<p>Different blogs have different goals. Some want to get readers, some want money from ads, some want to sell a product, some want to promote an idea.</p>
<p>Magazines also have different goals. The ones that want you to subscribe have loose mail in forms throughout the magazine. Some offer exclusive reading materials for subscribing to the magazine. They show the advantages of subscribing. Other magazine attempt to be one-stop resources around a topic such as DVD burning. They don&#8217;t try to get continue readership, they try to get as many people to buy the magazine by attempting to answer all the questions people might have when it comes to burning a DVD.</p>
<p>Too many blogs look similar to each other even though they might have different goals. Take a little time to see if your blog&#8217;s design is matching what you want to get out of your blog.</p>
<p>Helpful Reading:</p>
<p><a href="http://www.problogger.net/archives/2008/02/16/blog-design-communicates-voice/">Make Sure Your Blog Design Communicates Your Voice</a></p>
<h2>Final Thoughts</h2>
<p>Although magazines and blogs have different mediums, much can still be learned from the long-established print industry that can be used in blogging. Take a look around your local bookstore and see if you can find any patterns that could help your blogging. I noticed that the day after I drafted this post Copyblogger posted <a href="http://www.copyblogger.com/boost-blog-circulation/">Blogging Lessons from Newspapers.</a></p>
<img src="http://www.jeremyadamdavis.com/?ak_action=api_record_view&id=34&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jeremyadamdavis.com/blogging/6-things-a-magazine-rack-teaches-about-blogging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Differences Between a Flagship and Niche Blog Explained</title>
		<link>http://www.jeremyadamdavis.com/blogging/differences-between-a-flagship-and-niche-blog-explained/</link>
		<comments>http://www.jeremyadamdavis.com/blogging/differences-between-a-flagship-and-niche-blog-explained/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 17:24:52 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Flagship]]></category>
		<category><![CDATA[Niche]]></category>

		<guid isPermaLink="false">http://www.jeremyadamdavis.com/2008/03/28/differences-between-a-flagship-and-niche-blog-explained/</guid>
		<description><![CDATA[A Blog is a Blog is a Blog. Right?
Wrong. Each blog can have different goals and can cater to a different audience. Each blog needs to focus on different things to be optimized for success. Let&#8217;s look at the two broadest types of blogs and explain their differences.
 

Flagship Blog
Flagship blogs attempt to be a [...]]]></description>
			<content:encoded><![CDATA[<p>A Blog is a Blog is a Blog. Right?</p>
<p>Wrong. Each blog can have different goals and can cater to a different audience. Each blog needs to focus on different things to be optimized for success. Let&#8217;s look at the two broadest types of blogs and explain their differences.</p>
<p> <span id="more-32"></span>
</p>
<h2>Flagship Blog</h2>
<p>Flagship blogs attempt to be a go-to resource on a broad topic. They attempt to educate readers on its topic and do not use very technical terms related to their topic in order to reach the widest audience.</p>
<p><strong></strong></p>
<ul>
<li><strong>Traffic</strong> &#8211; Loyal readers comprise a majority of this types readership. Much traffic can also be generated from social networking or other blogs by the use of <a href="http://www.problogger.net/archives/2006/09/19/an-introduction-to-linkbaiting/">linkbait</a>. Search Engine traffic can be had, but to a lesser degree. </li>
<li><strong>Monetization </strong>- Visitors have developed Ad Blindness. When they view a page that has some common form of advertising on it, such as Adsense, their minds blank it out. Popular solutions are to have <a href="http://www.jeremyadamdavis.com/2008/02/09/why-use-125x125-ads/">125&#215;125 ads</a> and sell monthly space on them. Another popular method is to charge for reviews. A popular service to do this is <a href="http://www.reviewme.com/">Review Me</a>. Affiliate programs are also good monetization solutions. </li>
<li><strong>Content Goals</strong> &#8211; Posts should be frequent and should cater to the types of content that was used to get your loyal readership in the first place. Flagship blogs benefit by leveraging a <a href="http://www.problogger.net/archives/2008/03/13/supercharge-your-content-with-voice/">blogging voice.</a> Longer posts can also be used effectively. </li>
<li><strong>Subscription Method</strong> &#8211; Most people that are frequent visitors to flagship blogs are blog-savvy, meaning they know what <a href="http://en.wikipedia.org/wiki/RSS">RSS</a> is and the will probably read your blog through their RSS reader. </li>
<li><strong>Requirements</strong> &#8211; To get the type of readership a flagship blog desires, the blog will have to promote itself among the blogosphere. This can be done through networking with other bloggers or generating good linkbait. Quality content is a must. Post types should also vary to ensure that the writing doesn&#8217;t get stale. Some <a href="http://www.problogger.net/archives/2005/11/29/20-types-of-blog-posts-battling-bloggers-block/">ideas for alternate types of posts</a> can be list-type, satirical, open-letter, photo-centric, humorous or perhaps an interview. </li>
<li><strong>Design</strong> &#8211; A typical flagship blog will consist of the following: Advertiser spots, RSS button somewhere near the top right of the site, Categories, Popular Posts, Recent Posts and some form of Search. Extra work should be put into making sure the color and layout of the blog are done well so as to making reading your blog effortless and unobtrusive. </li>
</ul>
<h2>Niche Blog</h2>
<p>Niche blogs are focused on a specific area of a broader topic. They are experts in their topic and, depending on how narrow of a topic they choose, might be the only source available for their topic&#8217;s information</p>
<ul>
<li><strong>Traffic</strong> &#8211; A large majority of traffic will come from search engines. Depending on how large of a niche has been chosen will determine if other traffic will come from related niche blogs and how effective linkbaiting will work. </li>
<li><strong>Monetization</strong> &#8211; It&#8217;s assumed that niche blog readership isn&#8217;t as influenced by ad blindness as flagship blogs are. <a href="http://en.wikipedia.org/wiki/Pay_per_click">PPC</a> methodologies such as Adsense should work well. Another strategy is to do product reviews with links to purchase a product that will give you a portion of the sale, such as Amazon Associates. </li>
<li><strong>Content Goals</strong> &#8211; Many readers will be bounce readers, meaning visitors exit right after viewing the post. So a large emphasis should be placed on trying to convince people to visit other areas of your blog that they might find useful. That being said, most people found your blog because they asked a question to a search engine and your blog showed up, so make sure you answer their question. </li>
<li><strong>Subscription Method</strong> &#8211; <a href="http://en.wikipedia.org/wiki/RSS">RSS</a> might be something that these readers do not understand. More emphasis should be put on letting visitors subscribe to your blog via e-mail. </li>
<li><strong>Requirements</strong> &#8211; Niche blogs need good SEO to succeed. Niche bloggers should also follow trends in their niche and try to write timely posts about breaking news in the niche. </li>
<li><strong>Design</strong> &#8211; A typical niche blog should consist of the following: Subscribe by email area, PPC areas, Related Posts, Popular Posts and an obvious search bar. The design focus should be on getting people to stay longer, so the contrast of certain blog elements should be experimented with to determine what types of content the readers most enjoy. </li>
</ul>
<img src="http://www.jeremyadamdavis.com/?ak_action=api_record_view&id=32&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jeremyadamdavis.com/blogging/differences-between-a-flagship-and-niche-blog-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Being Bit By the Blogging Bug</title>
		<link>http://www.jeremyadamdavis.com/blogging/being-bit-by-the-blogging-bug/</link>
		<comments>http://www.jeremyadamdavis.com/blogging/being-bit-by-the-blogging-bug/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 18:38:29 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.jeremyadamdavis.com/2008/03/03/being-bit-by-the-blogging-bug/</guid>
		<description><![CDATA[I &#60;3 Blogging.
I know my love isn&#8217;t seen here too much, but I am just enamored with entire realm of the blogosphere. I have been reading any free eBook I can get about it. Adding more and more feeds to my Google Reader. Making a custom WordPress Theme for a niche blog I started. And [...]]]></description>
			<content:encoded><![CDATA[<p>I &lt;3 Blogging.</p>
<p>I know my love isn&#8217;t seen here too much, but I am just enamored with entire realm of the blogosphere. I have been reading any free eBook I can get about it. Adding more and more feeds to my Google Reader. Making a custom WordPress Theme for a niche blog I started. And starting preliminary work on another blog I hope to become my flagship blog. I&#8217;ve also gotten two of my friends to start their own blogging based off my zeal for it.</p>
<p> <span id="more-29"></span>
<p>Whenever I am chatting with someone about a possible a website for them, the first thing I think about is if the site could leverage the power of the blog. It seems as though I want every site to be a blog, but the fact is that a blog isn&#8217;t for everyone. Although I believe that some elements of a blog could be properly used in almost any website format, it must be approached carefully.</p>
<p>For example, my mother is a member in a group of office assistances called IAAP. She asked if I could do a website for her chapter. So my first idea was to give them a blog. It seemed like a good idea. Various members could write posts about tips to being a better administrative assistant. I assumed they might post other things like inspirational stories. They have monthly meetings so I also thought they would put updates about the meetings on there also. I also gave the blog a flickr stream so they can put pictures in their flickr account and have them show up on the site. I was positive this was just what they needed and wanted, but it just hasn&#8217;t been the case. Although I still stand by my decision that a blog is a workable solution for their website, I didn&#8217;t properly educate them about the power of blogging and motivate them to do it.</p>
<p><strong>Just because a blog can be used, it doesn&#8217;t mean it should.</strong> Make sure the people who are expected to manage the blog are educated and motivated to do such. Otherwise your site is just another WordPress theme.</p>
<img src="http://www.jeremyadamdavis.com/?ak_action=api_record_view&id=29&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jeremyadamdavis.com/blogging/being-bit-by-the-blogging-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should Your Blog Use Gravatars?</title>
		<link>http://www.jeremyadamdavis.com/blogging/should-your-blog-use-gravatars/</link>
		<comments>http://www.jeremyadamdavis.com/blogging/should-your-blog-use-gravatars/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 21:26:07 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[gravatars]]></category>

		<guid isPermaLink="false">http://www.jeremyadamdavis.com/2008/02/21/should-your-blog-use-gravatars/</guid>
		<description><![CDATA[Recently I&#8217;ve been following the comments for a David Airey Blogging Transparency post. I noticed that many commentors had sidenotes relating to David&#8217;s blog no longer using gravatars in the comments. I just have a couple things on my mind relating to the use of gravatars in blog comments.
 

What is a Gravatar?
A gravatar is [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been following the comments for a <a title="View Post" href="http://www.davidairey.com/online-business-all-about-transparency/">David Airey Blogging Transparency</a> post. I noticed that many commentors had sidenotes relating to David&#8217;s blog no longer using gravatars in the comments. I just have a couple things on my mind relating to the use of gravatars in blog comments.</p>
<p> <span id="more-27"></span>
</p>
<h2>What is a Gravatar?</h2>
<p>A gravatar is a <strong>g</strong>lobally <strong>r</strong>ecognized <strong>avatar</strong>. Quite simple it is an 80&#215;80 image associated with an e-mail address. It&#8217;s primarily used in blog comments to associate the commenter with a picture of him/herself whenever they comment. For example when I write a comment that uses gravatars, my jeremyadamdavis@gmail.com e-mail address has this gravatar associated with it.</p>
<p><img alt="Jeremy Gravatar" src="http://www.jeremyadamdavis.com/wp-content/uploads/2008/02/gravatar.jpg" /></p>
<p>Nothing fancy and since I&#8217;m usually the one behind the camera its about the only one I could find quickly that wasn&#8217;t posed.</p>
<p>So that’s about it. When I post a comment and if the blog uses gravatars this image is shown next to my comments. If you want one your own, do so at the <a href="http://site.gravatar.com/">Gravatar main site</a>.</p>
<h2><strong>So what&#8217;s not to like about Gravatars</strong><strong>?</strong></h2>
<p>I believe that the idea of the gravatar is very easy to like, but there are also some good points about not using them.</p>
<h3>Gravatars are distractions </h3>
<p>A few people mentioned this point. Personally, I have never felt &quot;distracted&quot; by them, but to each his own. I know David mentioned that one reason he removed them is so that his responses to comments can be more easily found since he is the only commenter that has an image next to his comments. I like that idea, but the same effect could be gained by having a different comment background color for the blog author&#8217;s responses.</p>
<h3>Gravatars slow down sites that get numerous comments </h3>
<p>This too seems like a valid point. David mentioned that articles with 30 or more comments really seemed to take a hit from the gravatars. I know <a href="http://freelanceswitch.com/">FreelanceSwitch</a> uses gravatars and I haven&#8217;t felt much of a delay on some of their 100+ comments posts, but I am on a much wider bandwidth than most.</p>
<h3>Gravatars could be a barrier to the comment&#8217;s influence </h3>
<p>Basically, your appearance might make people value your comment less. Maybe you read a well-written comment that mentions tips about how to save money or balancing your budget and the commenter&#8217;s gravatar depicts a disheveled 14 year-old kid. I don&#8217;t know about you but I&#8217;m far less-inclined to take financial advise from someone whose biggest bill is a movie ticket and the occasional milk shake splurge.</p>
<h2>Why you should be using Gravatars</h2>
<p>Although there are those negative reasons to use gravatars, I am still keen on the idea and think that they should be used. Here&#8217;s a few reasons why.</p>
<h3>Gravatars help to brand yourself</h3>
</p>
<p>Ironically the post that made me consider the benefits of having a gravatar was this <a href="http://www.davidairey.com/use-your-avatar-to-build-brand-recognition/">Avatar Branding</a> post by &#8230; David Airey. This is something that I believe will be taken more seriously as blogging is transferring from a hobby to a business tool. I&#8217;ve been reading/listening/watching plenty of <a href="http://www.problogger.net">Darren Rowse</a> material lately, and he often mentions the leveraging of blogging as a brand.</p>
<p>By having a standard image associated with all your online activity people can more easily track you. That being said, people can more easily track you. So be careful what you say or do. I know that personally I try to make sure that my web presence is always something that I won&#8217;t regret later. I don&#8217;t want a future client/employer to do a Google search on my name and find some off-color comment that could hurt my chances of working with them.</p>
<p>I could digress more about branding, but basically as people see your gravatar throughout the blogs, your brand will increase. I know I can think of a couple people&#8217;s gravatars off the top of my head and they have a greater mindshare to me than someone without a gravatar.</p>
<h3>Gravatars give a personal feel to the comment </h3>
<p>Seeing a picture of the commenter adds a little bit of humanity to our text-based blogging environment. I typically don&#8217;t read commenter&#8217;s names so when I see a picture of a middle-aged female next to a comment I can associate a gender and get a better perspective about the comment. If your blog consists of multiple people or is based on a theme instead of personal such as <a href="http://putthingsoff.com/">PutThingsOff</a>, then use the blog&#8217;s logo. Again going back to the branding aspect.</p>
<h3>Gravatars promote the community atmosphere </h3>
<p>In this socially networked age, people are giving out more personal information than ever before. Ten years ago the idea of gravatars wouldn&#8217;t have worked. People were afraid that if their name or picture was put out on that Internet thing that their soul would also be considered forfeit. A blog with gravatars has a more comfortable, laid-back feel to it than one without.</p>
<h2>Final Comments</h2>
<p>I feel like much more could be said about the pros and cons of gravatars, but I don&#8217;t know how much more you could take having me drone on about an 80 pixel square image.</p>
<p>Can gravatars work for you?</p>
<p>Whether you are considering this question as someone debating about adding them to your own blog or someone who doesn&#8217;t have a gravatar yet, I believe the simple and right answer is it that it all depends. I personally believe that most of the negatives mentioned could be solved through better design and having more thought put into it. But I wouldn&#8217;t dare to make a blanket statement that &quot;Thou Shalt Use Gravatars&quot;. All that I ask is to consider it. Try to find a better way to use them. Weigh your own pros/cons about the situation and decide.</p>
<p><em>I&#8217;m sure there are many more positives and negatives about this that I&#8217;ve missed, so I&#8217;d love to hear your thoughts about the use of gravatars.</em></p>
<img src="http://www.jeremyadamdavis.com/?ak_action=api_record_view&id=27&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jeremyadamdavis.com/blogging/should-your-blog-use-gravatars/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
