<?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>EdwardKhoo.com &#187; Wordpress</title>
	<atom:link href="http://edwardkhoo.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://edwardkhoo.com</link>
	<description></description>
	<lastBuildDate>Wed, 18 Nov 2009 06:00:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why You Shouldn&#8217;t Upgrade To Wordpress 2.8.2</title>
		<link>http://edwardkhoo.com/why-you-shouldnt-upgrade-to-wordpress-2-8-2/</link>
		<comments>http://edwardkhoo.com/why-you-shouldnt-upgrade-to-wordpress-2-8-2/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 16:25:55 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2.8.2]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://edwardkhoo.com/?p=2368</guid>
		<description><![CDATA[





Every Wordpress user knows how important it is to update a blog to the latest version of Wordpress to avoid being hacked by some authorised users. However, if you are using the following plugins, I would advise you to stick with it until a stable version of Wordpress is release in the future because of [...]]]></description>
			<content:encoded><![CDATA[<table cellpadding = "5">
<tr>
<td>
<img class = "imagebd" src="http://edwardkhoo.com/wp-content/uploads/2008/03/wordpress-logo.jpg" alt="Wordpress Logo" />
</td>
<td>
<p align="justify">Every Wordpress user knows how important it is to update a blog to the latest version of Wordpress to avoid being hacked by some authorised users. However, if you are using the following plugins, I would advise you to stick with it until a stable version of Wordpress is release in the future because of the following glitches :</p>
</td>
</tr>
</table>
<p>1. <strong>Slow Speed When Creating Sitemap </strong></p>
<p align="justify">It took 16 seconds to create a sitemap using the Google XML sitemap plugin. Unless Wordpress 2.6, it only requires 5 seconds to notify Google, Yahoo, Bing and Ask.</p>
<p>2. <strong>Couldn&#8217;t Upload Image Using Flash Uploader</strong></p>
<p align="justify">I can only upload images using browser uploader. Not sure if anyone is facing the problem though.</p>
<p>3. <strong>WP emoticons showed up in comments section</strong></p>
<p align="justify">Why would they show up above my comments when they are supposed to be in the new post section??</p>
<p align="justify">If you have not upgrade to Wordpress 2.8.2 please be patient and wait until further release of Wordpress. You will be better off with the one that you are using right now.</p>
<img src="http://edwardkhoo.com/c908d920/266bbf6d/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://edwardkhoo.com/why-you-shouldnt-upgrade-to-wordpress-2-8-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Internal Server Error 500 For Wordpress Blog</title>
		<link>http://edwardkhoo.com/internal-server-error-500-for-wordpress-blog/</link>
		<comments>http://edwardkhoo.com/internal-server-error-500-for-wordpress-blog/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:13:03 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://edwardkhoo.com/?p=2141</guid>
		<description><![CDATA[


Few days ago I experienced minor problems when I installed the latest version of Wordpress to one of my blogs. After everything has been uploaded to the server, I created a sample post &#038; tried to view it as a single post. When I clicked on it I was redirected to Internal Server Error 500 [...]]]></description>
			<content:encoded><![CDATA[<p><center>
<p><img src="http://edwardkhoo.com/wp-content/uploads/2009/06/wordpress.jpg" alt="wordpress" title="wordpress" /></p>
<p></center></p>
<p align="justify">Few days ago I experienced minor problems when I installed the latest version of Wordpress to one of my blogs. After everything has been uploaded to the server, I created a sample post &#038; tried to view it as a single post. When I clicked on it I was redirected to <strong>Internal Server Error 500</strong> page. Not problem to get to index.php but things started to go wrong when i entered single.php. Here&#8217;s the full error description :</p>
<blockquote><p>500 Internal Server Error<br />
    The server encountered an internal error or misconfiguration and was unable to complete your request.</p>
<p>    Please contact the server administrator, webmaster@your-domain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p>
<p>    More information about this error may be available in the server error log.</p>
<p>    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.</p></blockquote>
<p align="justify">Now some of you may have arrived at this page when you googled for solutions about this error. Basically errors occured because of the following reasons : </p>
<p><strong>1. The file permissions for your WordPress files is incorrect<br />
2. One of the rules in your WordPress .htaccess file. may be incorrect </strong></p>
<p align="justify">If error occured because of the 1st reason, you should login to your web hosting account and look at the error log. There is a particular directory that is writeable by group. Change the permission to <strong>755</strong></p>
<p align="justify">If error occured because of the 2nd reason, copy this code to your .htaccess file :</p>
<blockquote><p># BEGIN WordPress<br />
<IfModule mod_rewrite.c><br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
</IfModule></p>
<p># END WordPress</p></blockquote>
<p>Hope this solves your problem <img src='http://edwardkhoo.com/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' />  </p>
<img src="http://edwardkhoo.com/c908d920/266bbf6d/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://edwardkhoo.com/internal-server-error-500-for-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.7 is Out Now!</title>
		<link>http://edwardkhoo.com/wordpress-27-is-out-now/</link>
		<comments>http://edwardkhoo.com/wordpress-27-is-out-now/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 13:38:01 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://edwardkhoo.com/?p=1610</guid>
		<description><![CDATA[
Wordpress 2.7 has been released on the 10th of December 2008. A lot of new features have been added as Wordpress team has taken a big step to make it more usable and accessible. As you can see the dashboard has been changed into a more stylish &#038; elegant view compared with the previous versions. [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://edwardkhoo.com/wp-content/uploads/2008/12/dashboard1.jpg" alt="dashboard1" title="dashboard1" width="500" height="462" class="alignnone size-full wp-image-1650" /></center></p>
<p><strong><em>Wordpress 2.7</em></strong> has been released on the 10th of December 2008. A lot of new features have been added as Wordpress team has taken a big step to make it more usable and accessible. As you can see the dashboard has been changed into a more stylish &#038; elegant view compared with the previous versions. Listed are the full features of <strong>Wordpress 2.7</strong> :</p>
<p><em>    * XMLRPC Comments API<br />
    * Keyboard shortcuts for comment moderation<br />
    * Sticky Posts<br />
    * Theme update api, like we do for plugins<br />
    * Dashboard and write box rearranging<br />
    * One-click plugin installs<br />
    * Reply to comments from admin<br />
    * Core updating<br />
    * Frame-like method for moderating ping/trackbacks<br />
    * Plugin browser embedded<br />
    * PHPXref hosted on WordPress.org<br />
    * Separate Large and Full image sizes, related improvements<br />
    * Comment threading<br />
    * Comment paging<br />
    * Batch and inline editing<br />
    * HTTPOnly cookies<br />
    * Column hiding for all management pages<br />
    * Post box hiding for all edit pages<br />
    * Upgrades and install over SFTP<br />
    * Template Tag wp_page_menu wrapper for wp_list_pages and support for Home page </em></p>
<p>Still haven&#8217;t download the latest version? Get to <a href="http://codex.wordpress.org/Version_2.7">download</a> it now!</p>
<img src="http://edwardkhoo.com/c908d920/266bbf6d/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://edwardkhoo.com/wordpress-27-is-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Post Wordpress Plugin</title>
		<link>http://edwardkhoo.com/random-post-wordpress-plugin/</link>
		<comments>http://edwardkhoo.com/random-post-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 13:30:37 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://edwardkhoo.com/?p=447</guid>
		<description><![CDATA[
If you have some great articles in your archive but afraid your visitors might not be able to go through them then this plugin might suits your needs : Introducing the Random Post Wordpress Plugin

Random Post Wordpress Plugin

By uploading this plugin you may display a selected amount of post to appear on your front page. [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src='http://edwardkhoo.com/wp-content/uploads/2008/03/wordpress-logo.jpg' alt='Wordpress Logo' /></center><br />
If you have some great articles in your archive but afraid your visitors might not be able to go through them then this plugin might suits your needs : Introducing the <a href="http://www.danielesalamina.it/advanced-random-post" target="_blank">Random Post Wordpress Plugin</a><br />
<br />
<h3>Random Post Wordpress Plugin</h3>
<p></br><br />
By uploading this plugin you may display a selected amount of post to appear on your front page. Visit <a href="http://www.danielesalamina.it/advanced-random-post">this</a> page to get the latest information about the plugin</p>
<img src="http://edwardkhoo.com/c908d920/266bbf6d/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://edwardkhoo.com/random-post-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wordpress Theme &#8211; Firefox Mac</title>
		<link>http://edwardkhoo.com/wordpress-theme-firefox-mac/</link>
		<comments>http://edwardkhoo.com/wordpress-theme-firefox-mac/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 04:32:08 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://edwardkhoo.com/wordpress-theme-firefox-mac/</guid>
		<description><![CDATA[After few days of tweaking, it&#8217;s finally here &#8211; The cool looking Firefox Mac wordpress theme! Here&#8217;s the screenshot of the wordpress theme
Well I LOVE both Firefox &#38; Mac, too bad there isn&#8217;t any wordpress theme out there which is created based on it so I thought why don&#8217;t I created it myself? &#38; this [...]]]></description>
			<content:encoded><![CDATA[<p>After few days of tweaking, it&#8217;s finally here &#8211; The cool looking <strong>Firefox Mac wordpress theme</strong>! Here&#8217;s the screenshot of the wordpress theme</p>
<p><center><img src="http://edwardkhoo.com/wp-content/uploads/2008/02/screenshot.jpg" alt="Firefox Mac Screenshot" /></center>Well I LOVE both Firefox &amp; Mac, too bad there isn&#8217;t any wordpress theme out there which is created based on it so I thought why don&#8217;t I created it myself? &amp; this is how this Firefox Mac wordpress theme is born&#8230;</p>
<p>Like it? Download the <a href="http://edwardkhoo.com/wp-content/uploads/2008/02/firefox-mac.zip" title="Firefox Mac File">Firefox Mac file here<br />
</a></p>
<p>Suggestion? Please leave your comment in the comment box below. Have fun!</p>
<img src="http://edwardkhoo.com/c908d920/266bbf6d/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://edwardkhoo.com/wordpress-theme-firefox-mac/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Free Wordpress Theme &#8211; Sweet Strawberry</title>
		<link>http://edwardkhoo.com/free-wordpress-theme-sweet-strawberry/</link>
		<comments>http://edwardkhoo.com/free-wordpress-theme-sweet-strawberry/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 14:49:40 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://edwardkhoo.com/free-wordpress-theme-sweet-strawberry/</guid>
		<description><![CDATA[Sweet Strawberry is a two columns layout Wordpress theme created by myself. The header looks relaxing &#38; clean, perfect for those who wants to have a nice &#38; neat personal blog   It took me quite some time to build it, so for those who are going to use this theme, all I hope [...]]]></description>
			<content:encoded><![CDATA[<p>Sweet Strawberry is a two columns layout Wordpress theme created by myself. The header looks relaxing &amp; clean, perfect for those who wants to have a nice &amp; neat personal blog <img src='http://edwardkhoo.com/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' />  It took me quite some time to build it, so for those who are going to use this theme, all I hope is not to remove my link for your blog, appreciate that~</p>
<p><strong>*Demo*</strong><br />
To get a better feel of this theme, check out the <a href="http://videochilli.com" target="_blank">demo</a></p>
<p><strong>*Download*</strong><br />
<a href="http://edwardkhoo.com/wp-content/uploads/2008/01/sweet-strawberry.zip" title="sweet-strawberry.zip">sweet-strawberry.zip</a></p>
<p><strong>Installation:</strong><br />
Upload the extracted folder(<strong>Sweet Strawberry</strong>) to <strong>wp-content/themes</strong>, click on “<strong>Presentation</strong>” in the administration panel and <strong>select</strong> it from the list.<em> Voila!</em></p>
<p>This is the very first Wordpress theme that I developed, if you have any suggestion feel free to leave a comment or contact me. Hope you all like it!</p>
<p><strong>Screenshot :</strong></p>
<p><img src="http://edwardkhoo.com/wp-content/uploads/2008/01/screenshot.thumbnail.jpg" alt="Sweet Strawberry Wordpress Theme" /></p>
<img src="http://edwardkhoo.com/c908d920/266bbf6d/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://edwardkhoo.com/free-wordpress-theme-sweet-strawberry/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Just Out Of Curiousity&#8230;</title>
		<link>http://edwardkhoo.com/just-out-of-curiousity/</link>
		<comments>http://edwardkhoo.com/just-out-of-curiousity/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 07:36:33 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Blogosphere]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://edwardkhoo.com/just-out-of-curiousity/</guid>
		<description><![CDATA[How long does it takes for you to write a post? For me if I have an idea of what to write, normally it would take 15-30minutes, however if I don&#8217;t have any idea 2hours depends on how long is my post, or else I just wait &#38; wait until I got the inspiration&#8230; Sometimes [...]]]></description>
			<content:encoded><![CDATA[<p>How long does it takes for you to write a post? For me if I have an idea of what to write, normally it would take 15-30minutes, however if I don&#8217;t have any idea 2hours depends on how long is my post, or else I just wait &amp; wait until I got the inspiration&#8230;<strong> Sometimes it takes more time to think rather than write</strong>; Avoid writing boring posts, interact with readers through post, try not to criticize other blogs, etc&#8230; However if you have nothing to blog about you can always refer to my <a href="http://edwardkhoo.com/things-to-do-when-you-have-nothing-to-do-a-complete-list/" target="_blank">blog post</a> regarding things to do when you have nothing to blog about, hope you can learn some great tips over there</p>
<p><strong>Here&#8217;s a tip for those who couldn&#8217;t type fast</strong>: Open several conversation windows on MSN to chat with leng zai/leng lui, if you type slow, you won&#8217;t get your dream boy/girl, so you have no reason to type slow now  <img src='http://edwardkhoo.com/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
<p><strong><p>Technorati Tags: <a href="http://technorati.com/tag/blog" rel="tag">blog</a>, <a href="http://technorati.com/tag/post" rel="tag"> post</a>, <a href="http://technorati.com/tag/speed" rel="tag"> speed</a>, <a href="http://technorati.com/tag/MSN" rel="tag"> MSN</a></p></strong></p>
<img src="http://edwardkhoo.com/c908d920/266bbf6d/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://edwardkhoo.com/just-out-of-curiousity/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>What I&#8217;ve done~</title>
		<link>http://edwardkhoo.com/what-ive-done/</link>
		<comments>http://edwardkhoo.com/what-ive-done/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 08:01:28 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Life Rants]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://edwardkhoo.com/what-ive-done/</guid>
		<description><![CDATA[If you have paid attention to my blog sidebar, then you will noticed that my blog&#8217;s sidebar widgets has disappeared, only left are the original sidebar widgets which were created by the theme author. Anyone knows how to fix it? I went to the plugin page but couldn&#8217;t move the items below back to top&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>If you have paid attention to my blog sidebar, then you will noticed that my blog&#8217;s sidebar widgets has disappeared, only left are the original sidebar widgets which were created by the theme author. Anyone knows how to fix it? I went to the plugin page but couldn&#8217;t move the items below back to top&#8230; Help me~</p>
<p><strong><img src="http://img508.imageshack.us/img508/4418/16926647682040322030omc4.gif" /></strong></p>
<p>Oh btw, one of my reader has sent me an email saying that my blog has too many football posts &amp; it makes him feel boring, luckily I still write something interesting in my life or else he won&#8217;t come back to my blog. Well, while I like soccer but still &#8220;content is the king&#8221; &amp; it is the most important factor that will keep attracting readers to my blog, so tell me: <strong>Will you still read my blog if I keep posting football articles?</strong> Do tell me frankly &amp; maybe I will adjust a lil bit&#8230;</p>
<p><span id="more-27"></span>My result for the first semester will be announced tomorrow at 10a.m. I&#8217;m a bit worried since I did not do well in my exam for the Accounting subject. For your info, I took science stream during secondary school &amp; I REALLY regret about that decision because basically I learn nothing during the 2 years period&#8230; &amp; starting from this semester TARC will start their new grading system, which makes it harder to pass (The previous passing mark was 40)</p>
<table class="content" align="center" border="1" cellpadding="0" cellspacing="0">
<tr class="shade">
<td valign="top" width="79">
<p align="center">GRADE</p>
</td>
<td valign="top" width="120">
<p align="center">MARKS RANGE</p>
</td>
<td valign="top" width="120">
<p align="center">GRADE POINT</p>
</td>
<td valign="top" width="245">
<p align="center">DESCRIPTION</p>
</td>
</tr>
<tr>
<td valign="top" width="79">
<p align="center">A<br />
A-</td>
<td valign="top" width="120">
<p align="center">80 – 100<br />
75 – 79</td>
<td valign="top" width="120">
<p align="center">4.00<br />
3.75</td>
<td valign="top" width="245">
<p align="center">HIGH DISTINCTION<br />
DISTINCTION</td>
</tr>
<tr>
<td valign="top" width="79">
<p align="center">  B+<br />
B<br />
B-</td>
<td valign="top" width="120">
<p align="center">70 – 74<br />
65 – 69<br />
60 – 64</td>
<td valign="top" width="120">
<p align="center">3.50<br />
3.00<br />
2.75</td>
<td valign="top" width="245">
<p align="center">MERIT<br />
MERIT<br />
MERIT</td>
</tr>
<tr>
<td valign="top" width="79">
<p align="center">  C+<br />
C</td>
<td valign="top" width="120">
<p align="center">55 – 59<br />
50 – 54</td>
<td valign="top" width="120">
<p align="center">2.50<br />
2.00</td>
<td valign="top" width="245">
<p align="center">PASS<br />
PASS</td>
</tr>
<tr>
<td valign="top" width="79">
<p align="center"> C-<br />
D</td>
<td valign="top" width="120">
<p align="center">45 – 49<br />
40 – 44</td>
<td valign="top" width="120">
<p align="center">1.75<br />
1.00</td>
<td valign="top" width="245">
<p align="center">FAIL/REDEEMABLE<br />
FAIL/REDEEMABLE</td>
</tr>
<tr>
<td valign="top" width="79">
<p align="center">F</p>
</td>
<td valign="top" width="120">
<p align="center">0 – 39</p>
</td>
<td valign="top" width="120">
<p align="center">0.00</p>
</td>
<td valign="top" width="245">
<p align="center">FAIL</p>
</td>
</tr>
</table>
<p align="justify">&nbsp;</p>
<p>Haiz, how am I going to die tomorrow&#8230; Wish me luck will ya?</p>
<img src="http://edwardkhoo.com/c908d920/266bbf6d/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://edwardkhoo.com/what-ive-done/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>&#8216;E&#8217; for Edward</title>
		<link>http://edwardkhoo.com/e-for-edward/</link>
		<comments>http://edwardkhoo.com/e-for-edward/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 10:09:39 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://edwardkhoo.com/e-for-edward/</guid>
		<description><![CDATA[
Can you see a letter E image beside my URL (Circled in Red)? It&#8217;s a favorite icon, or better known as &#8220;favicon&#8221;. As soon as you have uploaded favicon to your blog, it will appear beside your site&#8217;s name in the favorites list, before the URL in the address bar, as a bookmarked website on [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://img120.imageshack.us/img120/5914/screenshotedwardkhooeg1.jpg" /></p>
<p>Can you see a letter E image beside my URL (Circled in Red)? It&#8217;s a favorite icon, or better known as &#8220;favicon&#8221;. As soon as you have uploaded favicon to your blog, it will appear beside your site&#8217;s name in the favorites list, before the URL in the address bar, as a bookmarked website on the desktop, in the &#8220;Links&#8221; bar and on the windows taskbar.</p>
<p><strong> <img src='http://edwardkhoo.com/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' />  Why Should I use Favicon?</strong><br />
Easy, to let your blog stands out amongst the other with a small, nice image as your blog&#8217;s unique icon.</p>
<p><strong> <img src='http://edwardkhoo.com/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' />  Sounds cool! But I don&#8217;t know how to upload a Favicon, can you please teach me?</strong><br />
Sure! All you need to do is click <a href="http://www.digitalramble.com/favicon-manager-wordpress-plugin/" rel="nofollow" target="_blank">here</a> &amp; you will be brought to a place where you can download the plugin, upload it &amp; insert the picture address. Done!</p>
<p>Note: IE may not work properly to see your favicon, so it&#8217;s better to have a view of it using Firefox</p>
<p><span id="more-25"></span><strong> <img src='http://edwardkhoo.com/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' />  I am using Blogspot, is there any alternative of uploading favicon?</strong><br />
Yup, here&#8217;s what you can do:<br />
1st Step: Go to a Favicon generator site, for example <a href="http://www.chami.com/html-kit/services/favicon/" rel="nofollow" target="_blank">Chami</a>, browse your image and click &#8220;Generate FavIcon.ico&#8221;</p>
<p>2nd Step: Choose to download the favicon from the site, after you have downloaded, extract it on your computer and then look in the “extra” folder.</p>
<p>3rd Step: Now you can go to a Image Hosting Provider for example <a href="http://photobucket.com/" rel="nofollow" target="_blank">Photobucket</a>, and upload either the animated_favicon1.gif if you want it to be animated or the preview_16×16.png for the plain image.</p>
<p>4th Step: Log in to your Blogger account, go to your Blogger admin panel and click on the template tab and then &#8220;Edit HTML&#8221;.</p>
<p>5th Step: Add this code before the in your template (replace the URL with your own link to the image):<br />
<img src="http://img452.imageshack.us/img452/8987/shortcutfu7.jpg" /><br />
Then save it! And you’re done!</p>
<img src="http://edwardkhoo.com/c908d920/266bbf6d/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://edwardkhoo.com/e-for-edward/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>16 Wordpress Themes That Don&#8217;t Suck</title>
		<link>http://edwardkhoo.com/16-wordpress-themes-that-dont-suck/</link>
		<comments>http://edwardkhoo.com/16-wordpress-themes-that-dont-suck/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 02:12:48 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://edwardkhoo.com/16-wordpress-themes-that-dont-suck/</guid>
		<description><![CDATA[Do you have a blog powered by Wordpress? If your answer is &#8216;Yes&#8217; that means you must have faced some problems choosing themes that suits your blog. Try to type the keyword &#8216;Wordpress Themes&#8217; in Google &#38; you will see a collection of free Wordpress themes, however, not all of them are nice, in other [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have a blog powered by Wordpress? If your answer is &#8216;Yes&#8217; that means you must have faced some problems choosing themes that suits your blog. Try to type the keyword &#8216;Wordpress Themes&#8217; in Google &amp; you will see a collection of free Wordpress themes, however, not all of them are nice, in other word &#8212; <strong>SUCK</strong>! That&#8217;s how I came out with this idea &#8212; Build a list of Wordpress themes that don&#8217;t suck so you won&#8217;t need to try so hard getting nice-looking themes. Satisfaction guaranteed!</p>
<p>1. Theme Leia <a href="http://www.kapikua.com/2006/07/24/theme-leia/" rel="nofollow" target="_blank">Download</a> <a href="http://www.kapikua.com/2006/07/24/theme-leia/" rel="nofollow" target="_blank">Preview</a></p>
<p><img src="http://img88.imageshack.us/img88/5605/leiathemecz0.jpg" height="224" width="250" /></p>
<p>2. Lauryn.it <a href="http://www.lauryn.it/lauryn_template.zip" target="_blank">Download</a> <a href="http://www.italianwebdesign.it/lauryntheme/"  target="_blank">Preview</a></p>
<p><img src="http://img145.imageshack.us/img145/696/laurynpi4.png" alt="Lauryn " title="Lauryn " height="187" width="250" /></p>
<p>3. Deep Red <a href="http://templates.arcsin.se/download.php?file=deep-red-website-template.zip" rel="nofollow" target="_blank">Download</a> <a href="http://templates.arcsin.se/demo/deep-red-website-template/" rel="nofollow" target="_blank">Preview</a></p>
<p><img src="http://img86.imageshack.us/img86/5485/deepredjo2.jpg" alt="Deep Red" title="Deep Red" height="123" width="250" /></p>
<p><span id="more-19"></span><br />
4. Sodelicious 2.0 Green Version</p>
<p><a href="http://www.web2themes.com/download-manager.php?id=5" rel="nofollow" target="_blank">Download</a> <a href="http://web2themes.com/demo/index.php?wptheme=sodelicious2+green" rel="nofollow" target="_blank">Preview</a><br />
<img src="http://img151.imageshack.us/img151/10/sodelicious20greenbigrh7.gif" height="251" width="251" /></p>
<p>5. Foliage Mod 1.02 <a href="http://5thirtyone.com/foliage/" rel="nofollow" target="_blank">Download</a> Preview (Unavailable)</p>
<p><img src="http://img144.imageshack.us/img144/826/foliageju5.jpg" height="339" width="246" /></p>
<p>6. Blogging Pro Download Preview</p>
<p><img src="http://img142.imageshack.us/img142/2337/blogproxe7.jpg" height="142" width="246" /></p>
<p>7. Insense</p>
<p><img src="http://img143.imageshack.us/img143/8042/insense1qs9.jpg" height="162" width="247" /></p>
<p>8. Mezzo <a href="http://wpthemesplugin.com/download-manager.php?id=7" rel="nofollow" target="_blank">Download</a> <a href="http://demo.wpthemesplugin.com/" rel="nofollow" target="_blank">Preview</a></p>
<p><img src="http://img90.imageshack.us/img90/8898/mezzoun6.jpg" height="165" width="248" /></p>
<p>9. v2 Kiwi <strike>Download Preview</strike> (Not available)</p>
<p><img src="http://img143.imageshack.us/img143/1334/kiwixs3.jpg" height="147" width="250" /></p>
<p>10. Recycled Canvas <a href="http://www.creativesynthesis.net/dist/recycled-canvas-v0_9.zip" rel="nofollow" target="_blank">Download</a></p>
<p><img src="http://img143.imageshack.us/img143/1334/kiwixs3.jpg" height="147" width="252" /></p>
<p>11. Aslamphc <a href="http://aslamp.com/wp-content/themes/aslamphc/aslamphc.zip" rel="nofollow" target="_blank">Download</a> <a href="http://aslamp.com/aslamphc-10-osmium-10/" rel="nofollow" target="_blank">Preview</a></p>
<p><img src="http://img136.imageshack.us/img136/8932/aslamphc1xo7.jpg" height="168" width="253" /></p>
<p>12. Eyeball Theme <a href="http://www.vikiworks.com/download/viki.eyeball.rar" rel="nofollow" target="_blank">Download</a> <a href="http://www.vikiworks.com/2006/10/20/theme-eyeball/" rel="nofollow" target="_blank">Preview</a></p>
<p><img src="http://img100.imageshack.us/img100/2672/viki2pz5.jpg" height="149" width="255" /></p>
<p>13. New Order 1.0 <a href="http://www.wpthemesfree.com/download.php?theme_id=527" rel="nofollow" target="_blank">Download</a> <a href="http://www.wpthemesfree.com/test.php?theme_id=527" rel="nofollow" target="_blank">Preview</a></p>
<p><img src="http://img98.imageshack.us/img98/7311/neworder10bigss6.gif" height="255" width="255" /></p>
<p>14. Genki <a href="http://www.wpthemesfree.com/download.php?theme_id=403" rel="nofollow" target="_blank">Download</a> <a href="http://test.wpthemesfree.com/?preview_theme=genkitheme-10" rel="nofollow" target="_blank">Preview</a></p>
<p><img src="http://img206.imageshack.us/img206/4524/genkitheme10bigil6.gif" height="257" width="257" /></p>
<p>15. Feel the Theme <a href="http://www.web2themes.com/download-manager.php?id=3" rel="nofollow" target="_blank">Download</a> <a href="http://web2themes.com/demo/index.php?wptheme=feelthefreedom" rel="nofollow" target="_blank">Preview</a></p>
<p><img src="http://img522.imageshack.us/img522/8045/screenshotel4.png" height="256" width="257" /></p>
<p>Hope you all like the list!</p>
<img src="http://edwardkhoo.com/c908d920/266bbf6d/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://edwardkhoo.com/16-wordpress-themes-that-dont-suck/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
