<?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>3DM Design &#187; Perl</title>
	<atom:link href="http://3dmdesign.com/programming/perl/feed" rel="self" type="application/rss+xml" />
	<link>http://3dmdesign.com</link>
	<description>JavaScript and Ruby on Rails Web Applications</description>
	<lastBuildDate>Wed, 02 Mar 2011 01:36:19 +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>Extending JavaScript Strings with Chomp using Prototypes</title>
		<link>http://3dmdesign.com/development/extending-javascript-strings-with-chomp-using-prototypes</link>
		<comments>http://3dmdesign.com/development/extending-javascript-strings-with-chomp-using-prototypes#comments</comments>
		<pubDate>Sat, 02 Feb 2008 16:39:43 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Inheritance]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Regular Expressions]]></category>

		<guid isPermaLink="false">http://dev-journal.3dmdesign.com/javascript/extending-javascript-strings-with-chomp-using-prototypes</guid>
		<description><![CDATA[Chomp is that oh-so-fun function in Perl to bite off extra newlines from the end of a string. It can be useful to have chomp for JavaScript too, especially in cases such as reading input in textareas. This time around, I&#8217;m going to take a quick look at how we can take the standalone JavaScript [...]]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/extending-javascript-strings-with-chomp-using-prototypes/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chomp for JavaScript</title>
		<link>http://3dmdesign.com/development/chomp-for-javascript</link>
		<comments>http://3dmdesign.com/development/chomp-for-javascript#comments</comments>
		<pubDate>Wed, 01 Aug 2007 02:53:42 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Regular Expressions]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/javascript/chomp-for-javascript</guid>
		<description><![CDATA[JavaScript may not have the power of chomp built-in like Perl, but a simple regular expression call emulates chomp in a function quite easily - so you can trim newlines from your form data in no time!]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/chomp-for-javascript/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

