<?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>BLOG it with ALLEN &#187; How To</title>
	<atom:link href="http://allenooi.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://allenooi.com</link>
	<description>- Make Money Online - Food - Travel - Technology - Review -</description>
	<lastBuildDate>Mon, 06 Feb 2012 03:06:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>WordPress 2.5 &#8211; Problem and Fix</title>
		<link>http://allenooi.com/2008/04/wordpress-25-problem-and-fix/</link>
		<comments>http://allenooi.com/2008/04/wordpress-25-problem-and-fix/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 04:30:25 +0000</pubDate>
		<dc:creator>allenooi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://allenooi.com/?p=511</guid>
		<description><![CDATA[Just after I upgraded, I immediately go to the admin page for my blog. The interface looks great! I like the light blue. Oh, I just like it! Then, I go to write a new post and test out the multiple photos upload. Problem comes!! I got the &#8220;HTTP error. An error occurred in the [...]]]></description>
			<content:encoded><![CDATA[<p>Just after I upgraded, I immediately go to the admin page for my blog. The interface looks great! I like the light blue. Oh, I just like it!</p>
<p>Then, I go to write a new post and test out the multiple photos upload. Problem comes!! <img src='http://allenooi.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I got the &#8220;<strong>HTTP error. An error occurred in the upload. Please try again later</strong>&#8221; while uploading the photo. I tried a few times and it was still the same.</p>
<p><a href="http://allenooi.com/wp-content/uploads/2008/04/wordpress4.jpg"><img class="alignnone size-full wp-image-513" title="wordpress4" src="http://allenooi.com/wp-content/uploads/2008/04/wordpress4.jpg" alt="" width="500" height="221" /></a><br />
<em>* The screen capture is taken from hongkiat.com.</em></p>
<p>Then I search this problem in Google, I&#8217;m sure there will be solution. I was right! I found the solution from Hong Kiat&#8217;s Blog. We need to go to the public_html in the file manager in cpanel. There is a file called .htaccess. Edit and paste the following command into the file.</p>
<p><span style="color: #ff0000;"><strong>&lt;IfModule mod_security.c&gt;<br />
&lt;Files async-upload.php&gt;<br />
SecFilterEngine Off<br />
SecFilterScanPOST Off<br />
&lt;/Files&gt;<br />
&lt;/IfModule&gt;</strong></span></p>
<p>After the editing, save it. Problem solved! For more detail on this solution, please read it from <a href="http://www.hongkiat.com/blog/wordpress-25-image-upload-error-wordpress-fix/">hongkiat.com</a></p>
<p>After successfully uploading the photo, I try to upgrade WordPress 2.5 into my another blog. I do the same steps and this time, I got another error on the photo uploading: Specified file failed upload test.</p>
<p>Again, I Google it. It seems like we need to do some editing on 2 files:</p>
<p><strong>wp-admin/includes/media.php</strong>, look for line 817, DELETE the coma (<strong><span style="color: #ff0000;">,</span></strong>).</p>
<p>814	file_queue_error_handler : fileQueueError,<br />
815	file_dialog_complete_handler : fileDialogComplete,<br />
816<br />
817	debug: false<span style="color: #ff0000;"><strong>,</strong></span><br />
debug: false<br />
818	});<br />
819	$(&#8220;#flash-browse-button&#8221;).bind( &#8220;click&#8221;, function(){swfu.selectFiles();});<br />
820	});</p>
<p><strong>wp-includes/js/swfupload/handlers.js</strong>, look for line 99, the coma (<strong><span style="color: #ff0000;">,</span></strong>).</p>
<p>96       jQuery(&#8216;#media-item-&#8217; + this.id + &#8216; .filename&#8217;).append(&#8216; <span class="file-error">&#8216;+swfuploadL10n.deleted+&#8217;</span>&#8216;).siblings(&#8216;a.toggle&#8217;).remove();<br />
97 	jQuery(&#8216;#media-item-&#8217; + this.id).children(&#8216;.describe&#8217;).css({backgroundColor:&#8217;#fff&#8217;}).end()<br />
98 	.animate({backgroundColor:&#8217;#ffc0c0&#8242;}, {queue:false,duration:50})<br />
99 	.animate({minHeight:0,height:36<span style="color: #ff0000;"><strong>,</strong></span>}, 400, null, function(){jQuery(this).children(&#8216;.describe&#8217;).remove()})<br />
.animate({minHeight:0,height:36}, 400, null, function(){jQuery(this).children(&#8216;.describe&#8217;).remove()})<br />
100	.animate({backgroundColor:&#8217;#fff&#8217;}, 400)<br />
101	.animate({height:0}, 800, null, function(){jQuery(this).remove();updateMediaForm();});</p>
<p>For my case, I only need to delete the coma (<strong><span style="color: #ff0000;">,</span></strong>) in <strong>wp-includes/js/swfupload/handlers.js</strong> and the issue fixed!</p>
<p>Upgrade to WordPress 2.5 and experience the new features now!</p>
]]></content:encoded>
			<wfw:commentRss>http://allenooi.com/2008/04/wordpress-25-problem-and-fix/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 &#8211; Upgrade</title>
		<link>http://allenooi.com/2008/04/wordpress-25-upgrade/</link>
		<comments>http://allenooi.com/2008/04/wordpress-25-upgrade/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 06:28:23 +0000</pubDate>
		<dc:creator>allenooi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://allenooi.com/?p=510</guid>
		<description><![CDATA[I upgraded my blog to WordPress 2.5 this morning. It has been there for some time but I didn&#8217;t do the change. Before I did the upgrade, I read about the new feature in version 2.5. 2 features that make me want to upgrade to WordPress 2.5 are: multiple photos can be uploaded at one [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded my blog to WordPress 2.5 this morning. It has been there for some time but I didn&#8217;t do the change. Before I did the upgrade, I read about the new feature in version 2.5.</p>
<p>2 features that make me want to upgrade to WordPress 2.5 are: multiple photos can be uploaded at one time and the dashboard interface will be different. The multiple upload is the best change in this latest version. I no longer need to upload my photo one by one. It can save my time.</p>
<p>How to upgrade? Just go to the cpanel for your blog. Click on the Fantastico De Luxe under the Software/Service section. You will find your blog&#8217;s name on the left and there is a upgrade to 2.5 link for you to click. After clicking on that, it will ask you to confirm before the upgrading. Once you click, your blog will upgraded to use WordPress 2.5 in few seconds. The upgrade is fast!</p>
<p>Some screen shot from WordPress 2.5.</p>
<p><a href="http://allenooi.com/wp-content/uploads/2008/04/wordpress1.jpg"><img class="alignnone size-full wp-image-514" title="wordpress1" src="http://allenooi.com/wp-content/uploads/2008/04/wordpress1.jpg" alt="" width="401" height="424" /></a></p>
<p><a href='http://allenooi.com/wp-content/uploads/2008/04/wordpress2.jpg'><img src="http://allenooi.com/wp-content/uploads/2008/04/wordpress2.jpg" alt="" title="wordpress2" width="500" height="346" class="alignnone size-full wp-image-517" /></a></p>
<p><a href='http://allenooi.com/wp-content/uploads/2008/04/wordpress3.jpg'><img src="http://allenooi.com/wp-content/uploads/2008/04/wordpress3.jpg" alt="" title="wordpress3" width="500" height="312" class="alignnone size-full wp-image-518" /></a></p>
<p>Now, you are ready to use WordPress 2.5! <img src='http://allenooi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://allenooi.com/2008/04/wordpress-25-upgrade/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Recent Comments in Blogspot (Part 2)</title>
		<link>http://allenooi.com/2007/12/recent-comments-in-blogspot-part-2/</link>
		<comments>http://allenooi.com/2007/12/recent-comments-in-blogspot-part-2/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 22:29:19 +0000</pubDate>
		<dc:creator>allenooi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://allenooi.com/2007/12/18/recent-comments-in-blogspot-part-2/</guid>
		<description><![CDATA[I didn&#8217;t expect to have Part 2 on this topic. But somehow CS commented that we can actually do it in blogspot itself. I never tried. Since he said it&#8217;s working and I actually see it from his blog, I share it to all of you (Just in case you didn&#8217;t read his comment). Steps: [...]]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t expect to have Part 2 on this topic. But somehow CS commented that we can actually do it in blogspot itself. I never tried. Since he said it&#8217;s working and I actually see it from his blog, I share it to all of you (Just in case you didn&#8217;t read his comment).</p>
<p><strong><u>Steps:</u></strong></p>
<p><strong>1. </strong>Go to the Page Element in blogspot. (I hope you know how to go to page element, if don&#8217;t know, knock your head on the wall. Hahahaha, just kidding.) It&#8217;s under Template > Page Element.</p>
<p><a href='http://allenooi.com/wp-content/uploads/2007/12/comments2.JPG' title='comments2.JPG'><img src='http://allenooi.com/wp-content/uploads/2007/12/comments2.JPG' alt='comments2.JPG' /></a></p>
<p><strong>2. </strong>Add a Page Element. Choose Feed and click Add to Blog.</p>
<p><a href='http://allenooi.com/wp-content/uploads/2007/12/comments3.JPG' title='comments3.JPG'><img src='http://allenooi.com/wp-content/uploads/2007/12/comments3.JPG' alt='comments3.JPG' /></a></p>
<p><strong>3. </strong>Enter the URL as below: <strong>http://xxx.blogspot.com/feeds/comments/default</strong>. For example, http://xinqing-xinjing.blogspot.com/feeds/comments/default. Click Continue.</p>
<p><a href='http://allenooi.com/wp-content/uploads/2007/12/comments4.JPG' title='comments4.JPG'><img src='http://allenooi.com/wp-content/uploads/2007/12/comments4.JPG' alt='comments4.JPG' /></a></p>
<p><strong>4. </strong>You can edit the title and select the option you want. Only maximum of 5 comments can be displayed. You can preview on the option you have selected.</p>
<p><a href='http://allenooi.com/wp-content/uploads/2007/12/comments5.JPG' title='comments5.JPG'><img src='http://allenooi.com/wp-content/uploads/2007/12/comments5.JPG' alt='comments5.JPG' /></a></p>
<p>Besides comments, if you want to view your recent post, you can follow the same steps but when enter the URL, change the comments to posts, like this:<br />
<strong>http://xinqing-xinjing.blogspot.com/feeds/<em>posts</em>/default. </strong><br />
Understand? I think this one is not so useful since we already have Blog Archive. </p>
<p>So, which one you prefer? The Widget or the Feed? </p>
<p>For me, I prefer the Widget. Besides author, date and comment, I also can know which post is actually readers left the comments on. </p>
<p><em>* Thanks CS for the sharing on another way of adding recent comments into blogspot.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://allenooi.com/2007/12/recent-comments-in-blogspot-part-2/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Recent Comments in Blogspot</title>
		<link>http://allenooi.com/2007/12/recent-comments-widget-in-blogspot/</link>
		<comments>http://allenooi.com/2007/12/recent-comments-widget-in-blogspot/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 20:25:10 +0000</pubDate>
		<dc:creator>allenooi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://allenooi.com/2007/12/17/recent-comments-widget-in-blogspot/</guid>
		<description><![CDATA[I&#8217;m going to stop my Singapore trip post for today. I still have quite a number to post but I decided to write something else other than Singapore Singapore Singapore non stop. Si peh boring right? (Si peh is like Damn in English. It&#8217;s Hokkien. Just in case you don&#8217;t know what it means.) I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to stop my Singapore trip post for today. I still have quite a number to post but I decided to write something else other than Singapore Singapore Singapore non stop. Si peh boring right? <em>(Si peh is like Damn in English. It&#8217;s Hokkien. Just in case you don&#8217;t know what it means.)</em></p>
<p>I&#8217;m having a difficult time to find out who left comments in <a href="http://xinqing-xinjing.blogspot.com">my blogspot blog</a> especially on old post. It&#8217;s impossible for me to view all my posts everyday just to find out who has left the comment. Luckily, there is a widget called Recent Comments that solve my problem. It can show all the recent comments your reader left. Cool huh? (FYI, other blog hosting like WordPress has this feature embedded into it.)</p>
<p>Today, when I browse through <a href="http://sunnysideupfoodie.blogspot.com/">Hoon&#8217;s blog</a>, I found she has this feature on the side bar. There is a link below the recent comment column that says &#8220;<a href="http://blogger-templates.blogspot.com/2007/03/recent-comments.html">Add this widget to your blog</a>&#8220;. Without any hesitation, I clicked on it. It came out this page.</p>
<p><a href='http://allenooi.com/wp-content/uploads/2007/12/widget1.JPG' title='widget1.JPG'><img src='http://allenooi.com/wp-content/uploads/2007/12/widget1.JPG' alt='widget1.JPG' /></a></p>
<p><strong><u>How it works?</u></strong></p>
<p>Just fill in your blog URL into the Blog Address column. Before clicking Apply, you can choose how many comments you want it to display, whether to show comment date and post title and how many character for the summary size. After clicking the Apply, continue to click Add widget to my blog. The below page will appear.</p>
<p><a href='http://allenooi.com/wp-content/uploads/2007/12/widget2.JPG' title='widget2.JPG'><img src='http://allenooi.com/wp-content/uploads/2007/12/widget2.JPG' alt='widget2.JPG' /></a></p>
<p>Just select the blog you want to add this widget into. Normally only one blog is showing unless you have a couple of blogspot blogs. Edit the title as you wish. Click ADD WIDGET and it&#8217;s all done. You can see the Recent Comments appear under Page Element page.</p>
<p><a href='http://allenooi.com/wp-content/uploads/2007/12/widget3.JPG' title='widget3.JPG'><img src='http://allenooi.com/wp-content/uploads/2007/12/widget3.JPG' alt='widget3.JPG' /></a></p>
<p>The outcome will be as below:</p>
<p><a href='http://allenooi.com/wp-content/uploads/2007/12/widget4.JPG' title='widget4.JPG'><img src='http://allenooi.com/wp-content/uploads/2007/12/widget4.JPG' alt='widget4.JPG' /></a></p>
<p>It&#8217;s so easy, right? Now you will no longer miss any comments even though your reader left a comment in your very very old post. </p>
<p><em>p/s Hoon, I help you to &#8220;pak kong kor&#8221; (advertise) your bog, I want my commission ya&#8230;&#8230; <img src='http://allenooi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </em></p>
]]></content:encoded>
			<wfw:commentRss>http://allenooi.com/2007/12/recent-comments-widget-in-blogspot/feed/</wfw:commentRss>
		<slash:comments>469</slash:comments>
		</item>
		<item>
		<title>How to Blog 2</title>
		<link>http://allenooi.com/2007/12/how-to-blog-2/</link>
		<comments>http://allenooi.com/2007/12/how-to-blog-2/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 08:37:15 +0000</pubDate>
		<dc:creator>allenooi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://allenooi.com/2007/12/02/how-to-blog-2/</guid>
		<description><![CDATA[(continue from the previous post) For own domain, first thing you need to do is buying a domain (Of coz laa&#8230;.. if not buy what?). You can get lots of sites for buying a domain, if you search through google: MadDogDomains.com, Register.com, buydomains.com, active-domain.com and many many more. For me, I use Godaddy. Once you [...]]]></description>
			<content:encoded><![CDATA[<p><em>(continue from the previous post)</em></p>
<p>For own domain, first thing you need to do is buying a domain (Of coz laa&#8230;.. if not buy what?). You can get lots of sites for buying a domain, if you search through google: MadDogDomains.com, Register.com, buydomains.com, active-domain.com and many many more. For me, I use Godaddy. Once you got the domain name, you need to have a web hosting server. Again, there are a lot. If you cannot decide which one to use, you can go to Hosting&#8211;Review.com, Top-10-Web-Hosting.com or webhostingbluebook.com to check them out. Before you can start to blog, you need to do some configuration. the setting is depends on which web hosting your are choosing. Normally, the web hosting site will provide support for the users. You can contact the customer support to help you out.</p>
<p>From what I noticed, most of the people feel excited when they see their friends have a blog. They also want to have one. This is very common. They are like small kids, when see something new, they want to try out. So, they started theirs. At first, they are writing everyday. Slowly, the post become less. Sooner or later, they feel bored and stop writing. </p>
<p>My recommendation: Beginners can start with a free blog hosting. It&#8217;s easier. Not much setting need to be done. If you want to stop anytime, just stop, no need to pay any single cent. </p>
<p>What do you think about blog? Any comments?</p>
]]></content:encoded>
			<wfw:commentRss>http://allenooi.com/2007/12/how-to-blog-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Blog 1</title>
		<link>http://allenooi.com/2007/12/how-to-blog/</link>
		<comments>http://allenooi.com/2007/12/how-to-blog/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 09:03:32 +0000</pubDate>
		<dc:creator>allenooi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://allenooi.com/2007/12/01/how-to-blog/</guid>
		<description><![CDATA[Before I start, let me talk about what is a blog. To me, a blog is some thing like your own diary or a platform that can let you write almost anything you want. From Wikipedia: A blog (a portmanteau of web log) is a website where entries are written in chronological order and commonly [...]]]></description>
			<content:encoded><![CDATA[<p>Before I start, let me talk about what is a blog. To me, a blog is some thing like your own diary or a platform that can let you write almost anything you want. </p>
<p>From Wikipedia:<br />
<em>A blog (a portmanteau of web log) is a website where entries are written in chronological order and commonly displayed in reverse chronological order. &#8220;Blog&#8221; can also be used as a verb, meaning to maintain or add content to a blog.</p>
<p>Many blogs provide commentary or news on a particular subject; others function as more personal online diaries. A typical blog combines text, images, and links to other blogs, web pages, and other media related to its topic. The ability for readers to leave comments in an interactive format is an important part of many blogs. Most blogs are primarily textual, although some focus on art (artlog), photographs (photoblog), sketchblog, videos (vlog), music (MP3 blog), audio (podcasting) and are part of a wider network of social media. Micro-blogging is another type of blogging which consists of blogs with very short posts.</em></p>
<p>I started my blog in 2005 after get influenced by my brother. I have posted my blog history before, so I&#8217;m not going to repeat here (You can click <a href="http://xinqing-xinjing.blogspot.com/2007/09/why-i-blog.html">HERE</a> to read about it). The main topic I want to share is, How to Blog.</p>
<p>There are 2 options for you to start your blog: Register to a free blog hosting OR register your own domain and web hosting server.</p>
<p>Register to a free blog hosting is the easiest way ever. They are so many free blog hosting out there. The most common will be the blogger.com. Besides blogspot, wordpress, myspace, xanga, typepad, livejournal, vox and etc are also available online. This is base on personal preference.</p>
<p>Free blog hosting embed most of the stuff inside, you can start to write in just seconds. It&#8217;s pretty straight forward. Just go and register an account, login and start yout posting. Of coz, you can change the template as you wish. You also can attach additional stuff into you blog like videos and photos, with just a simple click. For the intermmediate level, you even can edit the coding inside. </p>
<p>For the 2nd option, post it tomorrow. Too lengthy&#8230;&#8230;&#8230; </p>
<p>(t<em>o be continue&#8230;)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://allenooi.com/2007/12/how-to-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

