<?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; Algorithm</title>
	<atom:link href="http://www.hieu.co.uk/blog/index.php/category/algorithm/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>The Simpsons in CSS with CSSFromDraw</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/03/27/the-simpsons-in-css-with-cssfromdraw/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/03/27/the-simpsons-in-css-with-cssfromdraw/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 16:17:49 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=127</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2009/03/27/the-simpsons-in-css-with-cssfromdraw/"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/simpsonsfamily.gif" alt="simpsonsfamily" title="simpsonsfamily"  class="aligncenter size-full wp-image-141" /></a>
If you're thinking you're looking at an image of The Simpsons family than yes but no. It's Homer Simpson but it was constructed by DIV with CSS class, not an image. I'm always a big fan of The Simpsons so when I saw Roman Cortes's Homer CSS, I though I would make one of my own. Well the problem is I'm too lazy to construct such a big HTML &#038; CSS like that so I made an application to do it for me and here is the series of it. You could make one of your own as well by using the Web Service bellow or download the Source Code to play around with it.


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>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/03/27/the-simpsons-in-css-with-cssfromdraw/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Trace Back for mix up list</title>
		<link>http://www.hieu.co.uk/blog/index.php/2008/12/19/trace-back-for-mix-up-list/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2008/12/19/trace-back-for-mix-up-list/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 12:08:00 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[App Development]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">/post/2008/12/19/Trace-Back-for-mix-up-list.aspx</guid>
		<description><![CDATA[
Input {A,B}


Result {A,B,AB,BA, }

 [more] 

Download


Executable File


Source Code Files


Related posts: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/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/2008/12/19/trace-back-for-mix-up-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drag and move controls in runtime</title>
		<link>http://www.hieu.co.uk/blog/index.php/2008/12/18/drag-and-move-controls-in-runtime/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2008/12/18/drag-and-move-controls-in-runtime/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 16:09:00 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[App Development]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">/post/2008/12/18/Drag-and-move-controls-in-runtime.aspx</guid>
		<description><![CDATA[
Simple, you have a control in a form and you want to move it around like you could move the icons in your desktop.


[more]
For preparation, create a from with a control, say a button.
Declare System.Drawing.Point StartPosition and System.Drawing.Point OldPosition


System.Drawing.Point OldPosition;


Select the button and click on the Events button.
Double click on MouseDown to create a new [...]]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2008/12/18/drag-and-move-controls-in-runtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
