<?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; jQuery</title>
	<atom:link href="http://www.chentianwen.net/wordpress/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chentianwen.net/wordpress</link>
	<description>Life has to be exciting.</description>
	<lastBuildDate>Wed, 01 Feb 2012 01:34:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Turn jQuery effects off for testing</title>
		<link>http://www.chentianwen.net/wordpress/2011/05/11/turn-jquery-effects-off-for-testing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=turn-jquery-effects-off-for-testing</link>
		<comments>http://www.chentianwen.net/wordpress/2011/05/11/turn-jquery-effects-off-for-testing/#comments</comments>
		<pubDate>Wed, 11 May 2011 02:25:21 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=413</guid>
		<description><![CDATA[<p>from: http://blog.crowdint.com/2011/04/13/turn-jquery-effects-off-for-testing.html</p> <p>We, at <a href="http://www.crowdint.com/">Crowd Interactive</a>, always go with the TDD + BDD approach when coding new applications.</p> <p>The usual, we use <a href="http://www.rspec.info/">RSpec</a> for TDD, we use <a href="http://cukes.info/">Cucumber</a> for BDD, although lately, I&#8217;ve been using <a href="https://github.com/cavalle/steak">Steak</a> in place of Cucumber and so far I am loving it.</p> <p>When you are using Capybara + Selenium for testing [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2011/05/11/turn-jquery-effects-off-for-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Performance Rules</title>
		<link>http://www.chentianwen.net/wordpress/2009/11/25/jquery-performance-rules/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jquery-performance-rules</link>
		<comments>http://www.chentianwen.net/wordpress/2009/11/25/jquery-performance-rules/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 06:54:14 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=230</guid>
		<description><![CDATA[<p>from <a href="http://www.artzstudio.com/2009/04/jquery-performance-rules/">http://www.artzstudio.com/2009/04/jquery-performance-rules/</a></p> <p>Once upon a time, all we needed to worry about was reducing Bytes and Requests and playing around with load order to make things faster. Nowadays, we are increasingly impacting one more major component in performance - CPU utilization. Using jQuery and other frameworks that make selecting nodes and DOM manipulation easy can have [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2009/11/25/jquery-performance-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent double submit a form using jQuery</title>
		<link>http://www.chentianwen.net/wordpress/2008/11/18/prevent-double-submit-a-form-using-jquery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=prevent-double-submit-a-form-using-jquery</link>
		<comments>http://www.chentianwen.net/wordpress/2008/11/18/prevent-double-submit-a-form-using-jquery/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 07:31:18 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=118</guid>
		<description><![CDATA[jQuery(document).ready(function(){ jQuery('form').submit(function(e){ jQuery(this).find('input[@type=submit],button[@type=submit]').attr('disable', 'true').css('color', '#ddd').css('background', '#aaa'); }) }]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/11/18/prevent-double-submit-a-form-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for PNG issue in IE6</title>
		<link>http://www.chentianwen.net/wordpress/2008/11/18/fix-for-png-issue-in-ie6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-for-png-issue-in-ie6</link>
		<comments>http://www.chentianwen.net/wordpress/2008/11/18/fix-for-png-issue-in-ie6/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 04:56:22 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=116</guid>
		<description><![CDATA[<p>Well known issus that IE6 can not display transparency for PNG picture. But now here comes the IFixPNG from <a href="http://jquery.khurshid.com/ifixpng.php">http://jquery.khurshid.com/ifixpng.php</a>. It&#8217;s really a perfect fix for this issue&#8230;</p>]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/11/18/fix-for-png-issue-in-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery conflicts with effects.js</title>
		<link>http://www.chentianwen.net/wordpress/2008/09/30/jquery-conflicts-with-effectsjs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jquery-conflicts-with-effectsjs</link>
		<comments>http://www.chentianwen.net/wordpress/2008/09/30/jquery-conflicts-with-effectsjs/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 12:03:03 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=83</guid>
		<description><![CDATA[<p>from <a href="http://www.nabble.com/jQuery-%2B-Prototype-on-newest-release-%281.2.6%29-td17811639s27240.html#a17811639">http://www.nabble.com/jQuery-%2B-Prototype-on-newest-release-%281.2.6%29-td17811639s27240.html#a17811639</a></p> <p>Actually, there is an issue with noConflict and older versions of<br /> Scriptaculous but not jQuery v1.2.6 and the most recent Scriptaculous.</p> <p>You can check out the whole threads here:</p> <p><a rel="nofollow" href="http://groups.google.com/group/jquery-en/browse_thread/thread/69cb41d2e3710c70/f707b1df7821d026?hl=en&#38;#f707b1df7821d026" target="_top">http://groups.google.com/group/jquery-en/browse_thread/thread/69cb41d2e3710c70/f707b1df7821d026?hl=en&#38;#f707b1df7821d026</a><br /> <a rel="nofollow" href="http://groups.google.com/group/jquery-en/browse_thread/thread/dde6b91c3ad00ecc/25465bb7850810fa?hl=en%E6%8D%B9bb7850810fa" target="_top">http://groups.google.com/group/jquery-en/browse_thread/thread/dde6b91c3ad00ecc/25465bb7850810fa?hl=en%E6%8D%B9bb7850810fa</a></p> <p>The issue wasn&#8217;t so much a problem with jQuery as it was with<br [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/09/30/jquery-conflicts-with-effectsjs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

