<?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>Graphic designer specialising in logo design and brand identity, and available for print and web design. Graphic design portfolio and blog of Andrew Keir. &#187; Blogging</title>
	<atom:link href="http://www.andrewkeir.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrewkeir.com</link>
	<description>Graphic designer specialising in logo design and brand identity, and available for print and web design. Graphic design portfolio and blog of Andrew Keir.</description>
	<lastBuildDate>Sun, 25 Jul 2010 01:14:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Secure your WordPress admin pages</title>
		<link>http://www.andrewkeir.com/whitelist-your-ip-address-for-wordpress-with-htaccess/</link>
		<comments>http://www.andrewkeir.com/whitelist-your-ip-address-for-wordpress-with-htaccess/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 19:19:24 +0000</pubDate>
		<dc:creator>Andrew Keir</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.andrewkeir.com/?p=3277</guid>
		<description><![CDATA[After a friends WordPress blog/server was hacked recently I took a deeper look into securing my site beyond the default security available. While there are plenty of security enhancement plugins available on WordPress.org, essentially all that I saw had poor ratings, insufficient feedback or were otherwise not what I wanted. Instead, there is a simple, [...]

<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/how-to-delete-your-wordpress-revisions/" rel="bookmark" title="How to delete your wordpress revisions">How to delete your wordpress revisions &#40;<span class="comment-number">0</span>&#41;</a><!-- (37.7389)--></li>
<li><a href="http://www.andrewkeir.com/custom-wordpress-login/" rel="bookmark" title="Customizing your WordPress login">Customizing your WordPress login &#40;<span class="comment-number">2</span>&#41;</a><!-- (33.9297)--></li>
<li><a href="http://www.andrewkeir.com/9-google-adsense-ready-wordpress-themes/" rel="bookmark" title="9 Google Adsense ready WordPress themes">9 Google Adsense ready WordPress themes &#40;<span class="comment-number">0</span>&#41;</a><!-- (24.125)--></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewkeir.com/images/news/padlock.jpg" alt="padlock" /></p>
<p>After a <a href="http://www.andrewkelsall.com/" rel="nofollow">friends WordPress blog</a>/server was hacked recently I took a deeper look into securing my site beyond the default security available. While there are plenty of security enhancement plugins available on WordPress.org, essentially all that I saw had poor ratings, insufficient feedback or were otherwise not what I wanted.</p>
<p>Instead, there is a simple, fool-proof way to protect the admin section of your blog by restricting it to your unique IP with a .htaccess file. <span id="more-3277"></span>Be aware, this is <strong>not</strong> the .htaccess file in your root directory. Applying this to that file will prevent anyone from accessing your blog at all.</p>
<p>Create a new .htaccess file in your http://www.domain.com/wp-admin/ directory and copy the following code.</p>
<blockquote><p>
AuthUserFile /dev/null<br />
AuthGroupFile /dev/null<br />
AuthName &quot;WordPress Admin Access Control&quot;<br />
AuthType Basic<br />
&lt;LIMIT GET&gt;<br />
order deny,allow<br />
deny from all<br />
# Home IP<br />
allow from xxx.xxx.xxx.xxx<br />
# Office IP<br />
allow from xxx.xxx.xxx.xxx<br />
&lt;/LIMIT&gt;
</p></blockquote>
<p>Replace the descriptions and enter the IP addresses of your home, office, mobile etc. and you deny any outsider access to this entire section of your blog. In the event your IP address changes, you will be locked, you simply have to update the file to reflect your new details.</p>
<p><strong>Much easier.</strong></p>
<p>Using a plugin to achieve this is more complicated than it needs to be. By using a .htaccess file instead you&#8217;ll never have to worry about updates, version incompatibilities, bugs etc. Simple and secure. <span class="smalltext"><a href="http://www.flickr.com/photos/zebble/6080622/"rel="nofollow" >Image credit</a>.</span></p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.andrewkeir.com/whitelist-your-ip-address-for-wordpress-with-htaccess/&amp;t=Secure+your+WordPress+admin+pages" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Secure+your+WordPress+admin+pages+-+http://tinyurl.com/2e8lbbv&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.andrewkeir.com/whitelist-your-ip-address-for-wordpress-with-htaccess/&amp;title=Secure+your+WordPress+admin+pages&amp;summary=%0D%0A%0D%0AAfter%20a%20friends%20WordPress%20blog%2Fserver%20was%20hacked%20recently%20I%20took%20a%20deeper%20look%20into%20securing%20my%20site%20beyond%20the%20default%20security%20available.%20While%20there%20are%20plenty%20of%20security%20enhancement%20plugins%20available%20on%20WordPress.org%2C%20essentially%20all%20that%20I%20saw%20had%20poor%20ratings%2C%20insufficient%20feedback%20or%20wer&amp;source=Graphic designer specialising in logo design and brand identity, and available for print and web design. Graphic design portfolio and blog of Andrew Keir." rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.andrewkeir.com/whitelist-your-ip-address-for-wordpress-with-htaccess/&amp;title=Secure+your+WordPress+admin+pages" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.andrewkeir.com/whitelist-your-ip-address-for-wordpress-with-htaccess/&amp;title=Secure+your+WordPress+admin+pages" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.andrewkeir.com/whitelist-your-ip-address-for-wordpress-with-htaccess/&amp;title=Secure+your+WordPress+admin+pages" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.andrewkeir.com/whitelist-your-ip-address-for-wordpress-with-htaccess/&amp;title=Secure+your+WordPress+admin+pages" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.andrewkeir.com/whitelist-your-ip-address-for-wordpress-with-htaccess/&amp;Title=Secure+your+WordPress+admin+pages" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/how-to-delete-your-wordpress-revisions/" rel="bookmark" title="How to delete your wordpress revisions">How to delete your wordpress revisions &#40;<span class="comment-number">0</span>&#41;</a><!-- (37.7389)--></li>
<li><a href="http://www.andrewkeir.com/custom-wordpress-login/" rel="bookmark" title="Customizing your WordPress login">Customizing your WordPress login &#40;<span class="comment-number">2</span>&#41;</a><!-- (33.9297)--></li>
<li><a href="http://www.andrewkeir.com/9-google-adsense-ready-wordpress-themes/" rel="bookmark" title="9 Google Adsense ready WordPress themes">9 Google Adsense ready WordPress themes &#40;<span class="comment-number">0</span>&#41;</a><!-- (24.125)--></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewkeir.com/whitelist-your-ip-address-for-wordpress-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>A sense of irony</title>
		<link>http://www.andrewkeir.com/a-sense-of-irony/</link>
		<comments>http://www.andrewkeir.com/a-sense-of-irony/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 10:24:10 +0000</pubDate>
		<dc:creator>Andrew Keir</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[extras]]></category>

		<guid isPermaLink="false">http://www.andrewkeir.com/?p=3237</guid>
		<description><![CDATA[When writing for my blog I don&#8217;t always write one post start to finish before moving onto the next. If an idea comes to mind for a potential post I&#8217;ll save a draft with a few notes jotted down and revisit it later, completing it over a day or two as time permits. I started [...]

<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/fixing-the-ie6-whitespace-bug/" rel="bookmark" title="Fixing the IE6 whitespace bug">Fixing the IE6 whitespace bug &#40;<span class="comment-number">2</span>&#41;</a><!-- (14.2287)--></li>
<li><a href="http://www.andrewkeir.com/how-to-delete-your-wordpress-revisions/" rel="bookmark" title="How to delete your wordpress revisions">How to delete your wordpress revisions &#40;<span class="comment-number">0</span>&#41;</a><!-- (11.8507)--></li>
<li><a href="http://www.andrewkeir.com/valid-w3c-youtube-videos/" rel="bookmark" title="How to embed W3C valid Youtube videos">How to embed W3C valid Youtube videos &#40;<span class="comment-number">0</span>&#41;</a><!-- (10.1065)--></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewkeir.com/images/news/irony.gif" alt="irony" /></p>
<p>When writing for my blog I don&#8217;t always write one post start to finish before moving onto the next. If an idea comes to mind for a potential post I&#8217;ll save a draft with a few notes jotted down and revisit it later, completing it over a day or two as time permits.</p>
<p>I started a post on blogging and overcoming writers block about 4 months ago that I&#8217;ve yet to complete, ironically it&#8217;s not going well. <span id="more-3237"></span></p>
<p>Other writers cures range from drinking a glass of water, to going for a work or reading a book. There were plenty of suggestions out there, but nothing that struck a cord with me that I would consider for a definitive list. For me at least, if the words wont come it&#8217;s simply a matter of having a break and revisiting it when the mood strikes.</p>
<p><strong>How about you?</strong></p>
<p>I&#8217;ve since given up on compiling my cures for writers block, but hey, I managed to pull a post together out of the subject so it wasn&#8217;t a total loss.</p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.andrewkeir.com/a-sense-of-irony/&amp;t=A+sense+of+irony" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=A+sense+of+irony+-+http://tinyurl.com/2c7rxq2&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.andrewkeir.com/a-sense-of-irony/&amp;title=A+sense+of+irony&amp;summary=%0D%0A%0D%0AWhen%20writing%20for%20my%20blog%20I%20don%27t%20always%20write%20one%20post%20start%20to%20finish%20before%20moving%20onto%20the%20next.%20If%20an%20idea%20comes%20to%20mind%20for%20a%20potential%20post%20I%27ll%20save%20a%20draft%20with%20a%20few%20notes%20jotted%20down%20and%20revisit%20it%20later%2C%20completing%20it%20over%20a%20day%20or%20two%20as%20time%20permits.%0D%0A%0D%0AI%20started%20a%20post%20on%20blogging%20&amp;source=Graphic designer specialising in logo design and brand identity, and available for print and web design. Graphic design portfolio and blog of Andrew Keir." rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.andrewkeir.com/a-sense-of-irony/&amp;title=A+sense+of+irony" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.andrewkeir.com/a-sense-of-irony/&amp;title=A+sense+of+irony" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.andrewkeir.com/a-sense-of-irony/&amp;title=A+sense+of+irony" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.andrewkeir.com/a-sense-of-irony/&amp;title=A+sense+of+irony" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.andrewkeir.com/a-sense-of-irony/&amp;Title=A+sense+of+irony" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/fixing-the-ie6-whitespace-bug/" rel="bookmark" title="Fixing the IE6 whitespace bug">Fixing the IE6 whitespace bug &#40;<span class="comment-number">2</span>&#41;</a><!-- (14.2287)--></li>
<li><a href="http://www.andrewkeir.com/how-to-delete-your-wordpress-revisions/" rel="bookmark" title="How to delete your wordpress revisions">How to delete your wordpress revisions &#40;<span class="comment-number">0</span>&#41;</a><!-- (11.8507)--></li>
<li><a href="http://www.andrewkeir.com/valid-w3c-youtube-videos/" rel="bookmark" title="How to embed W3C valid Youtube videos">How to embed W3C valid Youtube videos &#40;<span class="comment-number">0</span>&#41;</a><!-- (10.1065)--></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewkeir.com/a-sense-of-irony/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mistakes I made when launching my blog</title>
		<link>http://www.andrewkeir.com/launch-a-better-blog/</link>
		<comments>http://www.andrewkeir.com/launch-a-better-blog/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 13:01:05 +0000</pubDate>
		<dc:creator>Andrew Keir</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO and online marketing]]></category>

		<guid isPermaLink="false">http://www.andrewkeir.com/?p=3234</guid>
		<description><![CDATA[It&#8217;s nearly two years ago now that I converted my static HTML website to the blog you see before you. As this was my first blog and also my first WordPress theme some mistakes were to be expected. In retrospect though, there&#8217;s a lot I could have done better. #1 A finished WordPress theme design. [...]

<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/google-vs-social-networking/" rel="bookmark" title="Google vs social networking">Google vs social networking &#40;<span class="comment-number">16</span>&#41;</a><!-- (43.2636)--></li>
<li><a href="http://www.andrewkeir.com/3-writing-tips-for-your-new-blog/" rel="bookmark" title="3 writing tips for your new blog">3 writing tips for your new blog &#40;<span class="comment-number">0</span>&#41;</a><!-- (40.8376)--></li>
<li><a href="http://www.andrewkeir.com/is-your-blog-digg-proof/" rel="bookmark" title="Is your blog Digg proof">Is your blog Digg proof &#40;<span class="comment-number">0</span>&#41;</a><!-- (39.4119)--></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewkeir.com/images/news/spilt-milk.jpg" alt="spilt milk" /></p>
<p>It&#8217;s nearly two years ago now that I converted my static HTML website to the blog you see before you. As this was my first blog and also my first WordPress theme some mistakes were to be expected. In retrospect though, there&#8217;s a lot I could have done better. <span id="more-3234"></span></p>
<p><strong>#1 A finished WordPress theme design.</strong></p>
<p>I knew when I started that I wanted a clean, simple, content focused design to my site. 3 column, header and footer as you see before you. I was overly eager in wanting to get content posted, and once I had this basic layout and my design was approaching completion I began spending more time writing blog posts instead of finalising the design.</p>
<p>Due to the division of attention little flaws went unnoticed, sections of coding were sloppy or invalid, basically my site wasn&#8217;t being all it could be. Once the initial frenzy of posts slowed down I fixed all the issues, but I&#8217;d had been better off delaying the blogging itself for a few weeks and finishing the design.</p>
<p><strong>#2 Quality &#038; quantity of content.</strong></p>
<p>&#8220;Content is king&#8221; as they say, but in the race for quantity the quality of some posts was extremely lacking. Posts/comments on YouTube videos, single logos with a pinch of copy that basically boiled down to &#8220;I really like this logo&#8221;, anything that was reasonably quick, easy and design related.</p>
<p>While these posts might warrant a quick glance they weren&#8217;t going to inspire any conversation (which somewhat defeats the purpose of a blog), weren&#8217;t very original and definitely weren&#8217;t going to gain any social momentum or backlinks.</p>
<p>As time went by the quality of my articles got better and in comparison the rushed posts looked even worse. When I reached around the 150 post mark I went back and deleted at least 50 articles that weren&#8217;t contributing to the quality of my blog.</p>
<p>In the time I wasted churning out these 50 I could have written 5 quality, interesting articles that would have served me far better.</p>
<p><strong>#3 Planning for potential advertising.</strong></p>
<p>Somewhere in the back of my mind I had the thought of advertising on my blog for a passive income, though as the design came together it wasn&#8217;t really taken into consideration. There are many standard sizes of advertising available and planning a web design around them is pretty flexible.</p>
<p>When looking into advertising more at a later date, I later found that the columns of my blog were not the correct size to accommodate the closest available ad formats.</p>
<p>Luckily I was only a few pixels out and was able to change the widths without any negative impact on the design. If and when I decide to monetize my blog further they will now drop into the design fine, but again it would have been time saved if I&#8217;d done this in the beginning.</p>
<p><strong>#4 Social networking / bookmarking.</strong></p>
<p>I suppose it&#8217;s fair to say search engines are where you want to rank best, but <a href="http://www.andrewkeir.com/google-vs-social-networking/">social networking and bookmarking sites are such a huge part</a> of online marketing now-a-days that they&#8217;re hard to ignore.</p>
<p>I was originally of the opinion that twitter etc. was little more than people following each other for the purpose of promoting there own content while not actually caring about anyone else. It was about 7 months before I got involved with Twitter and Digg etc. and they&#8217;ve since turned into sources of significant traffic, links and the occasional bit of work.</p>
<p>Who knows what opportunities might have been missed. A front page article on Digg certainly would have kicked my site into gear early.</p>
<h2>C&#8217;est la vie.</h2>
<p>It&#8217;s easy of course to look back and see all the things you could have done better, but what can you do. With 250+ decent articles attracting business and traffic growing since the launch things are going good.</p>
<p>I&#8217;m in the process of launching a second blog at the moment, and armed with hindsight it&#8217;s coming together at twice the speed of the first. Hopefully this helps you do the same.</p>
<div class="rdivspacer"></div>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.andrewkeir.com/launch-a-better-blog/&amp;t=Mistakes+I+made+when+launching+my+blog" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Mistakes+I+made+when+launching+my+blog+-+http://tinyurl.com/2e4d74x&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.andrewkeir.com/launch-a-better-blog/&amp;title=Mistakes+I+made+when+launching+my+blog&amp;summary=%0D%0A%0D%0AIt%27s%20nearly%20two%20years%20ago%20now%20that%20I%20converted%20my%20static%20HTML%20website%20to%20the%20blog%20you%20see%20before%20you.%20As%20this%20was%20my%20first%20blog%20and%20also%20my%20first%20WordPress%20theme%20some%20mistakes%20were%20to%20be%20expected.%20In%20retrospect%20though%2C%20there%27s%20a%20lot%20I%20could%20have%20done%20better.%20%0D%0A%0D%0A%231%20A%20finished%20WordPress%20theme%20des&amp;source=Graphic designer specialising in logo design and brand identity, and available for print and web design. Graphic design portfolio and blog of Andrew Keir." rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.andrewkeir.com/launch-a-better-blog/&amp;title=Mistakes+I+made+when+launching+my+blog" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.andrewkeir.com/launch-a-better-blog/&amp;title=Mistakes+I+made+when+launching+my+blog" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.andrewkeir.com/launch-a-better-blog/&amp;title=Mistakes+I+made+when+launching+my+blog" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.andrewkeir.com/launch-a-better-blog/&amp;title=Mistakes+I+made+when+launching+my+blog" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.andrewkeir.com/launch-a-better-blog/&amp;Title=Mistakes+I+made+when+launching+my+blog" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/google-vs-social-networking/" rel="bookmark" title="Google vs social networking">Google vs social networking &#40;<span class="comment-number">16</span>&#41;</a><!-- (43.2636)--></li>
<li><a href="http://www.andrewkeir.com/3-writing-tips-for-your-new-blog/" rel="bookmark" title="3 writing tips for your new blog">3 writing tips for your new blog &#40;<span class="comment-number">0</span>&#41;</a><!-- (40.8376)--></li>
<li><a href="http://www.andrewkeir.com/is-your-blog-digg-proof/" rel="bookmark" title="Is your blog Digg proof">Is your blog Digg proof &#40;<span class="comment-number">0</span>&#41;</a><!-- (39.4119)--></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewkeir.com/launch-a-better-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded wordpress, broken RSS feed</title>
		<link>http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/</link>
		<comments>http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/#comments</comments>
		<pubDate>Sat, 29 May 2010 13:09:26 +0000</pubDate>
		<dc:creator>Andrew Keir</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.andrewkeir.com/?p=3211</guid>
		<description><![CDATA[A few versions of WordPress ago, I updated my blog in what seemed like one of many painless upgrades. My blog was live, all my plug-ins where compatible and everything looked to be working fine. It wasn&#8217;t&#8230; Over the next month or so, traffic continued to climb, comments were being left with increasing frequency, my [...]

<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/graphic-design-blog-rss/" rel="bookmark" title="You know you&#8217;re subscribed to too many feeds when&#8230;">You know you&#8217;re subscribed to too many feeds when&#8230; &#40;<span class="comment-number">2</span>&#41;</a><!-- (32.8974)--></li>
<li><a href="http://www.andrewkeir.com/thanks-for-visiting-my-graphic-design-blog/" rel="bookmark" title="Thank you!">Thank you! &#40;<span class="comment-number">0</span>&#41;</a><!-- (29.3239)--></li>
<li><a href="http://www.andrewkeir.com/what-is-an-rss-feed/" rel="bookmark" title="What is an RSS feed?">What is an RSS feed? &#40;<span class="comment-number">0</span>&#41;</a><!-- (27.2621)--></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewkeir.com/images/news/broken-rss-feed.jpg" alt="broken rss feed" /></p>
<p>A few versions of WordPress ago, I updated my blog in what seemed like one of many painless upgrades. My blog was live, all my plug-ins where compatible and everything looked to be working fine. It wasn&#8217;t&#8230;</p>
<p>Over the next month or so, traffic continued to climb, comments were being left with increasing frequency, my twitters followers were growing, but my Feedburner subscribers were not. <span id="more-3211"></span></p>
<p>I had forever been subscribed to my own RSS feed to ensure it was delivering the goods, and as the weeks went by new content was being delivered to my reader as I published it, so I thought <em>Oh well, the feeds obviously working, it must just be a bit of a slow patch</em>.</p>
<p>After more weeks went by with no growth, I was forced to admit something was wrong. After unsubscribing to my own feed, I found that when I tried to re-subscribe, my RSS reader reported the feed was invalid.</p>
<p>After a little Google-ing, it turns out to be a fairly common problem that WordPress ( or some plug-ins&#8230; ) can sometimes add a single blank link to one of your php files, typically your wpconfig.php file, after an upgrade.</p>
<p>In some cases this results in your blog loading only a white screen, a fairly obvious problem&#8230; In others the result is more subtle. The blog itself and existing subscribers are unaffected, only potential new subscribers experience any problems.</p>
<p>Anyone who runs a blog has no doubt received a comment along the lines of &#8221; I am having trouble subscribing to your RSS feed&#8230; &#8220;, 99.9% of the time this is spam. Due to these comments ending up in my spam filter and/or not being taken seriously, and the subtle nature of the problem, more than 2 months had passed before I found and corrected the problem.</p>
<p>More than 2 months of potential subscribers lost. Not happy.</p>
<p><strong>Word to the wise&#8230;</strong></p>
<p>I&#8217;ve since made the habit of not upgrading my/clients blogs for at least a few weeks after an upgrade is released. Both to wait for any required plugin upgrades to become available, and also to avoid any similar problems that might be discovered shortly after release.</p>
<p>I also view the source code of my blog online afterwards to ensure that row 1 isn&#8217;t a blank line, and I always re-<a href="http://feeds.feedburner.com/andrewkeir" rel="nofollow">subscribe to my RSS feed</a>&#8230;</p>
<div class="rdivspacer"></div>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/&amp;t=Upgraded+wordpress%2C+broken+RSS+feed" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Upgraded+wordpress%2C+broken+RSS+feed+-+http://tinyurl.com/258nse8&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/&amp;title=Upgraded+wordpress%2C+broken+RSS+feed&amp;summary=%0D%0A%0D%0AA%20few%20versions%20of%20Wordpress%20ago%2C%20I%20updated%20my%20blog%20in%20what%20seemed%20like%20one%20of%20many%20painless%20upgrades.%20My%20blog%20was%20live%2C%20all%20my%20plug-ins%20where%20compatible%20and%20everything%20looked%20to%20be%20working%20fine.%20It%20wasn%27t...%0D%0A%20%0D%0AOver%20the%20next%20month%20or%20so%2C%20traffic%20continued%20to%20climb%2C%20comments%20were%20being%20left%20with&amp;source=Graphic designer specialising in logo design and brand identity, and available for print and web design. Graphic design portfolio and blog of Andrew Keir." rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/&amp;title=Upgraded+wordpress%2C+broken+RSS+feed" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/&amp;title=Upgraded+wordpress%2C+broken+RSS+feed" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/&amp;title=Upgraded+wordpress%2C+broken+RSS+feed" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/&amp;title=Upgraded+wordpress%2C+broken+RSS+feed" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/&amp;Title=Upgraded+wordpress%2C+broken+RSS+feed" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/graphic-design-blog-rss/" rel="bookmark" title="You know you&#8217;re subscribed to too many feeds when&#8230;">You know you&#8217;re subscribed to too many feeds when&#8230; &#40;<span class="comment-number">2</span>&#41;</a><!-- (32.8974)--></li>
<li><a href="http://www.andrewkeir.com/thanks-for-visiting-my-graphic-design-blog/" rel="bookmark" title="Thank you!">Thank you! &#40;<span class="comment-number">0</span>&#41;</a><!-- (29.3239)--></li>
<li><a href="http://www.andrewkeir.com/what-is-an-rss-feed/" rel="bookmark" title="What is an RSS feed?">What is an RSS feed? &#40;<span class="comment-number">0</span>&#41;</a><!-- (27.2621)--></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You know you&#8217;re subscribed to too many feeds when&#8230;</title>
		<link>http://www.andrewkeir.com/graphic-design-blog-rss/</link>
		<comments>http://www.andrewkeir.com/graphic-design-blog-rss/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 23:10:52 +0000</pubDate>
		<dc:creator>Andrew Keir</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.andrewkeir.com/?p=3196</guid>
		<description><![CDATA[When I first started subscribing to RSS feeds, I would subscribe to any site which had a bit decent, regular content. After a while, I was subscribed to so many feeds I simply didn&#8217;t have the time to read them and ended up skimming ( or flying&#8230; ) across 50 updated posts before deleting the [...]

<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/" rel="bookmark" title="Upgraded wordpress, broken RSS feed">Upgraded wordpress, broken RSS feed &#40;<span class="comment-number">0</span>&#41;</a><!-- (26.7722)--></li>
<li><a href="http://www.andrewkeir.com/should-you-stop-image-hot-linking/" rel="bookmark" title="Should you stop image hot-linking">Should you stop image hot-linking &#40;<span class="comment-number">0</span>&#41;</a><!-- (18.623)--></li>
<li><a href="http://www.andrewkeir.com/thanks-for-visiting-my-graphic-design-blog/" rel="bookmark" title="Thank you!">Thank you! &#40;<span class="comment-number">0</span>&#41;</a><!-- (12.502)--></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewkeir.com/images/news/rss-feeds.gif" alt="rss feed" /></p>
<p>When I first started <a href="http://www.andrewkeir.com/what-is-an-rss-feed/">subscribing to RSS feeds</a>, I would subscribe to any site which had a bit decent, regular content. After a while, I was subscribed to so many feeds I simply didn&#8217;t have the time to read them and ended up skimming ( or flying&#8230; ) across 50 updated posts before deleting the rest to clear my reader out.</p>
<p>In her travels through out the internet my partner is kind enough to keep an eye out for design related material that I might be interested in blogging about. She comes to me the other day and says <em>there&#8217;s a funny article on <a href="http://www.andrewkeir.com/lg-pacman-logo-design/">LG&#8217;s logo design</a> you might like</em>.</p>
<p><em>I know</em>, I tell her&#8230; <span id="more-3196"></span></p>
<p><strong>It&#8217;s a post from my blog.</strong></p>
<p>*Chuckle* I try to keep myself subscribed to less than 30 sites now or it turns into a blur ( and a chore&#8230; ) sorting them all, how about you?</p>
<p class="smalltext">P.S. No I didn&#8217;t really have 932,124,921,248 new items in my reader.</p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.andrewkeir.com/graphic-design-blog-rss/&amp;t=You+know+you%27re+subscribed+to+too+many+feeds+when..." rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=You+know+you%27re+subscribed+to+too+many+feeds+when...+-+http://tinyurl.com/26c5tdl&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.andrewkeir.com/graphic-design-blog-rss/&amp;title=You+know+you%27re+subscribed+to+too+many+feeds+when...&amp;summary=%0D%0A%0D%0AWhen%20I%20first%20started%20subscribing%20to%20RSS%20feeds%2C%20I%20would%20subscribe%20to%20any%20site%20which%20had%20a%20bit%20decent%2C%20regular%20content.%20After%20a%20while%2C%20I%20was%20subscribed%20to%20so%20many%20feeds%20I%20simply%20didn%27t%20have%20the%20time%20to%20read%20them%20and%20ended%20up%20skimming%20%28%20or%20flying...%20%29%20across%2050%20updated%20posts%20before%20deleting%20the%20res&amp;source=Graphic designer specialising in logo design and brand identity, and available for print and web design. Graphic design portfolio and blog of Andrew Keir." rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.andrewkeir.com/graphic-design-blog-rss/&amp;title=You+know+you%27re+subscribed+to+too+many+feeds+when..." rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.andrewkeir.com/graphic-design-blog-rss/&amp;title=You+know+you%27re+subscribed+to+too+many+feeds+when..." rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.andrewkeir.com/graphic-design-blog-rss/&amp;title=You+know+you%27re+subscribed+to+too+many+feeds+when..." rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.andrewkeir.com/graphic-design-blog-rss/&amp;title=You+know+you%27re+subscribed+to+too+many+feeds+when..." rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.andrewkeir.com/graphic-design-blog-rss/&amp;Title=You+know+you%27re+subscribed+to+too+many+feeds+when..." rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/" rel="bookmark" title="Upgraded wordpress, broken RSS feed">Upgraded wordpress, broken RSS feed &#40;<span class="comment-number">0</span>&#41;</a><!-- (26.7722)--></li>
<li><a href="http://www.andrewkeir.com/should-you-stop-image-hot-linking/" rel="bookmark" title="Should you stop image hot-linking">Should you stop image hot-linking &#40;<span class="comment-number">0</span>&#41;</a><!-- (18.623)--></li>
<li><a href="http://www.andrewkeir.com/thanks-for-visiting-my-graphic-design-blog/" rel="bookmark" title="Thank you!">Thank you! &#40;<span class="comment-number">0</span>&#41;</a><!-- (12.502)--></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewkeir.com/graphic-design-blog-rss/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Broken habits are hard to mend</title>
		<link>http://www.andrewkeir.com/broken-habits-are-hard-to-mend/</link>
		<comments>http://www.andrewkeir.com/broken-habits-are-hard-to-mend/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 06:38:15 +0000</pubDate>
		<dc:creator>Andrew Keir</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO and online marketing]]></category>

		<guid isPermaLink="false">http://www.andrewkeir.com/?p=3184</guid>
		<description><![CDATA[After having 3 or so weeks off from blogging due to moving house, one might think I&#8217;d be bursting with ideas for blog posts. As it happens this is true, but putting pen to paper ( so to speak&#8230; ) is a different story. People are undoubtedly creatures of habit, for the past 18 months [...]

<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/" rel="bookmark" title="Upgraded wordpress, broken RSS feed">Upgraded wordpress, broken RSS feed &#40;<span class="comment-number">0</span>&#41;</a><!-- (28.4937)--></li>
<li><a href="http://www.andrewkeir.com/blogging-business-or-pleasure/" rel="bookmark" title="Blogging, business or pleasure?">Blogging, business or pleasure? &#40;<span class="comment-number">0</span>&#41;</a><!-- (21.1976)--></li>
<li><a href="http://www.andrewkeir.com/what-is-an-rss-feed/" rel="bookmark" title="What is an RSS feed?">What is an RSS feed? &#40;<span class="comment-number">0</span>&#41;</a><!-- (15.219)--></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewkeir.com/images/news/broken-glass.gif" alt="broken glass" /></p>
<p>After having 3 or so weeks off from blogging due to moving house, one might think I&#8217;d be bursting with ideas for blog posts. As it happens this is true, but putting pen to paper ( so to speak&#8230; ) is a different story.</p>
<p>People are undoubtedly creatures of habit, for the past 18 months or so my nightly routine consisted of 2+ hours a night combing the internet and writing at least part of a future blog post. It takes anywhere from 21 to 66 days to form a habit, depending on who you believe.</p>
<p>Having had 3 weeks off including no work and no internet, for the last few days I find I&#8217;m having to drag my self before my <a href="http://www.andrewkeir.com/blogging-business-or-pleasure/" title="graphic design blog">blog which I love working on</a>, only to find some excuse to go do something else.</p>
<p>I&#8217;m sure I&#8217;ll get the spark back, but it seems habits are hard to restore.</p>
<p><strong>How about you?</strong></p>
<p>Everyone&#8217;s had that <em>first day back to work</em> feeling after <a href="http://www.andrewkeir.com/my-holiday-in-thailand/" title="thailand holiday">having a holiday</a>, but how about getting back to the blog you love after a little absence?</p>
<div class="rdivspacer"></div>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.andrewkeir.com/broken-habits-are-hard-to-mend/&amp;t=Broken+habits+are+hard+to+mend" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Broken+habits+are+hard+to+mend+-+http://tinyurl.com/2dgp72n&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.andrewkeir.com/broken-habits-are-hard-to-mend/&amp;title=Broken+habits+are+hard+to+mend&amp;summary=%0D%0A%0D%0AAfter%20having%203%20or%20so%20weeks%20off%20from%20blogging%20due%20to%20moving%20house%2C%20one%20might%20think%20I%27d%20be%20bursting%20with%20ideas%20for%20blog%20posts.%20As%20it%20happens%20this%20is%20true%2C%20but%20putting%20pen%20to%20paper%20%28%20so%20to%20speak...%20%29%20is%20a%20different%20story.%0D%0A%0D%0APeople%20are%20undoubtedly%20creatures%20of%20habit%2C%20for%20the%20past%2018%20months%20or%20so%20my&amp;source=Graphic designer specialising in logo design and brand identity, and available for print and web design. Graphic design portfolio and blog of Andrew Keir." rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.andrewkeir.com/broken-habits-are-hard-to-mend/&amp;title=Broken+habits+are+hard+to+mend" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.andrewkeir.com/broken-habits-are-hard-to-mend/&amp;title=Broken+habits+are+hard+to+mend" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.andrewkeir.com/broken-habits-are-hard-to-mend/&amp;title=Broken+habits+are+hard+to+mend" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.andrewkeir.com/broken-habits-are-hard-to-mend/&amp;title=Broken+habits+are+hard+to+mend" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.andrewkeir.com/broken-habits-are-hard-to-mend/&amp;Title=Broken+habits+are+hard+to+mend" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/broken-rss-feed-after-upgrading-wordpress-blog/" rel="bookmark" title="Upgraded wordpress, broken RSS feed">Upgraded wordpress, broken RSS feed &#40;<span class="comment-number">0</span>&#41;</a><!-- (28.4937)--></li>
<li><a href="http://www.andrewkeir.com/blogging-business-or-pleasure/" rel="bookmark" title="Blogging, business or pleasure?">Blogging, business or pleasure? &#40;<span class="comment-number">0</span>&#41;</a><!-- (21.1976)--></li>
<li><a href="http://www.andrewkeir.com/what-is-an-rss-feed/" rel="bookmark" title="What is an RSS feed?">What is an RSS feed? &#40;<span class="comment-number">0</span>&#41;</a><!-- (15.219)--></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewkeir.com/broken-habits-are-hard-to-mend/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Year of the spam</title>
		<link>http://www.andrewkeir.com/year-of-the-spam/</link>
		<comments>http://www.andrewkeir.com/year-of-the-spam/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 19:21:12 +0000</pubDate>
		<dc:creator>Andrew Keir</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.andrewkeir.com/?p=3177</guid>
		<description><![CDATA[Spam is an unfortunate reality when it comes to blogging. For every legitimate comment received, it&#8217;s not unusual for upwards of 50 spam to accompany it. Lately though it seems to be out of control. Logging into my blog on this sunny Chinese New Year morning, I was welcomed by a new personal record of [...]

<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/google-vs-social-networking/" rel="bookmark" title="Google vs social networking">Google vs social networking &#40;<span class="comment-number">16</span>&#41;</a><!-- (14.3618)--></li>
<li><a href="http://www.andrewkeir.com/3-great-free-wordpress-themes/" rel="bookmark" title="3 great free wordpress themes">3 great free wordpress themes &#40;<span class="comment-number">0</span>&#41;</a><!-- (12.964)--></li>
<li><a href="http://www.andrewkeir.com/bizarre-blog-comments/" rel="bookmark" title="Bizarre blog comments">Bizarre blog comments &#40;<span class="comment-number">10</span>&#41;</a><!-- (12.6513)--></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewkeir.com/images/news/spam-lantern.jpg" alt="chinese lanterns" /></p>
<p>Spam is an unfortunate reality when it comes to blogging. For every legitimate comment received, it&#8217;s not unusual for upwards of 50 spam to accompany it. Lately though it seems to be out of control. <span id="more-3177"></span></p>
<p>Logging into my blog on this sunny Chinese New Year morning, I was welcomed by a new personal record of 387 spam messages over a period of around 12 hours. Advertising everything from coffee machines to no less than a dozen sex related drugs.</p>
<p><strong>What a pain!</strong></p>
<p>I still wonder if anyone actually buys anything as a result of these kinds of efforts.</p>
<div class="rdivspacer"></div>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.andrewkeir.com/year-of-the-spam/&amp;t=Year+of+the+spam" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Year+of+the+spam+-+http://tinyurl.com/2vv68zo&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.andrewkeir.com/year-of-the-spam/&amp;title=Year+of+the+spam&amp;summary=%0D%0A%0D%0ASpam%20is%20an%20unfortunate%20reality%20when%20it%20comes%20to%20blogging.%20For%20every%20legitimate%20comment%20received%2C%20it%27s%20not%20unusual%20for%20upwards%20of%2050%20spam%20to%20accompany%20it.%20Lately%20though%20it%20seems%20to%20be%20out%20of%20control.%20%0D%0A%0D%0ALogging%20into%20my%20blog%20on%20this%20sunny%20Chinese%20New%20Year%20morning%2C%20I%20was%20welcomed%20by%20a%20new%20personal&amp;source=Graphic designer specialising in logo design and brand identity, and available for print and web design. Graphic design portfolio and blog of Andrew Keir." rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.andrewkeir.com/year-of-the-spam/&amp;title=Year+of+the+spam" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.andrewkeir.com/year-of-the-spam/&amp;title=Year+of+the+spam" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.andrewkeir.com/year-of-the-spam/&amp;title=Year+of+the+spam" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.andrewkeir.com/year-of-the-spam/&amp;title=Year+of+the+spam" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.andrewkeir.com/year-of-the-spam/&amp;Title=Year+of+the+spam" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/google-vs-social-networking/" rel="bookmark" title="Google vs social networking">Google vs social networking &#40;<span class="comment-number">16</span>&#41;</a><!-- (14.3618)--></li>
<li><a href="http://www.andrewkeir.com/3-great-free-wordpress-themes/" rel="bookmark" title="3 great free wordpress themes">3 great free wordpress themes &#40;<span class="comment-number">0</span>&#41;</a><!-- (12.964)--></li>
<li><a href="http://www.andrewkeir.com/bizarre-blog-comments/" rel="bookmark" title="Bizarre blog comments">Bizarre blog comments &#40;<span class="comment-number">10</span>&#41;</a><!-- (12.6513)--></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewkeir.com/year-of-the-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging, business or pleasure?</title>
		<link>http://www.andrewkeir.com/blogging-business-or-pleasure/</link>
		<comments>http://www.andrewkeir.com/blogging-business-or-pleasure/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 09:29:08 +0000</pubDate>
		<dc:creator>Andrew Keir</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO and online marketing]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.andrewkeir.com/?p=3102</guid>
		<description><![CDATA[There are all manner of blogs. Some promoting a business, with successful advertising some blogs are businesses, and some are simply thoughts poured out onto pages. It wouldn&#8217;t be the first time someone had started a blog with all the enthusiasm in the world, only for it to fade away in the proceeding weeks or [...]

<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/google-vs-social-networking/" rel="bookmark" title="Google vs social networking">Google vs social networking &#40;<span class="comment-number">16</span>&#41;</a><!-- (22.6549)--></li>
<li><a href="http://www.andrewkeir.com/what-is-an-rss-feed/" rel="bookmark" title="What is an RSS feed?">What is an RSS feed? &#40;<span class="comment-number">0</span>&#41;</a><!-- (21.2585)--></li>
<li><a href="http://www.andrewkeir.com/bizarre-blog-comments/" rel="bookmark" title="Bizarre blog comments">Bizarre blog comments &#40;<span class="comment-number">10</span>&#41;</a><!-- (21.1846)--></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewkeir.com/images/news/blogging.gif" alt="graphic design blog" /></p>
<p>There are all manner of blogs. Some promoting a business, with successful advertising some blogs are businesses, and some are simply thoughts poured out onto pages.</p>
<p>It wouldn&#8217;t be the first time someone had started a blog with all the enthusiasm in the world, only for it to fade away in the proceeding weeks or months. Without somewhat regular new posts a blog is of little use, and regular posts require dedication. So where do you find the motivation? <span id="more-3102"></span></p>
<p>I was asked the other day how I manage to keep myself going, and the answer is simple. I enjoy it.</p>
<p>My father often said to me, <em>If you do something you love, you never work a day in your life</em>, and it couldn&#8217;t be more true. Even if my blog never brought me a cent, I think I&#8217;d still find it fulfilling to see it grow.</p>
<p><strong>What is your blog?</strong></p>
<p>Just another day at work, or a profitable past time?</p>
<div class="rdivspacer"></div>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.andrewkeir.com/blogging-business-or-pleasure/&amp;t=Blogging%2C+business+or+pleasure%3F" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Blogging%2C+business+or+pleasure%3F+-+http://tinyurl.com/2veyzz4&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.andrewkeir.com/blogging-business-or-pleasure/&amp;title=Blogging%2C+business+or+pleasure%3F&amp;summary=%0D%0A%0D%0AThere%20are%20all%20manner%20of%20blogs.%20Some%20promoting%20a%20business%2C%20with%20successful%20advertising%20some%20blogs%20are%20businesses%2C%20and%20some%20are%20simply%20thoughts%20poured%20out%20onto%20pages.%0D%0A%0D%0AIt%20wouldn%27t%20be%20the%20first%20time%20someone%20had%20started%20a%20blog%20with%20all%20the%20enthusiasm%20in%20the%20world%2C%20only%20for%20it%20to%20fade%20away%20in%20the%20p&amp;source=Graphic designer specialising in logo design and brand identity, and available for print and web design. Graphic design portfolio and blog of Andrew Keir." rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.andrewkeir.com/blogging-business-or-pleasure/&amp;title=Blogging%2C+business+or+pleasure%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.andrewkeir.com/blogging-business-or-pleasure/&amp;title=Blogging%2C+business+or+pleasure%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.andrewkeir.com/blogging-business-or-pleasure/&amp;title=Blogging%2C+business+or+pleasure%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.andrewkeir.com/blogging-business-or-pleasure/&amp;title=Blogging%2C+business+or+pleasure%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.andrewkeir.com/blogging-business-or-pleasure/&amp;Title=Blogging%2C+business+or+pleasure%3F" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/google-vs-social-networking/" rel="bookmark" title="Google vs social networking">Google vs social networking &#40;<span class="comment-number">16</span>&#41;</a><!-- (22.6549)--></li>
<li><a href="http://www.andrewkeir.com/what-is-an-rss-feed/" rel="bookmark" title="What is an RSS feed?">What is an RSS feed? &#40;<span class="comment-number">0</span>&#41;</a><!-- (21.2585)--></li>
<li><a href="http://www.andrewkeir.com/bizarre-blog-comments/" rel="bookmark" title="Bizarre blog comments">Bizarre blog comments &#40;<span class="comment-number">10</span>&#41;</a><!-- (21.1846)--></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewkeir.com/blogging-business-or-pleasure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squeeze the last drop of performance from your site</title>
		<link>http://www.andrewkeir.com/how-to-minify-your-css/</link>
		<comments>http://www.andrewkeir.com/how-to-minify-your-css/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 03:40:16 +0000</pubDate>
		<dc:creator>Andrew Keir</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[SEO and online marketing]]></category>

		<guid isPermaLink="false">http://www.andrewkeir.com/?p=3095</guid>
		<description><![CDATA[So your web design is finished, you&#8217;ve got pages and pages of quality content with traffic and blog comments galore. If your anything like me, all that&#8217;s left to do now is obsess over every infinitesimal detail imaginable to improve your perfectly fine website. If that sounds like you, you&#8217;ll probably be interested in minifying [...]

<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/valid-w3c-youtube-videos/" rel="bookmark" title="How to embed W3C valid Youtube videos">How to embed W3C valid Youtube videos &#40;<span class="comment-number">0</span>&#41;</a><!-- (18.4929)--></li>
<li><a href="http://www.andrewkeir.com/5-reasons-for-valid-webcode/" rel="bookmark" title="5 reasons to have valid webcode">5 reasons to have valid webcode &#40;<span class="comment-number">2</span>&#41;</a><!-- (14.6594)--></li>
<li><a href="http://www.andrewkeir.com/3-writing-tips-for-your-new-blog/" rel="bookmark" title="3 writing tips for your new blog">3 writing tips for your new blog &#40;<span class="comment-number">0</span>&#41;</a><!-- (11.5537)--></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewkeir.com/images/news/minify-web-design.gif" alt="minify web design code" /></p>
<p>So your web design is finished, you&#8217;ve got pages and pages of quality content with traffic and blog comments galore. If your anything like me, all that&#8217;s left to do now is obsess over every infinitesimal detail imaginable to improve your perfectly fine website.</p>
<p>If that sounds like you, you&#8217;ll probably be interested in minifying ( See, now the picture of the Morris Mini makes sense&#8230; ) your css/code. <span id="more-3095"></span></p>
<p>The purpose of minifying your site is cut down unnecessary bandwidth usage/load times. The reduction in file size is usually around 20% &#8211; 40% which for a 10kb style sheet obviously isn&#8217;t a lot, but hey, every bit counts, especially for high traffic sites.</p>
<p>Take this code for example;</p>
<blockquote><p>
h1 {<br />
font-size: 18px;<br />
font-wei&#09;ght: bold;<br />
font-family: Helvetica;}</p>
<p>h2 {<br />
font-size: 16px;<br />
font-weight: bold;<br />
font-family: Helvetica;}</p>
<p>p {<br />
font-size: 14px;<br />
line-height: 18px;<br />
font-family: Helvetica;}</p>
<p>a {<br />
color:#D71920;<br />
text-decoration:none;}</p>
<p>a:hover{<br />
text-decoration: underline;}
</p></blockquote>
<p>Your CSS probably looks something like this and with good reason, it&#8217;s clean and easy to follow. Once you&#8217;re design is finished however there&#8217;s space to be saved here.</p>
<p>By changing your code to this;</p>
<blockquote><p>h1{font-size: 18px; font-weight: bold; font-family: Helvetica;}<br />
h2{font-size: 16px; font-weight: bold; font-family: Helvetica;}<br />
p{font-size: 14px; line-height: 18px; font-family: Helvetica;}<br />
a{color:#D71920; text-decoration:none;}<br />
a:hover{text-decoration: underline;}</p></blockquote>
<p>You remove any unnecessary data while retaining all the required information for your stylesheet.</p>
<p><strong>Tiny I know.</strong></p>
<p>If you CSS isn&#8217;t laid out like this don&#8217;t panic, the more user-friendly layout works perfectly fine. But as I said, if your looking for something new to obsess over&#8230;</p>
<div class="rdivspacer"></div>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.andrewkeir.com/how-to-minify-your-css/&amp;t=Squeeze+the+last+drop+of+performance+from+your+site" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Squeeze+the+last+drop+of+performance+from+your+site+-+http://tinyurl.com/ycvd2uo&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.andrewkeir.com/how-to-minify-your-css/&amp;title=Squeeze+the+last+drop+of+performance+from+your+site&amp;summary=%0D%0A%0D%0ASo%20your%20web%20design%20is%20finished%2C%20you%27ve%20got%20pages%20and%20pages%20of%20quality%20content%20with%20traffic%20and%20blog%20comments%20galore.%20If%20your%20anything%20like%20me%2C%20all%20that%27s%20left%20to%20do%20now%20is%20obsess%20over%20every%20infinitesimal%20detail%20imaginable%20to%20improve%20your%20perfectly%20fine%20website.%0D%0A%0D%0AIf%20that%20sounds%20like%20you%2C%20you%27ll&amp;source=Graphic designer specialising in logo design and brand identity, and available for print and web design. Graphic design portfolio and blog of Andrew Keir." rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.andrewkeir.com/how-to-minify-your-css/&amp;title=Squeeze+the+last+drop+of+performance+from+your+site" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.andrewkeir.com/how-to-minify-your-css/&amp;title=Squeeze+the+last+drop+of+performance+from+your+site" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.andrewkeir.com/how-to-minify-your-css/&amp;title=Squeeze+the+last+drop+of+performance+from+your+site" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.andrewkeir.com/how-to-minify-your-css/&amp;title=Squeeze+the+last+drop+of+performance+from+your+site" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.andrewkeir.com/how-to-minify-your-css/&amp;Title=Squeeze+the+last+drop+of+performance+from+your+site" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/valid-w3c-youtube-videos/" rel="bookmark" title="How to embed W3C valid Youtube videos">How to embed W3C valid Youtube videos &#40;<span class="comment-number">0</span>&#41;</a><!-- (18.4929)--></li>
<li><a href="http://www.andrewkeir.com/5-reasons-for-valid-webcode/" rel="bookmark" title="5 reasons to have valid webcode">5 reasons to have valid webcode &#40;<span class="comment-number">2</span>&#41;</a><!-- (14.6594)--></li>
<li><a href="http://www.andrewkeir.com/3-writing-tips-for-your-new-blog/" rel="bookmark" title="3 writing tips for your new blog">3 writing tips for your new blog &#40;<span class="comment-number">0</span>&#41;</a><!-- (11.5537)--></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewkeir.com/how-to-minify-your-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google vs social networking</title>
		<link>http://www.andrewkeir.com/google-vs-social-networking/</link>
		<comments>http://www.andrewkeir.com/google-vs-social-networking/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 22:24:16 +0000</pubDate>
		<dc:creator>Andrew Keir</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO and online marketing]]></category>

		<guid isPermaLink="false">http://www.andrewkeir.com/?p=2957</guid>
		<description><![CDATA[With the boom of social networking over the last few years gone there&#8217;s a lot more traffic to be squeezed out of your website beyond just having good search engine optimization. Social network and bookmarking sites such as Twitter, StumbleUpon and Digg have the potential to bring in huge traffic. And while every site can [...]

<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/you-new-website-pre-launch-checklist/" rel="bookmark" title="You new website pre-launch checklist">You new website pre-launch checklist &#40;<span class="comment-number">2</span>&#41;</a><!-- (54.2065)--></li>
<li><a href="http://www.andrewkeir.com/launch-a-better-blog/" rel="bookmark" title="Mistakes I made when launching my blog">Mistakes I made when launching my blog &#40;<span class="comment-number">0</span>&#41;</a><!-- (53.7251)--></li>
<li><a href="http://www.andrewkeir.com/google-sandbox-serps-and-traffic/" rel="bookmark" title="It&#8217;s a long road">It&#8217;s a long road &#40;<span class="comment-number">12</span>&#41;</a><!-- (53.5382)--></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewkeir.com/images/news/traffic-sources.gif" alt="traffic sources" /></p>
<p>With the boom of social networking over the last few years gone there&#8217;s a lot more traffic to be squeezed out of your website beyond just having good <a href="http://www.andrewkeir.com/how-to-be-search-engine-friendly/">search engine optimization</a>.</p>
<p>Social network and bookmarking sites such as <a href="http://www.twitter.com" rel="nofollow" >Twitter</a>, <a href="http://www.stumbleupon.com/" rel="nofollow" >StumbleUpon</a> and <a href="http://www.digg.com" rel="nofollow" >Digg</a> have the potential to bring in huge traffic. And while every site can be found through search engines not every one is using these tools, giving you a potential leg up on the competition. <span id="more-2957"></span></p>
<p>The only downside is social networking requires regular work, and getting to the front page of Digg etc. for a huge boost in exposure requires a little luck. There&#8217;s a lot of competition on social bookmarking sites and writing a fantastic article doesn&#8217;t guarantee it won&#8217;t slip through the cracks.</p>
<p>If you are fortunate enough to have an article land on the front page however, the results are undeniable. It wouldn&#8217;t be the first time a <a href="http://www.andrewkeir.com/is-your-blog-digg-proof/">web hosting server has been brought down</a> by the huge traffic burst of an article featured on Digg.</p>
<p>Search engines are somewhat the opposite.</p>
<p>A search engine will crawl and index all your worthy content sooner or later without any input on your part, you can&#8217;t however put any extra effort into directly affecting search engine results even if you wanted to.</p>
<p>Your place in a search engines results is ultimately deciding by the engine based on your content, the more quality content the better your result, but unlike social networking you can repeatedly promote yourself to a search engine for increased traffic.</p>
<p>Search engine traffic is also slow to get going. In order to help prevent spam sites continually popping up, Google has what is commonly referred to as the sandbox. The reference is symbolic of children (new websites) playing in a sandbox until they&#8217;re all grown up and ready for the big wide world.</p>
<p>While there&#8217;s no official word on this from Google, it is believed that the sandbox effect lasts 4 months or so, during which you wont see much traffic search engine wise. Once your out however, search engines provide a steady stream of targeted visitors with no additional work required on your behalf.</p>
<p>Ultimately it&#8217;s all good. If you don&#8217;t have the time/inclination to keep up the social front, search engines will bring you visitors but there&#8217;s plenty to gain from social sites if you can utilize them.</p>
<p><strong>Where do you get your traffic from?</strong></p>
<p>As a point of interest I&#8217;ve included the above graphic detailing my traffic sources for the last 3 months, for me social bookmarking plays a huge roll.</p>
<p>Stumbleupon bringing me 45% of my visitors, Twitter brings in about 11%, Google 35% while the last 9% is made up from blog comments, lesser search engines etc. How about you?</p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.andrewkeir.com/google-vs-social-networking/&amp;t=Google+vs+social+networking" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Google+vs+social+networking+-+http://tinyurl.com/ycwhs7w&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.andrewkeir.com/google-vs-social-networking/&amp;title=Google+vs+social+networking&amp;summary=%0D%0A%0D%0AWith%20the%20boom%20of%20social%20networking%20over%20the%20last%20few%20years%20gone%20there%27s%20a%20lot%20more%20traffic%20to%20be%20squeezed%20out%20of%20your%20website%20beyond%20just%20having%20good%20search%20engine%20optimization.%0D%0A%0D%0ASocial%20network%20and%20bookmarking%20sites%20such%20as%20Twitter%2C%20StumbleUpon%20and%20Digg%20have%20the%20potential%20to%20bring%20in%20huge%20traf&amp;source=Graphic designer specialising in logo design and brand identity, and available for print and web design. Graphic design portfolio and blog of Andrew Keir." rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.andrewkeir.com/google-vs-social-networking/&amp;title=Google+vs+social+networking" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.andrewkeir.com/google-vs-social-networking/&amp;title=Google+vs+social+networking" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.andrewkeir.com/google-vs-social-networking/&amp;title=Google+vs+social+networking" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.andrewkeir.com/google-vs-social-networking/&amp;title=Google+vs+social+networking" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.andrewkeir.com/google-vs-social-networking/&amp;Title=Google+vs+social+networking" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<strong>Similar posts you might like.</strong>
<ul class="ul-posts"><li><a href="http://www.andrewkeir.com/you-new-website-pre-launch-checklist/" rel="bookmark" title="You new website pre-launch checklist">You new website pre-launch checklist &#40;<span class="comment-number">2</span>&#41;</a><!-- (54.2065)--></li>
<li><a href="http://www.andrewkeir.com/launch-a-better-blog/" rel="bookmark" title="Mistakes I made when launching my blog">Mistakes I made when launching my blog &#40;<span class="comment-number">0</span>&#41;</a><!-- (53.7251)--></li>
<li><a href="http://www.andrewkeir.com/google-sandbox-serps-and-traffic/" rel="bookmark" title="It&#8217;s a long road">It&#8217;s a long road &#40;<span class="comment-number">12</span>&#41;</a><!-- (53.5382)--></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewkeir.com/google-vs-social-networking/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
