<?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>JavascriptKata &#187; jquery</title>
	<atom:link href="http://www.javascriptkata.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javascriptkata.com</link>
	<description>helping you with javascript since 2007</description>
	<lastBuildDate>Wed, 14 Sep 2011 14:07:48 +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>Flot : a new plotting plugin for jQuery</title>
		<link>http://www.javascriptkata.com/2008/01/21/flot-a-new-plotting-plugin-for-jquery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flot-a-new-plotting-plugin-for-jquery</link>
		<comments>http://www.javascriptkata.com/2008/01/21/flot-a-new-plotting-plugin-for-jquery/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 13:18:01 +0000</pubDate>
		<dc:creator>dsimard</dc:creator>
				<category><![CDATA[Echo chamber]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plotting]]></category>

		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/21/flot-a-new-plotting-plugin-for-jquery/</guid>
		<description><![CDATA[As you probably know, I&#8217;m a big fan of jQuery because it is more integrated with CSS than scriptaculous. Someone have made a new plotting plugin for jQuery called Flot and this is awesome. The examples are really looking good.]]></description>
			<content:encoded><![CDATA[<p>As you probably know, I&#8217;m a big fan of <a href="http://jquery.com" target="_blank">jQuery</a> because it is more integrated with CSS than scriptaculous. Someone have made a new plotting plugin for jQuery called <a href="http://code.google.com/p/flot/" target="_blank">Flot</a> and this is awesome. The <a href="http://people.iola.dk/olau/flot/examples/" target="_blank">examples</a> are really looking good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptkata.com/2008/01/21/flot-a-new-plotting-plugin-for-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tablesorter 2.0 : Simple table sorter with jQuery</title>
		<link>http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tablesorter-20-simple-table-sorter-with-jquery</link>
		<comments>http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 14:56:01 +0000</pubDate>
		<dc:creator>dsimard</dc:creator>
				<category><![CDATA[Echo chamber]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sorting]]></category>

		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/</guid>
		<description><![CDATA[Here's something we're always ask : "Can we see the list in the order we want?"]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s something we&#8217;re always ask : &#8220;Can we see the list in the order we want?&#8221; In a programmer&#8217;s language, it means that the client wants to be able to sort a HTML table by clicking on the header row. You have two choices : server-side or client-side. If you choose <strong>server-side</strong>, you&#8217;ll have to query all the data to the DB with a different &#8220;ORDER BY&#8221; clause. That&#8217;s not nice for your DB and your DBA will probably hate you. If you choose client-side, you&#8217;ll have to write A LOT of code. That is not nice for your <a href="http://en.wikipedia.org/wiki/Phalanges" target="_blank">phalanges</a> and they will probably hate you.</p>
<p>God finally sent us a third option : <a href="http://tablesorter.com/docs/" target="_blank">Tablesorter 2.0</a> (a jQuery plugin).</p>
<p>It&#8217;s easy to use and it just works! Take a look at the <a href="http://tablesorter.com/docs/example-option-sort-list.html" target="_blank">simplest example</a> possible and don&#8217;t forget there&#8217;s <a href="http://tablesorter.com/docs/#Demo" target="_blank">a lot more to do</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptkata.com/2008/01/07/tablesorter-20-simple-table-sorter-with-jquery/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

