<?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>what the blog?</title>
	<atom:link href="http://blog.mydream.com.hk/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mydream.com.hk</link>
	<description>{upgrade in progress..}</description>
	<lastBuildDate>Tue, 24 May 2011 17:09:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Enable your iPad 2 Cover Lock/Unlock Option</title>
		<link>http://blog.mydream.com.hk/blog/enable-your-ipad-2-cover-lockunlock-option</link>
		<comments>http://blog.mydream.com.hk/blog/enable-your-ipad-2-cover-lockunlock-option#comments</comments>
		<pubDate>Sat, 14 May 2011 08:58:42 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=2050</guid>
		<description><![CDATA[iPad Cover Lock/Unlock missing? Most of you might have noticed that iPad 2 doesn’t shows the iPad Cover Lock/Unlock option in settings. That’s NOT an issue, this option automatically shows up once you attach the smart cover for first time on your iPad. Use a piece of magnet, and touch on your iPad right upper [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/blog/enable-your-ipad-2-cover-lockunlock-option/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox / thunderbird font hinting broken after upgrade ubuntu 11.04</title>
		<link>http://blog.mydream.com.hk/blog/firefox-thunderbird-font-hinting-broken-after-upgrade-ubuntu-11-04</link>
		<comments>http://blog.mydream.com.hk/blog/firefox-thunderbird-font-hinting-broken-after-upgrade-ubuntu-11-04#comments</comments>
		<pubDate>Fri, 06 May 2011 18:07:36 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[whatever]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=2036</guid>
		<description><![CDATA[I was encountered the font hinting/smoothing were broken on firefox/thunderbird after upgrade to ubuntu 11.04, as you see the screenshot, the title has font smoothed but the Menu,URL address and the content dosen&#8217;t. Having reset everything in gnome by remove &#8220;.gnome2&#8243;,&#8221;.gconf&#8221;,&#8221;.gconfd&#8221; doesn&#8217;t help. Finally remove this file &#8220;.fonts.conf&#8221; in home folder did the trick.]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/blog/firefox-thunderbird-font-hinting-broken-after-upgrade-ubuntu-11-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Step to keep track OS memory usage by process</title>
		<link>http://blog.mydream.com.hk/howto/linux/3-step-to-keep-track-os-memory-usage-by-process</link>
		<comments>http://blog.mydream.com.hk/howto/linux/3-step-to-keep-track-os-memory-usage-by-process#comments</comments>
		<pubDate>Sat, 30 Apr 2011 18:28:32 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[monitoring]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1918</guid>
		<description><![CDATA[Tutorial So many people asking how to keep track on the OS memory usage by process, as you know a bit about Physical Memory, Virtual Memory (VSZ), Resident Set Size (RSS), Shared Memory, Paging Memory&#8230;etc, counting RSS to determine memory usage is very common way and easier to understand for dummies like me, although it&#8217;s [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/linux/3-step-to-keep-track-os-memory-usage-by-process/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rename Post format string in WordPress theme</title>
		<link>http://blog.mydream.com.hk/howto/wordpress/rename-post-format-string-in-wordpress-theme</link>
		<comments>http://blog.mydream.com.hk/howto/wordpress/rename-post-format-string-in-wordpress-theme#comments</comments>
		<pubDate>Fri, 22 Apr 2011 12:16:52 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[post_format]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1905</guid>
		<description><![CDATA[Code Because post format string is hard coded in post.php, so you can&#8217;t change them in filter way. To rename the post format string and display in a theme, you can add the following function in function.php. function post_format_nicename() { global $post; $slug = str_replace('post-format-', '', get_post_format($post-&#62;ID)); if(empty($slug)) { $slug = 'standard'; } $source = [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/wordpress/rename-post-format-string-in-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to filter &#8220;Standard&#8221; Post format in WordPress</title>
		<link>http://blog.mydream.com.hk/howto/how-to-filter-standard-post-format-in-wordpress</link>
		<comments>http://blog.mydream.com.hk/howto/how-to-filter-standard-post-format-in-wordpress#comments</comments>
		<pubDate>Fri, 15 Apr 2011 13:08:42 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[post_format]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1886</guid>
		<description><![CDATA[Post format As you know Post Formats is a theme feature introduced with Version 3.1. A Post Format is a piece of meta information that can be used by a theme to customize its presentation of a post. The Post Formats feature provides a standardized list of formats that are available to all themes that [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/how-to-filter-standard-post-format-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress theme preview &#8220;The eVol Theme&#8221;</title>
		<link>http://blog.mydream.com.hk/featured/wordpress-theme-preview-the-evol-theme</link>
		<comments>http://blog.mydream.com.hk/featured/wordpress-theme-preview-the-evol-theme#comments</comments>
		<pubDate>Sat, 09 Apr 2011 00:08:02 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1860</guid>
		<description><![CDATA[I&#8217;ll release this WordPress theme &#8220;The eVol Theme&#8221; for free(hopefully) in coming days(hopefully too), this theme is a all-in-one package build for photographers, portfolio users, bloggers. The themes support the follow key features. - Front-end composing - Auto image resize, attach - Exif, Geo location display for images. - Jplayer support for Audio/Video - Switchable [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/featured/wordpress-theme-preview-the-evol-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Protector: Object is a mounted filesystem =&gt; not restored.</title>
		<link>http://blog.mydream.com.hk/howto/unix/data-protector-object-is-a-mounted-filesystem-not-restored</link>
		<comments>http://blog.mydream.com.hk/howto/unix/data-protector-object-is-a-mounted-filesystem-not-restored#comments</comments>
		<pubDate>Wed, 30 Mar 2011 10:36:12 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1849</guid>
		<description><![CDATA[Unexpected mounted filesystems detected when restoring a disk imageWhen restoring a disk image, you get a message that the disk image being restoredis a mounted filesystem and will not be restored: Object is a mounted filesystem =&#62; not restored. This happens when an application on the disk image leaves some patterns on thedisk image. The [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/unix/data-protector-object-is-a-mounted-filesystem-not-restored/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submitting WordPress post from frontend without a plugin</title>
		<link>http://blog.mydream.com.hk/howto/submitting-wordpress-post-from-frontend-without-a-plugin</link>
		<comments>http://blog.mydream.com.hk/howto/submitting-wordpress-post-from-frontend-without-a-plugin#comments</comments>
		<pubDate>Tue, 29 Mar 2011 11:18:46 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1816</guid>
		<description><![CDATA[About This tutorial will guide you to create your own custom post composing form to enable fast blogging with your favorite theme without adding a plugin. I&#8217;m looking for any alternative to not porting P2, however&#8230;. none.,  finally that&#8217;s the reason i wrote it, and It was also inspired by the original development from http://wpshout.com/wordpress-submit-posts-from-frontend/. [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/submitting-wordpress-post-from-frontend-without-a-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SGS How to disable HSPA / HSDPA for better battery life</title>
		<link>http://blog.mydream.com.hk/post/sgs-how-to-disable-hspa-hsdpa-for-better-battery-life</link>
		<comments>http://blog.mydream.com.hk/post/sgs-how-to-disable-hspa-hsdpa-for-better-battery-life#comments</comments>
		<pubDate>Tue, 15 Mar 2011 07:58:25 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[SGS]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/post/sgs-how-to-disable-hspa-hsdpa-for-better-battery-life</guid>
		<description><![CDATA[Go to the phone dialer pad and enter this code: *#301279# Click [2] CHANGE HSPA REVISION Click [1] RELEASE 99 (HSPA OFF) Then you should see something like: CHANGE_R99 HSDPA OFF, HSUPA OFF]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/post/sgs-how-to-disable-hspa-hsdpa-for-better-battery-life/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting ORA-01180 error during database restoration</title>
		<link>http://blog.mydream.com.hk/howto/getting-ora-01180-error-during-database-restoration</link>
		<comments>http://blog.mydream.com.hk/howto/getting-ora-01180-error-during-database-restoration#comments</comments>
		<pubDate>Sat, 19 Feb 2011 15:08:48 +0000</pubDate>
		<dc:creator>levin</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[rman]]></category>

		<guid isPermaLink="false">http://blog.mydream.com.hk/?p=1793</guid>
		<description><![CDATA[Why Having restore database from rman but got a ORA-01180 error, it happen often because your backup file source directory is different then original backup path. Let&#8217;s try Restore pfile and recreate all necessary directory eg: archive log, admin, a/b/c/udump, datafile&#8230; every directory you specified in the pfile Copy your backup pfile to %ORACLE_HOME%\dbs\ sqlplus [...]]]></description>
		<wfw:commentRss>http://blog.mydream.com.hk/howto/getting-ora-01180-error-during-database-restoration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.274 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-18 14:53:58 -->

