<?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; Software and tools</title>
	<atom:link href="http://blog.enrii.com/category/software/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>Redirect a Directory to New Location using .htaccess</title>
		<link>http://blog.enrii.com/2011/10/19/redirect-a-directory-to-new-location-using-htaccess/</link>
		<comments>http://blog.enrii.com/2011/10/19/redirect-a-directory-to-new-location-using-htaccess/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 14:42:18 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=478</guid>
		<description><![CDATA[After migrating system from temporary server to a new server, we will have to request all users to go to the new site. I am not an expert in Apache rewrite rules, but finally found this way to redirect everything from a specific directory to a new location. RedirectMatch 301 / http://blog.enrii.com Save the file [...]]]></description>
			<content:encoded><![CDATA[<p>After migrating system from temporary server to a new server, we will have to request all users to go to the new site.</p>
<p>I am not an expert in Apache rewrite rules, but finally found this way to redirect everything from a specific directory to a new location.</p>
<p><code>RedirectMatch 301 / http://blog.enrii.com</code></p>
<p>Save the file as .htaccess, then put the file into the folder you want to redirect (should be somewhere inside your htdocs folder). Replace <code>http://blog.enrii.com</code> with the new site that you want to redirect.</p>
<p>In case it doesn't work, see if the following line in httpd.conf is commented:</p>
<p><code>LoadModule rewrite_module modules/mod_rewrite.so</code></p>
<p>Un-comment it if necessary.</p>
<p>That's how I finally got it working. Please let me know if I am not doing it correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2011/10/19/redirect-a-directory-to-new-location-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just Downloaded Firefox 3.5.1</title>
		<link>http://blog.enrii.com/2009/07/19/just-downloaded-firefox-3-5-1/</link>
		<comments>http://blog.enrii.com/2009/07/19/just-downloaded-firefox-3-5-1/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 15:40:25 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=415</guid>
		<description><![CDATA[Installed Mozilla Firefox version 3.5.1. As with every Firefox release, I was expecting that it would reduce memory consumption, but it's didn't happen, or it wasn't obvious. With only four tabs running, it's using 125MB of memory. On the UI, I notice a "new tab" button on the tab bar. I would normally have to [...]]]></description>
			<content:encoded><![CDATA[<p>Installed Mozilla Firefox version 3.5.1.</p>
<p>As with every Firefox release, I was expecting that it would reduce memory consumption, but it's didn't happen, or it wasn't obvious. With only four tabs running, it's using 125MB of memory.</p>
<p>On the UI, I notice a "new tab" button on the tab bar. I would normally have to double click on the tab bar to create new tab. Now, I can do it with single click on that button.</p>
<p>In the Options, I notice a new tab, the Privacy tab. But the content of the tab seems to be taken from other tab to create this new tab.</p>
<p>Nothing interesting. Still, it's worth upgrading. They had put lots of effort to enhance the stability and security of the browser.</p>
<p>Get yours: <a href="http://www.mozilla.com/en-US/firefox/personal.html">Mozilla Firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2009/07/19/just-downloaded-firefox-3-5-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Microsoft Office Reactivation after Hardware Failure</title>
		<link>http://blog.enrii.com/2009/07/11/microsoft-office-reactivation-after-hardware-failure/</link>
		<comments>http://blog.enrii.com/2009/07/11/microsoft-office-reactivation-after-hardware-failure/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 03:32:05 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=401</guid>
		<description><![CDATA[I write PHP systems for companies. To keep the disaster recovery process easy, I always suggest to buy multiple computers with the exact same configuration. So, when the internal server that runs the PHP program failed, they can recover it by unplug the hard disk and plug in to another PC. Within minutes, the system [...]]]></description>
			<content:encoded><![CDATA[<p>I write PHP systems for companies. To keep the disaster recovery process easy, I always suggest to buy multiple computers with the exact same configuration. So, when the internal server that runs the PHP program failed, they can recover it by unplug the hard disk and plug in to another PC. Within minutes, the system is up and running again!</p>
<p>With few of my clients running on this same configurations, the actual disaster only happen few days ago. The lightning strike hit the server computer and it failed. Totally dead. Replacing the power supply didn't help.</p>
<p>So, I had to do disaster recover by moving the hard disk to another computer. I didn't realise that <strong>Microsoft Office 2007 actually detects what hardware it is running on</strong>.</p>
<p>This morning, the Microsoft Office didn't work. It says something like:</p>
<blockquote><p>The Microsoft office systems detected hardware changes on your computer.</p></blockquote>
<p>The PHP script that called Microsoft Excel COM failed. It requires reactivation. Reactivation is <em>easy</em>, can be done with just 2 clicks of mouse. But would Microsoft disable the license and ask me to buy another new copy?</p>
<p>A sane mind will agree that evil Microsoft will force me to do so. The office has spent more than RM10,000 on Microsoft licenses. They will definitely find more ways to squeeze more money from us!</p>
<p>Unbelievably, <strong>the reactivation was successful</strong>.</p>
<p>Although it good for now, I'm not sure whether I will get another message like "You are running a pirated version of Microsoft Office, please get a genuine version" tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2009/07/11/microsoft-office-reactivation-after-hardware-failure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Recover Corrupted Excel File?</title>
		<link>http://blog.enrii.com/2008/11/28/how-to-recover-corrupted-excel-file/</link>
		<comments>http://blog.enrii.com/2008/11/28/how-to-recover-corrupted-excel-file/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 16:49:19 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[corrupt]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=383</guid>
		<description><![CDATA[When you an try to open a Microsoft Office Excel file, you get an error message that sounds like: The file you are trying to open, 'XXX.xls', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. [...]]]></description>
			<content:encoded><![CDATA[<p>When you an try to open a Microsoft Office Excel file, you get an error message that sounds like:</p>
<blockquote><p>The file you are trying to open, 'XXX.xls', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file?</p></blockquote>
<p>Most of the time, when you get that message, your Excel file is corrupted. Here's a way to get data from your corrupted file.</p>
<ol>
<li>In office 2007, click on the round office button, then 'Open' (in older versions, go to File > Open).</li>
<li>Select the problematic Excel file. Then, click on the small triangle on the right of the 'Open' button.</li>
<li>Click on 'Select and Repair...'.</li>
<li>Then, 'Extract Data'.</li>
<li>Try both 'Convert to Values' and 'Recover Formulas' ('Convert to Values' works for me).</li>
</ol>
<p>The small menu at Open button if you can't find it:<br />
<img src="http://blog.enrii.com/wp-content/uploads/excel-open-button.png" alt="Open Button in Excel" title="excel-open-button" width="222" height="167" class="image-center" /></p>
<p>Of course, you are going to lose some formatting or data, but at least you still have something.</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/11/28/how-to-recover-corrupted-excel-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox 3 Released</title>
		<link>http://blog.enrii.com/2008/06/19/firefox-3-released/</link>
		<comments>http://blog.enrii.com/2008/06/19/firefox-3-released/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 16:22:07 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/?p=369</guid>
		<description><![CDATA[Firefox 3 is finally released. I have been reading about its features again and again in the blogosphere. I keep stopping myself from downloading Release Candidates or Beta version but to wait for the actual release. I have just downloaded and installed. The first impression is great. They replaced all the icons with something simpler. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="image-center" src="http://blog.enrii.com/wp-content/uploads/firefox-3.png" alt="" title="Firefox 3" width="413" height="74" /></p>
<p>Firefox 3 is finally released. I have been reading about its features again and again in the blogosphere. I keep stopping myself from downloading Release Candidates or Beta version but to wait for the actual release. I have just downloaded and installed.</p>
<p>The first impression is great. They replaced all the icons with something simpler. I also heard from my colleague that the memory leak problem has been fixed. I'm not going to cover each and every new feature, they have been <a href="http://www.mozilla.com/en-US/firefox/features/">fully documented at the website</a>.</p>
<p>Anyway, I found some problems in this release. I suppose it's a bug. When I create a text field with a certain maximum length and a value longer than the maximum length, it seems be showing the value. In the older version, the value is truncated with the length specified in maxlength.</p>
<p>If you don't get what I'm trying to say, put the following code in any HTML file, then open it with Firefox 3. Edit the text in the text field and you will understand.</p>
<p><code>&lt;input type="text" value="12345" maxlength="3" /&gt;</code></p>
<p>The second problem that I found, would be <a href="http://lifehacker.com/396112/google-browser-sync-discontinued-no-firefox-3-support">Google Browser Sync no longer supports Firefox 3</a>. I had to switch to <a href="https://addons.mozilla.org/en-US/firefox/addon/2410">Foxmarks</a>. It does not really affect me because I was only syncing bookmarks with Google Browser Sync.</p>
<p>Every thing else is great so far. So, <a href="http://www.mozilla.com/en-US/firefox/">go grab Firefox 3 now</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/06/19/firefox-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover Deleted Files from USB Drive</title>
		<link>http://blog.enrii.com/2008/04/12/recover-deleted-files-from-usb-drive/</link>
		<comments>http://blog.enrii.com/2008/04/12/recover-deleted-files-from-usb-drive/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 08:56:02 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[undelete]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2008/04/12/recover-deleted-files-from-usb-drive/</guid>
		<description><![CDATA[I accidentally deleted a PHP source file with hundreds lines of source code and I'll have to show the system to my client tomorrow. I know I should backup additional copies, but I always think that "I'll do it later". I found 2 "undelete" tools which I tried to recover the delete file from my [...]]]></description>
			<content:encoded><![CDATA[<p>I accidentally deleted a PHP source file with hundreds lines of source code and I'll have to show the system to my client tomorrow. I know I should backup additional copies, but I always think that "I'll do it later".</p>
<p>I found 2 "undelete" tools which I tried to recover the delete file from my USB drive.</p>
<p><strong>Free Undelete 2.0</strong> (Not working)</p>
<p>The <a href="http://www.officerecovery.com/freeundelete/">Free Undelete from Office Recovery</a> showed up as the first result in Google. Believing in Google's PageRank, I gave it a try.</p>
<p>After installing it, I start it up. The user interface was very user-friendly. Besides that, the file size is only 1MB.</p>
<p>However, as soon as I click on the scan button, the whole program took about 5 minutes to scan. Before it shows any result, Windows XP Error Reporting box showed up, then followed by messages related to Dr Watson. I had to restart my computer to gain control of everything (even 'End task' in the Task Manager does not work).</p>
<p>I'm not sure why it doesn't work for me, or probably it doesn't work on USB drives?</p>
<p><strong>PC Inspector File Recovery</strong> (Recommended)</p>
<p><a href="http://www.pcinspector.de/Sites/file_recovery/download.htm?language=1">PC Inspector File Recovery</a> was the next program I found.</p>
<p>Very much different from FreeUndelete, the file size was so much bigger, with more than 5MB and the user interface was awful. It takes a while to understand the buttons.</p>
<p>The good part is, it shows all the result instantly and I can find the file that I needed in no time. It also shows the modified date and condition of the files.</p>
<p>Give it a try when you are having the same fate some day.</p>
<p><strong>One important note</strong>: If possible, do not perform any activity on the drive you would like to recover. Activities may include copying and creating files. That means, installing the recovery program itself can pose some risks that your deleted file could be overwritten. You may want to install it now, if you think you might need it some day.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/04/12/recover-deleted-files-from-usb-drive/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Trying Safari on Windows</title>
		<link>http://blog.enrii.com/2008/04/07/trying-safari-on-windows/</link>
		<comments>http://blog.enrii.com/2008/04/07/trying-safari-on-windows/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 13:28:25 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2008/04/07/trying-safari-on-windows/</guid>
		<description><![CDATA[When I read of Apple is offering Safari for Windows (I know I'm outdated), I have a strong feeling to give it a try as soon as possible. However, I must say, I am very disappointed. After I have installed everything that I needed for my programming work, I haven't install much apps into my [...]]]></description>
			<content:encoded><![CDATA[<p>When I read of Apple is offering Safari for Windows (I know I'm outdated), I have a strong feeling to give it a try as soon as possible. However, I must say, I am very disappointed.</p>
<p>After I have installed everything that I needed for my programming work, I haven't install much apps into my system because I don't want any of the programs to slow my PC down. I broke the rule for Safari and I'm very disappointed with it.</p>
<p>I have tried opening it a few times, and this is what I've got!</p>
<p><img class="image-center" id="image317" src="http://blog.enrii.com/wp-content/uploads/2008/04/safari-not-responding.png" alt="Safari not responding" /></p>
<p>The application just hang after I start it up. And, it hang indefinitely.</p>
<p>I suspect it is unable to detect the network properly, or simply because I did not install Bonjour?</p>
<p>Anybody had the same experience?</p>
<p><strong>Update</strong>: The program finally working after I reboot the machine. Why, why, why?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/04/07/trying-safari-on-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Backup and Restore Firefox Configurations and Settings (Profile)</title>
		<link>http://blog.enrii.com/2008/02/06/backup-and-restore-firefox-configurations-and-settings-profile/</link>
		<comments>http://blog.enrii.com/2008/02/06/backup-and-restore-firefox-configurations-and-settings-profile/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 16:21:55 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2008/02/06/backup-and-restore-firefox-configurations-and-settings-profile/</guid>
		<description><![CDATA[Recently, I installed my web based PHP system in a company. After I setup the server, I went to each PC to install Mozilla Firefox. There are around 8 computers and it will take a while for me to install and reconfigure each of the fresh installed Firefox. So, I spend some time to check [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I installed my web based PHP system in a company. After I setup the server, I went to each PC to install Mozilla Firefox. There are around 8 computers and it will take a while for me to install and reconfigure each of the fresh installed Firefox.</p>
<p>So, I spend some time to check how I can backup all configurations from one machine and move it to all the others. I did not expect it to be so simple.</p>
<p><strong>Backup Firefox Profile</strong></p>
<p>Copy the following file:</p>
<p>C:\Documents and Settings\&lt;user&gt;\Application Data\Mozilla\Firefox\profile.ini</p>
<p>and the following Firefox profile folder:</p>
<p>C:\Documents and Settings\&lt;user&gt;\Application Data\Mozilla\Firefox\Profiles\&lt;random-string&gt;.default</p>
<p>into a pendrive to backup.</p>
<p><strong>Restore Firefox Profile</strong></p>
<p>Go to the second machine, replace the profile.ini file at the exact location. Then, copy the profile folder to the exact location as well.</p>
<p>You can expect all the Firefox settings and configurations are transferred to the second machine!</p>
<p>In case you had renamed the profile folder, make sure you correct profile.ini file so that it points to correct path.</p>
<p>If you would like to read further details, go to: <a href="http://www.mozilla.org/support/firefox/profile">Firefox Help: How to Manage Profiles</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/02/06/backup-and-restore-firefox-configurations-and-settings-profile/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Unable to View FTP Sites</title>
		<link>http://blog.enrii.com/2008/02/01/internet-explorer-unable-to-view-ftp-sites/</link>
		<comments>http://blog.enrii.com/2008/02/01/internet-explorer-unable-to-view-ftp-sites/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 10:16:08 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2008/02/01/internet-explorer-unable-to-view-ftp-sites/</guid>
		<description><![CDATA[Microsoft Internet Explorer has the ability to view FTP site like a normal local folders. This is a feature that lots of people are not aware of or don't really use it. I have always been using some freeware FTP clients for a while and find them don't really improves anything. At times, I would [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Internet Explorer has the ability to view FTP site like a normal local folders. This is a feature that lots of people are not aware of or don't really use it. I have always been using some freeware FTP clients for a while and find them don't really improves anything. At times, I would use command line, but when transferring many files, command line is not very convenient.</p>
<p>As I begin using Internet Explorer not too long ago, I never use any other clients since then. It is convenient as it is pre-installed in every machine!</p>
<p>Recently, as I tried to use it on a different computer, I keep getting "Page not found" error. But the FTP server is working fine when I try to access using command line FTP.</p>
<p>After spending sometime to search for solution, I found a setting in Internet options that fixes it. Go to <strong>Tools > Internet Options > Advanced tab > tick Enable folder view for FTP sites.</strong></p>
<p>If you have never use IE for this purpose, I recommend you to try it.</p>
<p>Just type in address bar: ftp://www.yoursite.com</p>
<p>Unless you need some extraordinary functions, IE is good enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2008/02/01/internet-explorer-unable-to-view-ftp-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable A Certain Key In Your Keyboard</title>
		<link>http://blog.enrii.com/2007/11/25/disable-a-certain-key-in-your-keyboard/</link>
		<comments>http://blog.enrii.com/2007/11/25/disable-a-certain-key-in-your-keyboard/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 15:22:56 +0000</pubDate>
		<dc:creator>EngLee</dc:creator>
				<category><![CDATA[Software and tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[MapKeyboard]]></category>

		<guid isPermaLink="false">http://blog.enrii.com/2007/11/25/disable-a-certain-key-in-your-keyboard/</guid>
		<description><![CDATA[The 'Alternate' (Alt) key of my friend's notebook keyboard got stuck. So, when he presses A, the computer accepts it as Alt + A. The immediate solution that I can think, is to disable the key. I find that it's not hard to disable a key. Here's how to do it: Download MapKeyboard from download.com [...]]]></description>
			<content:encoded><![CDATA[<p>The 'Alternate' (Alt) key of my friend's notebook keyboard got stuck. So, when he presses A, the computer accepts it as Alt + A. The immediate solution that I can think, is to disable the key.</p>
<p>I find that it's not hard to disable a key. Here's how to do it:</p>
<ol>
<li>Download <a href="http://www.download.com/MapKeyboard/3000-2094_4-10623202.html?tag=lst-6">MapKeyboard from download.com</a> (27KB only)</li>
<li>Uncompress it, then open the MapKeyboard.exe (not installation is required)</li>
<li>A virtual key board will show up.</li>
<li>Click on the key that you want to disable. For my case, I click on RAlt to disable right Alt key.</li>
<li>Then at "Remap selected key to:", select "Disabled".</li>
<li>Finally, click "Save layout" and reboot the PC</li>
</ol>
<p>If you failed to start the program, you will need to install <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&#038;displaylang=en">Microsoft .Net Framework 2.0</a>.</p>
<p>I think this can be useful, especially for some gamers who would like to disable the Windows key for you-know-what reason.</p>
<p>Besides disabling a certain key, the program can map keys as well.</p>
<p>Hope you find it useful too.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enrii.com/2007/11/25/disable-a-certain-key-in-your-keyboard/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

