<?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: JSLint on Mac + TextMate integration</title>
	<atom:link href="http://www.phpied.com/jslint-on-mac-textmate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/jslint-on-mac-textmate/</link>
	<description>Stoyan&#039;s blog about &#60;a href=&#34;/category/xhtml&#34; class=&#34;tag-minor&#34;&#62;(x)html(5)&#60;/a&#62;, &#60;a href=&#34;/category/ajax&#34; class=&#34;tag-major&#34;&#62;ajax&#60;/a&#62;, &#60;a href=&#34;/category/bookmarklets&#34; class=&#34;tag-major&#34;&#62;bookmarklets&#60;/a&#62;, &#60;a href=&#34;/category/browsers&#34; class=&#34;tag-minor&#34;&#62;browsers&#60;/a&#62;, &#60;a href=&#34;/category/css&#34; class=&#34;tag-normal&#34;&#62;css&#60;/a&#62;, &#60;a href=&#34;/category/firebug&#34; class=&#34;tag-minor&#34;&#62;firebug&#60;/a&#62;, &#60;a href=&#34;/category/javascript&#34; class=&#34;tag-numero-uno&#34;&#62;javascript&#60;/a&#62;, &#60;a href=&#34;/category/json&#34; class=&#34;tag-normal&#34;&#62;json&#60;/a&#62;, &#60;a href=&#34;/category/mdb2&#34; class=&#34;tag-minor&#34;&#62;mdb2&#60;/a&#62;, &#60;a href=&#34;/category/mysql&#34; class=&#34;tag-normal&#34;&#62;mysql&#60;/a&#62;, &#60;a href=&#34;/category/pear&#34; class=&#34;tag-numero-uno&#34;&#62;pear&#60;/a&#62;, &#60;a href=&#34;/category/performance&#34; class=&#34;tag-major&#34;&#62;performance&#60;/a&#62;, &#60;a href=&#34;/category/php&#34; class=&#34;tag-numero-uno&#34;&#62;php&#60;/a&#62;, &#60;a href=&#34;/category/phpbb&#34; class=&#34;tag-major&#34;&#62;phpbb&#60;/a&#62;, &#60;a href=&#34;/category/tools&#34; class=&#34;tag-normal&#34;&#62;tools&#60;/a&#62;, &#60;a href=&#34;/category/yslow&#34; class=&#34;tag-minor&#34;&#62;yslow&#60;/a&#62;, &#60;a href=&#34;/category/yui&#34; class=&#34;tag-normal&#34;&#62;yui&#60;/a&#62;, &#60;a href=&#34;/category/writing&#34; class=&#34;tag-minor&#34;&#62;writing&#60;/a&#62;, &#60;a href=&#34;/category/music&#34; class=&#34;tag-major&#34;&#62;music&#60;/a&#62;,... &#60;a href=&#34;/category/life-and-everything&#34; class=&#34;tag-normal&#34;&#62;life and everything&#60;/a&#62;.</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:07:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Fata</title>
		<link>http://www.phpied.com/jslint-on-mac-textmate/#comment-81387</link>
		<dc:creator>Fata</dc:creator>
		<pubDate>Fri, 20 Jan 2012 12:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=598#comment-81387</guid>
		<description>Hello, Thanks for sharing. Your article seems very interesting. to the next for another</description>
		<content:encoded><![CDATA[<p>Hello, Thanks for sharing. Your article seems very interesting. to the next for another</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Haines</title>
		<link>http://www.phpied.com/jslint-on-mac-textmate/#comment-78570</link>
		<dc:creator>Scott Haines</dc:creator>
		<pubDate>Tue, 30 Aug 2011 23:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=598#comment-78570</guid>
		<description>Awesome TextMate command. I got it working on 10.6.8 OSX, here is the command. 

java org.mozilla.javascript.tools.shell.Main &quot;$TM_FILEPATH&quot;

Works like a charm.</description>
		<content:encoded><![CDATA[<p>Awesome TextMate command. I got it working on 10.6.8 OSX, here is the command. </p>
<p>java org.mozilla.javascript.tools.shell.Main &#8220;$TM_FILEPATH&#8221;</p>
<p>Works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey</title>
		<link>http://www.phpied.com/jslint-on-mac-textmate/#comment-77566</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Wed, 20 Apr 2011 12:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=598#comment-77566</guid>
		<description>Hello, great!

Thanks updated a little bit to use nodejs lint with npm:
https://github.com/reid/node-jslint

You&#039;ll need nodejs and npm, which is easy to install on OS X with homebrew:

curl -L http://github.com/mxcl/homebrew/tarball/master &#124; tar xz --strip 1 -C /usr/local
brew install npm
Then install:

npm install http://github.com/reid/node-jslint/tarball/master
You may also clone this repository then install in your working copy:

npm install .
This package isn&#039;t yet in the npm registry. I&#039;m working on it.


jslint &quot;$TM_FILEPATH&quot;

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello, great!</p>
<p>Thanks updated a little bit to use nodejs lint with npm:<br />
<a href="https://github.com/reid/node-jslint" rel="nofollow">https://github.com/reid/node-jslint</a></p>
<p>You&#8217;ll need nodejs and npm, which is easy to install on OS X with homebrew:</p>
<p>curl -L <a href="http://github.com/mxcl/homebrew/tarball/master" rel="nofollow">http://github.com/mxcl/homebrew/tarball/master</a> | tar xz &#8211;strip 1 -C /usr/local<br />
brew install npm<br />
Then install:</p>
<p>npm install <a href="http://github.com/reid/node-jslint/tarball/master" rel="nofollow">http://github.com/reid/node-jslint/tarball/master</a><br />
You may also clone this repository then install in your working copy:</p>
<p>npm install .<br />
This package isn&#8217;t yet in the npm registry. I&#8217;m working on it.</p>
<p>jslint &#8220;$TM_FILEPATH&#8221;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastiano Armeli</title>
		<link>http://www.phpied.com/jslint-on-mac-textmate/#comment-75597</link>
		<dc:creator>Sebastiano Armeli</dc:creator>
		<pubDate>Thu, 27 Jan 2011 13:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=598#comment-75597</guid>
		<description>I&#039;ve got the same issue, the link to the Rhino version of JSLint is broken</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the same issue, the link to the Rhino version of JSLint is broken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/jslint-on-mac-textmate/#comment-75551</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Wed, 12 Jan 2011 19:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=598#comment-75551</guid>
		<description>Doesn`t work for me. 
I installed Rhino successfully. 
Next I download jslint from https://github.com/douglascrockford/JSLint (because your link is broken). 
With command + L in textmate  I got nothing although javascript have syntax error.
Can you help me with this issue ?</description>
		<content:encoded><![CDATA[<p>Doesn`t work for me.<br />
I installed Rhino successfully.<br />
Next I download jslint from <a href="https://github.com/douglascrockford/JSLint" rel="nofollow">https://github.com/douglascrockford/JSLint</a> (because your link is broken).<br />
With command + L in textmate  I got nothing although javascript have syntax error.<br />
Can you help me with this issue ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leick</title>
		<link>http://www.phpied.com/jslint-on-mac-textmate/#comment-75529</link>
		<dc:creator>Leick</dc:creator>
		<pubDate>Sat, 08 Jan 2011 07:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=598#comment-75529</guid>
		<description>Thank you for sharing a really nice article thank you for everything http://www.cozumonline.net/bilgisayar-bakim-sozlesmesi.html</description>
		<content:encoded><![CDATA[<p>Thank you for sharing a really nice article thank you for everything <a href="http://www.cozumonline.net/bilgisayar-bakim-sozlesmesi.html" rel="nofollow">http://www.cozumonline.net/bilgisayar-bakim-sozlesmesi.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chriss</title>
		<link>http://www.phpied.com/jslint-on-mac-textmate/#comment-74977</link>
		<dc:creator>Chriss</dc:creator>
		<pubDate>Sun, 05 Dec 2010 18:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=598#comment-74977</guid>
		<description>That is probably the perfect article that ever cross my reference. I don&#039;t see why anyone ought to disagree. It may be too simple #for them# to comprehend...anyway good work i&#039;m coming back right here for Extra Nice Stuff!!</description>
		<content:encoded><![CDATA[<p>That is probably the perfect article that ever cross my reference. I don&#8217;t see why anyone ought to disagree. It may be too simple #for them# to comprehend&#8230;anyway good work i&#8217;m coming back right here for Extra Nice Stuff!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voxwerk</title>
		<link>http://www.phpied.com/jslint-on-mac-textmate/#comment-74848</link>
		<dc:creator>voxwerk</dc:creator>
		<pubDate>Thu, 02 Dec 2010 13:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=598#comment-74848</guid>
		<description>It&#039;s not actually necessary to run JSLint through Rhino or JavaScriptCore. Since TextMate allows you to build a command that displays HTML, you can include JSLint using a script tag. I&#039;ve built a bundle to demonstrate what&#039;s possible with this method: http://github.com/voxwerk/JSLint.tmbundle

Just download the bundle and either double-click the bundle or place it in &quot;~/Library/Application\ Support/TextMate/Bundles/&quot;, then just open a JavaScript file and press ⌃⇧V.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not actually necessary to run JSLint through Rhino or JavaScriptCore. Since TextMate allows you to build a command that displays HTML, you can include JSLint using a script tag. I&#8217;ve built a bundle to demonstrate what&#8217;s possible with this method: <a href="http://github.com/voxwerk/JSLint.tmbundle" rel="nofollow">http://github.com/voxwerk/JSLint.tmbundle</a></p>
<p>Just download the bundle and either double-click the bundle or place it in &#8220;~/Library/Application\ Support/TextMate/Bundles/&#8221;, then just open a JavaScript file and press ⌃⇧V.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orka</title>
		<link>http://www.phpied.com/jslint-on-mac-textmate/#comment-74471</link>
		<dc:creator>orka</dc:creator>
		<pubDate>Sun, 14 Nov 2010 02:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=598#comment-74471</guid>
		<description>@ Floris ... thats Javascript Lint, not JSLint : they are different!</description>
		<content:encoded><![CDATA[<p>@ Floris &#8230; thats Javascript Lint, not JSLint : they are different!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floris Huetink</title>
		<link>http://www.phpied.com/jslint-on-mac-textmate/#comment-74293</link>
		<dc:creator>Floris Huetink</dc:creator>
		<pubDate>Fri, 22 Oct 2010 09:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=598#comment-74293</guid>
		<description>Found this post on googling &quot;textmate jslint&quot;... I installed the SproutCore.tmbundle and automatically got the number of JSLint errors on each cmd+S, but was struggling to get detailed error information. Turns out the shortcut for that in TextMate is ctrl+shift+V. (See Bundles &gt; SproutCore for all available options and keyboard shortcuts.)</description>
		<content:encoded><![CDATA[<p>Found this post on googling &#8220;textmate jslint&#8221;&#8230; I installed the SproutCore.tmbundle and automatically got the number of JSLint errors on each cmd+S, but was struggling to get detailed error information. Turns out the shortcut for that in TextMate is ctrl+shift+V. (See Bundles &gt; SproutCore for all available options and keyboard shortcuts.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

