<?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>Nixser.com&#187; WordPress</title>
	<atom:link href="http://www.nixser.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nixser.com</link>
	<description>Debian, Internet, Blog, Tech Tips, and some craps.</description>
	<lastBuildDate>Mon, 02 Mar 2009 12:42:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Upgraded, from manual to Fantastico.</title>
		<link>http://www.nixser.com/2009/03/02/wordpress-upgraded-from-manual-to-fantastico/</link>
		<comments>http://www.nixser.com/2009/03/02/wordpress-upgraded-from-manual-to-fantastico/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 12:42:30 +0000</pubDate>
		<dc:creator>Yien Bin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Site Info]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[fantastico]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.nixser.com/?p=299</guid>
		<description><![CDATA[<p>Just upgraded to WordPress version 2.7.1 from 2.6.3. I took a different approach this time. Manual upgrading wordpress has started to bore me since long time ago, and now I hope to get rid of the hassle once and for all, let cpanel&#8217;s Fantastico handle the upgrade from now on.</p>
<p>Please bear in mind that this is my very own personal experience. <strong>Try this at your own risk!</strong></p>
<p><strong>Situation:</strong><br />
Manually installed wordpress on my hosting account, getting tired of upgrading every new version. Decided to switch to Fantastico install, let it handle the upgrades.<br />
<!--more--><br />
<strong>Solution:</strong><br />
You must have these:</p>
<ol>
<li>A Cpanel hosting account with Fantastico bundled.</li>
<li>A archiving tool(to zip your files).</li>
<li>A FTP program(to upload big files).</li>
</ol>
<p><strong>Step 1: Backup everything.</strong><br />
I seriously mean EVERYTHING. Download a home directory backup, and a Mysql database backup from your cpanel to local computer. Extract the files to see everything is in place(compare to your current hosting account home directory).</p>
<p><strong>Step 2: Purge everything.</strong><br />
Delete everything starts with wp* inside your wordpress directory on the server. For me it is the public_html directory, it has only 1 directory called cgi-bin by default.</p>
<p>Delete your old mysql database for wordpress as well. Please make sure you have all the backups on your local computer.</p>
<p><strong>Step 3: Install a fresh Wordpress with Fantastico.</strong><br />
Pretty standard procedures here. At the end you will get a fresh wordpress at your desired location, for me it&#8217;s the webroot. You don&#8217;t need to actually login to admin area to do anything yet. Let&#8217;s get back the old data first.</p>
<p><strong>Step 4: Restore all old data</strong><br />
<strong>4.1 Database</strong><br />
You should have an old database backup with you. Extract it and you will get a file xx.sql. For me it&#8217;s wp.sql, which I named the database last time. </p>
<p>Now go to your cpanel, inside &#8216;Mysql Database&#8217;, there&#8217;s a link at the bottom for you login to <strong>phpMyadmin</strong>. Inside phpMyadmin, on the left shows the available databases under your account. </p>
<p>If you removed the old database already, you should see only one on the list which has the name &#8216;<strong>wrdp1</strong>&#8216;. This is default database name for new wordpress installed by Fantastico. </p>
<p>Go inside wrdp1 database and choose to import, just upload the old wp.sql file and wait. After it&#8217;s done, there will be message telling you how many queries have been made. </p>
<p>Leave phpMyadmin now since the database has been imported.</p>
<p><strong>4.2 Files</strong><br />
Now check the backup you have downloaded, inside wordpress folder you should have your old <strong>wp-content</strong> folder. You should only take care of 3 things:</p>
<ol>
<li>Upload everything in &#8216;<strong>wp-content/plugins</strong>&#8216; to your fresh installed wordpress, the directory structure should be exactly the same. Do not upload &#8216;akismet&#8217; and &#8216;hello.php&#8217;</li>
<li>Upload everything in &#8216;<strong>wp-content/themes</strong>&#8216; to your fresh installed wordpress. Do not upload &#8216;classic&#8217; and &#8216;default&#8217;.</li>
<li>Upload everything in &#8216;<strong>wp-content/uploads</strong>&#8216; to your fresh installed wordpress.</li>
</ol>
<p><strong>Step 5: Run the upgrade script</strong><br />
Open browser and go to yourdomain.com/wp-admin/upgrade.php</p>
<p><strong>Step 6: You are done</strong><br />
Things should be okay now, you should be able to login to admin area and your front end.</p>
<p>Again I must stress that this is not a tutorial, it is just my personal experience. If you have previously manual install wordpress on your own, you should pretty much have a clue about I am writing here.</p>
<p><strong>Result:</strong><br />
You are looking at my blog isn&#8217;t it? The only uncertainty is&#8230;&#8230;I am not sure whether can Fantastico upgrade the next version for me or not!</p>
<p>Happy upgrading anyway! Feedbacks are appreciated.</p>
]]></description>
		<wfw:commentRss>http://www.nixser.com/2009/03/02/wordpress-upgraded-from-manual-to-fantastico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.3 Upgraded, along with some plugins.</title>
		<link>http://www.nixser.com/2007/10/11/wordpress-23-upgraded-along-with-some-plugins/</link>
		<comments>http://www.nixser.com/2007/10/11/wordpress-23-upgraded-along-with-some-plugins/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 07:36:40 +0000</pubDate>
		<dc:creator>Yien Bin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.nixser.com/2007/10/11/wordpress-23-upgraded-along-with-some-plugins/</guid>
		<description><![CDATA[<p>This blog has been upgraded to <a href="http://wordpress.org/download/">WordPress 2.3</a>. It is recommended to upgrade because this release addressed a lot of bug. Details can be found <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.3&#038;order=id">here</a>.</p>
<p>New features include:</p>
<ol>
<li><strong>Tagging</strong> &#8211; I used to have Ultimate Tag Warrior. Need some time to study on this.</li>
<li><strong>Update Notification</strong> &#8211; You will be notified whenever a new release of WordPress is available, and new release of plugins.</li>
<li><strong>Improved post and draft management</strong> &#8211; New &#8220;Pending Review&#8221; option.</li>
</ol>
<p>For more details, please check <a href="http://codex.wordpress.org/Version_2.3">here</a>.</p>
<p>Here&#8217;s a list of plugins which I have also upgraded.</p>
<ol>
<li><a href="http://urbangiraffe.com/plugins/headspace2/">HeadSpace2</a></li>
<li><a href="http://push.cx/sociable">Sociable</a></li>
<li><a href="http://ryanduff.net/projects/wp-contactform/">WP Contact Form</a></li>
<li><a href="http://www.ilfilosofo.com/blog/wp-db-backup">WordPress Database Backup</a></li>
<li><a href="http://www.arnebrachhold.de/redir/sitemap-home/">Google Sitemap Generator</a></li>
</ol>
<p>Please leave a comment here if you find any problem in this blog. Thank you.</p>
]]></description>
		<wfw:commentRss>http://www.nixser.com/2007/10/11/wordpress-23-upgraded-along-with-some-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress: Upgraded to version 2.2.2</title>
		<link>http://www.nixser.com/2007/08/07/wordpress-upgraded-to-version-222/</link>
		<comments>http://www.nixser.com/2007/08/07/wordpress-upgraded-to-version-222/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 13:48:51 +0000</pubDate>
		<dc:creator>Yien Bin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Site Info]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.2.2]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.nixser.com/2007/08/07/wordpress-upgraded-to-version-222/</guid>
		<description><![CDATA[<p>This blog has been updated to version 2.2.2. Only security updates for this release, again it is recommended to upgrade. Please visit the release page <a href="http://wordpress.org/development/2007/08/wordpress-222-and-2011/">here</a>. Details of bugs fixed can be found <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.2.2">here</a>. Instructions of upgrading is <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended">here</a>.</p>
<p>I would also like to take this chance to introduce you guys a plugin which I have been watching closely, <strong>NOT YET</strong> installed. <a href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin-update.html">WordPress Automatic Upgrade</a> is a plugin brought to you by techie-buzz.com, it will upgrade your wordpress blog automatically. Including download the archive to your web space, replace old files, setting file permissions and more.</p>
<p>As I&#8217;ve said I do not use this plugin yet, let&#8217;s wait and see. I have a very high expectation on this.</p>
<p>P/S: Please notify me if you find any error after this upgrade.</p>
]]></description>
		<wfw:commentRss>http://www.nixser.com/2007/08/07/wordpress-upgraded-to-version-222/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Google Sitemap Generator.</title>
		<link>http://www.nixser.com/2007/08/03/wordpress-plugin-google-sitemap-generator/</link>
		<comments>http://www.nixser.com/2007/08/03/wordpress-plugin-google-sitemap-generator/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 15:32:46 +0000</pubDate>
		<dc:creator>Yien Bin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://www.nixser.com/2007/08/03/wordpress-plugin-google-sitemap-generator/</guid>
		<description><![CDATA[<p>Every website on the WWW will have to kowtow to Google nowadays, as in comply to their webmaster&#8217;s guidelines. Having your site being listed in the supplemental search results is the last thing a webmaster ever wanted, besides being banned by Google Adsense.</p>
<p>So I figured it&#8217;s time for me to organize all the posts in this blog and come out with a sitemap, in order to submit to the Google Webmaster Tools. Google Sitemap Generator is one of the top ten results upon Google search.</p>
<p><img src='http://www.nixser.com/wp-content/uploads/2007/08/google-sitemap-generator.jpg' alt='Google Sitemap Generator' /><br />
<!--more--><br />
Download the plugin <strong><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">here</a></strong>. Upload the entire folder to your wordpress plugin directory after extract the zip file. You need to make sure that WordPress&#8217;s root directory is <strong>WRITABLE</strong>, because this plugin will generate two sitemap files in that directory. </p>
<p>Enable the plugin in the plugin management page, after that a new option page will be available under &#8220;Options&#8221;. I did not change much of the default settings, everything should work fine without any problem.</p>
]]></description>
		<wfw:commentRss>http://www.nixser.com/2007/08/03/wordpress-plugin-google-sitemap-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.2.1 Upgraded.</title>
		<link>http://www.nixser.com/2007/06/27/wordpress-221-upgraded/</link>
		<comments>http://www.nixser.com/2007/06/27/wordpress-221-upgraded/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 09:18:41 +0000</pubDate>
		<dc:creator>Yien Bin</dc:creator>
				<category><![CDATA[Site Info]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.2.1]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.nixser.com/2007/06/27/wordpress-221-upgraded/</guid>
		<description><![CDATA[<p>It is necessary to upgrade to this version because this is a security release. It addresses following security vulnerabilities:</p>
<ul>
<li><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3215">Remote shell injection in PHPMailer</a></li>
<li><a href="http://www.milw0rm.com/exploits/4039">Remote SQL injection in XML-RPC</a></li>
<li><a href="http://archives.neohapsis.com/archives/fulldisclosure/2007-06/0180.html">Unescaped attribute in default theme</a></li>
</ul>
<p>Along with other bugs fixed.</p>
<ul>
<li>Atom feed validation fixes</li>
<li>XML-RPC fixes</li>
<li>Widget backward compatibility fixes </li>
<li>Widget layout fixes for IE7</li>
<li>Page and Text Widget improvements</li>
</ul>
<p>For more details, please refer to <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.2.1&#038;resolution=fixed&#038;order=priority">this page</a>.</p>
]]></description>
		<wfw:commentRss>http://www.nixser.com/2007/06/27/wordpress-221-upgraded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded to WordPress 2.2</title>
		<link>http://www.nixser.com/2007/05/28/upgraded-to-wordpress-22/</link>
		<comments>http://www.nixser.com/2007/05/28/upgraded-to-wordpress-22/#comments</comments>
		<pubDate>Mon, 28 May 2007 07:52:02 +0000</pubDate>
		<dc:creator>Yien Bin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Site Info]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.nixser.com/2007/05/28/upgraded-to-wordpress-22/</guid>
		<description><![CDATA[<p>Hello all, I feel embarrassed when I see the traffic of this blog still maintaining at the same level while I wasn&#8217;t able to update it on a weekly basis. It&#8217;s either my pillar posts(those in the popular entries) still pumps in all the traffics, or there&#8217;s really someone reading this blog. Either way, I feel bad. I&#8217;ll try to squeeze out more time for this blog, life&#8217;s being a bitch recently. I wish you all are doing fine if you are reading this.</p>
<p>I have just updated WordPress to version 2.2, this is a mandatory upgrade which means the 2.1.X branch will not be continued. Bloggers, you might want to upgrade your WordPress blog as soon as you can because this version consists of <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.2">244 bugs fixed</a>.<br />
<!--more--><br />
New features including:</p>
<ol>
<li><strong>WordPress Widgets</strong><br />
Drag and drop your sidebar items, as simple as that. It was available as a plugin, now being included in the core code.</li>
<li><strong>Full Atom support</strong><br />
Now besides RSS, you have another way to serve your blog feeds.</li>
<li><strong>new Blogger importer</strong><br />
Google Blogger full import. If you have a blogger.com account, and would like to switch to WordPress, you can keep all your posts and comments without any hassle.</li>
<li><strong>Infinite comment stream</strong><br />
This might sounds complicated. Actually it is just an AJAX feature that lets you moderate your blog&#8217;s comments with simpler way, as in you will always have 20 Items on the same page after you make some deletes.</li>
</ol>
<p>For more features listing, please check out <a href="http://wordpress.org/development/2007/05/wordpress-22/">WordPress Release Page</a>. Also, while we all enjoy using WordPress so much, see what the contributing author Matthew Mullenweg <a href="http://photomatt.net/2007/05/10/meaningful-overnight-relationship/">has to say</a> in his blog.</p>
]]></description>
		<wfw:commentRss>http://www.nixser.com/2007/05/28/upgraded-to-wordpress-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: CompleteRSS, serving your RSS feed in full.</title>
		<link>http://www.nixser.com/2007/04/25/wordpress-plugin-completerss-serving-your-rss-feed-in-full/</link>
		<comments>http://www.nixser.com/2007/04/25/wordpress-plugin-completerss-serving-your-rss-feed-in-full/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 05:23:35 +0000</pubDate>
		<dc:creator>Yien Bin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[completerss]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.nixser.com/2007/04/25/wordpress-plugin-completerss-serving-your-rss-feed-in-full/</guid>
		<description><![CDATA[<p>I used to serve my RSS feed in full text. In this way I personally think the readers will enjoy the information easier, without visiting the actual site for the full content. This is what RSS feed, and any other technology meant to be, to simplify things, to save time.</p>
<p>The problem is that ever since I&#8217;ve implemented the &#8220;more&#8221; tag for better front page sorting, my RSS feed is not able to serve in full text anymore. It inherits the &#8220;more&#8221; link in the feed, in where you set to trim the post. I&#8217;ve been looking for solution for this problem, and I&#8217;ve found one.</p>
<p>This is a WordPress plugin brought to you by <a href="http://neosmart.net/blog/">Computer Guru</a>. CompleteRSS is a plugin that allows you to serve your RSS feed in full HTML. Download page is <a href="http://neosmart.net/dl.php?id=2">here</a>.<br />
<!--more--><br />
After activating the plugin, my RSS feed now looks like this.<br />
<img src='http://www.nixser.com/wp-content/uploads/2007/04/rss.jpg' alt='RSS Feed in Thunderbird' /><br />
Full HTML served in RSS Feed.</p>
<p>I&#8217;ve noticed a few things here.</p>
<ol>
<li>Your bandwidth usage will increase when the feed is loaded everytime in RSS feed reader.</li>
<li>Adsense advertisement block will not display in the HTML RSS Feed.</li>
</ol>
<p>Well, this is the price I&#8217;m willing to pay in order to improve my readership. How about you?</p>
<p><a href="http://feeds.feedburner.com/nixser">Subscribe </a> to my RSS to get more useful information.</p>
]]></description>
		<wfw:commentRss>http://www.nixser.com/2007/04/25/wordpress-plugin-completerss-serving-your-rss-feed-in-full/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Default 3-columns V1.2</title>
		<link>http://www.nixser.com/2007/02/12/wordpress-default-3-columns-v12/</link>
		<comments>http://www.nixser.com/2007/02/12/wordpress-default-3-columns-v12/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 12:16:08 +0000</pubDate>
		<dc:creator>Yien Bin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.nixser.com/2007/02/12/wordpress-default-3-columns-v12/</guid>
		<description><![CDATA[<p>Hi, this is the latest version of my three columns kubrick theme, as you can see in this blog. Same as the original kubrick theme, the header logo&#8217;s color can be changed as you wish. I&#8217;ll list down the changes below.</p>
<p><strong>Changelog V1.2</strong></p>
<ol>
<li>Google adsense ready. In sidebar.php, header.php, single.php. Added google site search(page slug needed).</li>
<li>Removed gray color sidebar background.</li>
<li>Inserted codes for plugins, WP-EMail, WP-PostRatings and WP-PostViews by GamerZ.(http://www.lesterchan.net/)</li>
<li>Added feedburner subscription panel.</li>
<li>Added Technorati Fave This Blog button.</li>
<li>Wordpress 2.1 compatible.</li>
</ol>
<p><!--more--><br />
<strong>Installation Note</strong><br />
Download the theme and extract to your local file system. Upload the folder &#8220;three-col-kubrick-12&#8243; to your wordpress theme directory. ~/wp-content/themes/ by default. Enable the theme in &#8220;Presentation&#8221; tab.</p>
<p><strong>Optional</strong><br />
Please get GamerZ&#8217;s WP-EMail, WP-PostRatings, and WP-PostViews plugins <a href="http://www.lesterchan.net/others/downloads.php">here</a>. Handy plugins to from Lester Chan. You might also want Sociable plugin at <a href="http://push.cx/sociable">here</a>.</p>
<p><a href='http://www.nixser.com/wp-content/uploads/2007/02/three-col-kubrick-12.zip' title='three-col-kubrick.zip'><strong>Download</strong></a>. Please link to this page instead of the zip file. Thank you.</p>
<p>Hope someone find it useful. Feel free to give me some feedbacks.</p>
]]></description>
		<wfw:commentRss>http://www.nixser.com/2007/02/12/wordpress-default-3-columns-v12/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hello Ella, WordPress 2.1!</title>
		<link>http://www.nixser.com/2007/01/29/hello-ella-wordpress-21/</link>
		<comments>http://www.nixser.com/2007/01/29/hello-ella-wordpress-21/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 09:58:51 +0000</pubDate>
		<dc:creator>Yien Bin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.nixser.com/2007/01/29/hello-ella-wordpress-21/</guid>
		<description><![CDATA[<p>As usual, I&#8217;ve upgraded as soon as I could to the latest version of WordPress. Now they have a code name for each release, this 2.1 release is &#8220;Ella&#8221;, named after jazz vocalist &#8220;Ella Fitzgerald&#8221;, not that I care though. There are <strong>550</strong> bugs fixed so far until this version, detailed listing can be found <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.1">here</a>.</p>
<p>There are tons of new features in this version. Following features grabbed my attention the most.</p>
<ul>
<li>Autosave makes sure you never lose a post again. (Awesome Ajax feature <strong>without</strong> loading the page again like you manually save and continue editing.)</li>
<li>Our new tabbed editor allows you to switch between WYSIWYG and code editing instantly while writing a post. </li>
<li>New search engine privacy option allows you take you to indicate your blog shouldnâ€™t ping or be indexed by search engines like Google. </li>
<li>You can set any â€œpageâ€ to be the front page of your site, and put the latest posts somewhere else, making it much easier to use WordPress as a content management system. </li>
</ul>
<p><!--more--><br />
For other features, you can check the official release page <a href="http://wordpress.org/development/2007/01/ella-21/">here</a>. I haven&#8217;t noticed any flaw in my blog, the refined database code indeed reduces the loading time, this release is highly recommended from me. If you do notice anything wrong with this blog, please feel free to leave a comment down there, or kindly <a href="http://www.nixser.com/contact/">contact</a> me.</p>
]]></description>
		<wfw:commentRss>http://www.nixser.com/2007/01/29/hello-ella-wordpress-21/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgraded to WordPress 2.0.6, added google Adsense.</title>
		<link>http://www.nixser.com/2007/01/07/upgraded-to-wordpress-206-added-google-adsense/</link>
		<comments>http://www.nixser.com/2007/01/07/upgraded-to-wordpress-206-added-google-adsense/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 15:52:57 +0000</pubDate>
		<dc:creator>Yien Bin</dc:creator>
				<category><![CDATA[Site Info]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.nixser.com/2007/01/07/upgraded-to-wordpress-206-added-google-adsense/</guid>
		<description><![CDATA[<p>New year, new things. Didn&#8217;t expect to have a wordpress upgrade so soon, but anyway this release is again &#8220;critical&#8221; as they claim. I always believe in software patching, so here it is, WordPress 2.0.6. </p>
<p>Also, notice the google adsense on the sidebar and every single post page, is it too big? I&#8217;m looking for some bucks just enough to cover my hosting cost every month, so if you find it annoying, you have my apology in advance.</p>
<p>I did not get the chance to wish you all, Happy 2007! All the best this year!</p>
<p><font color="red">Update:</font> It turned out that there&#8217;s a bug with version 2.0.6. Feedburner will not work if your server is running on apache mod_php. Workaround can be found <a href="http://markjaquith.wordpress.com/2007/01/06/wordpress-206-feedburner-issue-and-fix/">here</a>.</p>
]]></description>
		<wfw:commentRss>http://www.nixser.com/2007/01/07/upgraded-to-wordpress-206-added-google-adsense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
