<?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, 22 Feb 2012 14:49:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>seven</title>
		<link>http://jack-fx.com/net/2012/02/22/seven/</link>
		<comments>http://jack-fx.com/net/2012/02/22/seven/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 14:49:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[aVIxl]]></category>
		<category><![CDATA[AZEDt]]></category>
		<category><![CDATA[bKfOY]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2012/02/22/seven/</guid>
		<description><![CDATA[[s]AZEDt0ZY_a0bKfOY6aVIxl4M[e]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/02/22/seven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View Resolver in Spring MVC</title>
		<link>http://jack-fx.com/net/2012/02/01/view-resolver-in-spring-mvc/</link>
		<comments>http://jack-fx.com/net/2012/02/01/view-resolver-in-spring-mvc/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 14:47:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[class path]]></category>
		<category><![CDATA[controller class]]></category>
		<category><![CDATA[internal resource]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[resource view]]></category>
		<category><![CDATA[ResourceBundleViewResolver]]></category>
		<category><![CDATA[View]]></category>
		<category><![CDATA[xml file]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2012/02/01/view-resolver-in-spring-mvc/</guid>
		<description><![CDATA[View resolver is used to resolve “view name” that returned from the controller class to a physical view page or JSP page. 1. InternalResourceViewResolver InternalResourceViewResolver is used to resolve “internal resource view” (in simple, it’s final output, jsp or htmp page) based on a predefined URL pattern. In additional, it allow you to add some [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/02/01/view-resolver-in-spring-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net error: Operation is not valid due to the current state of the object</title>
		<link>http://jack-fx.com/net/2012/01/16/asp-net-error-operation-is-not-valid-due-to-the-current-state-of-the-object/</link>
		<comments>http://jack-fx.com/net/2012/01/16/asp-net-error-operation-is-not-valid-due-to-the-current-state-of-the-object/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 12:07:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[application path]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[keys files]]></category>
		<category><![CDATA[lt machine]]></category>
		<category><![CDATA[Message]]></category>
		<category><![CDATA[vdir]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2012/01/16/asp-net-error-operation-is-not-valid-due-to-the-current-state-of-the-object/</guid>
		<description><![CDATA[ASP.NET requests that have lots of form keys, files, or JSON payload receive an error response from the server. The Application log on the server has a Warning entry with a Source that is a specific version of ASP.NET, and an Event ID of 1309. The event log contains one of the following messages: Message [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/01/16/asp-net-error-operation-is-not-valid-due-to-the-current-state-of-the-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random in Java</title>
		<link>http://jack-fx.com/net/2012/01/12/random-in-java/</link>
		<comments>http://jack-fx.com/net/2012/01/12/random-in-java/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 12:50:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java random]]></category>
		<category><![CDATA[millisecond]]></category>
		<category><![CDATA[random number generator]]></category>
		<category><![CDATA[random objects]]></category>
		<category><![CDATA[seed]]></category>
		<category><![CDATA[sequence]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[time public]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2012/01/12/random-in-java/</guid>
		<description><![CDATA[Random in Java: public Random() It will create a new random number generator. Its seed is initialized to a value based on the current time: public Random() { this(System.currentTimeMillis()); } Based on this, two Random objects created within the same millisecond will have the same sequence of random numbers.]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/01/12/random-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for working with template inheritance in Django</title>
		<link>http://jack-fx.com/net/2012/01/08/tips-for-working-with-template-inheritance-in-django/</link>
		<comments>http://jack-fx.com/net/2012/01/08/tips-for-working-with-template-inheritance-in-django/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 07:46:58 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[block content]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[endblock]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[inheritance]]></category>
		<category><![CDATA[readability]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2012/01/08/tips-for-working-with-template-inheritance-in-django/</guid>
		<description><![CDATA[If you use {% extends %} in a template, it must be the first template tag in that template. Template inheritance won’t work, otherwise. More {% block %} tags in your base templates are better. Remember, child templates don’t have to define all parent blocks, so you can fill in reasonable defaults in a number [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/01/08/tips-for-working-with-template-inheritance-in-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duplicate Code</title>
		<link>http://jack-fx.com/net/2011/12/19/duplicate-code/</link>
		<comments>http://jack-fx.com/net/2011/12/19/duplicate-code/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 12:54:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[clones]]></category>
		<category><![CDATA[code blocks]]></category>
		<category><![CDATA[Duplicate]]></category>
		<category><![CDATA[equivalent]]></category>
		<category><![CDATA[high risk]]></category>
		<category><![CDATA[ramp]]></category>
		<category><![CDATA[time copy]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2011/12/19/duplicate-code/</guid>
		<description><![CDATA[Duplicate code, sometimes referred to as clones, is a cluster of code blocks that are functionally equivalent (or nearly equivalent) spanning across two or more locations within a solution. Duplicate code is expensive to maintain because: Multiplied bugs. A bug in one clone means there’s a bug in all the copies. This can lead to [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2011/12/19/duplicate-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting an aspnet.config File per Application Pool</title>
		<link>http://jack-fx.com/net/2011/12/19/setting-an-aspnet-config-file-per-application-pool/</link>
		<comments>http://jack-fx.com/net/2011/12/19/setting-an-aspnet-config-file-per-application-pool/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 12:47:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[application pool]]></category>
		<category><![CDATA[aspnet]]></category>
		<category><![CDATA[lt xml]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[pool need]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows microsoft]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2011/12/19/setting-an-aspnet-config-file-per-application-pool/</guid>
		<description><![CDATA[The aspnet.config file is a little known config file which is supported by ASP.NET 2.0 and greater.&#160; Generally it lives in the root of the framework folder, for example: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.config C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet.config C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet.config C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet.config This config file is further leveraged in ASP.NET 4.0 for concurrency and threading.&#160; For example, you can set maxConcurrentRequestsPerCPU, maxConcurrentThreadsPerCPU and requestQueueLimit, [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2011/12/19/setting-an-aspnet-config-file-per-application-pool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage a checkbox via jQuery</title>
		<link>http://jack-fx.com/net/2011/12/06/manage-a-checkbox-via-jquery/</link>
		<comments>http://jack-fx.com/net/2011/12/06/manage-a-checkbox-via-jquery/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 12:55:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[input type]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[Manage]]></category>
		<category><![CDATA[myCheckboxEvent]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2011/12/06/manage-a-checkbox-via-jquery/</guid>
		<description><![CDATA[the checkBox in html should be &#60;input type=&#34;checkbox&#34; class=&#34;myCheckBox&#34; /&#62; Bind a click event to a checkbox $(&#34;.myCheckBox&#34;).click(myCheckboxEvent); The click event like this function myCheckboxEvent() { alert($(this).is(':checked')); // alert the checked value } You can see, it is quite easy to ‘get’ the checkbox sender via jQuery -‘this’]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2011/12/06/manage-a-checkbox-via-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

