<?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>Andy Gibson &#187; Web Development</title>
	<atom:link href="http://www.andy-gibson.co.uk/index.php/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andy-gibson.co.uk</link>
	<description>Code Monkey very simple man</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Unit Testing With The ASP.NET Cache</title>
		<link>http://www.andy-gibson.co.uk/index.php/2009/07/16/unit-testing-with-the-asp-net-cache/</link>
		<comments>http://www.andy-gibson.co.uk/index.php/2009/07/16/unit-testing-with-the-asp-net-cache/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 10:52:21 +0000</pubDate>
		<dc:creator>Andy Gibson</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.andy-gibson.co.uk/?p=348</guid>
		<description><![CDATA[I have been doing some Test-After Development unit testing on an ASP.NET MVC app and hit code that uses the cache through HttpContext.Current.Cache (I bet @serialseb would just love that!  ) which as you may know is a royal pain in the arse for getting at or mocking without a web server.

  Please [...]]]></description>
		<wfw:commentRss>http://www.andy-gibson.co.uk/index.php/2009/07/16/unit-testing-with-the-asp-net-cache/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jQuery 1.3 Intellisense Support</title>
		<link>http://www.andy-gibson.co.uk/index.php/2009/01/20/jquery-13-intellisense-support/</link>
		<comments>http://www.andy-gibson.co.uk/index.php/2009/01/20/jquery-13-intellisense-support/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 04:25:20 +0000</pubDate>
		<dc:creator>Andy Gibson</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.andy-gibson.co.uk/?p=150</guid>
		<description><![CDATA[
Update:Â John Resig has uploaded the official vsdoc file for jQuery 1.3.1, the workaround posted below is obsolete. You can find the updated file
Â atÂ http://docs.jquery.com/Downloading_jQuery.
After the release of jQuery 1.3 earlier this month, those of you who have made use of the extended Visual Studio 2008 support for jQuery will no doubt have discovered the new version [...]]]></description>
		<wfw:commentRss>http://www.andy-gibson.co.uk/index.php/2009/01/20/jquery-13-intellisense-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.3 Released</title>
		<link>http://www.andy-gibson.co.uk/index.php/2009/01/14/jquery-13-released/</link>
		<comments>http://www.andy-gibson.co.uk/index.php/2009/01/14/jquery-13-released/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 20:11:13 +0000</pubDate>
		<dc:creator>Andy Gibson</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.andy-gibson.co.uk/?p=136</guid>
		<description><![CDATA[This is indeed a momentous day for the jQuery team with three major announcements; The release of jQuery 1.3, &#8220;Sizzle&#8221; (the new css selector engine) and the launch of a new API Documentation browser.
jQuery 1.3
As previously mentioned the new release is mainly about performance which in my book is always good. I really appreciate projects [...]]]></description>
		<wfw:commentRss>http://www.andy-gibson.co.uk/index.php/2009/01/14/jquery-13-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.3 Beta / RC1</title>
		<link>http://www.andy-gibson.co.uk/index.php/2009/01/12/jquery-13-beta-rc1/</link>
		<comments>http://www.andy-gibson.co.uk/index.php/2009/01/12/jquery-13-beta-rc1/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 10:45:29 +0000</pubDate>
		<dc:creator>Andy Gibson</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.andy-gibson.co.uk/?p=133</guid>
		<description><![CDATA[3 Posts in 24 hours, am I feeling OK?
The next major version of the popular javascript framework jQuery (1.3) is almost finished with just the last few bugs to be tracked down. John Resig, lead developer and creator of jQuery published the beta of jQuery 1.3 back in the middle of December and yesterday announced [...]]]></description>
		<wfw:commentRss>http://www.andy-gibson.co.uk/index.php/2009/01/12/jquery-13-beta-rc1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resources: jQuery</title>
		<link>http://www.andy-gibson.co.uk/index.php/2009/01/12/resources-jquery/</link>
		<comments>http://www.andy-gibson.co.uk/index.php/2009/01/12/resources-jquery/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 10:33:52 +0000</pubDate>
		<dc:creator>Andy Gibson</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://www.andy-gibson.co.uk/?p=119</guid>
		<description><![CDATA[Given how fast popularity for the jQuery JavaScript Framework has grown I figured collating a number of resources together would be a good idea. Feel free to post comments with more to add to the list. More to come soon.
The basics

jQuery website &#8211; http://jquery.com
jQuery Documentation (API, Getting Started, Tutorials, etc.) &#8211; http://docs.jquery.com
[14/01/09] jQuery API Browser [...]]]></description>
		<wfw:commentRss>http://www.andy-gibson.co.uk/index.php/2009/01/12/resources-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>W3C WAI Web Content Accessibility Guidelines (WCAG) 2.0 Released</title>
		<link>http://www.andy-gibson.co.uk/index.php/2008/12/14/w3c-wai-web-content-accessibility-guidelines-wcag-20-released/</link>
		<comments>http://www.andy-gibson.co.uk/index.php/2008/12/14/w3c-wai-web-content-accessibility-guidelines-wcag-20-released/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 19:35:11 +0000</pubDate>
		<dc:creator>Andy Gibson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.andy-gibson.co.uk/?p=112</guid>
		<description><![CDATA[Nine years ago the World Wide Web Consortium&#8217;s working group for web accessibility issues, the Web Accessibility Initiative (WAI), produced a set of guidelines for web developers on how to build and publish content for disabled users.
The Web Content Accessibility Guidelines (WCAG) provide website authors and designers with a collection of best practice standards that [...]]]></description>
		<wfw:commentRss>http://www.andy-gibson.co.uk/index.php/2008/12/14/w3c-wai-web-content-accessibility-guidelines-wcag-20-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
