<?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>Steve&#039;s Ramblings &#187; jquery</title>
	<atom:link href="http://www.stevenmcmillan.co.uk/blog/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevenmcmillan.co.uk/blog</link>
	<description>Web Developer &#38; Designer</description>
	<lastBuildDate>Fri, 04 Jun 2010 12:04:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery Hide/Show Button</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2010/jquery-hideshow-button/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2010/jquery-hideshow-button/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 15:05:52 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=317</guid>
		<description><![CDATA[This is just a small example of how you can use jQuery to make an effective show/hide button(s) on a page with a few lines of code. It will support multiple instances per page and use it with HTML markup, you don&#8217;t need to edit the Javascript every time you want to use it. It&#8217;s  <a href="http://www.stevenmcmillan.co.uk/blog/2010/jquery-hideshow-button/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2010/jquery-hideshow-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery &#8216;AjaxLinks&#8217; Plugin</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2010/jquery-ajaxlinks-plugin/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2010/jquery-ajaxlinks-plugin/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 18:19:22 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=297</guid>
		<description><![CDATA[I previously wrote an article showing how you can turn a normal &#8216;A&#8217; link into an ajax request and place the returned content into divs. This does the same job but used as a jQuery plugin with more customizable options and flexible use.
The download is at the bottom of the article and the script in  <a href="http://www.stevenmcmillan.co.uk/blog/2010/jquery-ajaxlinks-plugin/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2010/jquery-ajaxlinks-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Gears: LocalDB Example</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2009/google-gears-localdb-example/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2009/google-gears-localdb-example/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 13:06:00 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google-gears]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=218</guid>
		<description><![CDATA[I have recently been playing around with google gears; Gears is an open source project that enables more powerful web applications, by adding new features to your web browser such as interacting with the desktop, storing local data and running Javascript in the background. Here is a simple link manager I created to test out  <a href="http://www.stevenmcmillan.co.uk/blog/2009/google-gears-localdb-example/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2009/google-gears-localdb-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy JQuery AJAX Links</title>
		<link>http://www.stevenmcmillan.co.uk/blog/2009/easy-jquery-ajax-links/</link>
		<comments>http://www.stevenmcmillan.co.uk/blog/2009/easy-jquery-ajax-links/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 11:49:04 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.stevenmcmillan.co.uk/blog/?p=137</guid>
		<description><![CDATA[This is something pretty basic, but I thought it would come in handy for people that might want to use JQuery AJAX but doesn&#8217;t want to write a lot of code to do it. The following code will allow you to transform any normal HTML &#8216;a&#8217; link into an AJAX request just by adding an  <a href="http://www.stevenmcmillan.co.uk/blog/2009/easy-jquery-ajax-links/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.stevenmcmillan.co.uk/blog/2009/easy-jquery-ajax-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->