<?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; string manipulation</title>
	<atom:link href="http://stilldesigning.com/tag/string-manipulation/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>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! -->