<?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>Still Designing &#187; jquery</title>
	<atom:link href="http://stilldesigning.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://stilldesigning.com</link>
	<description>serious web development. seriously.</description>
	<lastBuildDate>Sun, 08 Nov 2009 05:05:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>New and improved &#8211; jQuery 1.2.5 is released!</title>
		<link>http://stilldesigning.com/2008/05/21/new-and-improved-jquery-125-is-released/</link>
		<comments>http://stilldesigning.com/2008/05/21/new-and-improved-jquery-125-is-released/#comments</comments>
		<pubDate>Wed, 21 May 2008 20:24:49 +0000</pubDate>
		<dc:creator>stealth dave</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[dotstring]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://stilldesigning.com/?p=56</guid>
		<description><![CDATA[After a very short-lived jQuery 1.2.4 (it was up for less than a day before being marked as a &#8220;bad build&#8220;), jQuery 1.2.5 has been released into the wild!  It contains the usual flurry of patches, optimizations and fixes which are all spelled out in the Release Notes. Of course, what you really want to know [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fstilldesigning.com%2F2008%2F05%2F21%2Fnew-and-improved-jquery-125-is-released%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fstilldesigning.com%2F2008%2F05%2F21%2Fnew-and-improved-jquery-125-is-released%2F&amp;source=stealthdave&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>After a <em>very</em> short-lived jQuery 1.2.4 (it was up for less than a day before being marked as a &#8220;<a title="jQuery 'bad build'" href="http://www.nabble.com/1.2.4-missing-patches--td17354452s27240.html">bad build</a>&#8220;), <a title="jQuery" href="http://jquery.com/">jQuery 1.2.5</a> has been released into the wild!  It contains the usual flurry of patches, optimizations and fixes which are all spelled out in the <a href="http://dev.jquery.com/report/27">Release Notes</a>.</p>
<p>Of course, what you <em>really</em> want to know is whether or not this release is compatible with the <a title="dotString" href="/dotstring/">$.string</a> plugin, and the answer is yes!  (Really, I&#8217;m <em>sure</em> that&#8217;s what was on your mind.)</p>
]]></content:encoded>
			<wfw:commentRss>http://stilldesigning.com/2008/05/21/new-and-improved-jquery-125-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dotString 1.0 for jQuery released</title>
		<link>http://stilldesigning.com/2008/05/11/dotstring-10-for-jquery-released/</link>
		<comments>http://stilldesigning.com/2008/05/11/dotstring-10-for-jquery-released/#comments</comments>
		<pubDate>Sun, 11 May 2008 23:57:04 +0000</pubDate>
		<dc:creator>stealth dave</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[string manipulation]]></category>

		<guid isPermaLink="false">http://stilldesigning.com/?p=54</guid>
		<description><![CDATA[I love modern JavaScript libraries.  You get a lot of bang for your buck, keep your code clean, and make my life as a JavaScript developer easier in general.  I regularly use both jQuery and Prototype in my projects.  jQuery is a fantastic javascript library with excellent CSS selector capabilities and DOM manipulation. It&#8217;s light-weight and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fstilldesigning.com%2F2008%2F05%2F11%2Fdotstring-10-for-jquery-released%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fstilldesigning.com%2F2008%2F05%2F11%2Fdotstring-10-for-jquery-released%2F&amp;source=stealthdave&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I love modern JavaScript libraries.  You get a lot of bang for your buck, keep your code clean, and make my life as a JavaScript developer easier in general.  I regularly use both <a title="jQuery" href="http://jquery.com">jQuery</a> and <a title="Prototype" href="http://prototypejs.org">Prototype</a> in my projects.  jQuery is a fantastic javascript library with excellent CSS selector capabilities and DOM manipulation. It&#8217;s light-weight and really fast. Prototype is an excellent all-purpose library with many great utility features, including string manipulation, enumerable arrays and hashes. I love using jQuery for its speed and simplicity, but I miss Prototype&#8217;s utilities. Luckily, <a href="http://www.jquery.com/">j</a>Query is very extensible with its versatile plugin system.  dotString is a jQuery plugin that aims to bring Prototype&#8217;s string manipulation functions to jQuery.<span id="more-54"></span></p>
<p>The dotString home page can be found at <a title="dotString" href="/dotstring/">http://www.stilldesigning.com/dotstring/</a>.  jQuery ports over all of Prototype&#8217;s String functions.  (Except for toArray, which is just an alias of JavaScript&#8217;s split function.), and it does it &#8220;the jQuery way&#8221;.  i.e., without extending JavaScript&#8217;s built-in prototypes.  It&#8217;s not that I necessarily think that extending prototypes is good or bad; it&#8217;s more of a &#8220;when in Rome&#8221; kind of thing.  Most functions are completely rewritten due to inner dependencies within Prototype, but some are near-direct copies of Sam Stephenson&#8217;s (Prototype&#8217;s esteemed author) original code, and credited as such.  The library weighs in at 5k compressed, and if you really want to extend the String prototype, it can do that, too.  Documentation can be found on the dotstring home page and more completely in the comments of the uncompressed library.</p>
]]></content:encoded>
			<wfw:commentRss>http://stilldesigning.com/2008/05/11/dotstring-10-for-jquery-released/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! -->