<?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 quot</title>
	<atom:link href="http://jack-fx.com/net/tag/quot-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>Wed, 01 Feb 2012 14:47: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>Call web service via jQuery in asp.net</title>
		<link>http://jack-fx.com/net/2011/10/10/call-web-service-via-jquery-in-asp-net-2/</link>
		<comments>http://jack-fx.com/net/2011/10/10/call-web-service-via-jquery-in-asp-net-2/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 14:00:03 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[asmx]]></category>
		<category><![CDATA[quot 15]]></category>
		<category><![CDATA[quot quot]]></category>
		<category><![CDATA[script services]]></category>
		<category><![CDATA[web script]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2011/10/10/call-web-service-via-jquery-in-asp-net-2/</guid>
		<description><![CDATA[step 1. Add Web service, and you must add a [System.Web.Script.Services.ScriptService] to the service class (in webservice.asmx.cs file) 1: /// &#60;summary&#62; 2: /// Summary description for WebService1 3: /// &#60;/summary&#62; 4: [WebService(Namespace = &#34;http://tempuri.org/&#34;)] 5: [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] 6: [System.ComponentModel.ToolboxItem(false)] 7: // To allow this Web Service to be called from script, using ASP.NET AJAX, [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2011/10/10/call-web-service-via-jquery-in-asp-net-2/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>
	</channel>
</rss>

