<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Beautify JavaScript from TextMate or CLI</title>
	<atom:link href="http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/</link>
	<description>the personal blog of Stuart Colville covering modern web development techniques and best practices</description>
	<lastBuildDate>Wed, 10 Mar 2010 11:00:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vim 的 JavaScript 縮排格式最佳化 外掛 &#124; TechNow 當代科技</title>
		<link>http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/comment-page-1/#comment-65439</link>
		<dc:creator>Vim 的 JavaScript 縮排格式最佳化 外掛 &#124; TechNow 當代科技</dc:creator>
		<pubDate>Mon, 30 Nov 2009 03:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/#comment-65439</guid>
		<description>[...] Beautify JavaScript from TextMate or CLI [...]</description>
		<content:encoded><![CDATA[<p>[...] Beautify JavaScript from TextMate or CLI [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javascript</title>
		<link>http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/comment-page-1/#comment-63893</link>
		<dc:creator>Javascript</dc:creator>
		<pubDate>Thu, 17 Jan 2008 09:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/#comment-63893</guid>
		<description>[...] Beautify JavaScript from TextMate [...]</description>
		<content:encoded><![CDATA[<p>[...] Beautify JavaScript from TextMate [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/comment-page-1/#comment-63880</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Tue, 15 Jan 2008 08:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/#comment-63880</guid>
		<description>@Einars: OK so I&#039;ve just realised it&#039;s in the JS menu under &quot;reformat document.&quot;

I&#039;ll update the post accordingly!</description>
		<content:encoded><![CDATA[<p>@Einars: OK so I&#8217;ve just realised it&#8217;s in the JS menu under &#8220;reformat document.&#8221;</p>
<p>I&#8217;ll update the post accordingly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Einars</title>
		<link>http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/comment-page-1/#comment-63878</link>
		<dc:creator>Einars</dc:creator>
		<pubDate>Mon, 14 Jan 2008 18:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/#comment-63878</guid>
		<description>Glad you found it useful =) 
Michael Sheets of Textmate contacted me last november about inclusion of the beautifier to the standart javascript bundle;  don&#039;t know how often do they release Textmate, but it&#039;s possible it&#039;s in there already (can&#039;t check it, I&#039;m not a macperson (yet), but at least i see it in the svn, http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle/Support/lib/).</description>
		<content:encoded><![CDATA[<p>Glad you found it useful =)<br />
Michael Sheets of Textmate contacted me last november about inclusion of the beautifier to the standart javascript bundle;  don&#8217;t know how often do they release Textmate, but it&#8217;s possible it&#8217;s in there already (can&#8217;t check it, I&#8217;m not a macperson (yet), but at least i see it in the svn, <a href="http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle/Support/lib/)" rel="nofollow">http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle/Support/lib/)</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/comment-page-1/#comment-63877</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Mon, 14 Jan 2008 12:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/#comment-63877</guid>
		<description>@Robert: Hehe - probably this is a good example of a need for me to implement a show/hide link on the code example! &lt;a href=&quot;http://muffinresearch.co.uk/code/php/beautifyjs.txt&quot; rel=&quot;nofollow&quot;&gt;For now you can view it as text&lt;/a&gt;. At least that makes it a tad more readable.</description>
		<content:encoded><![CDATA[<p>@Robert: Hehe &#8211; probably this is a good example of a need for me to implement a show/hide link on the code example! <a href="http://muffinresearch.co.uk/code/php/beautifyjs.txt" rel="nofollow">For now you can view it as text</a>. At least that makes it a tad more readable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/comment-page-1/#comment-63876</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 14 Jan 2008 12:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2008/01/14/beautify-javascript-from-textmate/#comment-63876</guid>
		<description>Nice Also, that must have been the longest block of code I&#039;ve seen published for quite some time. :-)</description>
		<content:encoded><![CDATA[<p>Nice Also, that must have been the longest block of code I&#8217;ve seen published for quite some time. <img src='http://muffinresearch.co.uk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
