<?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>enrii.blog &#187; Programmers should read</title>
	<atom:link href="http://blog.enrii.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.enrii.com</link>
	<description>A passionate programmer's findings in the world of internet.</description>
	<lastBuildDate>Thu, 19 Jan 2012 02:29:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Embed Windows Media Player for Firefox</title>
		<link>http://blog.enrii.com/2008/12/14/embed-windows-media-player-for-firefox/</link>
		<comments>http://blog.enrii.com/2008/12/14/embed-windows-media-player-for-firefox/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 11:46:55 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Programmers should read]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=385</guid>
		<description><![CDATA[I have done some Google searches researchs recently to fulfill the requirements of a project. One of them is to embed audio player in them web-based system, which will be played in Mozilla Firefox. Server side The HTML code that works for me: &#60;OBJECT id="Player" type="application/x-ms-wmp" width="210" height="45"&#62; &#60;PARAM name="autostart" value="false"/&#62; &#60;PARAM NAME="URL" VALUE="test-mp3.mp3"&#62; &#60;PARAM [...]]]></description>
			<content:encoded><![CDATA[<p>I have done some <del datetime="2008-12-14T11:33:26+00:00">Google searches</del> researchs recently to fulfill the requirements of a project. One of them is to embed audio player in them web-based system, which will be played in <a href="http://www.mozilla.com/firefox/">Mozilla Firefox</a>.</p>
<p><strong>Server side</strong></p>
<p>The HTML code that works for me:</p>
<p><code></p>
<pre>&lt;OBJECT id="Player"
	type="application/x-ms-wmp"
	width="210" height="45"&gt;
	&lt;PARAM name="autostart" value="false"/&gt;
	&lt;PARAM NAME="URL" VALUE="test-mp3.mp3"&gt;
	&lt;PARAM name="PlayCount" value="1"&gt;
&lt;/OBJECT&gt;</pre>
<p></code></p>
<p><strong>Client side</strong></p>
<p>In Firefox, I found that I'll have to install a plug-in from Port25: <a href="http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx">Windows Media Player Firefox Plugin</a></p>
<p>The better solution might be to use Flash media player, but most of it are not suitable for a commercial product (unless I write a new one?).</p>
<p>Do comment if you have better recommendations!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/12/14/embed-windows-media-player-for-firefox/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>eGenting Programming Competition 2008</title>
		<link>http://blog.enrii.com/2008/10/24/egenting-programming-competition-2008/</link>
		<comments>http://blog.enrii.com/2008/10/24/egenting-programming-competition-2008/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 11:41:14 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Events and happenings]]></category>
		<category><![CDATA[Programmers should read]]></category>
		<category><![CDATA[eGenting]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=379</guid>
		<description><![CDATA[It has already became a tradition of R&#038;D department of eGenting to organise this event every year. I still can remember the feeling when I took part in the eGenting Programming Competition 2004. I felt very nervous, especially when you see hundreds of contestants coming from every part of Malaysia to be at this competition. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="image-center" src="http://blog.enrii.com/wp-content/uploads/egenting-programming-competition-2008.gif" alt="eGenting Programming Competition 2008" title="eGenting Programming Competition 2008" width="468" height="166" /></p>
<p>It has already became a tradition of R&#038;D department of eGenting to organise this event every year. I still can remember the feeling when I took part in the eGenting Programming Competition 2004. I felt very nervous, especially when you see hundreds of contestants coming from every part of Malaysia to be at this competition. I must say the questions are really challenging, not those that you can find in universities. It is really a good place to really know your real ability in programming.</p>
<p>If you think you are good in programming, why don't you prove whether you are right? This is a good chance to really test yourself. Highly recommended to fresh graduates! It is also a good place to get a well-paid job (as our economy is heading downwards at this moment)!</p>
<p><strong>Details of the event</strong></p>
<ul>
<li>Competition date: 15 November 2008</li>
<li>Time: 10.00 am to 6.00 pm</li>
<li>Venue: Auditorium, 25th Floor Wisma Genting, Jalan Sultan Ismail, 50250 Kuala Lumpur.</li>
<li>Nature: Open-book handwritten programming task</li>
</ul>
<p>Few changes to the event this year:</p>
<ol>
<li>The venue is no longer at Genting Highlands (which is sad). You no longer get free ride to Genting Highlands.</li>
<li>This year they have abolished the professional category. Everyone can join the same category.</li>
</ol>
<p>The registration will close end of this month. You still have 7 days to go. Register quickly. Don't miss this golden opportunity!</p>
<p>New website: <a href="http://egpc.genting.com.my/">eGenting Programming Competition 2008</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/10/24/egenting-programming-competition-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Brain Teaser</title>
		<link>http://blog.enrii.com/2008/07/09/programming-brain-teaser/</link>
		<comments>http://blog.enrii.com/2008/07/09/programming-brain-teaser/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 16:04:08 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Programmers should read]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=376</guid>
		<description><![CDATA[I joined the fun to work on a programming brain teaser by Dustin Diaz (read the original post for details). The general rule is as follows: Group together all duplicate items that occur anytime beyond twice by wrapping them with a tag, naturally "bookending" them. Here's my solution in PHP: $arr = array ('a', 'b', [...]]]></description>
			<content:encoded><![CDATA[<p>I joined the fun to work on a <a href="http://www.dustindiaz.com/programming-brain-teaser/">programming brain teaser by Dustin Diaz</a> (read the original post for details). The general rule is as follows:</p>
<blockquote><p>Group together all duplicate items that occur anytime beyond twice by wrapping them with a tag, naturally "bookending" them.</p></blockquote>
<p>Here's my solution in PHP:</p>
<p><code>
<pre>$arr = array ('a', 'b', 'c', 'c', 'd', 'e', 'e',
'e', 'e', 'e', 'f', 'e', 'f', 'e',
'f', 'a', 'a', 'a', 'f', 'f', 'f');

$count = 0;
$prev = '';
foreach ($arr as $item) {
	if ($prev == $item) $count ++;
	if ($count == 2 &#038;& $prev == $item) echo '&lt;strong&gt;';
	if ($count >= 2 &#038;& $prev != $item) echo '&lt;/strong&gt;';
	echo $item;
	if ($prev != $item) $count = 0;
	$prev = $item;
}
if ($count >= 2) echo '&lt;/strong&gt;';</pre>
<p></code></p>
<p>Give your comments, if any.</p>
<p><strong>Update</strong>: After pointed out by gbyeow in the comment, I agree that it could be optimized. I was too overwhelmed by achieving the result that I forgot to optimize after I completed the code.</p>
<p><strong>The optimized version</strong>:</p>
<p><code>
<pre>$arr = array ('a', 'b', 'c', 'c', 'd', 'e', 'e',
'e', 'e', 'e', 'f', 'e', 'f', 'e',
'f', 'a', 'a', 'a', 'f', 'f', 'f');

$count = 0;
$prev = '';
foreach ($arr as $item) {
	if ($prev == $item) {
		$count ++;
		if ($count == 2) echo '&lt;strong&gt;';
	}
	if ($prev != $item) {
		if ($count >= 2) echo '&lt;/strong&gt;';
		$count = 0;
	}
	echo $item;
	$prev = $item;
}
if ($count >= 2) echo '&lt;/strong&gt;';</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/07/09/programming-brain-teaser/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HTML Linking &#8211; Common Mistake</title>
		<link>http://blog.enrii.com/2007/12/02/html-linking-common-mistake/</link>
		<comments>http://blog.enrii.com/2007/12/02/html-linking-common-mistake/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 15:47:23 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Programmers should read]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2007/12/02/html-linking-common-mistake/</guid>
		<description><![CDATA[At times, I was wondering why would an author link to an invalid site in their new article. It could be caused by typing mistakes but the author should always try to click on their own link before they publish the article. I found one common mistake that lots of people would make. Google has [...]]]></description>
			<content:encoded><![CDATA[<p>At times, I was wondering why would an author link to an invalid site in their new article. It could be caused by typing mistakes but the author should always try to click on their own link before they publish the article.</p>
<p>I found one common mistake that lots of people would make. Google has a <del datetime="2007-12-02T15:28:55+00:00">good</del>bad example on this.</p>
<p>At this <a href="http://www.google.com/support/accounts/bin/answer.py?answer=54068&#038;topic=10472">What is Web History?</a> help page, if you point to the link in the page (refer the following image), you will see a weird link at status bar.</p>
<p><img class="image-center" id="image303" src="http://blog.enrii.com/wp-content/uploads/2007/12/incorrect-link.jpg" alt="Incorrect link" /></p>
<p>What I saw in status bar:</p>
<p><img class="image-center" id="image304" src="http://blog.enrii.com/wp-content/uploads/2007/12/incorrect-link-status-bar.jpg" alt="Status bar of incorrect link" /></p>
<p>If the author used the following code to link, he will get the problem.</p>
<p><code>&lt;a href="www.enrii.com"&gt;enrii.blog&lt;/a&gt;</code></p>
<p>The author should include "http://" to avoid the problem.</p>
<p><code>&lt;a href="http://www.enrii.com"&gt;enrii.blog&lt;/a&gt;</code></p>
<p>So, web programmers, take note about this!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2007/12/02/html-linking-common-mistake/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>eGenting Programming Competition 2007</title>
		<link>http://blog.enrii.com/2007/07/25/egenting-programming-competition-2007/</link>
		<comments>http://blog.enrii.com/2007/07/25/egenting-programming-competition-2007/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 06:05:38 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Events and happenings]]></category>
		<category><![CDATA[Programmers should read]]></category>
		<category><![CDATA[eGenting]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2007/07/25/egenting-programming-competition-2007/</guid>
		<description><![CDATA[The annually organised eGenting Programming Competition is here again. If you have not heard of it before, there are basically 2 categories: Graduate category for under 26 years old Professional category for 26 years old and above The prizes are very attractive, with cash prizes and job offer for graduate category, and computers and cruise [...]]]></description>
			<content:encoded><![CDATA[<p><img class="image-center" id="image286" src="http://blog.enrii.com/wp-content/uploads/2007/07/egpc2007.jpg" alt="eGenting Programming Competition 2007" /></p>
<p>The annually organised eGenting Programming Competition is here again. If you have not heard of it before, there are basically 2 categories:</p>
<ol>
<li><strong>Graduate category</strong> for under 26 years old</li>
<li><strong>Professional category</strong> for 26 years old and above</li>
</ol>
<p>The prizes are very attractive, with <strong>cash</strong> prizes and job offer for graduate category, and computers and cruise trip for professional category.</p>
<p><strong>Competition Details</strong></p>
<ul>
<li>Competition date : 22 September 2007</li>
<li>Time : 10.00 am to 6.00 pm</li>
<li>Venue : Resort Convention Centre, Genting Highlands, Malaysia</li>
<li>Nature : Open-book handwritten programming task</li>
</ul>
<p>Registration is closing on 31 August 2007. Make sure you don't miss this great chance to win those fabulous prizes and even job offers.</p>
<p>Official website: <a href="http://egpc.genting.com.my/">eGenting Programming Competition</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2007/07/25/egenting-programming-competition-2007/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Setup CVSNT for Personal Use</title>
		<link>http://blog.enrii.com/2007/06/21/setup-cvsnt-for-personal-use/</link>
		<comments>http://blog.enrii.com/2007/06/21/setup-cvsnt-for-personal-use/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 16:17:46 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Programmers should read]]></category>
		<category><![CDATA[CVSNT]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2007/06/21/setup-cvsnt-for-personal-use/</guid>
		<description><![CDATA[After developed a small system, I find it hard to keep track all versions of my source files, especially when there are bug fixes and enhancement requests. I have to create a whole new folder to keep track all changes in the past to allow me rollback to a specific version that I need. I'm [...]]]></description>
			<content:encoded><![CDATA[<p>After developed a small system, I find it hard to keep track all versions of my source files, especially when there are bug fixes and enhancement requests. I have to create a whole new folder to keep track all changes in the past to allow me rollback to a specific version that I need. I'm sure there are version control system that could help me. In my day work, my company is using SCCS/CSSC but it requires Linux environment.</p>
<p>I asked my friends who do programming in Windows environment for suggestions. Most of them confirmed that CVSNT is the thing I need.</p>
<p>There are lots of good and detail guide out there to setup CVSNT, but I there is none that is simple and straight forward, or it's probably too complicated for my simple mind. Let me try to put up a simple guide, with my own experience.</p>
<p><span id="more-274"></span></p>
<p><strong>Installation</strong></p>
<p>Download the <a href="http://www.cvsnt.org/">latest version of CVSNT</a> (look for free version) and install it. Use typical settings. Restart PC.</p>
<p><strong>Add Repository</strong></p>
<p>Open up "CVSNT Server" in control panel. Stop the CVSNT Service. You may leave the Lock Service running.</p>
<p><img class="image-center" id="image275" src="http://blog.enrii.com/wp-content/uploads/2007/06/cvsnt-control-panel.jpg" alt="CVSNT Control Panel" /></p>
<p>Then, go to "Repository Configuration" tab. Click "Add". Select a location that will serves as the repository for your source files.</p>
<p><img class="image-center" id="image276" src="http://blog.enrii.com/wp-content/uploads/2007/06/add-respository.jpg" alt="Add repository to CVSNT" /></p>
<p>Press "Yes" when it requests you to initialize.</p>
<p>Next, go to "Server Settings" tab. Change the "Temporary Directory" to somewhere better.</p>
<p><img class="image-center" id="image277" src="http://blog.enrii.com/wp-content/uploads/2007/06/server-settings.jpg" alt="Server Settings" /></p>
<p>Go back to the first tab, "About" tab. Start the CVSNT service that you have stopped just now.</p>
<p><strong>Add User</strong></p>
<p>Set environment with the following command:</p>
<p><code>set cvsroot=:sspi:localhost:{repository name}</code></p>
<p>e.g. <code>set cvsroot=:sspi:localhost:/test</code></p>
<p>Use the following command to add a new CVS user:</p>
<p><code>cvs passwd -r {Windows account name} -a {user name}</code></p>
<p>e.g. <code>cvs passwd -r Administrator -a englee</code></p>
<p>Enter password as requested.</p>
<p><strong>Test Login</strong></p>
<p>Enter the following commands:</p>
<p><code>set cvsroot=:sspi:localhost:{repository name}<br />
cvs login<br />
cvs ls -l -R</code></p>
<p>If you see a list after you entered the last command, you have got your CVSNT setup correctly! The next thing would be to learn to use it with command line! I think I will make another post on it in a few days.</p>
<p>If you find that my guide is too simple or simply incomplete, please go ahead to see the sites that I have referred.</p>
<p><strong>Reference</strong></p>
<ol>
<li><a href="http://web.telia.com/~u86216177/InstallCVSNT25.html">CVSNT 2.5.03 Installation on Windows 2003</a></li>
<li><a href="http://weblog.cemper.com/a/200307/28-cvs-version-control-on-windows-in-10-minutes.php">CVS Version Control on Windows in 10 minutes</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2007/06/21/setup-cvsnt-for-personal-use/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Page Break for Printed Web Pages</title>
		<link>http://blog.enrii.com/2007/05/06/page-break-for-printed-web-pages/</link>
		<comments>http://blog.enrii.com/2007/05/06/page-break-for-printed-web-pages/#comments</comments>
		<pubDate>Sat, 05 May 2007 17:50:52 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Programmers should read]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2007/05/06/page-break-for-printed-web-pages/</guid>
		<description><![CDATA[After I get my invoice to be printed differently from screen, I need to have page breaks for invoices that have more than 1 page. The way to achieve it, is to use CSS, again. It's just as simple as putting the following code at wherever you need the page break: &#60;div style="page-break-after: always;"&#62;&#60;/div&#62; Also [...]]]></description>
			<content:encoded><![CDATA[<p>After I get my <a href="http://blog.enrii.com/2007/04/29/make-web-page-prints-differently-from-screen/">invoice to be printed differently from screen</a>, I need to have page breaks for invoices that have more than 1 page. The way to achieve it, is to use CSS, again.</p>
<p>It's just as simple as putting the following code at wherever you need the page break:</p>
<p><code>&lt;div style="page-break-after: always;"&gt;&lt;/div&gt;</code></p>
<p>Also note that there's also <code>page-break-before</code> which you can specify a page break before some tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2007/05/06/page-break-for-printed-web-pages/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Make Web Page Prints Differently From Screen</title>
		<link>http://blog.enrii.com/2007/04/29/make-web-page-prints-differently-from-screen/</link>
		<comments>http://blog.enrii.com/2007/04/29/make-web-page-prints-differently-from-screen/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 15:21:38 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Programmers should read]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2007/04/29/make-web-page-prints-differently-from-screen/</guid>
		<description><![CDATA[I have been working on an web-based invoicing system for a while and I'm almost finishing it. This system will be replacing my client's system that runs on Windows and prints invoices with dot matrix printers. My client has all the invoice template pre-printed on 3-layered carbon paper. My invoicing system only has to fill [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on an web-based invoicing system for a while and I'm almost finishing it. This system will be replacing my client's system that runs on Windows and prints invoices with dot matrix printers.</p>
<p>My client has all the invoice template pre-printed on 3-layered carbon paper. My invoicing system only has to fill up the values into invoice form, and not the whole form. But, to only showing only field values on the screen will be hard to read.</p>
<p>Therefore, I need to make my invoice has to be shown in full when it is on the screen, but to print only field values in the printed copy.<br />
<span id="more-253"></span><br />
<a href="http://meyerweb.com/eric/articles/webrev/200001.html">Meyerweb.com</a> has a good solution for this problem. Keep your current CSS. Use a different CSS for printed media. Add these lines to your &lt;head&gt; section:</p>
<p><code>&lt;LINK rel="stylesheet" type"text/css" href="screen.css" media="screen"&gt;<br />
&lt;LINK rel="stylesheet" type"text/css" href="print.css" media="print"&gt;</code></p>
<p>In the print.css, you can simple use <code>display</code> attribute to make it invisible.</p>
<p><code>display: none;</code></p>
<p>If you don't like to link to any files, you can use the <code>media</code> attribute in the <code>style</code> tag in your header.</p>
<p><code>&lt;style type="text/css" media="screen"&gt;<br />
	...<br />
&lt;/style&gt;</code></p>
<p><code>&lt;style type="text/css" media="print"&gt;<br />
	...<br />
&lt;/style&gt;</code></p>
<p>It's working for me. I hope it works for you too. Feel free to comment for improvement.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2007/04/29/make-web-page-prints-differently-from-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eGenting Programming Competition 2006: Sample Answer</title>
		<link>http://blog.enrii.com/2006/11/14/egenting-programming-competition-2006-sample-answer/</link>
		<comments>http://blog.enrii.com/2006/11/14/egenting-programming-competition-2006-sample-answer/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 06:15:04 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Events and happenings]]></category>
		<category><![CDATA[Programmers should read]]></category>
		<category><![CDATA[eGenting]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2006/11/14/egenting-programming-competition-2006-sample-answer/</guid>
		<description><![CDATA[Like previous year, I went to the yearly eGenting Programming Competition to help around. Compared to previous years we can see that more people are participating in the competition, although the number of participants in new professional category is quite low. Anyway, whether you have participated, or interested to participate next year, it would be [...]]]></description>
			<content:encoded><![CDATA[<p>Like previous year, I went to the yearly <a href="http://www.genting.com.my/rnd/2006/default.htm">eGenting Programming Competition</a> to help around. Compared to previous years we can see that more people are participating in the competition, although the number of participants in new professional category is quite low.</p>
<p>Anyway, whether you have participated, or interested to participate next year, it would be nice to take a look at the sample answer for this year's competition: <a href="http://www.searcy.com.au/comp_epilogue_2006.html">eGenting Programming Competition 2006 - Answer</a></p>
<p><strong>Update</strong>: For your information, the winners of the competition will be announced at a prize presentation ceremony on 3 February 2007 in Genting Highlands Resort.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2006/11/14/egenting-programming-competition-2006-sample-answer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eGenting Programming Competition 2006</title>
		<link>http://blog.enrii.com/2006/10/18/egenting-programming-competition-2006/</link>
		<comments>http://blog.enrii.com/2006/10/18/egenting-programming-competition-2006/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 04:08:59 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Events and happenings]]></category>
		<category><![CDATA[Programmers should read]]></category>
		<category><![CDATA[eGenting]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2006/10/18/egenting-programming-competition-2006/</guid>
		<description><![CDATA[The eGenting Programming Competition is coming again, with better prize and new category. The cash prizes are becoming more attractive this year, with RM6000 for first prize, RM3000 for first runner up and RM2000 for second runner up. All the 3 prizes come with a job offer to work in eGenting R&#038;D department. The old [...]]]></description>
			<content:encoded><![CDATA[<p>The eGenting Programming Competition is coming again, with better prize and new category. The cash prizes are becoming more attractive this year, with RM6000 for first prize, RM3000 for first runner up and RM2000 for second runner up. All the 3 prizes come with a job offer to work in eGenting R&#038;D department.</p>
<p>The old tradition of this competition disallows anybody who is older than 25 years old to take part. But this year, they are opening a new category for 26 and above. The first prize for this category is very attractive: 5 nights ex-Port Klang cruise onboard SuperStar Gemini for 2 persons worth over RM11,000 + HP Compaq Notebook worth over RM5,000. Then, there's another notebook for first runner up and a training programme for second runner up.</p>
<p>Details:</p>
<ul>
<li>Competition Date: 11 November 2006</li>
<li>Time: 10:00 a.m - 6:00 p.m</li>
<li>Venue: Genting Hotel Ballroom</li>
<li>Nature: Open-book, hand-written programming task</li>
</ul>
<p>Be sure you check out the past year questions and register before 20th of October 2006.</p>
<p>All related materials: <a href="http://www.genting.com.my/rnd/2006/default.htm">Official website of eGenting Programming Competition</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2006/10/18/egenting-programming-competition-2006/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

