<?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 &#187; WordPress</title>
	<atom:link href="http://www.stevelooi.com/tag/wordpress/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>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>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>WordPress Releases Version 2.5</title>
		<link>http://www.stevelooi.com/2008/04/02/wordpress-releases-version-25/</link>
		<comments>http://www.stevelooi.com/2008/04/02/wordpress-releases-version-25/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 13:31:39 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2008/04/02/wordpress-releases-version-25/</guid>
		<description><![CDATA[The latest version offers a cleaner, faster, less cluttered dashboard, dashboard widgets, multi-file uploading with progress bar, one-click plugin upgrades, built-in galleries, salted passwords with strength meter, cookie encryption, media library, concurrent post editing protection, search posts and pages You can read about an overview of the features with screenshots or view a 4-minute screencast of the new interface.]]></description>
			<content:encoded><![CDATA[<p><strong>WordPress 2.5</strong> was released over the weekend. It was the culmination of six months of work by the WordPress community.</p>
<p>The latest version offers a cleaner, faster, less cluttered dashboard, dashboard widgets, multi-file uploading with progress bar, one-click plugin upgrades, built-in galleries, salted passwords with strength meter, cookie encryption, media library, concurrent post editing protection, search posts and pages</p>
<p>You can read about <strong><a href="http://wordpress.org/development/2008/03/25-sneak-peek/" target="_blank">an overview of the features with screenshots</a></strong> or view <strong><a href="http://wordpress.org/development/2008/03/wordpress-25-rc2/" target="_blank">a 4-minute screencast of the new interface</a></strong>.</p>
<p>You can also jump straight to the <strong><a href="http://wordpress.org/download/" target="_blank">upgrade and download</a></strong> information.<br />
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<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/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/2008/04/02/wordpress-releases-version-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded to WordPress 2.3</title>
		<link>http://www.stevelooi.com/2007/10/10/upgraded-to-wordpress-23/</link>
		<comments>http://www.stevelooi.com/2007/10/10/upgraded-to-wordpress-23/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 16:09:15 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2007/10/10/upgraded-to-wordpress-23/</guid>
		<description><![CDATA[I managed to upgrade my blog to WordPress 2.3 without much complication. The built-in tagging feature is pretty useful, but there is no tags management feature. Luckily, I found the Tag Managing Thing plug-in that allows me to edit and delete the tags.]]></description>
			<content:encoded><![CDATA[<p>I managed to upgrade my blog to WordPress 2.3 without much complication. I even dared to perform the upgrade before doing a backup of the database, which is strictly not recommended to do so. There was a slight compatibility issue with the plug-in I installed since the previous version. Other than that, everything went smoothly.</p>
<p>The built-in tagging feature is pretty useful, but there is no tags management feature. Luckily, I found the <a href="http://www.neato.co.nz/wordpress-things/tag-managing-thing/" title="Tag Managing Thing">Tag Managing Thing</a> plug-in that allows me to edit and delete the tags.</p>
<p align="center"><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FWordPress-Dummies-Computer-Tech%2Fdp%2F0470149469%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1206529631%26sr%3D8-1&amp;tag=serium-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank"><img src="http://ecx.images-amazon.com/images/I/51lsBdHPIuL.jpg" alt="WordPress For Dummies" title="WordPress For Dummies" height="160" width="128" /><br />
WordPress For Dummies</a><img src="http://www.assoc-amazon.com/e/ir?t=serium-20&amp;l=ur2&amp;o=1" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" /><br />
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<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/04/02/wordpress-releases-version-25/'>WordPress Releases Version 2.5</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/2007/10/10/upgraded-to-wordpress-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing WordPress Admin Access With SSL</title>
		<link>http://www.stevelooi.com/2007/06/03/securing-wordpress-admin-access-with-ssl/</link>
		<comments>http://www.stevelooi.com/2007/06/03/securing-wordpress-admin-access-with-ssl/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 13:30:43 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[Admin-SSL The]]></category>
		<category><![CDATA[area]]></category>
		<category><![CDATA[Fortunately]]></category>
		<category><![CDATA[HTTP I]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2007/06/03/securing-wordpress-admin-access-with-ssl/</guid>
		<description><![CDATA[WordPress 2 still doesn't have the feature to support HTTPS access to the admin area when the rest of the blog is accessed in HTTP. Fortunately, there was a smart guy out there managed to create a WordPress plugin that secured the access to the admin area.]]></description>
			<content:encoded><![CDATA[<p>WordPress 2 still doesn&#8217;t have the feature to support HTTPS access to the admin area when the rest of the blog is accessed in HTTP. I don&#8217;t feel comfortable to access the admin area in unencrypted connections. I believed many people using WordPress also had the same thought with me.</p>
<p>Fortunately, there was a smart guy out there managed to create a WordPress plugin that secured the access to the admin area. The plugin is called <strong><a href="http://haris.tv/2007/04/24/admin-ssl-new-wordpress-plugin/" title="Admin-SSL" target="_blank">Admin-SSL</a></strong>. The plugin supports both shared and private SSL certificates.<br />
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<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/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/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/2007/06/03/securing-wordpress-admin-access-with-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let The Best Guys In The Business Manage Your Hosting Account</title>
		<link>http://www.stevelooi.com/2007/04/09/let-the-best-guys-in-the-business-manage-your-hosting-account/</link>
		<comments>http://www.stevelooi.com/2007/04/09/let-the-best-guys-in-the-business-manage-your-hosting-account/#comments</comments>
		<pubDate>Sun, 08 Apr 2007 16:49:35 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
				<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[All HostMonster]]></category>
		<category><![CDATA[Best Customer Service]]></category>
		<category><![CDATA[Click Here To Sign Up]]></category>
		<category><![CDATA[companies]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Every HostMonster]]></category>
		<category><![CDATA[Frankly]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Free e-Commerce]]></category>
		<category><![CDATA[Free SiteBuilder]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Hosmonster]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Hosting Review]]></category>
		<category><![CDATA[HostMonster]]></category>
		<category><![CDATA[HostMonster I]]></category>
		<category><![CDATA[International]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Live Support]]></category>
		<category><![CDATA[Makes Your Life Easier]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[Recently I]]></category>
		<category><![CDATA[Secure]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[Shared Hosting]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[Support Ticket System]]></category>
		<category><![CDATA[Technical Support]]></category>
		<category><![CDATA[They Are Your Emergency Rescue Team]]></category>
		<category><![CDATA[Whichever]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2007/04/09/let-the-best-guys-in-the-business-to-manage-your-hosting-account/</guid>
		<description><![CDATA[If you host your web site with one of those so-called â€œbestâ€ hosting service, but in fact, it may turn out to be one of the worst hosting services that eventually make you feel frustration when things donâ€™t work out as what is being advertised.]]></description>
			<content:encoded><![CDATA[<p>When you are searching for a reliable web hosting service, you will come across many review sites in the Internet.</p>
<p>You can read about the different recommendations posted by people in those review sites. Many people tell you which are the best web hosting companies available in the market.</p>
<p>However, many people may not provide you with the actual fact because they may not have personally tried the hosting service that they recommend.</p>
<p>If you host your web site with one of those so-called â€œbestâ€ hosting service, but in fact, it may turn out to be one of the worst hosting services that eventually make you feel frustration when things donâ€™t work out as what is being advertised.</p>
<p>Frankly speaking, most of the hosting services are technically the same. Hosting companies come up with these â€œfancyâ€ packages that bundle with all kind of features to confuse the consumers.</p>
<p>Whichever package you choose to sign up, you will still get the same value for money hosting features in most of the hosting companies you can find.</p>
<p>So, what is the most important thing you need to take into consideration before you decide to sign up for a hosting account?</p>
<blockquote><p><strong>Technical Support. They Are Your Emergency Rescue Team!</strong></p></blockquote>
<p>A good hosting company should put its priority in providing a technical support team with fast response time. It is the key towards providing a high quality service to the customers.</p>
<p>I can say that, 95% of the time you will not need to get any support assistance from your hosting company.</p>
<p>When you need to ask for help, it will be a â€œlifesaverâ€ to have the support staff responding to you in shortest period of time to help you solve the technical problems during emergency.</p>
<p>I believe most people, including you may not be a technical person. You will still be able to administrate your hosting account without much hassle with the administration tools that comes with your hosting account and online guide that answers to some of the most common questions.</p>
<p>Most hosting companies that I signed up before were poor in technical support. These hosting companiesâ€™ web sites were boasting about how superb was their customer service and technical support. But in actual fact, the support team either lack of knowledge in solving the problems or they responded to my e-mails late.</p>
<p>Some hosting companies do not provide technical support after office hours. I felt frustrated when I needed help but no one was able to assist me to solve the problem. By the time it was fixed, Iâ€™ve already lost many visitors to my web site.</p>
<p>Ever since I signed up for <a href="http://www.stevelooi.com/recommends/hostmonster.html" title="Hostmonster Web Hosting" target="_blank"><strong>HostMonster</strong></a>, I have stopped searching for other hosting companies anymore. I was totally amazed with the high quality of support I could get from them. They showed their professional courteous support when attended to me.</p>
<ol>
<li>HostMonster offers <strong>24&#215;7 toll-free</strong> telephone support.</li>
<li>It has a <strong>Live Support</strong> feature that I use quite often to get help on urgent matters. This feature benefits International customers by saving on International phone call charges.</li>
<li>I use the <strong>Support Ticket System</strong> when I need help. I can also track the ticket history with the system.</li>
<li>Most of the questions I sent to them were responded <strong>within 30 minutes</strong>.</li>
</ol>
<p>Recently, I received e-mails from the support staff mentioning that they would be performing some proactive maintenance to enhance the server performance. So far, the server hosting my account is performing very well.</p>
<p>This shows that they do take care of their customer interest seriously by making sure all the servers are functioning well with <strong>99.9% uptime guaranteed</strong>.</p>
<p>HostMonster won many awards for its high quality service. One of the awards was the <strong><em>Best Customer Service 2006</em></strong> awarded by Hosting Review.</p>
<blockquote><p><strong>Cpanel &#8211; Makes Your Life Easier</strong></p></blockquote>
<p>All HostMonster accounts include Cpanel that makes your life much easier to administrate your hosting account. Some of the features you can perform in Cpanel are add, upgrade and delete domain names and e-mail accounts, MySQL database, and backup all the files in your hosting account.</p>
<p>Cpanel also allows you to install, upgrade and delete some popular applications, such as WordPress and osCommerce shopping cart. With the <strong>single-click installation</strong> feature, just sit back and let Cpanel does the rest of the work for you.</p>
<p>Here is a screen shot of the Cpanel administration interface.</p>
<p style="text-align: center"><img src="http://www.stevelooi.com/images/cpanel.jpg" title="Cpanel screen shot" alt="Cpanel screen shot" border="0" height="409" hspace="0" vspace="0" width="500" /></p>
<p>HostMonster offers you a <strong>Shared Hosting</strong> package. You can host <strong>unlimited domain names</strong> all in the same Hosmonster account. That means you do not need to spend extra money to get extra hosting accounts to host your other web sites.</p>
<p>Every HostMonster shared hosting account provides you with the following services:</p>
<ul>
<li><strong>Free domain name</strong> forever as long as you are hosting with them</li>
<li>Free SiteBuilder with templates</li>
<li>Free e-Commerce shopping cart and scripts</li>
<li>99.9% uptime guarantee</li>
<li>30-days money back guarantee</li>
<li>Secure shell access</li>
</ul>
<p>Your account will be setup within one hour of your purchase. You will receive your account information via e-mail.</p>
<p><strong>Getting Started</strong></p>
<p>It is just two steps to sign-up for a HostMonster account. You will be asked whether you want to register for a free domain name. If you have one already, you can just enter your existing domain name.</p>
<p style="text-align: center"><strong><a href="http://www.stevelooi.com/recommends/hostmonster.html" title="Hostmonster Web Hosting" target="_blank">Click Here To Sign Up</a></strong></p>
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://www.stevelooi.com/2008/08/17/high-speed-internet-broadband-booster-software/'>High Speed Internet Broadband Booster Software</a></li>
<li><a href='http://www.stevelooi.com/2008/04/17/move-ie7-menu-bar-back-to-original-location-with-ie7pro/'>Move IE7 Menu Bar Back to Original Location with IE7Pro</a></li>
<li><a href='http://www.stevelooi.com/2007/09/17/why-pay-more-for-a-domain-name-that-cost-less-than-10/'>Why Pay More For A Domain Name That Cost Less Than $10?</a></li>
<li><a href='http://www.stevelooi.com/2007/03/24/underground-giveaway/'>Underground Giveaway</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>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2007/04/09/let-the-best-guys-in-the-business-manage-your-hosting-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

