<?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; Code</title>
	<atom:link href="http://www.hieu.co.uk/blog/index.php/tag/code/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>Access Windows special directories (My document, Desktop, Program Files)</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/10/12/access-windows-special-directories-my-document-desktop-program-files/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/10/12/access-windows-special-directories-my-document-desktop-program-files/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 22:25:22 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[C#.NET Code]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=817</guid>
		<description><![CDATA[You can easily access to special directories of windows in C# by using:

Environment.SpecialFolder.MyDocuments;

The same go with other directories

Environment.SpecialFolder.Desktop;
Environment.SpecialFolder.History;
...

]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/10/12/access-windows-special-directories-my-document-desktop-program-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Application paths in C#.net</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/16/application-paths-in-cnet/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/16/application-paths-in-cnet/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 11:01:20 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[C#.NET Code]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=516</guid>
		<description><![CDATA[Application paths in C#.net
Application.ExecutablePath
return C:\projects\test\bin\debug\run.exe
Application.StartupPath
return C:\projects\test\bin\debug


Related posts:Application to fix case sensitive problem when move your website website to linux server  I have a trouble with case sensitive when moving...
Did you know about db4o &#8211; a brilliant object oriented database  Db4o. It's an object oriented database. It's so simple,...



Related posts:<ol><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>
<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/16/application-paths-in-cnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selector internal/external links</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/15/selector-internalexternal-links/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/15/selector-internalexternal-links/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 10:40:38 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery Code]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=483</guid>
		<description><![CDATA[Common selectors to choose all internal or external links
Selector to find all external links

$("a[href*='http://']:not([href*='"+location.hostname+"'])")
Selector to find all internal links
$("a[href^='/'],a[href*='"+location.hostname+"']")
]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/15/selector-internalexternal-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find all the SP using specific tables or views</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/14/find-all-the-sp-using-specific-tables-or-views/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/14/find-all-the-sp-using-specific-tables-or-views/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 15:56:11 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[SQL Code]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=468</guid>
		<description><![CDATA[Find in the database all the store procedures using specific tables or views.
Or list all the tables or view, which the specific Views or StoreProcudres use.

EXEC sp_depends @objname='tablename'

Sometime you want to check to see if any StoreProcedures or Views is using specific Views or StoreProcedures

SELECT DISTINCT o.name, o.xtype
FROM syscomments c
INNER JOIN sysobjects o ON c.id=o.id
WHERE [...]


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/14/find-all-the-sp-using-specific-tables-or-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validate Email format</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/14/validate-email-format/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/14/validate-email-format/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:47:17 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[C#.NET Code]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=465</guid>
		<description><![CDATA[Check the input string if it's in correct email format or not.]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/14/validate-email-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple debug function</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/11/simple-debug-function/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/11/simple-debug-function/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 10:00:29 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery Code]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=403</guid>
		<description><![CDATA[<p>Simple debug function which allow to print out information at the end of the HTML</p>
<p>Syntax: Debug(message, inline);</p>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/11/simple-debug-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick generic plugin template</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/11/quick-generic-plugin-template/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/11/quick-generic-plugin-template/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 01:10:29 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery Code]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=400</guid>
		<description><![CDATA[A template to create a plugin process through jQuery selected object]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/11/quick-generic-plugin-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short for $(document).ready()</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/11/short-for-documentready/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/11/short-for-documentready/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 01:04:48 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery Code]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=398</guid>
		<description><![CDATA[A shorter way for $(document).ready()]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/11/short-for-documentready/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
