<?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>HieuUK &#187; App Dev</title>
	<atom:link href="http://www.hieu.co.uk/blog/index.php/tag/app-dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hieu.co.uk/blog</link>
	<description>Creative Programing</description>
	<lastBuildDate>Tue, 09 Feb 2010 01:35:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Tidy Up &#8211; Tidy up all your css online or offline</title>
		<link>http://www.hieu.co.uk/blog/index.php/2010/02/09/css-tidy-up-tidy-up-all-your-css-online-or-offline/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2010/02/09/css-tidy-up-tidy-up-all-your-css-online-or-offline/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 01:32:39 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[App Dev]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web dev]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=954</guid>
		<description><![CDATA[<img src="http://www.hieu.co.uk/blog/wp-content/uploads/css-tidyup-slash1.jpg" alt="" title="css-tidyup-slash" width="400" height="100" class="aligncenter size-full wp-image-1010" />
Finally posted one of my favourite web dev tool live today. CSS Tidy Up does extractly what it named. You throw in a mess up, non-formatted CSS, choose a format you want and click "Do the magic" button. It will return you a proccessed CSS in your selected format.


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/' rel='bookmark' title='Permanent Link: Did you know about db4o &#8211; a brilliant object oriented database'>Did you know about db4o &#8211; a brilliant object oriented database</a> <small> Db4o. It's an object oriented database. It's so simple,...</small></li>
<li><a href='http://www.hieu.co.uk/blog/index.php/2009/08/12/im-on-holiday/' rel='bookmark' title='Permanent Link: I&#8217;m on holiday'>I&#8217;m on holiday</a> <small> I'm currently on a long vacation. Unfortunately, I can’t...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2010/02/09/css-tidy-up-tidy-up-all-your-css-online-or-offline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Did you know about db4o &#8211; a brilliant object oriented database</title>
		<link>http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 15:15:58 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[App Development]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[App Dev]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[db4objects]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=840</guid>
		<description><![CDATA[<img src="http://www.hieu.co.uk/blog/wp-content/uploads/db4o-slash.gif" alt="db4o-slash" title="db4o-slash" width="503" height="133" class="aligncenter size-full wp-image-842" />
Db4o. It's an object oriented database. It's so simple, so easy to learn, well, you nearly don't need to remember anything new.


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/02/04/whats-going-on-in-the-net-lately/' rel='bookmark' title='Permanent Link: What&#8217;s going on in the net lately'>What&#8217;s going on in the net lately</a> <small> I'm never really good at writing news post, but...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Config for Subsonic in Winform</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/11/config-for-subsonic-in-winform/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/11/config-for-subsonic-in-winform/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 00:59:22 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[C#.NET Code]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[App Dev]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=393</guid>
		<description><![CDATA[To use Subsonic as an DAL in your windows application, you will need to do a bit more work then for Web App.


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/' rel='bookmark' title='Permanent Link: Did you know about db4o &#8211; a brilliant object oriented database'>Did you know about db4o &#8211; a brilliant object oriented database</a> <small> Db4o. It's an object oriented database. It's so simple,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/11/config-for-subsonic-in-winform/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Convert from stream to string</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/11/convert-from-stream-to-string/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/11/convert-from-stream-to-string/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 00:25:38 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[C#.NET Code]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[App Dev]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=391</guid>
		<description><![CDATA[Convert from stream to string


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/' rel='bookmark' title='Permanent Link: Did you know about db4o &#8211; a brilliant object oriented database'>Did you know about db4o &#8211; a brilliant object oriented database</a> <small> Db4o. It's an object oriented database. It's so simple,...</small></li>
<li><a href='http://www.hieu.co.uk/blog/index.php/2010/02/09/css-tidy-up-tidy-up-all-your-css-online-or-offline/' rel='bookmark' title='Permanent Link: CSS Tidy Up &#8211; Tidy up all your css online or offline'>CSS Tidy Up &#8211; Tidy up all your css online or offline</a> <small> Finally posted one of my favourite web dev tool...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/11/convert-from-stream-to-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Close form to system tray</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/11/close-form-to-system-tray/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/11/close-form-to-system-tray/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 00:23:27 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[C#.NET Code]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[App Dev]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=388</guid>
		<description><![CDATA[Instead of close down the app, the app hide in the system tray instead.


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/' rel='bookmark' title='Permanent Link: Did you know about db4o &#8211; a brilliant object oriented database'>Did you know about db4o &#8211; a brilliant object oriented database</a> <small> Db4o. It's an object oriented database. It's so simple,...</small></li>
<li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/20/application-to-fix-case-sensitive-problem-when-move-your-website-website-to-linux-server/' rel='bookmark' title='Permanent Link: Application to fix case sensitive problem when move your website website to linux server'>Application to fix case sensitive problem when move your website website to linux server</a> <small> I have a trouble with case sensitive when moving...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/11/close-form-to-system-tray/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Start up with Windows</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/11/start-up-with-windows/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/11/start-up-with-windows/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 00:10:01 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[C#.NET Code]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[App Dev]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=386</guid>
		<description><![CDATA[Allow user to set the application start up with Windows.


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/' rel='bookmark' title='Permanent Link: Did you know about db4o &#8211; a brilliant object oriented database'>Did you know about db4o &#8211; a brilliant object oriented database</a> <small> Db4o. It's an object oriented database. It's so simple,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/11/start-up-with-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
