<?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>Steve Looi</title>
	<atom:link href="http://www.stevelooi.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevelooi.com</link>
	<description>Tech, Gadgets, Reviews, How-to, Tips and more</description>
	<lastBuildDate>Wed, 25 Jan 2012 15:07:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Free Search Engines Submission</title>
		<link>http://www.stevelooi.com/2012/01/25/free-search-engines-submission/</link>
		<comments>http://www.stevelooi.com/2012/01/25/free-search-engines-submission/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:42:10 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2012/01/25/</guid>
		<description><![CDATA[There are many web sites offering search engines submission services free of charge. These sites provide auto and manual submissions of your URL to the leading, highest-rated search engines and directories for free. The list of sites I tried before: Submit Express &#8211; submits to over 70 top search engines and directories. AddME &#8211; submits [...]]]></description>
			<content:encoded><![CDATA[<p>There are many web sites offering <strong>search engines submission</strong> services free of charge. These sites provide auto and manual submissions of your URL to the leading, highest-rated search engines and directories for free.</p>
<p>The list of sites I tried before:</p>
<p><a href="http://www.submitexpress.com/" target="_blank">Submit Express</a> &#8211; submits to over 70 top search engines and directories.</p>
<p><a href="http://www.addme.com/" target="_blank">AddME</a> &#8211; submits to 20 top search engines and directories.</p>
<p><a href="http://www.submitstart.com/" target="_blank">SubmitStart</a> &#8211; submits to leading search engines.</p>
<p><a href="http://www.freewebsubmission.com/" target="_blank">Free Web Submission</a> &#8211; submits to over 50 highest-rated search engines and directories.</p>
<p>Premium services provided by these web site are such as Search Engine Optimization (SEO), Pay Per Click (PPC) search engine advertising placement, social media marketing, SEO software and keyword tools.</p>
<p>&nbsp;<br />
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://www.stevelooi.com/2008/04/12/mike-filsaime-opens-job-crusher-online-money-making-success-secrets-for-you/'>Mike Filsaime Opens Job Crusher Online Money Making Success Secrets For You</a></li>
<li><a href='http://www.stevelooi.com/2008/03/28/butterfly-marketing/'>Butterfly Marketing</a></li>
<li><a href='http://www.stevelooi.com/2007/10/16/hide-your-affiliate-links-to-protect-your-affiliate-commission/'>Hide Your Affiliate Links To Protect Your Affiliate Commission</a></li>
<li><a href='http://www.stevelooi.com/2007/03/25/audio-video-riches-by-jason-james/'>Audio Video Riches by Jason James</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2012/01/25/free-search-engines-submission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade PHP 5.1.x to 5.2.x required by WordPress 3.2 in CentOS</title>
		<link>http://www.stevelooi.com/2011/10/10/upgrade-php-5-1-x-to-5-2-x-required-by-wordpress-3-2-in-centos/</link>
		<comments>http://www.stevelooi.com/2011/10/10/upgrade-php-5-1-x-to-5-2-x-required-by-wordpress-3-2-in-centos/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 16:50:07 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2011/10/10/</guid>
		<description><![CDATA[I upgraded my site to the latest WordPress 3.2.1. When I browsed to the site for the first time after upgraded it, the screen displayed an error message indicating that WordPress 3.2.1 required 5.2.4 or above to work. If you are have the standard PHP 5.1.x in CentOS 5.x and trying to upgrade your system [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded my site to the latest WordPress 3.2.1. When I browsed to the site for the first time after upgraded it, the screen displayed an error message indicating that WordPress 3.2.1 required 5.2.4 or above to work.</p>
<p>If you are have the standard PHP 5.1.x in CentOS 5.x and trying to upgrade your system to PHP 5.2.x using yum, you probably will encounter the same scenario where yum couldn&#8217;t find PHP 5.2.x package for update.</p>
<p>I searched around and found that PHP 5.2.x is included in the development repository.</p>
<p>Firstly, we need to add the development repository to yum. We need to add in the yum repository configuration file so it pulls PHP packages only. Use one of you favourite text editors to create a new yum repository configuration file.</p>
<p># /etc/yum.repos.d/CentOS-Testing.repo</p>
<p>Copy/paste the following into this file:</p>
<p>[c5-testing]<br />
name=CentOS-5 Testing<br />
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/<br />
enabled=1<br />
gpgcheck=1<br />
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing<br />
includepkgs=php*</p>
<p>Run the following command to get a list of what PHP packages you have currently installed in your system:</p>
<p># rpm -qa |grep php</p>
<p>Use yum to update the PHP packages on your system by running the following command:</p>
<p># yum update</p>
<p>Once yum has completed, run the following command:</p>
<p># service httpd restart</p>
<p>Finally, if everything goes well, you have PHP 5.2.x running in your system.<br />
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://www.stevelooi.com/2011/09/29/tcpdump-command-line-packet-analyzer/'>TCPDUMP command-line packet analyzer</a></li>
<li><a href='http://www.stevelooi.com/2009/04/05/upgraded-to-wordpress-271/'>Upgraded to WordPress 2.7.1</a></li>
<li><a href='http://www.stevelooi.com/2008/08/18/hmailserver-for-windows-installation-guide/'>hMailServer For Windows Installation Guide</a></li>
<li><a href='http://www.stevelooi.com/2008/04/02/wordpress-releases-version-25/'>WordPress Releases Version 2.5</a></li>
<li><a href='http://www.stevelooi.com/2007/10/10/upgraded-to-wordpress-23/'>Upgraded to WordPress 2.3</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2011/10/10/upgrade-php-5-1-x-to-5-2-x-required-by-wordpress-3-2-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TCPDUMP command-line packet analyzer</title>
		<link>http://www.stevelooi.com/2011/09/29/tcpdump-command-line-packet-analyzer/</link>
		<comments>http://www.stevelooi.com/2011/09/29/tcpdump-command-line-packet-analyzer/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 15:52:36 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=117</guid>
		<description><![CDATA[Tcpdump is a very useful Linux/Unix command-line packet analyzer. Here&#8217;s an example of the tcpdump command that writes the output to a file. tcpdump -s 0 -vv -w /var/log/log_file.pcap The tcpdump man page is available at the tcpdump official web site. Related items Upgrade PHP 5.1.x to 5.2.x required by WordPress 3.2 in CentOS hMailServer [...]]]></description>
			<content:encoded><![CDATA[<p><em>Tcpdump</em> is a very useful Linux/Unix command-line packet analyzer. Here&#8217;s an example of the tcpdump command that writes the output to a file.</p>
<p>tcpdump -s 0 -vv -w /var/log/log_file.pcap</p>
<p>The tcpdump man page is available at the<a href="http://www.tcpdump.org/" target="_blank"> tcpdump official web site</a>.<br />
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://www.stevelooi.com/2011/10/10/upgrade-php-5-1-x-to-5-2-x-required-by-wordpress-3-2-in-centos/'>Upgrade PHP 5.1.x to 5.2.x required by WordPress 3.2 in CentOS</a></li>
<li><a href='http://www.stevelooi.com/2008/08/18/hmailserver-for-windows-installation-guide/'>hMailServer For Windows Installation Guide</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2011/09/29/tcpdump-command-line-packet-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Command Line to Check, Auto Repair and Optimize All Tables in All Databases</title>
		<link>http://www.stevelooi.com/2010/07/21/mysql-command-line-to-check-auto-repair-and-optimize-all-tables-in-all-databases/</link>
		<comments>http://www.stevelooi.com/2010/07/21/mysql-command-line-to-check-auto-repair-and-optimize-all-tables-in-all-databases/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 18:54:09 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=115</guid>
		<description><![CDATA[This is a handy command line that will check, auto repair and optimize all tables in all MySQL databases. mysqlcheck -u root -p &#8211;check &#8211;auto-repair &#8211;optimize &#8211;all-databases Related items New Tires On The Rear Let The Best Guys In The Business Manage Your Hosting Account]]></description>
			<content:encoded><![CDATA[<p>This is a handy command line that will <strong>check</strong>, <strong>auto repair</strong> and <strong>optimize</strong> all tables in all MySQL databases.</p>
<p>mysqlcheck -u root -p &#8211;check &#8211;auto-repair &#8211;optimize &#8211;all-databases</p>
<p><img id="smallDivTip" style="z-index: 90; border: 0px solid blue; position: absolute; left: 112px; top: 69px;" src="chrome://dictionarytip/skin/dtipIconHover.png" alt="" /><br />
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://www.stevelooi.com/2008/07/16/new-tires-on-the-rear/'>New Tires On The Rear</a></li>
<li><a href='http://www.stevelooi.com/2007/04/09/let-the-best-guys-in-the-business-manage-your-hosting-account/'>Let The Best Guys In The Business Manage Your Hosting Account</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2010/07/21/mysql-command-line-to-check-auto-repair-and-optimize-all-tables-in-all-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boost Firefox Startup with SpeedyFox</title>
		<link>http://www.stevelooi.com/2010/07/21/boost-firefox-startup-with-speedyfox/</link>
		<comments>http://www.stevelooi.com/2010/07/21/boost-firefox-startup-with-speedyfox/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 18:17:15 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=112</guid>
		<description><![CDATA[When you have been using FireFox for a long period of time, you will notice it slows down considerably. It will take longer time to load during start up. The problem is mostly due to fragmentation of its SQLITE database. SpeedyFox is a free software that will defrag and optimize the FireFox database. Click here [...]]]></description>
			<content:encoded><![CDATA[<p>When you have been using FireFox for a long period of time, you will notice it slows down considerably. It will take longer time to load during start up. The problem is mostly due to fragmentation of its SQLITE database.</p>
<p>SpeedyFox is a free software that will defrag and optimize the FireFox database.</p>
<p><a href="http://www.crystalidea.com/speedyfox" target="_blank">Click here</a> to visit SpeedyFox site.<br />
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://www.stevelooi.com/2008/12/19/my-favourite-firefox-add-ons/'>My favourite Firefox Add-ons</a></li>
<li><a href='http://www.stevelooi.com/2009/04/13/managing-multiple-putty-instances-in-tabs/'>Managing Multiple PuTTY Instances in Tabs</a></li>
<li><a href='http://www.stevelooi.com/2009/04/05/free-tool-to-search-for-files-and-contents-on-your-hard-drive/'>Free Tool to Search for Files and Contents on Your Hard Drive</a></li>
<li><a href='http://www.stevelooi.com/2008/08/15/personalized-firefox-3-world-record-download-day-certificate/'>Personalized Firefox 3 World Record Download Day Certificate</a></li>
<li><a href='http://www.stevelooi.com/about/'>About</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2010/07/21/boost-firefox-startup-with-speedyfox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure free email account to protect your privacy</title>
		<link>http://www.stevelooi.com/2009/05/14/secure-free-email-account-to-protect-your-privacy/</link>
		<comments>http://www.stevelooi.com/2009/05/14/secure-free-email-account-to-protect-your-privacy/#comments</comments>
		<pubDate>Thu, 14 May 2009 15:49:37 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Secure]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=109</guid>
		<description><![CDATA[Hushmail provides secure free email address for everyone. It allows you to send and receive confidential email between you and the intended recipients by encrypting the email message, so that you won&#8217;t need to worry about your email being intercepted and view by any person. Every secure free Hushmail account include these features: Spam filtering [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a title="Hushmail.com" href="http://www.hushmail.com/" target="_blank">Hushmail</a></strong> provides secure free email address for everyone. It allows you to send and receive confidential email between you and the intended recipients by encrypting the email message, so that you won&#8217;t need to worry about your email being intercepted and view by any person.</p>
<p>Every secure free Hushmail account include these features:</p>
<ul>
<li>Spam filtering</li>
<li>Virus scanning</li>
<li>File storage and sharing with other Hushmail users</li>
<li>Unlimited contacts</li>
<li>POP3 access to external email accounts</li>
<li>Easy encrypted communication with contacts at any email address using Hustmail Express</li>
<li>Hush Messenger for secure instant messaging</li>
<li>Email notification</li>
<li>Read receipts, auto-responders, drafts, and templates</li>
<li>Digital signatures for email and attachments</li>
<li>End-to-end encryption for email and files</li>
<li>Full OpenPGP support with 2048 bit encryption</li>
<li>Encryption toolkit</li>
</ul>
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://www.stevelooi.com/2008/03/26/facebook-privacy-glitch-revealed-private-photos/'>Facebook Privacy Glitch Revealed Private Photos</a></li>
<li><a href='http://www.stevelooi.com/2008/03/25/streamyx-blocks-outgoing-smtp-port-25/'>Streamyx Blocks Outgoing SMTP Port 25</a></li>
<li><a href='http://www.stevelooi.com/2008/03/22/how-to-tunnel-vnc-over-ssh-with-putty-on-windows-xp-or-windows-2000/'>How to Tunnel VNC over SSH with PuTTY on Windows XP or Windows 2000</a></li>
<li><a href='http://www.stevelooi.com/2007/08/28/how-to-use-gmail-to-filter-spams-in-your-isp-or-company-e-mail-account/'>How To Use Gmail To Filter Spams In Your ISP Or Company E-mail Account</a></li>
<li><a href='http://www.stevelooi.com/2007/08/28/how-to-integrate-web-based-e-mail-accounts-into-mozilla-thunderbird/'>How To Integrate Web-based E-mail Accounts Into Mozilla Thunderbird</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2009/05/14/secure-free-email-account-to-protect-your-privacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Multiple PuTTY Instances in Tabs</title>
		<link>http://www.stevelooi.com/2009/04/13/managing-multiple-putty-instances-in-tabs/</link>
		<comments>http://www.stevelooi.com/2009/04/13/managing-multiple-putty-instances-in-tabs/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 03:06:35 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=106</guid>
		<description><![CDATA[PuTTY is a free Telnet and SSH client for Win32 and Unix platforms. It lacks the tabbing feature, which is one of the most important missing feature of PuTTY that many users are complaining. When you create multiple PuTTY connection instances, each instance will be opened in a separate window. PuTTY Connection Manager is a [...]]]></description>
			<content:encoded><![CDATA[<p>PuTTY is a free Telnet and SSH client for Win32 and Unix platforms. It lacks the tabbing feature, which is one of the most important missing feature of PuTTY that many users are complaining. When you create multiple PuTTY connection instances, each instance will be opened in a separate window.</p>
<p><a title="PuTTY Connection Manager" href="http://puttycm.free.fr/" target="_self">PuTTY Connection Manager</a> is a free PuTTY Client Add-on for Windows platforms which provide a solution for managing multiple PuTTY instances by creating a tab for each PuTTY instance within the program window.</p>
<p>According to the features listed in the PuTTY Connection Manager web site, they include:</p>
<ul>
<li>Tabs and dockable windows for PuTTY instances.</li>
<li>Fully compatible with PuTTY configuration (using registry).</li>
<li>Easily customizable to optimize workspace (fullscreen, minimze to tray, add/remove toolbar, etc.).</li>
<li>Automatic login feature regardless to protocol restrictions (user keyboard simulation).</li>
<li>Post-login commands (execute any shell command when logged).</li>
<li>Connection Manager : Manage a large number of connections with specific configuration (auto-login, specific PuTTY Session, post-command, etc.).</li>
<li>Quick connect toolbar to quickly launch a PuTTY connection.</li>
<li>Import/Export whole connections informations to XML format (generate your configuration automatically from another tool and import it, or export your configuration for backup purpose).</li>
<li>Encrypted configuration database option available to store connections informations safely (external library supporting AES algorithm used with key sizes of 128, 192 and 256 bits, please refer for the legal status of encryption software in your country).</li>
<li>Standalone executable, no setup required.</li>
<li>Localizable : English (default) and French available (only when using setup version, standalone is english only).</li>
</ul>
<p>The PuTTY Connection Manager requires <a title="Microsoft .NET Framework 2.0" href="http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe">Microsoft .NET Framework 2.0</a> and <a title="PuTTY Free Telnet and SSH Client" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">PuTTY</a> in order to run.</p>
<p>In the PuTTY Connection Manager, access the Tools &gt; Options. In the Options window, select PuTTY and browse or type the location of the PuTTY Client program in your PC.</p>
<p>Visit <a title="PuTTY Connection Manager" href="http://puttycm.free.fr/" target="_blank">PuTTY Connection Manager</a> homepage to download the software.<br />
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://www.stevelooi.com/2010/07/21/boost-firefox-startup-with-speedyfox/'>Boost Firefox Startup with SpeedyFox</a></li>
<li><a href='http://www.stevelooi.com/2009/05/14/secure-free-email-account-to-protect-your-privacy/'>Secure free email account to protect your privacy</a></li>
<li><a href='http://www.stevelooi.com/2009/04/05/free-tool-to-search-for-files-and-contents-on-your-hard-drive/'>Free Tool to Search for Files and Contents on Your Hard Drive</a></li>
<li><a href='http://www.stevelooi.com/2008/12/19/my-favourite-firefox-add-ons/'>My favourite Firefox Add-ons</a></li>
<li><a href='http://www.stevelooi.com/2008/04/16/downgrade-windows-vista-to-windows-xp/'>Downgrade Windows Vista to Windows XP</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2009/04/13/managing-multiple-putty-instances-in-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Tool to Search for Files and Contents on Your Hard Drive</title>
		<link>http://www.stevelooi.com/2009/04/05/free-tool-to-search-for-files-and-contents-on-your-hard-drive/</link>
		<comments>http://www.stevelooi.com/2009/04/05/free-tool-to-search-for-files-and-contents-on-your-hard-drive/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 19:42:58 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=98</guid>
		<description><![CDATA[Agent Ransack is a free Windows tool for finding files and content of files on your hard drive fast and efficiently. Agent Ransack displays the results of the text it finds when searching the contents of files so that you can quickly browse the results within the program without having to open each file separately. [...]]]></description>
			<content:encoded><![CDATA[<p>Agent Ransack is a free Windows tool for finding files and content of files on your hard drive fast and efficiently.</p>
<p>Agent Ransack displays the results of the text it finds when searching the contents of files so that you can quickly browse the results within the program without having to open each file separately.</p>
<p>I installed the software in Windows XP and Vista. I find the searching speed is much faster than the Search feature that comes with the operating system.</p>
<p>Download Agent Ransack at:<br />
<a title="Agent Ransack" href="http://www.mythicsoft.com/agentransack/" target="_blank">http://www.mythicsoft.com/agentransack/</a><br />
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://www.stevelooi.com/2010/07/21/boost-firefox-startup-with-speedyfox/'>Boost Firefox Startup with SpeedyFox</a></li>
<li><a href='http://www.stevelooi.com/2009/04/13/managing-multiple-putty-instances-in-tabs/'>Managing Multiple PuTTY Instances in Tabs</a></li>
<li><a href='http://www.stevelooi.com/2008/12/19/my-favourite-firefox-add-ons/'>My favourite Firefox Add-ons</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2009/04/05/free-tool-to-search-for-files-and-contents-on-your-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded to WordPress 2.7.1</title>
		<link>http://www.stevelooi.com/2009/04/05/upgraded-to-wordpress-271/</link>
		<comments>http://www.stevelooi.com/2009/04/05/upgraded-to-wordpress-271/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 19:15:29 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=94</guid>
		<description><![CDATA[This site was upgraded to WordPress 2.7.1 without any problem. It took me about 15 minutes to complete the entire upgrade process, which included downloading the latest source file and backup the existing files. I noticed the admin layout was different from the previous version 2.6 that I had. It took me a while to [...]]]></description>
			<content:encoded><![CDATA[<p>This site was upgraded to WordPress 2.7.1 without any problem. It took me about 15 minutes to complete the entire upgrade process, which included downloading the latest source file and backup the existing files.</p>
<p>I noticed the admin layout was different from the previous version 2.6 that I had. It took me a while to familiarize with the new layout.</p>
<p>Several plugins had newer version. I upgraded them with the upgrade automatically feature. Everything is working as it is suppose to be. What a relieve!<br />
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://www.stevelooi.com/2008/04/02/wordpress-releases-version-25/'>WordPress Releases Version 2.5</a></li>
<li><a href='http://www.stevelooi.com/2007/10/10/upgraded-to-wordpress-23/'>Upgraded to WordPress 2.3</a></li>
<li><a href='http://www.stevelooi.com/2007/06/03/securing-wordpress-admin-access-with-ssl/'>Securing WordPress Admin Access With SSL</a></li>
<li><a href='http://www.stevelooi.com/2011/10/10/upgrade-php-5-1-x-to-5-2-x-required-by-wordpress-3-2-in-centos/'>Upgrade PHP 5.1.x to 5.2.x required by WordPress 3.2 in CentOS</a></li>
<li><a href='http://www.stevelooi.com/2007/04/18/wordpress-translator-plug-in/'>WordPress Translator Plug-In</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2009/04/05/upgraded-to-wordpress-271/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My favourite Firefox Add-ons</title>
		<link>http://www.stevelooi.com/2008/12/19/my-favourite-firefox-add-ons/</link>
		<comments>http://www.stevelooi.com/2008/12/19/my-favourite-firefox-add-ons/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 04:00:13 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=86</guid>
		<description><![CDATA[This is my list of Firefox add-ons must-haves. They make my daily work to be more productive and surfing the web more interesting. Colorzilla Firebug Firefox Throttle Fireshot FlashGot iMacros MeasureIt Pearl Crescent Page Saver Basic SeoQuake Yet Another Window Resizer Related items Boost Firefox Startup with SpeedyFox Managing Multiple PuTTY Instances in Tabs Free [...]]]></description>
			<content:encoded><![CDATA[<p>This is my list of Firefox add-ons must-haves. They make my daily work to be more productive and surfing the web more interesting.</p>
<p>Colorzilla<br />
Firebug<br />
Firefox Throttle<br />
Fireshot<br />
FlashGot<br />
iMacros<br />
MeasureIt<br />
Pearl Crescent Page Saver Basic<br />
SeoQuake<br />
Yet Another Window Resizer<br />
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://www.stevelooi.com/2010/07/21/boost-firefox-startup-with-speedyfox/'>Boost Firefox Startup with SpeedyFox</a></li>
<li><a href='http://www.stevelooi.com/2009/04/13/managing-multiple-putty-instances-in-tabs/'>Managing Multiple PuTTY Instances in Tabs</a></li>
<li><a href='http://www.stevelooi.com/2009/04/05/free-tool-to-search-for-files-and-contents-on-your-hard-drive/'>Free Tool to Search for Files and Contents on Your Hard Drive</a></li>
<li><a href='http://www.stevelooi.com/2008/11/27/word-slow-to-open-docx-files/'>Word slow to open .docx files</a></li>
<li><a href='http://www.stevelooi.com/2008/10/07/increase-dell-inspiron-lcd-panel-brightness-on-battery-power/'>Increase Dell Inspiron LCD Panel Brightness on Battery Power</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2008/12/19/my-favourite-firefox-add-ons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

