<?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>Nomad Journey &#187; jQuery</title>
	<atom:link href="http://www.nomadjourney.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nomadjourney.com</link>
	<description>Currently in transit between here and there...</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:43:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Go to top of page using jQuery</title>
		<link>http://www.nomadjourney.com/2009/09/go-to-top-of-page-using-jquery/</link>
		<comments>http://www.nomadjourney.com/2009/09/go-to-top-of-page-using-jquery/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 16:06:07 +0000</pubDate>
		<dc:creator>Nizam Sayeed</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[scrollTop]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.nomadjourney.com/?p=254</guid>
		<description><![CDATA[This one liner jQuery snippet will force your browser to go to the top of your page: $(&#039;html, body&#039;).animate({ scrollTop: 0 }, 0); If you want to add some smooth scrolling: $(&#039;html, body&#039;).animate({ scrollTop: 0 }, &#039;slow&#039;);]]></description>
		<wfw:commentRss>http://www.nomadjourney.com/2009/09/go-to-top-of-page-using-jquery/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>jQuery minitabs plugin 1.0 released</title>
		<link>http://www.nomadjourney.com/2009/03/jquery-minitabs-plugin-1-0-released/</link>
		<comments>http://www.nomadjourney.com/2009/03/jquery-minitabs-plugin-1-0-released/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 18:22:17 +0000</pubDate>
		<dc:creator>Nizam Sayeed</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[minitabs]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tabbing]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://www.nomadjourney.com/?p=121</guid>
		<description><![CDATA[The jQUery minitabs plugin allows the quick and easy creation of tabbed widgets anywhere on a page. The plugin includes a detailed example and sample CSS to get you started. The plugin supports: specifying the first active tab specifying transition speed for tab changes a callback hook for when a tab is changed This plugin [...]]]></description>
		<wfw:commentRss>http://www.nomadjourney.com/2009/03/jquery-minitabs-plugin-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UUID template tag for Django</title>
		<link>http://www.nomadjourney.com/2009/03/uuid-template-tag-for-django/</link>
		<comments>http://www.nomadjourney.com/2009/03/uuid-template-tag-for-django/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 19:18:39 +0000</pubDate>
		<dc:creator>Nizam Sayeed</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Django Snippets]]></category>
		<category><![CDATA[template tag]]></category>
		<category><![CDATA[UUID]]></category>

		<guid isPermaLink="false">http://www.nomadjourney.com/?p=116</guid>
		<description><![CDATA[A while back, I had posted a template tag on djangosnippets which generates UUIDs on the fly. I figured that I&#8217;d share the same snippet here and explain why I did it. My rationale for writing this: I needed a quick way to generate random IDs to assign to dynamically generated HTML elements and then [...]]]></description>
		<wfw:commentRss>http://www.nomadjourney.com/2009/03/uuid-template-tag-for-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Django templates with jQuery AJAX</title>
		<link>http://www.nomadjourney.com/2009/01/using-django-templates-with-jquery-ajax/</link>
		<comments>http://www.nomadjourney.com/2009/01/using-django-templates-with-jquery-ajax/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 22:08:24 +0000</pubDate>
		<dc:creator>Nizam Sayeed</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajax search]]></category>
		<category><![CDATA[Django templates]]></category>

		<guid isPermaLink="false">http://www.nomadjourney.com/?p=43</guid>
		<description><![CDATA[I recently discovered a neat way of displaying data retrieved using jQuery AJAX in concert with Django&#8217;s template engine. You can create a view in Django which simply uses the render_to_response shortcut function to render the results server-side and then just use jquery.load to dynamically fetch the results. Eventhough, returning some raw JSON data is [...]]]></description>
		<wfw:commentRss>http://www.nomadjourney.com/2009/01/using-django-templates-with-jquery-ajax/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>

