<?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>Aknosis.com &#187; jquery</title>
	<atom:link href="http://www.aknosis.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aknosis.com</link>
	<description>Once you go Ak, you don&#039;t go back.</description>
	<lastBuildDate>Fri, 25 Jun 2010 04:22:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>jQuery 1.4.2 Released</title>
		<link>http://www.aknosis.com/2010/02/19/jquery-1-4-2-released/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2010/02/19/jquery-1-4-2-released/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 04:29:31 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=330</guid>
		<description><![CDATA[Such quick turn around for the last two point releases are building my confidence in jQuery! I love to see the huge performance improvements, its almost becoming an issue to try and fit each release into our codebase at work. Love jQuery nonetheless&#8230; keep up the good work. Relase notes: http://blog.jquery.com/2010/02/19/jquery-142-released/ Quick Summary: New  Methods [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2010/02/19/jquery-1-4-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with jQuery &#8211; Checkboxes!!!</title>
		<link>http://www.aknosis.com/2009/10/17/fun-with-jquery-checkboxes/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/17/fun-with-jquery-checkboxes/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 05:43:15 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=215</guid>
		<description><![CDATA[Another day with jQuery, this time we are talking about checkboxes. Just like I stated in my previous post about select boxes, jQuery and checkbox integration, if you will, isn't cut and dry but damn near close. So how can jQuery assist with checkboxes? Lots of ways, here are a few examples to keep you [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/17/fun-with-jquery-checkboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More jQuery Fun &#8211; Auto Populating a Select Box</title>
		<link>http://www.aknosis.com/2009/10/15/more-jquery-fun-auto-populating-a-select-box/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/15/more-jquery-fun-auto-populating-a-select-box/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 06:10:28 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=185</guid>
		<description><![CDATA[Problem: You want to dynamically populate a select box and you don't know how. Solution: Easy, I will show you. First off, I lied there is no built in way in jQuery (why?, I don't know) to automatically populate a select box. But it actually is very easy. There are plenty of methods to accomplish [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/15/more-jquery-fun-auto-populating-a-select-box/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fun with jQuery &#8211; toggle() &#8211; Easy tips to visually enhance your website</title>
		<link>http://www.aknosis.com/2009/10/14/fun-with-jquery-toggle-easy-tips-to-visually-enhance-your-website/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/14/fun-with-jquery-toggle-easy-tips-to-visually-enhance-your-website/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 07:06:26 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=169</guid>
		<description><![CDATA[Here's a quick tip to add some cool effects with jQuery that require very little code to implement. In this example I'm going to so how use of the toggle function can make the simplest functionality and jazz it up. .toggle() In a nutshell, the toggle function will call the show() function if your element [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/14/fun-with-jquery-toggle-easy-tips-to-visually-enhance-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Website Peformance with a CDN (jQuery)</title>
		<link>http://www.aknosis.com/2009/10/02/optimizing-website-peformance-with-a-cdn-jquery/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/10/02/optimizing-website-peformance-with-a-cdn-jquery/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 05:11:17 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=144</guid>
		<description><![CDATA[If you want to increase load times for your site a good way is to serve your resources (js/images/css) from different hosts. Even better is to use a CDN (Content Delivery Network) that has edge locations, see Amazon's CloudFront,  that will serve those resources from hosts that are nearest to your viewers.  If it is logistcally [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/10/02/optimizing-website-peformance-with-a-cdn-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using jQuery to rewrite all relative url&#8217;s</title>
		<link>http://www.aknosis.com/2009/02/11/using-jquery-to-rewrite-all-relative-urls/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/02/11/using-jquery-to-rewrite-all-relative-urls/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 07:16:30 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=56</guid>
		<description><![CDATA[Problem: I have a template file that has all relative url's for all the links and I have this template on two different subdomains, one is used for processing and the other is for static files. When I display something on my processing server I want it to make all the links point the the [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/02/11/using-jquery-to-rewrite-all-relative-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
