<?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>Paul Gu&#124;blog &#187; Arts</title>
	<atom:link href="http://blog.paulgu.com/tag/arts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paulgu.com</link>
	<description>Sharing my world with the world</description>
	<lastBuildDate>Tue, 17 Jan 2012 13:41:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>One Dollar</title>
		<link>http://blog.paulgu.com/lifestyle/one-dollar/</link>
		<comments>http://blog.paulgu.com/lifestyle/one-dollar/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 15:37:51 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Lifestyle]]></category>
		<category><![CDATA[Arts]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2011/12/23/one-dollar/</guid>
		<description><![CDATA[Bending, twisting, and folding, life-like shapes in stunning detail&#8230; One Dollar Butterfly One Dollar Camera Two Dollars Battle Tank Two Dollars Chinese Dragon One Dollar Crab One Dollar Dolphin Two Dollars Jacket Two Dollars Spider One Dollar Scorpion One Dollar Bat One Dollar Toilet Bowl One Dollar Penguin One Dollar Shark One Dollar Jet One [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/lifestyle/one-dollar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Body Arts</title>
		<link>http://blog.paulgu.com/arts/body-arts/</link>
		<comments>http://blog.paulgu.com/arts/body-arts/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 13:18:44 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Arts]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2011/09/08/body-arts/</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://blog.paulgu.com/arts/body-arts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Arts</title>
		<link>http://blog.paulgu.com/design/3d-arts/</link>
		<comments>http://blog.paulgu.com/design/3d-arts/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 01:18:14 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Arts]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2009/02/24/3d-arts/</guid>
		<description><![CDATA[[See post to watch Flash video]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/design/3d-arts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool 3D paint on the street</title>
		<link>http://blog.paulgu.com/design/cool-3d-paint-on-the-street/</link>
		<comments>http://blog.paulgu.com/design/cool-3d-paint-on-the-street/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 01:05:51 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Arts]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2009/02/24/cool-3d-paint-on-the-street/</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://blog.paulgu.com/design/cool-3d-paint-on-the-street/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rat loves cat</title>
		<link>http://blog.paulgu.com/arts/292/</link>
		<comments>http://blog.paulgu.com/arts/292/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 19:56:47 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Arts]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/?p=292</guid>
		<description><![CDATA[Believe it or not &#8230; [See post to watch Flash video]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/arts/292/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating Random Number and String in C#</title>
		<link>http://blog.paulgu.com/programming/generating-random-number-and-string-in-c/</link>
		<comments>http://blog.paulgu.com/programming/generating-random-number-and-string-in-c/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 17:50:59 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Arts]]></category>
		<category><![CDATA[Dot Net]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2008/06/11/generating-random-number-and-string-in-c/</guid>
		<description><![CDATA[The following code returns a random number between min and max: private int RandomNumber(int min, int max) { Random random = new Random(); return random.Next(min, max); } At some point, you may also want to generate random strings. /// /// Generates a random string with the given length /// /// Size of the string /// [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/programming/generating-random-number-and-string-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Veggies for the Arts</title>
		<link>http://blog.paulgu.com/arts/veggies-for-the-arts/</link>
		<comments>http://blog.paulgu.com/arts/veggies-for-the-arts/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 16:31:06 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Arts]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2007/06/28/veggies-for-the-arts/</guid>
		<description><![CDATA[This is the most wonderful Veggie Arts that I have seen so far. I&#8217;m surprised that people can make veggie like this. Is there any connection between veggie and arts? Yes, everything can be possible, and they are all connected. These contain imagination, creation, and sensation, and make our life beautiful. Remember to appreciate all [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/arts/veggies-for-the-arts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

