<?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>Write or Program &#187; jQuery</title>
	<atom:link href="http://zensoftware.org/archives/tag/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://zensoftware.org</link>
	<description>Updating and Creating new jQuery Plugins</description>
	<lastBuildDate>Mon, 04 Jan 2010 00:26:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Star Rating Plugin for jQuery</title>
		<link>http://zensoftware.org/archives/483</link>
		<comments>http://zensoftware.org/archives/483#comments</comments>
		<pubDate>Thu, 29 Oct 2009 13:57:27 +0000</pubDate>
		<dc:creator>Chris Richards</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://zensoftware.org/?p=483</guid>
		<description><![CDATA[$(document).ready(function(){ //Turn all the select boxes into rating controls $(".rating").rating(); //Show that we can bind on the select box $("#serialStar2").bind("change", function(){ $('#serialString2').text( $('#serialStar2').serialize() ); }); }); What An easy to use rating control. It takes a normal select box, and turns it into a rating that your users can click on. The select box is [...]]]></description>
		<wfw:commentRss>http://zensoftware.org/archives/483/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Javascript, jQuery, Scope, and this</title>
		<link>http://zensoftware.org/archives/457</link>
		<comments>http://zensoftware.org/archives/457#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:52:16 +0000</pubDate>
		<dc:creator>Chris Richards</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://zensoftware.org/?p=457</guid>
		<description><![CDATA[I want to talk a little bit about scope. Normally, scope is an easy concept, but there are a few little twists and turns in Javascript that make scope more complicated than it would seam. First, some basics. Javascript Scope/this 101 Global Scope //Global variable, can see by all javascript loaded. var name = "Chris"; [...]]]></description>
		<wfw:commentRss>http://zensoftware.org/archives/457/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery serializeForm</title>
		<link>http://zensoftware.org/archives/445</link>
		<comments>http://zensoftware.org/archives/445#comments</comments>
		<pubDate>Thu, 22 Oct 2009 13:15:41 +0000</pubDate>
		<dc:creator>Chris Richards</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://zensoftware.org/?p=445</guid>
		<description><![CDATA[What: A plugin for jQuery that makes serializing input elements easy. Once serialized you can send the elements back to the server with AJAX. Why: There is a big problem with jQuery&#8217;s built in $.serialize() method. It only uses the input elements name attribute. In practice I found that the name attribute is rarely used, [...]]]></description>
		<wfw:commentRss>http://zensoftware.org/archives/445/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
