<?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; text</title>
	<atom:link href="http://jack-fx.com/net/tag/text/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>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>C# code snippet to get a screenshot of a process</title>
		<link>http://jack-fx.com/net/2011/06/13/c-code-snippet-to-get-a-screenshot-of-a-process/</link>
		<comments>http://jack-fx.com/net/2011/06/13/c-code-snippet-to-get-a-screenshot-of-a-process/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 14:24:40 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[bmp]]></category>
		<category><![CDATA[bool]]></category>
		<category><![CDATA[hhmmss]]></category>
		<category><![CDATA[int width]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[string format]]></category>
		<category><![CDATA[system diagnostics]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[text directory]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2011/06/13/c-code-snippet-to-get-a-screenshot-of-a-process/</guid>
		<description><![CDATA[A small code snippet to get a screenshot of a process Screenshot of this application. Code behinds using System; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Runtime.InteropServices; using System.Windows.Forms; namespace ProcessScreenshot { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void btnTake_Click(object sender, EventArgs e) { Process[] ps [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2011/06/13/c-code-snippet-to-get-a-screenshot-of-a-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pipeline in PowerShell</title>
		<link>http://jack-fx.com/net/2011/04/20/pipeline-in-powershell/</link>
		<comments>http://jack-fx.com/net/2011/04/20/pipeline-in-powershell/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 16:18:28 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[ETS]]></category>
		<category><![CDATA[heuristic method]]></category>
		<category><![CDATA[mode command]]></category>
		<category><![CDATA[Pipeline]]></category>
		<category><![CDATA[readable text]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[xml format]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2011/02/21/pipeline-in-powershell/</guid>
		<description><![CDATA[PowerShell uses a pipeline for all command entries, which feeds the results of the preceding command directly into the subsequent command. The pipeline is active even when you enter only a single command because PowerShell always automatically adds the Out-Default cmdlet at the pipeline&#8217;s end so that it always results in a two-member instruction chain. [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2011/04/20/pipeline-in-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Box Selection with Visual Studio 2010</title>
		<link>http://jack-fx.com/net/2010/04/28/box-selection-with-visual-studio-2010/</link>
		<comments>http://jack-fx.com/net/2010/04/28/box-selection-with-visual-studio-2010/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 00:32:47 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[access modifiers]]></category>
		<category><![CDATA[Box]]></category>
		<category><![CDATA[content flow]]></category>
		<category><![CDATA[example scenarios]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[rectangular region]]></category>
		<category><![CDATA[selection]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[text insertion]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/04/28/box-selection-with-visual-studio-2010/</guid>
		<description><![CDATA[Box selection is a feature that has been in Visual Studio for awhile (although not many people knew about it).&#160; It allows you to select a rectangular region of text within the code editor by holding down the Alt key while selecting the text region with the mouse.&#160; With VS 2008 you could then copy [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/04/28/box-selection-with-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

