<?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>家儒的筆記 &#187; debug</title>
	<atom:link href="http://ka-yue.com/blog/tag/debug/feed" rel="self" type="application/rss+xml" />
	<link>http://ka-yue.com/blog</link>
	<description>網頁設計、開發、SEO 優化</description>
	<lastBuildDate>Fri, 27 Aug 2010 06:22:10 +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>jQuery Lint 驗證工具</title>
		<link>http://ka-yue.com/blog/jquery-lint-%e9%a9%97%e8%ad%89%e5%b7%a5%e5%85%b7</link>
		<comments>http://ka-yue.com/blog/jquery-lint-%e9%a9%97%e8%ad%89%e5%b7%a5%e5%85%b7#comments</comments>
		<pubDate>Wed, 20 Jan 2010 00:13:39 +0000</pubDate>
		<dc:creator>kayue</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://ka-yue.com/blog/?p=525</guid>
		<description><![CDATA[做 web development 的人應該都會用過 JSLint 或 JSONLint 這些線上驗證工具。日前連 jQuery Lint 也出爐了。 jQuery Lint 的目的也是提供一個工具協助 programmer 寫出更好的 jQuery code（例如 $(el).css(...).css(...).css (...) 可簡化成 $(el).css({...}) ）。 跟 JSLint 和 JSONLint 不同， jQuery Lint 是個 run time reporter，安裝後所有訊息會顯示在 FireBug 上。安裝 jQuery Lint 只需加如下一句： &#60;script &#8230; <a href="http://ka-yue.com/blog/jquery-lint-%e9%a9%97%e8%ad%89%e5%b7%a5%e5%85%b7">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-527" title="lint" src="http://220.232.237.39/~kayuecom39/blog/wp-content/uploads/2010/01/lint.png" alt="" width="608" height="465" /></p>
<p>做 web development 的人應該都會用過 <a href="http://jslint.com/">JSLint</a> 或 <a href="http://jsonlint.com/">JSONLint </a>這些線上驗證工具。日前連 jQuery Lint 也出爐了。 jQuery Lint 的目的也是提供一個工具協助 programmer 寫出更好的 jQuery code（例如 <code>$(el).css(...).css(...).css (...)</code> 可簡化成 <code>$(el).css({...})</code> ）。</p>
<p><span id="more-525"></span></p>
<p>跟 JSLint 和 JSONLint 不同， jQuery Lint 是個 run time reporter，安裝後所有訊息會顯示在 FireBug 上。安裝 jQuery Lint 只需加如下一句：</p>
<pre>&lt;script src="jquery.lint.js"&gt;&lt;/script&gt;</pre>
<p>jQuery Lint 提供的訊息頗為詳盡，除了簡單錯誤報告外，還提供修改建議、問題代碼、甚至相關的 method signatures 。</p>
<p>下載及 API 請到 <a href="http://github.com/jamespadolsey/jQuery-Lint" target="_blank">http://github.com/jamespadolsey/jQuery-Lint</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ka-yue.com/blog/jquery-lint-%e9%a9%97%e8%ad%89%e5%b7%a5%e5%85%b7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
