<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Just a thought</title>
	<atom:link href="http://arichuang.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://arichuang.wordpress.com</link>
	<description>a very casual blogger</description>
	<lastBuildDate>Fri, 25 Mar 2011 02:00:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='arichuang.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Just a thought</title>
		<link>http://arichuang.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://arichuang.wordpress.com/osd.xml" title="Just a thought" />
	<atom:link rel='hub' href='http://arichuang.wordpress.com/?pushpress=hub'/>
		<item>
		<title>HTML 5</title>
		<link>http://arichuang.wordpress.com/2010/09/17/html-5/</link>
		<comments>http://arichuang.wordpress.com/2010/09/17/html-5/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 23:57:01 +0000</pubDate>
		<dc:creator>aric</dc:creator>
				<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://arichuang.wordpress.com/?p=650</guid>
		<description><![CDATA[This site has great example of html 5 http://www.html5rocks.com/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=650&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This site has great example of html 5</p>
<p>http://www.html5rocks.com/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arichuang.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arichuang.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arichuang.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arichuang.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arichuang.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arichuang.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arichuang.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arichuang.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arichuang.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arichuang.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arichuang.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arichuang.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arichuang.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arichuang.wordpress.com/650/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=650&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arichuang.wordpress.com/2010/09/17/html-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7f5642f996ae5dd0f35e703c85f1d877?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arichuang</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Count Columns inside a Gridview</title>
		<link>http://arichuang.wordpress.com/2010/04/07/how-to-count-columns-inside-a-gridview/</link>
		<comments>http://arichuang.wordpress.com/2010/04/07/how-to-count-columns-inside-a-gridview/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 23:49:43 +0000</pubDate>
		<dc:creator>aric</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[gridview]]></category>

		<guid isPermaLink="false">http://arichuang.wordpress.com/?p=646</guid>
		<description><![CDATA[For x = 1 To gvPart2.Columns.Count - 1 If e.Row.Cells(x).Text Is Nothing Then e.Row.Cells(x).Text = &#34;--&#34; ElseIf e.Row.Cells(x).Text &#38;lt; &#38;quot;375&#38;quot; Then e.Row.Cells(x).Style.Add(&#38;quot;background-color&#38;quot;, &#38;quot;yellow&#38;quot;) End If Next<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=646&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre class="brush: plain;">
            For x = 1 To gvPart2.Columns.Count - 1
                If e.Row.Cells(x).Text Is Nothing Then
                    e.Row.Cells(x).Text = &quot;--&quot;
                ElseIf e.Row.Cells(x).Text &amp;lt; &amp;quot;375&amp;quot; Then
                    e.Row.Cells(x).Style.Add(&amp;quot;background-color&amp;quot;, &amp;quot;yellow&amp;quot;)
                End If
            Next
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arichuang.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arichuang.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arichuang.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arichuang.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arichuang.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arichuang.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arichuang.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arichuang.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arichuang.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arichuang.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arichuang.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arichuang.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arichuang.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arichuang.wordpress.com/646/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=646&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arichuang.wordpress.com/2010/04/07/how-to-count-columns-inside-a-gridview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7f5642f996ae5dd0f35e703c85f1d877?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arichuang</media:title>
		</media:content>
	</item>
		<item>
		<title>WCG 2009 StarCraft Finals</title>
		<link>http://arichuang.wordpress.com/2010/04/03/wcg-2009-starcraft-finals/</link>
		<comments>http://arichuang.wordpress.com/2010/04/03/wcg-2009-starcraft-finals/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 14:30:09 +0000</pubDate>
		<dc:creator>aric</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[starcraft]]></category>
		<category><![CDATA[WCG]]></category>

		<guid isPermaLink="false">http://arichuang.wordpress.com/?p=643</guid>
		<description><![CDATA[I have been slacking off on updating my blog. Here is what I have been up to. Set 1 Set 2 Set 3<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=643&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been slacking off on updating my blog. Here is what I have been up to.</p>
<p>Set 1<br />
<span style="text-align:center; display: block;"><a href="http://arichuang.wordpress.com/2010/04/03/wcg-2009-starcraft-finals/"><img src="http://img.youtube.com/vi/B-4DN8RKNDc/2.jpg" alt="" /></a></span></p>
<p>Set 2<br />
<span style="text-align:center; display: block;"><a href="http://arichuang.wordpress.com/2010/04/03/wcg-2009-starcraft-finals/"><img src="http://img.youtube.com/vi/tGGkvbQHXWc/2.jpg" alt="" /></a></span></p>
<p>Set 3<br />
<span style="text-align:center; display: block;"><a href="http://arichuang.wordpress.com/2010/04/03/wcg-2009-starcraft-finals/"><img src="http://img.youtube.com/vi/RHwzj-5cvtY/2.jpg" alt="" /></a></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arichuang.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arichuang.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arichuang.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arichuang.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arichuang.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arichuang.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arichuang.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arichuang.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arichuang.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arichuang.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arichuang.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arichuang.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arichuang.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arichuang.wordpress.com/643/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=643&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arichuang.wordpress.com/2010/04/03/wcg-2009-starcraft-finals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7f5642f996ae5dd0f35e703c85f1d877?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arichuang</media:title>
		</media:content>
	</item>
		<item>
		<title>Wooden Barrel Puzzle</title>
		<link>http://arichuang.wordpress.com/2010/01/01/wooden-barrel-puzzle/</link>
		<comments>http://arichuang.wordpress.com/2010/01/01/wooden-barrel-puzzle/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 02:53:03 +0000</pubDate>
		<dc:creator>aric</dc:creator>
				<category><![CDATA[Puzzles]]></category>
		<category><![CDATA[puzzle]]></category>
		<category><![CDATA[wooden]]></category>

		<guid isPermaLink="false">http://arichuang.wordpress.com/?p=630</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=630&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://arichuang.files.wordpress.com/2010/01/imgp70341.jpg?w=497&#038;h=695" alt="" title="IMGP7034" width="497" height="695" class="alignnone size-full wp-image-627" /></p>
<p><img src="http://arichuang.files.wordpress.com/2010/01/imgp7035.jpg?w=497&#038;h=695" alt="" title="IMGP7035" width="497" height="695" class="alignnone size-full wp-image-628" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arichuang.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arichuang.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arichuang.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arichuang.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arichuang.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arichuang.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arichuang.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arichuang.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arichuang.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arichuang.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arichuang.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arichuang.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arichuang.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arichuang.wordpress.com/630/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=630&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arichuang.wordpress.com/2010/01/01/wooden-barrel-puzzle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7f5642f996ae5dd0f35e703c85f1d877?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arichuang</media:title>
		</media:content>

		<media:content url="http://arichuang.files.wordpress.com/2010/01/imgp70341.jpg" medium="image">
			<media:title type="html">IMGP7034</media:title>
		</media:content>

		<media:content url="http://arichuang.files.wordpress.com/2010/01/imgp7035.jpg" medium="image">
			<media:title type="html">IMGP7035</media:title>
		</media:content>
	</item>
		<item>
		<title>A New Category for my Collections of Puzzles</title>
		<link>http://arichuang.wordpress.com/2009/12/14/a-new-category-for-my-collections-of-puzzles/</link>
		<comments>http://arichuang.wordpress.com/2009/12/14/a-new-category-for-my-collections-of-puzzles/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 07:34:53 +0000</pubDate>
		<dc:creator>aric</dc:creator>
				<category><![CDATA[Puzzles]]></category>

		<guid isPermaLink="false">http://arichuang.wordpress.com/?p=609</guid>
		<description><![CDATA[I have been a collector for puzzles. I just love sitting in the corner with a puzzling away with a sign that said &#8220;LEAVE ME ALONE&#8221;. So today my wife decided to buy me eight new puzzles to add to my collections. She bought me four mini wire puzzles and four wooden interlocking puzzles. So [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=609&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been a collector for puzzles. I just love sitting in the corner with a puzzling away with a sign that said &#8220;LEAVE ME ALONE&#8221;. So today my wife decided to buy me eight new puzzles to add to my collections. She bought me four mini wire puzzles and four wooden interlocking puzzles.</p>
<p>So I figure, why not post my collections of puzzles on my blog and here is the first blog post for my new Puzzles category. Of course, I will be busy for a few days solving those puzzles but when I get the chance, I will post pictures of my collections.</p>
<p>yeah~</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arichuang.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arichuang.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arichuang.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arichuang.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arichuang.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arichuang.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arichuang.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arichuang.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arichuang.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arichuang.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arichuang.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arichuang.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arichuang.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arichuang.wordpress.com/609/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=609&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arichuang.wordpress.com/2009/12/14/a-new-category-for-my-collections-of-puzzles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7f5642f996ae5dd0f35e703c85f1d877?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arichuang</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Public DNS</title>
		<link>http://arichuang.wordpress.com/2009/12/12/google-public-dns/</link>
		<comments>http://arichuang.wordpress.com/2009/12/12/google-public-dns/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 19:31:52 +0000</pubDate>
		<dc:creator>aric</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[public dns]]></category>

		<guid isPermaLink="false">http://arichuang.wordpress.com/?p=602</guid>
		<description><![CDATA[I am currently a OpenDNS user. OpenDNS has block out a lot of dangerous sites / advertisement sites for me. I have no intention whatsoever to switch to Google Public DNS at the moment. What is Google Public DNS? Google Public DNS is a free, global Domain Name System (DNS) resolution service, that you can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=602&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am currently a OpenDNS user. OpenDNS has block out a lot of dangerous sites / advertisement sites for me. I have no intention whatsoever to switch to Google Public DNS at the moment. </p>
<table>
<tbody>
<tr>
<td>
<h2>What is Google Public DNS?</h2>
<p>Google Public DNS is a free, global <a href="http://en.wikipedia.org/wiki/Domain_name_system">Domain Name System</a> (DNS) resolution service, that you can use as an alternative to your current DNS provider.</p>
<p>To try it out:</p>
<ul>
<li>Configure your network settings to use the IP addresses 8.8.8.8  	and 8.8.4.4 as your DNS servers or</li>
<li>Read our <a href="http://code.google.com/speed/public-dns/docs/using.html">configuration instructions</a>.</li>
</ul>
<p>If you decide to try Google Public DNS, your client programs will perform all DNS lookups using Google Public DNS.</td>
</tr>
<tr>
<td>
<h2>Why does DNS matter?</h2>
<p>The DNS protocol is an important part of the web&#8217;s infrastructure, serving as the Internet&#8217;s phone book: every time you visit a website, your computer performs a DNS lookup. Complex pages often require multiple DNS lookups before they start loading, so your computer may be performing hundreds of lookups a day.</td>
</tr>
<tr>
<td>
<h2>Why should you try Google Public DNS?</h2>
<p>By using Google Public DNS you can:</p>
<ul>
<li><a href="http://code.google.com/speed/public-dns/docs/performance.html">Speed up your browsing experience</a>.</li>
<li><a href="http://code.google.com/speed/public-dns/docs/security.html">Improve your security</a>.</li>
<li>Get the results you expect with absolutely no redirection.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arichuang.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arichuang.wordpress.com/602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arichuang.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arichuang.wordpress.com/602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arichuang.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arichuang.wordpress.com/602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arichuang.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arichuang.wordpress.com/602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arichuang.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arichuang.wordpress.com/602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arichuang.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arichuang.wordpress.com/602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arichuang.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arichuang.wordpress.com/602/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=602&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arichuang.wordpress.com/2009/12/12/google-public-dns/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7f5642f996ae5dd0f35e703c85f1d877?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arichuang</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajax MutuallyExclusiveCheckboxExtender inside Gridview</title>
		<link>http://arichuang.wordpress.com/2009/12/12/ajax-mutuallyexclusivecheckboxextender-inside-gridview/</link>
		<comments>http://arichuang.wordpress.com/2009/12/12/ajax-mutuallyexclusivecheckboxextender-inside-gridview/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 19:22:37 +0000</pubDate>
		<dc:creator>aric</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[checkbox extender]]></category>
		<category><![CDATA[gridview]]></category>
		<category><![CDATA[mutually]]></category>
		<category><![CDATA[mutually exclusive checkbox extender]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://arichuang.wordpress.com/?p=592</guid>
		<description><![CDATA[In this Scenario, I have a gridview that has two checkbox fields and a comment field. Image Below. The checkboxes need to be mutually exclusive and still gives the user the ability to uncheck them. So the radio button control is out of the question because it would need more code to uncheck a radio [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=592&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this Scenario, I have a gridview that has two checkbox fields and a comment field. Image Below. The checkboxes need to be mutually exclusive and still gives the user the ability to uncheck them. So the radio button control is out of the question because it would need more code to uncheck a radio button.</p>
<p><a href="http://arichuang.files.wordpress.com/2009/12/mecbe.png"><img class="alignnone size-full wp-image-593" title="MECBE" src="http://arichuang.files.wordpress.com/2009/12/mecbe.png?w=480&#038;h=132" alt="" width="480" height="132" /></a></p>
<p>.aspx<br />
<code>
<pre class="brush: plain;">&lt;/code&gt;

&lt;asp:GridView runat=&quot;server&quot; ID=&quot;gvComments&quot; AutoGenerateColumns=&quot;false&quot; DataKeyNames=&quot;ID&quot; &gt;

 &lt;Columns&gt;
 &lt;asp:TemplateField HeaderText=&quot;Strength&quot;&gt;
 &lt;ItemTemplate&gt;
 &lt;asp:CheckBox runat=&quot;server&quot; ID=&quot;ckbStrength&quot; /&gt;
 &lt;cc1:MutuallyExclusiveCheckBoxExtender runat=&quot;server&quot; ID=&quot;mecbeStrength&quot; Key=&quot;chkSAI&quot; TargetControlID=&quot;ckbStrength&quot; /&gt;
 &lt;/ItemTemplate&gt;
 &lt;/asp:TemplateField&gt;

 &lt;asp:BoundField Headertext=&quot;Common Comments (Optional)&quot; ItemStyle-Wrap=&quot;false&quot; DataField=&quot;Comment&quot; ItemStyle-HorizontalAlign=&quot;Center&quot;/&gt;

 &lt;asp:TemplateField HeaderText=&quot;Areas for Improvements&quot; HeaderStyle-Width=&quot;10px&quot; ItemStyle-VerticalAlign=&quot;Middle&quot; ItemStyle-HorizontalAlign=&quot;Center&quot;&gt;
 &lt;ItemTemplate&gt;
 &lt;asp:CheckBox runat=&quot;server&quot; ID=&quot;ckbAI&quot; /&gt;
 &lt;cc1:MutuallyExclusiveCheckBoxExtender runat=&quot;server&quot; ID=&quot;mecbeAI&quot; Key=&quot;chkSAI&quot; TargetControlID=&quot;ckbAI&quot; /&gt;
 &lt;/ItemTemplate&gt;
 &lt;/asp:TemplateField&gt;
 &lt;/Columns&gt;

&lt;/asp:GridView&gt;

&lt;code&gt;</pre>
<p></code></p>
<p>.aspx.vb</p>
<pre class="brush: plain;">

Protected Sub gvComments_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles gvComments.RowDataBound

 If e.Row.RowType &lt;&gt; DataControlRowType.DataRow Then Exit Sub

 'Declare mutuallyExclusiveCheckboxExtender variable
 Dim rowView As DataRowView = e.Row.DataItem
 Dim mecbeStrength, mecbeAI As AjaxControlToolkit.MutuallyExclusiveCheckBoxExtender
 'Assign controls to variable
 mecbeStrength = e.Row.FindControl(&quot;mecbeStrength&quot;)
 mecbeAI = e.Row.FindControl(&quot;mecbeAI&quot;)
 'Assign key+DataItemIndex to control
 mecbeStrength.Key = &quot;chkSAI&quot; &amp; e.Row.DataItemIndex
 mecbeAI.Key = &quot;chkSAI&quot; &amp; e.Row.DataItemIndex

 End Sub
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arichuang.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arichuang.wordpress.com/592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arichuang.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arichuang.wordpress.com/592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arichuang.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arichuang.wordpress.com/592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arichuang.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arichuang.wordpress.com/592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arichuang.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arichuang.wordpress.com/592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arichuang.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arichuang.wordpress.com/592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arichuang.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arichuang.wordpress.com/592/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=592&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arichuang.wordpress.com/2009/12/12/ajax-mutuallyexclusivecheckboxextender-inside-gridview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7f5642f996ae5dd0f35e703c85f1d877?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arichuang</media:title>
		</media:content>

		<media:content url="http://arichuang.files.wordpress.com/2009/12/mecbe.png" medium="image">
			<media:title type="html">MECBE</media:title>
		</media:content>
	</item>
		<item>
		<title>asp:Literal Control</title>
		<link>http://arichuang.wordpress.com/2009/11/30/aspliteral-control/</link>
		<comments>http://arichuang.wordpress.com/2009/11/30/aspliteral-control/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 01:40:43 +0000</pubDate>
		<dc:creator>aric</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp:Literal]]></category>
		<category><![CDATA[aspx]]></category>
		<category><![CDATA[literal]]></category>

		<guid isPermaLink="false">http://arichuang.wordpress.com/?p=588</guid>
		<description><![CDATA[asp:Literal Reserves a location on the Web page to display static text. EnableViewState: A Boolean property signaling whether the control persists its view state (and the view state of any child controls it contains) to the requesting client. The default value is true. ID: A string value identifying the control on the page. Mode: A [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=588&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>asp:Literal Reserves a location on the Web page to display static text.</p>
<ul>
<li>EnableViewState: A Boolean property signaling whether the control persists its view state (and the view state of any child controls it contains) to the requesting client. The default value is true.</li>
</ul>
<ul>
<li>ID: A string value identifying the control on the page.</li>
</ul>
<ul>
<li>Mode: A value that specifies how the content in the Literal control is rendered on the requesting client. The legal mode values include PassThrough, Encode, and Transform. PassThrough is the default value, as it passes through the text to the client. The Encode option converts the text into an HTML-encoded string before passing it to the client. Transform depends on the type of markup used, as it removes any elements not supported by the requesting client.</li>
</ul>
<ul>
<li>Text: The caption displayed in the Literal control. This text is passed directly to the browser page when rendered by ASP.NET.</li>
</ul>
<ul>
<li> Visible: A Boolean property signaling whether the control is displayed on the page when it is rendered. The default value is true.</li>
</ul>
<p>Example:<br />
I needed to turn the Static text from the literal control into a link that opens up a popup page. By using Literal instead of linkbutton, I prevented the postback that you normally get with linkbutton.</p>
<pre class="brush: plain;">
&lt;asp:Literal runat=&quot;server&quot; ID=&quot;literal&quot; /&gt;
</pre>
<p>Code: The Code passes two variables to the literal link.</p>
<pre class="brush: plain;">

Public Sub Literal()
Dim x, y As Integer
x = ViewState(&quot;Activity&quot;)
y = ViewState(&quot;EditID&quot;)

Display a simple link:
literal.Text = &quot;&lt;a href='Log_CredsReqPopup.aspx?MiscCredID=&quot; &amp; x &amp; &quot;&amp;RequestID=&quot; &amp; y &amp; &quot;'target='_blank'&gt;Optional SLO&lt;/a&gt;&quot;

Display a simple link with onclick:
literal.Text = &quot;&lt;a href=&quot;&quot;#&quot;&quot; onclick=&quot;&quot;window.open('Log_CredsReqPopup.aspx?MiscCredID=&quot; &amp; ViewState(&quot;Activity&quot;) &amp; &quot;&amp;RequestID=&quot; &amp; ViewState(&quot;EditID&quot;) &amp; &quot;','Log_CredsReqPopup','scrollbars=yes,width=400,height=650,resizable=no')&quot;&quot;&gt;Optional SLO&lt;/a&gt;&quot;

Display a button:
literal.text = &quot;&lt;input type='button' text='Optional SLO' onclick=&quot;&quot;window.open('Log_CredsReqPopup.aspx?MiscCredID=&quot; &amp; ViewState(&quot;Activity&quot;) &amp; &quot;&amp;RequestID=&quot; &amp; ViewState(&quot;EditID&quot;) &amp; &quot;','Log_CredsReqPopup','scrollbars=yes,width=400,height=650,resizable=no')&quot;&quot;&gt;&quot;

End Sub
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arichuang.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arichuang.wordpress.com/588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arichuang.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arichuang.wordpress.com/588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arichuang.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arichuang.wordpress.com/588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arichuang.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arichuang.wordpress.com/588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arichuang.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arichuang.wordpress.com/588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arichuang.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arichuang.wordpress.com/588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arichuang.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arichuang.wordpress.com/588/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=588&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arichuang.wordpress.com/2009/11/30/aspliteral-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7f5642f996ae5dd0f35e703c85f1d877?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arichuang</media:title>
		</media:content>
	</item>
		<item>
		<title>aspx popup window</title>
		<link>http://arichuang.wordpress.com/2009/11/06/aspx-popup-window/</link>
		<comments>http://arichuang.wordpress.com/2009/11/06/aspx-popup-window/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 20:12:58 +0000</pubDate>
		<dc:creator>aric</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[aspx]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://arichuang.wordpress.com/?p=577</guid>
		<description><![CDATA[There are many ways to call a popup window from aspx. I only post the ones I have used. If you have used other ways. Please feel free to contribute. Thanks. Sorry for the lack of explanations, as I am still learning myself. Dim PopUpScript As String PopUpScript = &#8220;javascript: window.open(&#8216;Popup.aspx?&#8217;,'popupage&#8217;,&#8217;scrollbars=yes,width=790,height=510,resizable=no,left=10&#8242;)&#8221; ScriptManager.RegisterStartupScript(Me, Me.GetType(), &#8220;PopUpScript&#8221;, PopUpScript, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=577&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are many ways to call a popup window from aspx. I only post the ones I have used. If you have used other ways. Please feel free to contribute. Thanks.</p>
<p>Sorry for the lack of explanations, as I am still learning myself.</p>
<blockquote><p><span style="color:#3366ff;">Dim</span> <span style="color:#ff6600;">PopUpScript </span>As <span style="color:#3366ff;">String</span></p>
<p><span style="color:#ff6600;">PopUpScript </span>= &#8220;javascript: window.open(&#8216;Popup.aspx?&#8217;,'popupage&#8217;,&#8217;<span style="color:#993300;">scrollbars</span>=yes,<span style="color:#993300;">width</span>=790,<span style="color:#993300;">height</span>=510,<span style="color:#993300;">resizable</span>=no,<span style="color:#993300;">left</span>=10&#8242;)&#8221;</p>
<p><span style="color:#3366ff;">ScriptManager</span>.<span style="color:#3366ff;">RegisterStartupScript</span>(Me, Me.GetType(), &#8220;PopUpScript&#8221;, <span style="color:#ff6600;">PopUpScript</span>, True)</p></blockquote>
<p>To pass a variable ID to the next page, I use:</p>
<blockquote><p><span style="color:#ff6600;">PopUpScript </span>= &#8220;javascript: window.open(&#8216;Popup.aspx?ID=1&#8242;,&#8217;popupage&#8217;,&#8217;<span style="color:#993300;">scrollbars</span>=yes,<span style="color:#993300;">width</span>=790,<span style="color:#993300;">height</span>=510,<span style="color:#993300;">resizable</span>=no,<span style="color:#993300;">left</span>=10&#8242;)&#8221;</p></blockquote>
<p>2nd Method</p>
<blockquote><p><span style="color:#3366ff;">Protected Sub</span> lnkbutton_Click(<span style="color:#3366ff;">ByVal </span>sender <span style="color:#3366ff;">As Object</span>, <span style="color:#3366ff;">ByVal</span> e <span style="color:#3366ff;">As</span> System.EventArgs) <span style="color:#3366ff;">Handles </span>lnkbutton.Click</p>
<p><span style="color:#ff6600;">lnkbutton</span>.Attributes.Add(&#8220;onclick&#8221;, &#8220;window.open(&#8216;http://www.yahoo.com&#8217;,'null&#8217;,'height=768, width=1024,status= no, resizable=yes, scrollbars=yes, toolbar=no,location=no,menubar=no &#8216;);&#8221;)<br />
End Sub</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arichuang.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arichuang.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arichuang.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arichuang.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arichuang.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arichuang.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arichuang.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arichuang.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arichuang.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arichuang.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arichuang.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arichuang.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arichuang.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arichuang.wordpress.com/577/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=577&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arichuang.wordpress.com/2009/11/06/aspx-popup-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7f5642f996ae5dd0f35e703c85f1d877?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arichuang</media:title>
		</media:content>
	</item>
		<item>
		<title>System.DateTime in ASP.NET</title>
		<link>http://arichuang.wordpress.com/2009/10/20/system-datetime-in-asp-net/</link>
		<comments>http://arichuang.wordpress.com/2009/10/20/system-datetime-in-asp-net/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 22:36:57 +0000</pubDate>
		<dc:creator>aric</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[aspx]]></category>
		<category><![CDATA[datetime]]></category>

		<guid isPermaLink="false">http://arichuang.wordpress.com/?p=573</guid>
		<description><![CDATA[DateTime.Now; 10/20/2009 6:33:57 PM DateTime.Now.ToString(); 10/20/2009 6:33:57 PM DateTime.Now.ToShortTimeString() 6:33 PM DateTime.Now.ToShortDateString() 10/20/2009 DateTime.Now.ToLongTimeString() 6:33:57 PM DateTime.Now.ToLongDateString() Tuesday, October 20, 2009 DateTime.Now.ToString(&#8220;d&#8221;) 10/20/2009 DateTime.Now.ToString(&#8220;D&#8221;) Tuesday, October 20, 2009 DateTime.Now.ToString(&#8220;f&#8221;) Tuesday, October 20, 2009 6:33 PM DateTime.Now.ToString(&#8220;F&#8221;) Tuesday, October 20, 2009 6:33:57 PM DateTime.Now.ToString(&#8220;g&#8221;) 10/20/2009 6:33 PM DateTime.Now.ToString(&#8220;G&#8221;) 10/20/2009 6:33:57 PM DateTime.Now.ToString(&#8220;m&#8221;) October 20 DateTime.Now.ToString(&#8220;r&#8221;) Tue, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=573&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table border="1" cellspacing="5" cellpadding="3" width="600" align="center">
<tbody>
<tr>
<td>DateTime.Now;</td>
<td>10/20/2009 6:33:57 PM</td>
</tr>
<tr>
<td>DateTime.Now.ToString();</td>
<td>10/20/2009 6:33:57 PM</td>
</tr>
<tr>
<td>DateTime.Now.ToShortTimeString()</td>
<td>6:33 PM</td>
</tr>
<tr>
<td>DateTime.Now.ToShortDateString()</td>
<td>10/20/2009</td>
</tr>
<tr>
<td>DateTime.Now.ToLongTimeString()</td>
<td>6:33:57 PM</td>
</tr>
<tr>
<td>DateTime.Now.ToLongDateString()</td>
<td>Tuesday, October 20, 2009</td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="5" cellpadding="3" width="600" align="center">
<tbody>
<tr>
<td>DateTime.Now.ToString(&#8220;d&#8221;)</td>
<td>10/20/2009</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;D&#8221;)</td>
<td>Tuesday, October 20, 2009</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;f&#8221;)</td>
<td>Tuesday, October 20, 2009 6:33 PM</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;F&#8221;)</td>
<td>Tuesday, October 20, 2009 6:33:57 PM</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;g&#8221;)</td>
<td>10/20/2009 6:33 PM</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;G&#8221;)</td>
<td>10/20/2009 6:33:57 PM</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;m&#8221;)</td>
<td>October 20</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;r&#8221;)</td>
<td>Tue, 20 Oct 2009 18:33:57 GMT</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;s&#8221;)</td>
<td>2009-10-20T18:33:57</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;t&#8221;)</td>
<td>6:33 PM</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;T&#8221;)</td>
<td>6:33:57 PM</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;u&#8221;)</td>
<td>2009-10-20 18:33:57Z</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;U&#8221;)</td>
<td>Tuesday, October 20, 2009 10:33:57 PM</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;y&#8221;)</td>
<td>October, 2009</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;dddd, MMMM dd yyyy&#8221;)</td>
<td>Tuesday, October 20 2009</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;ddd, MMM d &#8220;&#8216;&#8221;yy&#8221;)</td>
<td>Tue, Oct 20 &#8217;09</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;dddd, MMMM dd&#8221;)</td>
<td>Tuesday, October 20</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;M/yy&#8221;)</td>
<td>10/09</td>
</tr>
<tr>
<td>DateTime.Now.ToString(&#8220;dd-MM-yy&#8221;)</td>
<td>20-10-09</td>
</tr>
</tbody>
</table>
<p>Source: <a href="http://www.csharpfriends.com/demos/system.datetime.aspx" target="_blank">csharpfriends</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arichuang.wordpress.com/573/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arichuang.wordpress.com/573/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arichuang.wordpress.com/573/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arichuang.wordpress.com/573/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arichuang.wordpress.com/573/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arichuang.wordpress.com/573/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arichuang.wordpress.com/573/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arichuang.wordpress.com/573/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arichuang.wordpress.com/573/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arichuang.wordpress.com/573/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arichuang.wordpress.com/573/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arichuang.wordpress.com/573/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arichuang.wordpress.com/573/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arichuang.wordpress.com/573/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arichuang.wordpress.com&amp;blog=1198335&amp;post=573&amp;subd=arichuang&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arichuang.wordpress.com/2009/10/20/system-datetime-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7f5642f996ae5dd0f35e703c85f1d877?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arichuang</media:title>
		</media:content>
	</item>
	</channel>
</rss>
