<?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>Way Too Much Information About Randy's Thoughts on Design &#187; Development</title>
	<atom:link href="http://design.randypeterman.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://design.randypeterman.com</link>
	<description>Design &#38; Development For The Complete Genius (or not)</description>
	<lastBuildDate>Mon, 19 Jul 2010 19:07:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>JavaScript/ECMAScript Closures Up Close and Personal</title>
		<link>http://design.randypeterman.com/development/2010/07/javascriptecmascript-closures-up-close-and-personal/</link>
		<comments>http://design.randypeterman.com/development/2010/07/javascriptecmascript-closures-up-close-and-personal/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 19:03:58 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://design.randypeterman.com/?p=71</guid>
		<description><![CDATA[One of the most important tricks an ECMAScript coder can learn is how to properly create &#8216;object&#8217; with prototypes.  A second-place runner up is the use of closures.  Closures come from JavaScript&#8217;s secret roots in Scheme.  They&#8217;re a technique for letting scope &#8216;linger&#8217; around for functions that are called within a function.  I looked for [...]]]></description>
		<wfw:commentRss>http://design.randypeterman.com/development/2010/07/javascriptecmascript-closures-up-close-and-personal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Workers: No JQuery</title>
		<link>http://design.randypeterman.com/development/2010/06/web-workers-no-jquery/</link>
		<comments>http://design.randypeterman.com/development/2010/06/web-workers-no-jquery/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 14:49:28 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://design.randypeterman.com/?p=67</guid>
		<description><![CDATA[At present JQuery, the popular library for web development, is not capable of sitting inside of a Web Worker instance.  It probably isn&#8217;t a huge deal for most folks, but there might be cases where the JQuery syntax or utility functions would have been nice.  AJAX can still be handled in the traditional ways (and [...]]]></description>
		<wfw:commentRss>http://design.randypeterman.com/development/2010/06/web-workers-no-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Your JavaScript Should be Compressed with the YUI Compressor</title>
		<link>http://design.randypeterman.com/development/2009/08/why-your-javascript-should-be-compressed-with-the-yui-compressor/</link>
		<comments>http://design.randypeterman.com/development/2009/08/why-your-javascript-should-be-compressed-with-the-yui-compressor/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 21:13:16 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://design.randypeterman.com/?p=55</guid>
		<description><![CDATA[Yesterday I listened to Scott Hanselman and Jeff Atwood discussing Website Optimization on Hanselminutes and Scott asked Jeff why external JavaScript files should be compressed for speed and performance of web sites and web applications.  One thing that Jeff didn&#8217;t answer with that I think is worth noting is that the YUI compressor that Jeff [...]]]></description>
		<wfw:commentRss>http://design.randypeterman.com/development/2009/08/why-your-javascript-should-be-compressed-with-the-yui-compressor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Few Links Around the Web</title>
		<link>http://design.randypeterman.com/development/2009/07/a-few-links-around-the-web/</link>
		<comments>http://design.randypeterman.com/development/2009/07/a-few-links-around-the-web/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 15:07:57 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://design.randypeterman.com/?p=50</guid>
		<description><![CDATA[I&#8217;m a huge fan of learning new things (and I like to think that you are, too): My buddy Dave O&#8217;Hara sent me this link: 7 Rules of Unobtusive JavaScript. A good overview of why you should be coding unobtrusively (which I do in as many cases as possible) and also explains some good things [...]]]></description>
		<wfw:commentRss>http://design.randypeterman.com/development/2009/07/a-few-links-around-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assumptions I&#8217;ve Seen in the HTML 5 Debate</title>
		<link>http://design.randypeterman.com/development/2009/07/assumptions-ive-seen-in-the-html-5-debate/</link>
		<comments>http://design.randypeterman.com/development/2009/07/assumptions-ive-seen-in-the-html-5-debate/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:47:19 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://design.randypeterman.com/?p=47</guid>
		<description><![CDATA[It wasn&#8217;t until the recent flurry of the guardfather of web standards, Jeffrey Zeldman, and his posts about HTML 5 (see: In Defense of Web Developers, HTML 5 Nav Ambiguity, HTML 5 Is A Mess, and so forth) that I began looking into HTML 5.  I&#8217;m busy being pragmatic with my code today and making [...]]]></description>
		<wfw:commentRss>http://design.randypeterman.com/development/2009/07/assumptions-ive-seen-in-the-html-5-debate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go Native: JSON Vs eval is evil</title>
		<link>http://design.randypeterman.com/development/2009/06/go-native-json-vs-eval-is-evil/</link>
		<comments>http://design.randypeterman.com/development/2009/06/go-native-json-vs-eval-is-evil/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 15:52:13 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://design.randypeterman.com/?p=43</guid>
		<description><![CDATA[In the world of browser performance you can find yourself looking for the little things to make big differences, or even a lot of little things to make a bigger difference together.  I&#8217;ve been researching one particular change that is coming down the pike: native JSON handling.  John Resig wrote about the need for native [...]]]></description>
		<wfw:commentRss>http://design.randypeterman.com/development/2009/06/go-native-json-vs-eval-is-evil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If You Build Software: Watch This</title>
		<link>http://design.randypeterman.com/development/2007/05/if-you-build-software-watch-this/</link>
		<comments>http://design.randypeterman.com/development/2007/05/if-you-build-software-watch-this/#comments</comments>
		<pubDate>Wed, 16 May 2007 21:45:04 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://design.randypeterman.com/development/2007/05/if-you-build-software-watch-this/</guid>
		<description><![CDATA[I&#8217;m a huge fan of Douglas Crockford, this video is well worth your time to watch or listen to in the background: Quality. This is a great story about software development history as well as problems that you might be able to avoid.]]></description>
		<wfw:commentRss>http://design.randypeterman.com/development/2007/05/if-you-build-software-watch-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do Yourself a Favor: Learn Regular Expressions</title>
		<link>http://design.randypeterman.com/development/2007/05/do-yourself-a-favor-learn-regular-expressions/</link>
		<comments>http://design.randypeterman.com/development/2007/05/do-yourself-a-favor-learn-regular-expressions/#comments</comments>
		<pubDate>Thu, 10 May 2007 11:32:35 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://design.randypeterman.com/development/2007/05/do-yourself-a-favor-learn-regular-expressions/</guid>
		<description><![CDATA[The first programming language I learned was Perl. Perl was easy to do many things with and it also allowed me to manipulate text strings. Except that instead of doing it the easy way I would often write very, very convoluted chunks of code in an attempt to get the data into or out of [...]]]></description>
		<wfw:commentRss>http://design.randypeterman.com/development/2007/05/do-yourself-a-favor-learn-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Architecture Tips</title>
		<link>http://design.randypeterman.com/development/2007/05/software-architecture-tips/</link>
		<comments>http://design.randypeterman.com/development/2007/05/software-architecture-tips/#comments</comments>
		<pubDate>Tue, 08 May 2007 23:22:46 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://design.randypeterman.com/?p=22</guid>
		<description><![CDATA[I&#8217;m probably not the worlds foremost expert in software architecture, but I&#8217;m the son of an engineer. A civil engineer. That is to say that he&#8217;s nice to most people, and it shows in his engineering, too. Software architecture is something that I understood the least when I was first learning about software development. At [...]]]></description>
		<wfw:commentRss>http://design.randypeterman.com/development/2007/05/software-architecture-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft and PHP (via a Yahoo! Merger)</title>
		<link>http://design.randypeterman.com/development/2007/05/microsoft-and-php-via-a-yahoo-merger/</link>
		<comments>http://design.randypeterman.com/development/2007/05/microsoft-and-php-via-a-yahoo-merger/#comments</comments>
		<pubDate>Fri, 04 May 2007 21:44:33 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://design.randypeterman.com/?p=21</guid>
		<description><![CDATA[Matt Mullenweg asks, &#8220;If Microsoft were to buy Yahoo, I wonder if that would have an impact on PHP?&#8221; I think that everyone will have to say, &#8220;Yes.&#8221; on some level. There are two ways that this impact could take place: 1) PHP is challenged to compete with other languages in the market, that&#8217;s either [...]]]></description>
		<wfw:commentRss>http://design.randypeterman.com/development/2007/05/microsoft-and-php-via-a-yahoo-merger/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
