<?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"
	>

<channel>
	<title>SteveLooi.com</title>
	<atom:link href="http://www.stevelooi.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevelooi.com</link>
	<description>Internet, Tech Tips, Reviews, and Make Money Online</description>
	<pubDate>Thu, 23 Oct 2008 11:04:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Increase Dell Inspiron LCD Panel Brightness on Battery Power</title>
		<link>http://www.stevelooi.com/2008/10/07/increase-dell-inspiron-lcd-panel-brightness-on-battery-power/</link>
		<comments>http://www.stevelooi.com/2008/10/07/increase-dell-inspiron-lcd-panel-brightness-on-battery-power/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 16:12:00 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
		
		<category><![CDATA[Tech Tips]]></category>

		<category><![CDATA[BIOS]]></category>

		<category><![CDATA[Brightness]]></category>

		<category><![CDATA[Dell Inspiron]]></category>

		<category><![CDATA[Expand]]></category>

		<category><![CDATA[increase]]></category>

		<category><![CDATA[LCD]]></category>

		<category><![CDATA[Move]]></category>

		<category><![CDATA[panel]]></category>

		<category><![CDATA[Press F]]></category>

		<category><![CDATA[Restart]]></category>

		<category><![CDATA[Save]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=77</guid>
		<description><![CDATA[If you own a Dell Inspiron notebook, you might be facing the LCD panel bightness issue when the system is running on battery power. Even though you have set the brightness to maximum in the operating system, the LCD panel seems to be not bright enough.]]></description>
			<content:encoded><![CDATA[<p>If you own a Dell Inspiron notebook, you might be facing the LCD panel bightness issue when the system is running on battery power. Even though you have set the brightness to maximum in the operating system, the LCD panel seems to be not bright enough.</p>
<p>You might not have notice that there is a brightness setting in the BIOS.</p>
<p>1. Restart your computer.</p>
<p>2. Press F2 to enter the BIOS configuration menu.</p>
<p>3. Expand the Video tree menu on the left column and select Brightness from the sub-menu.</p>
<p>4. Move the bar to a higher value to increase the brightness. The default value is 3.</p>
<p>5. Save and exit the BIOS.</p>
<p>Now, your LCD panel should be brighter. However, the battery power will be drained much faster if the LCD panel brightness is increased.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2008/10/07/increase-dell-inspiron-lcd-panel-brightness-on-battery-power/feed/</wfw:commentRss>
		</item>
		<item>
		<title>hMailServer For Windows Installation Guide</title>
		<link>http://www.stevelooi.com/2008/08/18/hmailserver-for-windows-installation-guide/</link>
		<comments>http://www.stevelooi.com/2008/08/18/hmailserver-for-windows-installation-guide/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 08:50:38 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
		
		<category><![CDATA[Installation Guide]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[hmailserver]]></category>

		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=63</guid>
		<description><![CDATA[Apache Installation Download the latest Apache 1.3.x from http://httpd.apache.org/ Launch the installer and follow the installation instruction. MySQL Installation You have an option to install the MySQL automatically when the hMailServer is installed, unless you want to have a separate MySQL installation.]]></description>
			<content:encoded><![CDATA[<p>hMailServer is a free e-mail server for Microsoft Windows. It supports all the common e-mail protocols such as, SMTP, POP3 and IMAP.</p>
<p>If you are on a tight budget to purchase a commercial mail server, this is a good choice of having a reliable mail server that cost virtually nothing, except your effort you put to configure it.</p>
<p>I wrote this installation guide based on my experience in setting up a workable system.</p>
<p><strong>Prerequisites</strong></p>
<p>These prerequisites are necessary to have if you want a web mail that works with hMailServer.</p>
<p>1. Apache<br />
2. PHP<br />
3. MySQL<br />
4. Perl</p>
<p><strong>hMailServer Installation</strong></p>
<p>Stop the SMTP Service in IIS (Internet Information Services). It will clash with hMailServer because both are using the same port 25.</p>
<p>Download the latest hMailServer from <a href="http://www.hmailserver.com/" target="_blank">http://www.hmailserver.com</a></p>
<p>Launch the installer and follow the installation instruction.</p>
<p>Enter a password for hMailServer Administrator.</p>
<p>Launch the hMailServer Administrator.</p>
<p>Click Settings &gt; Protocols &gt; SMTP, and select the “Delivery of email” tab.</p>
<p>Enter the Host name and click Save.</p>
<p>Right-click Domains menu, then click Add.</p>
<p>Enter a new Domain name. Eg. mydomain.com</p>
<p>Enter a catch-all address. Eg. catch-all@mydomain.com</p>
<p>Click Save.</p>
<p>Expand the newly created Domain and click “Add account”.</p>
<p>Enter an Account Address and Password.</p>
<p>Click Save.</p>
<p>Repeat the steps to create additional accounts.</p>
<p><strong>Apache Installation </strong></p>
<p>Download the latest Apache 1.3.x from <a href="http://httpd.apache.org/" target="_blank">http://httpd.apache.org/</a></p>
<p>Launch the installer and follow the installation instruction.</p>
<p>Edit httpd.conf</p>
<p>Enter an e-mail address in ServerAdmin.</p>
<p>Enter a ServerName.</p>
<p>Modify DocumentRoot if necessary to point to the root directory. Eg. D:/www<br />
Note the forward slash “/”.</p>
<p>The default root directory is at C:/Program Files/Apache Group/Apache/htdocs, or in a different folder location where the Apache program is installed.</p>
<p>Add: index.php to DirectoryIndex. Place it before index.html.</p>
<p>Add: LoadModule php5_module &#8220;C:/php/php5apache.dll&#8221;</p>
<p>Uncomment: LoadModule vhost_alias_module modules/mod_vhost_alias.so</p>
<p>Uncomment: LoadModule rewrite_module modules/mod_rewrite.so</p>
<p>Add: AddModule mod_php5.c</p>
<p>Uncomment: AddModule mod_vhost_alias.c</p>
<p>Uncomment: AddModule mod_rewrite.c</p>
<p>Save the changes.</p>
<p>Start Apache Service and verify there is no error.</p>
<p><strong>PHP + PEAR Installation</strong></p>
<p>Download the latest PHP 5.2.x Zip Package (not installer package) from <a href="http://www.php.net/" target="_blank">http://www.php.net/</a></p>
<p>Unzip it to C:\PHP folder.</p>
<p>Rename php.ini-recommended to php.ini and copy it to C:\Windows folder.</p>
<p>Edit C:\Windows\php.ini with the following:</p>
<p>short_open_tag = On<br />
max_execution_time = 60<br />
post_max_size = 20M<br />
upload_max_filesize = 20M<br />
include_path=&#8221;.;C:\PHP\PEAR;C:\PHP&#8221;<br />
extension_dir = &#8220;C:\PHP\ext&#8221;</p>
<p>Uncomment:<br />
extension=php_bz2.dll<br />
extension=php_curl.dll<br />
extension=php_gd2.dll<br />
extension=php_gettext.dll<br />
extension=php_ldap.dll<br />
extension=php_mbstring.dll<br />
extension=php_mcrypt.dll<br />
extension=php_mhash.dll<br />
extension=php_mysql.dll<br />
extension=php_xsl.dll<br />
extension=php_zip.dll</p>
<p>Copy libeay32.dll and libmysql.dll from C:\PHP to C:\Windows\System32 folder.</p>
<p>Launch the Windows command prompt and enter C:\PHP\go-pear.bat to install PEAR.</p>
<p>Follow the installation instruction and keep the default settings.</p>
<p>Download the PEAR DB package from http://pear.php.net/package/DB/</p>
<p>Unzip it into C:\PHP\PEAR folder. Make sure the DB.php is in that folder.</p>
<p>Restart Apache and verify there is no error.</p>
<p>Create a phpinfo.php with the following code and place it in the root directory.</p>
<p>&lt;?php<br />
echo phpinfo();<br />
?&gt;</p>
<p>Browse the phpinfo.php in web browser. PHP installation is successful if information is displayed.</p>
<p><strong>MySQL Installation</strong></p>
<p>You have an option to install the MySQL automatically when the hMailServer is installed, unless you want to have a separate MySQL installation.</p>
<p>Download the latest MySQL Community Server 5.x from <a href="http://www.mysql.com/" target="_blank">http://www.mysql.com/</a></p>
<p>Launch the installer and follow the installation instruction.</p>
<p>Start MySQL Service.</p>
<p>Download the latest MySQL Administrator GUI Tools from <a href="http://dev.mysql.com/downloads/gui-tools/" target="_blank">http://dev.mysql.com/downloads/gui-tools/</a></p>
<p>Launch the installer and follow the installation instruction.</p>
<p>Launch the MySQL Administrator.</p>
<p>Click Catalogs and create a New Schema.</p>
<p>Enter a Schema name: eg. squirrelmail</p>
<p>Click User Administration and Add New User.</p>
<p>Enter a new MySQL User name. eg. squirreluser</p>
<p>Enter a Password. Eg. squirrelpassword</p>
<p>Click Apply Changes.</p>
<p>Right-click the squirreluser and Add Host.</p>
<p>Enter a Host as localhost.</p>
<p>Select localhost and select the Schema Privileges tab.</p>
<p>Select squirrelmail and move SELECT, INSERT, UPDATE and DELETE to Assigned Privileges.</p>
<p>Click Apply Changes.</p>
<p>Launch MySQL Command Prompt and login into MySQL.</p>
<p>********* Skip this section of the above is done ************<br />
CREATE DATABASE squirrelmail;</p>
<p>GRANT select,insert,update,delete ON squirrelmail.*<br />
TO squirreluser@localhost IDENTIFIED BY &#8217;squirrelpassword&#8217;;<br />
**********************************************</p>
<p>USE squirrelmail;</p>
<p>CREATE TABLE address (<br />
owner varchar(128) DEFAULT &#8221; NOT NULL,<br />
nickname varchar(16) DEFAULT &#8221; NOT NULL,<br />
firstname varchar(128) DEFAULT &#8221; NOT NULL,<br />
lastname varchar(128) DEFAULT &#8221; NOT NULL,<br />
email varchar(128) DEFAULT &#8221; NOT NULL,<br />
label varchar(255),<br />
PRIMARY KEY (owner,nickname),<br />
KEY firstname (firstname,lastname)<br />
);</p>
<p>CREATE TABLE userprefs (<br />
user varchar(128) DEFAULT &#8221; NOT NULL,<br />
prefkey varchar(64) DEFAULT &#8221; NOT NULL,<br />
prefval blob DEFAULT &#8221; NOT NULL,<br />
PRIMARY KEY (user,prefkey)<br />
);</p>
<p>quit</p>
<p><strong>PERL Installation</strong></p>
<p>Download the latest ActivePerl 5.10.x from <a href="http://www.activestate.com/" target="_blank">http://www.activestate.com/</a></p>
<p>Launch the installer and follow the installation instruction.</p>
<p><strong>SquirrelMail Installation</strong></p>
<p>Download the latest SquirrelMail 1.4.x from <a href="http://www.squirrelmail.org/" target="_blank">http://www.squirrelmail.org/</a></p>
<p>Unzip it into the web root C:\path to apache\htdocs or in a sub-folder. Eg C:\path to apache\htdocs\ squirrelmail\ and you will access it through http://yourdomain.com/squirrelmail/</p>
<p>Create a directory C:\Data and within that directory create two more directories C:\Data\Data and C:\Data\Attachments. Specify these as your Data and Attachment directories.</p>
<p>Edit functions/db_prefs.php and replace var $default with the following:</p>
<p>var $default = Array(&#8217;chosen_theme&#8217; =&gt; &#8216;../themes/default_theme.php&#8217;,<br />
&#8217;show_html_default&#8217; =&gt; &#8216;1&#8242;,<br />
&#8216;language&#8217; =&gt; &#8216;en_US&#8217;,<br />
&#8216;use_javascript_addr_book&#8217; =&gt; &#8216;1&#8242;,<br />
&#8216;left_size&#8217; =&gt; &#8216;140&#8242;,<br />
&#8216;left_refresh&#8217; =&gt; &#8216;3600&#8242;,<br />
&#8217;show_username&#8217; =&gt; &#8216;1&#8242;,<br />
&#8217;show_username_pos&#8217; =&gt; &#8216;top&#8217;,<br />
&#8216;order1&#8242; =&gt; &#8216;1&#8242;,<br />
&#8216;order2&#8242; =&gt; &#8216;2&#8242;,<br />
&#8216;order3&#8242; =&gt; &#8216;3&#8242;,<br />
&#8216;order4&#8242; =&gt; &#8216;5&#8242;,<br />
&#8216;order5&#8242; =&gt; &#8216;4&#8242;,<br />
&#8216;order6&#8242; =&gt; &#8216;6&#8242;);</p>
<p>Edit squirrelmail/src/login.php and change the wording of &#8220;Name:&#8221; to &#8220;Email Address:&#8221;.</p>
<p>In Windows command prompt, access into C:\path to\squirrelmail\config folder.</p>
<p>Type perl conf.pl</p>
<p>D. SET PRE-DEFINED SETTINGS FOR SPECIFIC IMAP SERVERS<br />
Choose hmailserver</p>
<p>1. ORGANIZATION PREFERENCES<br />
1. Organization name : YourCompany WebMail<br />
2. Organization Logo : /images/yourcompanylogo-100.gif<br />
3. Org. Logo Height/Width : 100/100<br />
4. Organization title : YourCompany WebMail (v$version)<br />
7. Provider link : http://www.yourdomain.com<br />
8. Provider name : YourCompany</p>
<p>2. SERVER SETTINGS<br />
1. Domain : yourdomain.com</p>
<p>3. FOLDER DEFAULTS<br />
15. Default Unseen Type : 2</p>
<p>4. GENERAL OPTIONS<br />
1. Data directory : C:/Data/Data<br />
2. Attachment directory : C:/Data/Attachments<br />
5. Usernames in lower case : true<br />
7. Hide SM attributions : true<br />
11. Allow server-side sorting : false<br />
( Note: Item 4.1 and 4.2 need to be forward slash &#8220;/&#8221;)</p>
<p>6. ADDRESS BOOKS<br />
2. Use Javascript Address Book Search : True</p>
<p>9. DATABASE<br />
1. DSN for address book :<br />
mysql://squirreluser:squirrelpassword@localhost/squirrelmail<br />
3. DSN for preferences :<br />
mysql://squirreluser:squirrelpassword@localhost/squirrelmail</p>
<p>Now, Save and quit the config program</p>
<p>Start Apache Service and verify there is no error.</p>
<p>Done.</p>
<p><strong>ClamWin</strong></p>
<p>ClamWin is an open source anti-virus scanning and detection engine that will integrated seamlessly with hMailServer.</p>
<p>Download the latest ClamWin 0.93.x installer from <a href="http://www.clamwin.com/" target="_blank">http://www.clamwin.com/</a></p>
<p>Launch the installer and follow the installation instruction.</p>
<p>Launch hMailServer Administrator.</p>
<p>Expand the Settings &gt; AntiVirus menu.</p>
<p>Set the desired options in General tab.</p>
<p>Click ClamWin tab and enable “Use ClamWin” checkbox.</p>
<p>Click the AutoDetect button to locate the ClamWin installation path.</p>
<p>Verify the ClamScan executable path and ClamScan database path are correct.</p>
<p>Click Save.</p>
<p><strong>ASSP (Anti-Spam SMTP Proxy Server)</strong></p>
<p>This is installation is option.</p>
<p>ASSP is an open source, multi-platform anti-spam proxy server which will detect and block spam e-mails before they rech your mail server.</p>
<p>The accuracy of ASSP in catching spams is very high, which I do recommend that you give it a try.</p>
<p>Download the latest ASSP installer from <a href="http://www.asspsmtp.org/" target="_blank">http://www.asspsmtp.org/</a></p>
<p>Read the <a href="http://www.asspsmtp.org/wiki/Installation" target="_blank">ASSP installation guide</a> available from the ASSP web site.</p>
<p><strong>Try Out Your Installation</strong></p>
<p>It&#8217;s time to try out your hMailServer SMTP, POP3 and IMAP installation using Outlook, <a href="http://www.mozilla.com/thunderbird/" target="_blank">Mozilla Thunderbird</a> or Squirrelmail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2008/08/18/hmailserver-for-windows-installation-guide/feed/</wfw:commentRss>
		</item>
		<item>
		<title>High Speed Internet Broadband Booster Software</title>
		<link>http://www.stevelooi.com/2008/08/17/high-speed-internet-broadband-booster-software/</link>
		<comments>http://www.stevelooi.com/2008/08/17/high-speed-internet-broadband-booster-software/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 17:47:06 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Product Reviews]]></category>

		<category><![CDATA[broadband]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=51</guid>
		<description><![CDATA[I found the Full Speed software in the Internet yesterday that advertised itself to be able increase your Internet broadband speed. Test your Internet broadband speed at SpeedTest.net before and after installing the Full Speed software.]]></description>
			<content:encoded><![CDATA[<p>I found the Full Speed software in the Internet yesterday that advertised itself to be able increase your Internet broadband speed. The software tweaks nd optimizes the Windows Operating System&#8217;s Internet and network settings for best performance possible.</p>
<p>I installed and tested it yesterday and noticed there was a significant increase in web browsing and file downloading speed.</p>
<p>The <a href="http://www.getfullspeed.com/" target="_blank">Full Speed software</a> has free and paid versions. The free version is fully functional without time limitation.</p>
<p>Test your Internet broadband speed at <a href="http://www.speedtest.net/" target="_blank">SpeedTest.net</a> before and after installing the Full Speed software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2008/08/17/high-speed-internet-broadband-booster-software/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Personalized Firefox 3 World Record Download Day Certificate</title>
		<link>http://www.stevelooi.com/2008/08/15/personalized-firefox-3-world-record-download-day-certificate/</link>
		<comments>http://www.stevelooi.com/2008/08/15/personalized-firefox-3-world-record-download-day-certificate/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 18:35:17 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/?p=40</guid>
		<description><![CDATA[Firefox 3 set a Guinness World Record on June 17, 2008, for the most software downloaded in 24 hours. Create your personalized Firefox 3 Download Day certificate with your name embedded in it at the Spread Firefox Download Day 2008 web site.]]></description>
			<content:encoded><![CDATA[<p>Firefox 3 set a Guinness World Record on June 17, 2008, for the most software downloaded in 24 hours. More than 8 million people downloaded Firefox 3 that offers safer, smarter and better web browsing experience.</p>
<p>I&#8217;ve got my very own personalized <strong>Firefox 3 Download Day certificate</strong> as seen below.</p>
<p style="text-align: center;"><img class="aligncenter" title="Firefox 3 Download Day 2008 Certificate" src="http://www.stevelooi.com/images/firefoxcert-s.jpg" alt="Firefox 3 Download Day 2008 Certificate" /></p>
<p><a href="http://www.spreadfirefox.com/en-US/worldrecord/certificate_form" target="_blank"><strong>Create your personalized Firefox 3 Download Day certificate</strong></a> with your name embedded in it at the Spread Firefox Download Day 2008 web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2008/08/15/personalized-firefox-3-world-record-download-day-certificate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SEOQuake for Mozilla FireFox and Internet Explorer</title>
		<link>http://www.stevelooi.com/2008/07/17/seoquake-for-mozilla-firefox-and-internet-explorer/</link>
		<comments>http://www.stevelooi.com/2008/07/17/seoquake-for-mozilla-firefox-and-internet-explorer/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 12:00:03 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Tech Tips]]></category>

		<category><![CDATA[SEO optimization]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2008/07/17/seoquake-for-mozilla-firefox-and-internet-explorer/</guid>
		<description><![CDATA[User can use SEOQuake to study other web sites SEO parameters so that his or her own web site can follow the best practise of other web site SEO configurations in order to achieve higher ranking in the search engine results.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.seoquake.com/" title="SEOQuake SEO Tool for Firefox and Internet Explorer" target="_blank"><strong>SEOQuake</strong></a> is an add-on for Mozilla Firefox and Internet Explorer. It is a must-have <strong>Search Engine Optimization (SEO) </strong>and web site promotions tool for webmasters.</p>
<p>The tool can be used to retrieve and investigate SEO parameters of web pages on the fly. User can use SEOQuake to study other web sites SEO parameters so that his or her own web site can follow the best practise of other web site SEO configurations in order to achieve higher ranking in the search engine results.</p>
<p>When a web page is loaded in the web browser, SEOQuake will retrieve and display the results such as, Google PageRank, Google, Yahoo and MSN indexes, and Alexa rank, and etc. in the toolbar.</p>
<p>I like the built-in Keyword Density tool which will analyze and tell you the density of every word found in a web page being queried. Within the Keyword Density tool, you can also load Google keywords data that coresponds to the keywords it has analyzed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2008/07/17/seoquake-for-mozilla-firefox-and-internet-explorer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Tires On The Rear</title>
		<link>http://www.stevelooi.com/2008/07/16/new-tires-on-the-rear/</link>
		<comments>http://www.stevelooi.com/2008/07/16/new-tires-on-the-rear/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 10:06:01 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[safety]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2008/07/16/new-tyres-on-the-rear/</guid>
		<description><![CDATA[When I changed my car tires, most of the tire dealers would say that new tires should be installed on the front. I came to know this interesting fact from Michelin that new tires on the rear of a car will have a better grip to prevent its tail from spinning in the event of oversteer especially in wet condition.]]></description>
			<content:encoded><![CDATA[<p>When I changed my car tires, most of the tire dealers would say that new tires should be installed on the front. I believe you have been told the same, correct?</p>
<p>I came to know this interesting fact from Michelin that new tires on the rear of a car will have a better grip to prevent its tail from spinning in the event of oversteer especially in wet condition.</p>
<p><strong><a title="Car safety video - New tyres on the rear" href="http://www.michelinman.com/tire-care/tire-basics/reartire-change/" target="_blank">Watch this car safety video</a></strong> about why we must always install new tires on the rear.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/PxY8C1V8eFE&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/PxY8C1V8eFE&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2008/07/16/new-tires-on-the-rear/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Iris Browser for Windows Mobile uses WebKit rendering engine</title>
		<link>http://www.stevelooi.com/2008/07/07/iris-browser-for-windows-mobile-uses-webkit-rendering-engine/</link>
		<comments>http://www.stevelooi.com/2008/07/07/iris-browser-for-windows-mobile-uses-webkit-rendering-engine/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 19:44:20 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
		
		<category><![CDATA[Product Reviews]]></category>

		<category><![CDATA[iris]]></category>

		<category><![CDATA[mobile phones]]></category>

		<category><![CDATA[web browser]]></category>

		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2008/07/07/iris-browser-for-windows-mobile-uses-webkit-rendering-engine/</guid>
		<description><![CDATA[WebKit is an open source web browser rendering engine. The WebKit rendering engine is used by Apple's iPhone Safari and Nokia's Series 60 mobile phones. The Iris Browser developed by Torch Mobile is a web browser for Windows Mobile 5 &#38;]]></description>
			<content:encoded><![CDATA[<p><a href="http://webkit.org/" title="WebKit web browser engine" target="_blank">WebKit</a> is an open source web browser rendering engine. The WebKit rendering engine is used by Apple&#8217;s iPhone Safari and Nokia&#8217;s Series 60 mobile phones.</p>
<p>The <a href="http://www.torchmobile.com/" title="Iris web browser for Windows Mobile" target="_blank">Iris Browser</a> developed by Torch Mobile is a web browser for Windows Mobile 5 &amp; 6 that uses the WebKit rendering engine.</p>
<p>It is now <a href="http://www.torchmobile.com/download/" title="Download Iris Browser" target="_blank">available for download</a> at Torch Mobile&#8217;s web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2008/07/07/iris-browser-for-windows-mobile-uses-webkit-rendering-engine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free music download for everyone</title>
		<link>http://www.stevelooi.com/2008/06/25/free-music-download-for-everyone/</link>
		<comments>http://www.stevelooi.com/2008/06/25/free-music-download-for-everyone/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 11:55:42 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
		
		<category><![CDATA[Entertainment]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2008/06/25/free-music-download-for-everyone/</guid>
		<description><![CDATA[Artists that upload their own music to Jamendo allows anyone to listen, download and share their music for free. The albums are are organised with tags, plus a search feature allowing you to easily find your favourite music.]]></description>
			<content:encoded><![CDATA[<p>Artists that upload their own music to <strong><a href="http://www.jamendo.com/" title="Jamendo free music download" target="_blank">Jamendo</a></strong> allows anyone to listen, download and share their music for free. Yes, free!</p>
<p>The site stated that it is hosting more than 10,000 albums created by more than 5000 artists. That&#8217;s a lot of music you can listen to all day long.</p>
<p>The albums are are organised with tags, plus a search feature allowing you to easily find your favourite music.</p>
<p>So, let&#8217;s turn on your PC speakers, visit <strong><a href="http://www.jamendo.com/" title="Jamendo free music download">Jamendo</a></strong>, sit back and enjoy those wonderful music.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2008/06/25/free-music-download-for-everyone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Clickbank accepts sign up from Malaysia</title>
		<link>http://www.stevelooi.com/2008/05/01/clickbank-accepts-sign-up-from-malaysia/</link>
		<comments>http://www.stevelooi.com/2008/05/01/clickbank-accepts-sign-up-from-malaysia/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 17:35:46 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
		
		<category><![CDATA[Affiliate Marketing]]></category>

		<category><![CDATA[affiliate]]></category>

		<category><![CDATA[clickbank]]></category>

		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2008/05/01/clickbank-accepts-sign-up-from-malaysia/</guid>
		<description><![CDATA[Clickbank just added more countries to its sign up form recently. If you live in one of those affected countries such as, Macau and Malaysia, this will a joyous day for many internet marketers from these countries that they can sign up for a Clickbank account.]]></description>
			<content:encoded><![CDATA[<p>Clickbank just added more countries to its sign up form recently. There were many countries &#8220;banned&#8221; from registering for a Clickbank account.</p>
<p>If you live in one of those affected countries such as, Macau and Malaysia, this will a joyous day for many internet marketers from these countries that they can sign up for a Clickbank account.</p>
<p>There will be no more worry about find ways to get a Clickbank account.</p>
<p>You can now concentrate to market your products and make more money for yourself.</p>
<p><a href="http://www.stevelooi.com/recommends/clickbank.html" title="Sign Up Clickbank Account" target="_blank"><strong>Sign Up Clickbank Account</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2008/05/01/clickbank-accepts-sign-up-from-malaysia/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Move IE7 Menu Bar Back to Original Location with IE7Pro</title>
		<link>http://www.stevelooi.com/2008/04/17/move-ie7-menu-bar-back-to-original-location-with-ie7pro/</link>
		<comments>http://www.stevelooi.com/2008/04/17/move-ie7-menu-bar-back-to-original-location-with-ie7pro/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 16:33:15 +0000</pubDate>
		<dc:creator>Steve Looi</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Product Reviews]]></category>

		<category><![CDATA[IE7]]></category>

		<guid isPermaLink="false">http://www.stevelooi.com/2008/04/17/move-ie7-menu-bar-to-the-original-location-with-ie7pro/</guid>
		<description><![CDATA[After I installed and ran the Internet Explorer 7 (IE7) for the first time, the first thing I noticed was the address bar located above the menu bar, while the menu bar was located below it.]]></description>
			<content:encoded><![CDATA[<p>After I installed and ran the Internet Explorer 7 (IE7) for the first time, the first thing I noticed was the address bar located above the menu bar, while the menu bar was located below it.</p>
<p>IE7 layout is shifted from the stardard user interface found in most of other Microsoft applications.</p>
<p>I found that many people posted methods to move the menu bar back to its original location by editing the Windows Registry.</p>
<p>Editing the Windows Registry is not recommended for a novice because if someone accidentally edited the wrong setting, it might cause the operating system to crash.</p>
<p>I was searching around the Internet and stumbled upon IE7Pro. IE7Pro is an add-on for Internet Explorer which can move the menu bar back to its origincal position.</p>
<p>IE7Pro also has lots of sleek features and extras that make your browsing faster, more responsive and customizable.</p>
<p><a href="http://www.ie7pro.com/" title="IE7Pro" target="_blank">Visit IE7Pro web site</a> for more information and download the add-on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevelooi.com/2008/04/17/move-ie7-menu-bar-back-to-original-location-with-ie7pro/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
