<?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>Jack @ ASP.NET</title>
	<atom:link href="http://jack-fx.com/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/net</link>
	<description>As a software developer, I still Focus on .NET, internet, asp.net, C# and so on. I</description>
	<lastBuildDate>Wed, 02 May 2012 12:16:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Developing JavaScript Web Applications</title>
		<link>http://jack-fx.com/net/2012/05/02/developing-javascript-web-applications/</link>
		<comments>http://jack-fx.com/net/2012/05/02/developing-javascript-web-applications/#comments</comments>
		<pubDate>Wed, 02 May 2012 12:16:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[desktop experience]]></category>
		<category><![CDATA[domain requests]]></category>
		<category><![CDATA[javascript applications]]></category>
		<category><![CDATA[progress indicators]]></category>
		<category><![CDATA[realtime applications]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=298</guid>
		<description><![CDATA[Building rich JavaScript applications that bring the desktop experience to the Web is now possible, thanks to powerful JavaScript engines and the CSS3 and HTML5 specifications. The key is moving state from the server to the client side; but that’s no simple task. This book takes you through all the steps necessary to create state-of-the-art [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/05/02/developing-javascript-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Break up a Code Line in javascript</title>
		<link>http://jack-fx.com/net/2012/04/25/break-up-a-code-line-in-javascript/</link>
		<comments>http://jack-fx.com/net/2012/04/25/break-up-a-code-line-in-javascript/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 12:18:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[backslash]]></category>
		<category><![CDATA[Break]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[text string]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=296</guid>
		<description><![CDATA[You can break up a code line within a text string with a backslash. The example below will be displayed properly: document.write(&#34;Hello \ World!&#34;); However, you cannot break up a code line like this: document.write \ (&#34;Hello World!&#34;);]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/04/25/break-up-a-code-line-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>get the selected item text from a &#8216;select&#8217; html control</title>
		<link>http://jack-fx.com/net/2012/04/20/get-the-selected-item-text-from-a-select-html-control/</link>
		<comments>http://jack-fx.com/net/2012/04/20/get-the-selected-item-text-from-a-select-html-control/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 12:07:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[Item]]></category>
		<category><![CDATA[rsquo]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=294</guid>
		<description><![CDATA[it is quite simple via jquery, $(&#34;#yourSelectCtrlId option:selected&#34;).text();]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/04/20/get-the-selected-item-text-from-a-select-html-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Google Map API] Find a place, and mark it on google map</title>
		<link>http://jack-fx.com/net/2012/04/16/google-map-api-find-a-place-and-mark-it-on-google-map/</link>
		<comments>http://jack-fx.com/net/2012/04/16/google-map-api-find-a-place-and-mark-it-on-google-map/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 14:34:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[api function]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[LatLng]]></category>
		<category><![CDATA[marker]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[status]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=292</guid>
		<description><![CDATA[In google map API, there is a class google.maps.Geocoder, it&#160; is a service for converting between an address and a LatLng. Demo of using this api: function showAddress(address){ &#160;&#160;&#160; var geocoder = new google.maps.Geocoder(); &#160;&#160;&#160; geocoder.geocode( {&#8216;address&#8217;: ‘your address’}, function(results, status) { &#160;&#160;&#160;&#160;&#160;&#160;&#160; if (status == google.maps.GeocoderStatus.OK) { &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var searchLoc = results[0].geometry.location; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/04/16/google-map-api-find-a-place-and-mark-it-on-google-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check a checkbox via jQuery</title>
		<link>http://jack-fx.com/net/2012/04/12/check-a-checkbox-via-jquery/</link>
		<comments>http://jack-fx.com/net/2012/04/12/check-a-checkbox-via-jquery/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:27:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[attribute]]></category>
		<category><![CDATA[checkbox]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=290</guid>
		<description><![CDATA[jQuery 1.6+ Use the new .prop() function: $(&#34;.myCheckbox&#34;).prop(&#34;checked&#34;, true);$(&#34;.myCheckbox&#34;).prop(&#34;checked&#34;, false); jQuery 1.5 and below The .prop() function is not available, so you need to use .attr(). To check the checkbox (by setting the value of the checked attribute) do $('.myCheckbox').attr('checked','checked') and for un-checking (by removing the attribute entirely) do $('.myCheckbox').removeAttr('checked')]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/04/12/check-a-checkbox-via-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Godaddy promo code for renew .Info domain</title>
		<link>http://jack-fx.com/net/2012/04/11/godaddy-promo-code-for-renew-info-domain/</link>
		<comments>http://jack-fx.com/net/2012/04/11/godaddy-promo-code-for-renew-info-domain/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 12:11:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[promo]]></category>
		<category><![CDATA[promo code]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=287</guid>
		<description><![CDATA[GDBBREN8 $7.99]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/04/11/godaddy-promo-code-for-renew-info-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add html element via javascript</title>
		<link>http://jack-fx.com/net/2012/03/26/add-html-element-via-javascript/</link>
		<comments>http://jack-fx.com/net/2012/03/26/add-html-element-via-javascript/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 12:40:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[document body]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[script tag]]></category>
		<category><![CDATA[tag type]]></category>
		<category><![CDATA[text javascript]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=285</guid>
		<description><![CDATA[// add an element var fb_foot = document.createElement(&#34;div&#34;); fb_foot.id=&#34;fb-root&#34;; document.body.appendChild(fb_foot); &#160; // import a js file // e.g load facebook javascript var tag = document.createElement(&#8216;script&#8217;); tag.type=&#34;text/javascript&#34;; tag.src = &#8216;http://connect.facebook.net/en_US/all.js&#8217;; document.body.appendChild(tag);]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/03/26/add-html-element-via-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PyDev &#8211; an Eclipse plugin for Python(Django)</title>
		<link>http://jack-fx.com/net/2012/03/21/pydev-an-eclipse-plugin-for-pythondjango/</link>
		<comments>http://jack-fx.com/net/2012/03/21/pydev-an-eclipse-plugin-for-pythondjango/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 14:00:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[code completion]]></category>
		<category><![CDATA[code coverage]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[eclipse plugin]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[PyDev]]></category>
		<category><![CDATA[python ide]]></category>
		<category><![CDATA[string substitution]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=282</guid>
		<description><![CDATA[PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and IronPython development. It comes with many goodies such as: &#160;&#160;&#160; Django integration &#160;&#160;&#160; Code completion &#160;&#160;&#160; Code completion with auto import &#160;&#160;&#160; Syntax highlighting &#160;&#160;&#160; Code analysis &#160;&#160;&#160; Remote debugger &#160;&#160;&#160; Tokens browser &#160;&#160;&#160; Interactive console &#160;&#160;&#160; Unittest integration &#160;&#160;&#160; [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/03/21/pydev-an-eclipse-plugin-for-pythondjango/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

