<?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>Kibblemania! &#187; Web Development</title>
	<atom:link href="http://kibblemania.com/category/web-dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://kibblemania.com</link>
	<description>The home of a disenfranchised geek with a virtual pedestal</description>
	<lastBuildDate>Sun, 05 Sep 2010 22:25:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>New Site Design</title>
		<link>http://kibblemania.com/2010/02/21/new-site-design/</link>
		<comments>http://kibblemania.com/2010/02/21/new-site-design/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:54:58 +0000</pubDate>
		<dc:creator>Captain Kibble</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://kibblemania.com/?p=489</guid>
		<description><![CDATA[I have finally got my finger out and done my own design and theme for my site. Instead of just reusing someone else&#8217;s theme and having a site that looks like every other blog on the net I have created this unique little design. It is not 100% finished yet as I need to do [...]]]></description>
			<content:encoded><![CDATA[<p>I have finally got my finger out and done my own design and theme for my site. Instead of just reusing someone else&#8217;s theme and having a site that looks like every other blog on the net I have created this unique little design. It is not 100% finished yet as I need to do some tinkering to add in some of the extra functionality and it has also not yet been tested with Internet Explorer. It looks best in Chrome and Safari but Firefox and Opera are not far behind. However the site needs JavaScript enabled in Opera because it doesn&#8217;t support certain CSS3 styles. As I already block IE6 users from the site I haven&#8217;t bothered making it compatible with that trash browser. IE7 and IE8 should work more or less the same as Opera and thus will need JavaScript enabled.</p>
<p>Here is a shout out to <a  title="A work colleague’s Blog" rel="friend met co-worker colleague&quot; onclick=&quot;javascript:pageTracker._trackPageview('/outbound/blogroll/mranthonymclaughlin.blogspot.com');" href="http://mranthonymclaughlin.blogspot.com/" target="_blank">Mr Anthony McLaughlin</a> for the help and advice with the design. Especially for the advice on the use of colour and leading me to that very funky font. Us programmers need all the help we can get with design.</p>
<p>Let me know your thoughts and comments below. Also if you spot any bugs or where I have overlooked some styles please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://kibblemania.com/2010/02/21/new-site-design/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Debunking SEO Myths Part 1 &#8211; Viewstate</title>
		<link>http://kibblemania.com/2009/08/18/debunking-seo-myths-part-1-viewstate/</link>
		<comments>http://kibblemania.com/2009/08/18/debunking-seo-myths-part-1-viewstate/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:42:06 +0000</pubDate>
		<dc:creator>Captain Kibble</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[sef]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://kibblemania.com/?p=261</guid>
		<description><![CDATA[This is the first in a series of articles where I address some of the myths that have become part of the smoke and mirrors that is the area of search engine optimisation (SEO). Some of these are outright falsehoods, others are misunderstandings and some were true but aren&#8217;t any more. See I am capable [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first in a series of articles where I address some of the myths that have become part of the smoke and mirrors that is the area of search engine optimisation (SEO). Some of these are outright falsehoods, others are misunderstandings and some were true but aren&#8217;t any more. See I am capable of writing articles that are more than mindless rants and I do have a day job. <img src='http://kibblemania.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>ASP.NET websites use a hidden form field to store what is called the Viewstate. This is simply encoded information detailing what has occurred on the page since it is loaded. It is an attempt to add state to the stateless. How successful it is at doing so depends on your point of few but that is not the subject of this article. There has been some contention on whether this view state negatively effects the search engine friendliness of a web site. To the point the Internet is awash with howtos detailing the steps need to move or remove it. The notion is that because the Viewstate is at the top of the body and because search engines only read a certain amount of the HTML body that Viewstates encoded gibberish pushes out search engine optimised content. This your SEO consultant will, for a small fee, tell you is bad. But is it?</p>
<p><span id="more-261"></span></p>
<p>The short answer is no. Basically search engines used to read only 100KB of the page content but this is information circa 2006 and things have changed since then. Google for example now indexes 500KB of the content on a page. Normally the Viewstate is 5-10KB but it has been show to increase to 100KB upwards. Obviously you can see why people where concerned about it. Unfortunately nobody was ever able to show that the Viewstate ever adversely affected search engine indexing and ranking. However as is the way with black art of SEO people did it anyway, just in case. Frankly if your Viewstate is hitting 100k you have bigger issues than SEO, namely an unresponsive web site. With its 500KB indexing you might find Google has a better time with your site than your actual users.</p>
<p>The other problem with idea that Viewstate is a SEO issue, is that it is stored in a hidden form input field. The closer to the top you keywords and SEO content is to the top of your page the better right? Putting junk in before it surely going to make your lovingly crafted SEO content less effective. Now putting useful and often irrelevant text into a hidden form field is something search engine spammers caught on to a long time ago. Google has almost certainly been ignoring hidden input fields for quite sometime, if not always. In addition the world class developers at Google should be more than up to speed on Microsoft technologies and they will be taking Viewstate into account. The developers who manage other search engines too. Unless you think they would be stupid enough to cut off their nose to spite their face by penalising all ASP.NET sites.</p>
<p>So there has never been any real proof it did have negative SEO implications and it almost certainly doesn&#8217;t  now. There, I just saved you a consultancy fee and stopped you annoying your developer by giving him unnecessary work.</p>
]]></content:encoded>
			<wfw:commentRss>http://kibblemania.com/2009/08/18/debunking-seo-myths-part-1-viewstate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
