<?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 &#187; quot</title>
	<atom:link href="http://jack-fx.com/net/tag/quot/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>Thu, 24 May 2012 14:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<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>Issue with Auto-Generated Designer Files not Adding Controls: Hotfix available</title>
		<link>http://jack-fx.com/net/2010/03/08/issue-with-auto-generated-designer-files-not-adding-controls-hotfix-available/</link>
		<comments>http://jack-fx.com/net/2010/03/08/issue-with-auto-generated-designer-files-not-adding-controls-hotfix-available/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 01:32:17 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[aspx]]></category>
		<category><![CDATA[code generation]]></category>
		<category><![CDATA[control toolkit]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[hotfix]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[visualstudio]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/03/08/issue-with-auto-generated-designer-files-not-adding-controls-hotfix-available/</guid>
		<description><![CDATA[A hotfix is now available for issues most commonly described as &#34;Controls are not being recognized in the code-behind&#34; and &#34;Editing existing .aspx regenerates .aspx.designer.(cs), but most of the controls are now missing”. This hotfix can be downloaded from: http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=27117 The update addresses the following Connect bugs: &#160;&#160;&#160; * Cannot embed standard asp.net controls in [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/03/08/issue-with-auto-generated-designer-files-not-adding-controls-hotfix-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Code Snippet: Finding a Node in an XML String</title>
		<link>http://jack-fx.com/net/2010/02/02/c-code-snippet-finding-a-node-in-an-xml-string/</link>
		<comments>http://jack-fx.com/net/2010/02/02/c-code-snippet-finding-a-node-in-an-xml-string/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 08:56:02 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Appleton]]></category>
		<category><![CDATA[foundNode]]></category>
		<category><![CDATA[fox valley]]></category>
		<category><![CDATA[gt 5]]></category>
		<category><![CDATA[gt c]]></category>
		<category><![CDATA[lambda expressions]]></category>
		<category><![CDATA[Milwaukee]]></category>
		<category><![CDATA[Oshkosh]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[Region]]></category>
		<category><![CDATA[States]]></category>
		<category><![CDATA[Wisconsin]]></category>
		<category><![CDATA[xelement]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/02/02/c-code-snippet-finding-a-node-in-an-xml-string/</guid>
		<description><![CDATA[XML to be operated on: 1: &#60;States&#62; 2: &#60;State name=&#34;Wisconsin&#34;&#62; 3: &#60;Regions&#62; 4: &#60;Region name=&#34;Milwaukee&#34;&#62; 5: &#60;Area name=&#34;Mukwanago&#34;/&#62; 6: &#60;Area name=&#34;Germantown&#34;/&#62; 7: &#60;/Region&#62; 8: &#60;Region name=&#34;Fox Valley&#34;&#62; 9: &#60;Area name=&#34;Oshkosh&#34; /&#62; 10: &#60;Area name=&#34;Appleton&#34; /&#62; 11: &#60;/Region&#62; 12: &#60;/Regions&#62; 13: &#60;/State&#62; 14: &#60;/States&#62; C# code: 1: // using System.Xml.Linq 2:&#160; 3: // make sure the [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/02/02/c-code-snippet-finding-a-node-in-an-xml-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TODO Comments in Visual Studio</title>
		<link>http://jack-fx.com/net/2010/01/23/todo-comments-in-visual-studio/</link>
		<comments>http://jack-fx.com/net/2010/01/23/todo-comments-in-visual-studio/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 05:58:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[different places]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[quot quot]]></category>
		<category><![CDATA[Task]]></category>
		<category><![CDATA[task list]]></category>
		<category><![CDATA[TODO]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/01/23/todo-comments-in-visual-studio/</guid>
		<description><![CDATA[Using TODO TODO comments allow you to tell Visual Studio to maintain a central list of tasks, which it reads from many different places in your code. The Task List is a panel or floating window in Visual Studio that will display all the TODO comments in your project. To open the list, go to [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/01/23/todo-comments-in-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery hoverImage plugin</title>
		<link>http://jack-fx.com/net/2010/01/03/jquery-hoverimage-plugin/</link>
		<comments>http://jack-fx.com/net/2010/01/03/jquery-hoverimage-plugin/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 01:12:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[hoverImage]]></category>
		<category><![CDATA[hsrc]]></category>
		<category><![CDATA[html xmlns]]></category>
		<category><![CDATA[image src]]></category>
		<category><![CDATA[img]]></category>
		<category><![CDATA[osrc]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[quot quot]]></category>
		<category><![CDATA[src]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/01/03/jquery-hoverimage-plugin/</guid>
		<description><![CDATA[1: (function($) { 2: $.fn.extend({ 3: hoverImage: function(options) { 4: var defaults = { src: &#34;-hover&#34;, preload: true, replaceEnd: &#34;&#34; }; 5: options = $.extend(defaults, options); 6:&#160; 7: var append = options.src.indexOf(&#34;.&#34;) == -1; 8:&#160; 9: var splitter; 10: if (append) { 11: splitter = options.replaceEnd + &#34;.&#34;; 12: } 13:&#160; 14: return this.each(function() { [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/01/03/jquery-hoverimage-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Hack the ASP.NET Parser</title>
		<link>http://jack-fx.com/net/2009/12/04/how-to-hack-the-asp-net-parser/</link>
		<comments>http://jack-fx.com/net/2009/12/04/how-to-hack-the-asp-net-parser/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 09:41:48 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[abstraction]]></category>
		<category><![CDATA[asp.net parser]]></category>
		<category><![CDATA[BuildProviders]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[compliation]]></category>
		<category><![CDATA[context]]></category>
		<category><![CDATA[ControlBuilders]]></category>
		<category><![CDATA[ExpressionBuilders]]></category>
		<category><![CDATA[PageParserFilters]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[repeater id]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[virtual path]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/12/04/how-to-hack-the-asp-net-parser/</guid>
		<description><![CDATA[The ASP.NET compliation system is pretty complex. There are all kinds of extensibility points, including BuildProviders, PageParserFilters, ControlBuilders, ExpressionBuilders and the list goes on. One unknown *feature* of the parser is it’s ability to generate code from something called an InstanceDescriptor. The parser has a special way of dealing with ITemplate properties so if we [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/12/04/how-to-hack-the-asp-net-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Enable the ASP.NET Ajax script loader</title>
		<link>http://jack-fx.com/net/2009/11/24/how-to-enable-the-asp-net-ajax-script-loader/</link>
		<comments>http://jack-fx.com/net/2009/11/24/how-to-enable-the-asp-net-ajax-script-loader/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 00:36:27 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp.net ajax]]></category>
		<category><![CDATA[Don]]></category>
		<category><![CDATA[loader]]></category>
		<category><![CDATA[meta data]]></category>
		<category><![CDATA[Microsoft AJAX]]></category>
		<category><![CDATA[plug ins]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[script code]]></category>
		<category><![CDATA[script loader]]></category>
		<category><![CDATA[script loading]]></category>
		<category><![CDATA[script names]]></category>
		<category><![CDATA[Sys]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/11/24/how-to-enable-the-asp-net-ajax-script-loader/</guid>
		<description><![CDATA[An important feature of the script loader is the separation of the script meta-data from the script code itself. The meta-data can include the name of the script, its dependencies, instructions on how to figure out if it’s already loaded, its debug and release URL patterns and a declaration of the lazy components and plug-ins [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/11/24/how-to-enable-the-asp-net-ajax-script-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

