<?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>Willie</title>
	<atom:link href="http://xbfish.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://xbfish.com</link>
	<description>Sharing is always Caring...</description>
	<lastBuildDate>Fri, 03 Sep 2010 13:58:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Open/Edit .ctp with Dreamweaver CS4</title>
		<link>http://xbfish.com/2010/09/03/openedit-ctp-with-dreamweaver-cs4/</link>
		<comments>http://xbfish.com/2010/09/03/openedit-ctp-with-dreamweaver-cs4/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 13:56:08 +0000</pubDate>
		<dc:creator>Willie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[.ctp in cakephp]]></category>
		<category><![CDATA[cakephp .ctp dreamaweaver]]></category>
		<category><![CDATA[edit .ctp cakephp]]></category>
		<category><![CDATA[open .ctp with dreamweaver]]></category>

		<guid isPermaLink="false">http://xbfish.com/?p=840</guid>
		<description><![CDATA[CakePHP 1.3 default file extension for the views template are in .ctp If you open up .ctp files with Adobe Dreamweaver CS4, you will noticed that all the codes are in black and white. To make Dreamweaver show the color syntax of PHP &#038; HTML in .ctp files, do the following: - Navigate to Dreamweaver [...]]]></description>
			<content:encoded><![CDATA[<p>CakePHP 1.3 default file extension for the views template are in .ctp</p>
<p>If you open up .ctp files with Adobe Dreamweaver CS4, you will noticed that all the codes are in black and white. To make Dreamweaver show the color syntax of PHP &#038; HTML in .ctp files, do the following:</p>
<p>- Navigate to Dreamweaver CS4 Installation folder/configuration/DocumentTypes<br />
- Open up MMDocumentTypes.xml</p>
<p>Search for:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;">winfileextension=&quot;php,php3,php4,php5&quot;</pre></td></tr></table></div>

<p>Replace with:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;">winfileextension=&quot;php,php3,php4,php5,ctp&quot;</pre></td></tr></table></div>

<p>Restart your Dreamweaver CS4 if it is running. Open up again and you will notice that .ctp files now has the same color syntax as .php files. </p>
]]></content:encoded>
			<wfw:commentRss>http://xbfish.com/2010/09/03/openedit-ctp-with-dreamweaver-cs4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removed Dotted Line around image</title>
		<link>http://xbfish.com/2010/09/02/removed-dotted-line-around-image/</link>
		<comments>http://xbfish.com/2010/09/02/removed-dotted-line-around-image/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 14:17:52 +0000</pubDate>
		<dc:creator>Willie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[image dotted line]]></category>
		<category><![CDATA[img dotted line]]></category>
		<category><![CDATA[remove dotted line]]></category>

		<guid isPermaLink="false">http://xbfish.com/?p=835</guid>
		<description><![CDATA[If you would like to remove this irritating dotted line when users click and hold the image, just do the following on your stylesheet in CSS: 1 2 3 a &#123; outline: none; &#125; Easy !~ But this would also means it will remove dotted line around all hyperlinks (including text hyperlinks) unless you define [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://i56.tinypic.com/15q2c05.jpg"></center></p>
<p>If you would like to remove this irritating dotted line when users click and hold the image, just do the following on your stylesheet in CSS:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">a <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Easy !~ But this would also means it will remove dotted line around all hyperlinks (including text hyperlinks) unless you define a class for it:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">a<span style="color: #6666ff;">.YOURCLASS</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://xbfish.com/2010/09/02/removed-dotted-line-around-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>梁靜茹 &amp; 丁噹 &#8211; 燕尾蝶</title>
		<link>http://xbfish.com/2010/08/31/%e6%a2%81%e9%9d%9c%e8%8c%b9-%e4%b8%81%e5%99%b9-%e7%87%95%e5%b0%be%e8%9d%b6/</link>
		<comments>http://xbfish.com/2010/08/31/%e6%a2%81%e9%9d%9c%e8%8c%b9-%e4%b8%81%e5%99%b9-%e7%87%95%e5%b0%be%e8%9d%b6/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 13:09:46 +0000</pubDate>
		<dc:creator>Willie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://xbfish.com/?p=827</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/qK0BrELYWmM?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qK0BrELYWmM?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://xbfish.com/2010/08/31/%e6%a2%81%e9%9d%9c%e8%8c%b9-%e4%b8%81%e5%99%b9-%e7%87%95%e5%b0%be%e8%9d%b6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>丁当 &#8211; 我是一只小小鸟</title>
		<link>http://xbfish.com/2010/08/29/%e4%b8%81%e5%bd%93-%e6%88%91%e6%98%af%e4%b8%80%e5%8f%aa%e5%b0%8f%e5%b0%8f%e9%b8%9f/</link>
		<comments>http://xbfish.com/2010/08/29/%e4%b8%81%e5%bd%93-%e6%88%91%e6%98%af%e4%b8%80%e5%8f%aa%e5%b0%8f%e5%b0%8f%e9%b8%9f/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 16:22:06 +0000</pubDate>
		<dc:creator>Willie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://xbfish.com/?p=816</guid>
		<description><![CDATA[Her voice is so powerful and it&#8217;s very nice!]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/DRf7FLfpWwg?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/DRf7FLfpWwg?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Her voice is so powerful and it&#8217;s very nice!</p>
]]></content:encoded>
			<wfw:commentRss>http://xbfish.com/2010/08/29/%e4%b8%81%e5%bd%93-%e6%88%91%e6%98%af%e4%b8%80%e5%8f%aa%e5%b0%8f%e5%b0%8f%e9%b8%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>梁静如 &amp; 丁当 &#8211; 知足</title>
		<link>http://xbfish.com/2010/08/28/%e6%a2%81%e9%9d%99%e5%a6%82-%e4%b8%81%e5%bd%93-%e7%9f%a5%e8%b6%b3/</link>
		<comments>http://xbfish.com/2010/08/28/%e6%a2%81%e9%9d%99%e5%a6%82-%e4%b8%81%e5%bd%93-%e7%9f%a5%e8%b6%b3/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 03:23:15 +0000</pubDate>
		<dc:creator>Willie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://xbfish.com/?p=814</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/VlFgQjai4Rg?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/VlFgQjai4Rg?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://xbfish.com/2010/08/28/%e6%a2%81%e9%9d%99%e5%a6%82-%e4%b8%81%e5%bd%93-%e7%9f%a5%e8%b6%b3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shutdown/Restart/Log Off in Windows</title>
		<link>http://xbfish.com/2010/08/27/shutdownrestartlog-off-in-windows/</link>
		<comments>http://xbfish.com/2010/08/27/shutdownrestartlog-off-in-windows/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 02:46:00 +0000</pubDate>
		<dc:creator>Willie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://xbfish.com/?p=806</guid>
		<description><![CDATA[Need a icons to do the above in Windows OS? Easy! Just create a .bat file and fill in the following: For Shutdown: 1 shutdown.exe -s -t 00 For Reboot: 1 shutdown.exe -r -t 00 For Logoff: 1 shutdown.exe -l For Abort Shutdown: 1 shutdown -a Take note that the -t parameter is the number [...]]]></description>
			<content:encoded><![CDATA[<p>Need a icons to do the above in Windows OS? </p>
<p>Easy! Just create a .bat file and fill in the following:</p>
<p>For Shutdown:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="java" style="font-family:monospace;">shutdown.<span style="color: #006633;">exe</span> <span style="color: #339933;">-</span>s <span style="color: #339933;">-</span>t 00</pre></td></tr></table></div>

<p>For Reboot:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="java" style="font-family:monospace;">shutdown.<span style="color: #006633;">exe</span> <span style="color: #339933;">-</span>r <span style="color: #339933;">-</span>t 00</pre></td></tr></table></div>

<p>For Logoff:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="java" style="font-family:monospace;">shutdown.<span style="color: #006633;">exe</span> <span style="color: #339933;">-</span>l</pre></td></tr></table></div>

<p>For Abort Shutdown:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="java" style="font-family:monospace;">shutdown <span style="color: #339933;">-</span>a</pre></td></tr></table></div>

<p>Take note that the -t parameter is the number of seconds Windows take to perform this task. For instance if shutdown.exe -s -t 3600, Windows will takes 1 min before it shut down. </p>
<p>Hope it helps <img src='http://xbfish.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://xbfish.com/2010/08/27/shutdownrestartlog-off-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mfizz Evolution II Helmet</title>
		<link>http://xbfish.com/2010/08/25/mfizz-evolution-ii-helmet/</link>
		<comments>http://xbfish.com/2010/08/25/mfizz-evolution-ii-helmet/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 15:03:00 +0000</pubDate>
		<dc:creator>Willie</dc:creator>
				<category><![CDATA[Automobile]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://xbfish.com/?p=795</guid>
		<description><![CDATA[Last year April, I bought a MHR Venom helmet. But due to my carelessness, occasionally dropping the helmet, the side plate was in a bad shape. Visor will come out whenever I ride fast or when I wind up/down my visor. Asking for the price for the replacement of the side plate costs about $10. [...]]]></description>
			<content:encoded><![CDATA[<p>Last year April, I bought a <a href="http://xbfish.com/category/life/page/6/">MHR Venom helmet</a>.</p>
<p>But due to my carelessness, occasionally dropping the helmet, the side plate was in a bad shape. Visor will come out whenever I ride fast or when I wind up/down my visor. Asking for the price for the replacement of the side plate costs about $10. It&#8217;s totally not worth to change consider that I bought this helmet for around $20++ ?</p>
<p>Henceforth, I went to buy a white Mfizz Evolution II helmet. Free delivery to my house and a free helmet bag. Costs me $65 due to its light-weight and fibre glass shell construction. In my opinion, I think the pricing was better than Lim Ah Boy (LAB) where I was quoted around $70. </p>
<p><center><br />
<img src="http://i38.tinypic.com/pyhk5.jpg" width="200" height="236"></p>
<p><img src="http://i34.tinypic.com/wvskdj.jpg" width="220" height="187"><br />
</center></p>
<p>The best part is that when I bought this helmet today, it comes along with a First Street Legal Tinted Visor. Totally love it! No more risking paying $40 fine for wearing tinted visor!</p>
<p>For those interested in getting the helmet, you can find the supplier @ <a href="http://www.helmetboys.com">http://www.helmetboys.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://xbfish.com/2010/08/25/mfizz-evolution-ii-helmet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facts in Singapore</title>
		<link>http://xbfish.com/2010/08/22/fact-in-singapore/</link>
		<comments>http://xbfish.com/2010/08/22/fact-in-singapore/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 14:02:21 +0000</pubDate>
		<dc:creator>Willie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://xbfish.com/?p=784</guid>
		<description><![CDATA[In Singapore, majority of us live in HIGHLY DANGEROUS BUILDINGS (HDB). Most people have also gotten used to PAY AND PAY (PAP) without any complains. Not only do you have to pay, u PAY UNTIL BANKRUPT (PUB) when the flood comes. If u don&#8217;t own a car, u can always take a MAD RUSH TRANSPORT [...]]]></description>
			<content:encoded><![CDATA[<p>In Singapore, majority of us live in HIGHLY DANGEROUS BUILDINGS (HDB). </p>
<p>Most people have also gotten used to PAY AND PAY (PAP) without any complains. </p>
<p>Not only do you have to pay, u PAY UNTIL BANKRUPT (PUB) when the flood comes. </p>
<p>If u don&#8217;t own a car, u can always take a MAD RUSH TRANSPORT (MRT), or get squashed in bus SIDE BY SIDE (SBS) by other commuters. </p>
<p>But if you have your own transport, then you will face EVERY ROAD PAY (ERP). </p>
<p>If you are born a male in Singapore, you will have to SERVE And FARK (SAF) entertaining peoples. </p>
<p>Throwing rubbish around is also not encouraged, because they will give you NEVER ENDING AGONY (NEA) doing corrective works. </p>
<p>Lastly not forgetting that you will have your own COFFEE PROVIDENCE FUND (CPF) for our government ensuring that Singapore is 101% corruption-free. </p>
<p>The government also overshot their budget to support the recent YOU OWNSELF GO (YOG) 2010 event. This event really have a poor turn out.</p>
<p>How sad it is to be in Singapore &#8230; <img src='http://xbfish.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://xbfish.com/2010/08/22/fact-in-singapore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Japan NSR 250 DogFight</title>
		<link>http://xbfish.com/2010/08/12/japan-nsr-250-dogfight/</link>
		<comments>http://xbfish.com/2010/08/12/japan-nsr-250-dogfight/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 12:47:16 +0000</pubDate>
		<dc:creator>Willie</dc:creator>
				<category><![CDATA[Automobile]]></category>

		<guid isPermaLink="false">http://xbfish.com/?p=779</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/gkIaLrrfHww?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/gkIaLrrfHww?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://xbfish.com/2010/08/12/japan-nsr-250-dogfight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Registry Repair</title>
		<link>http://xbfish.com/2010/08/08/windows-registry-repair/</link>
		<comments>http://xbfish.com/2010/08/08/windows-registry-repair/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 11:53:00 +0000</pubDate>
		<dc:creator>Willie</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://xbfish.com/?p=776</guid>
		<description><![CDATA[Free Window Registry Repair is a refreshingly simple tool for cleaning up your Windows Registry. It lacks the bells and whistles offered by some programs&#8211;such as special features for uninstalling programs or managing the Start menu&#8211;but thankfully so. This is a program that does something well and doesn&#8217;t stray from that success. &#8211; From CNET [...]]]></description>
			<content:encoded><![CDATA[<p><i>Free Window Registry Repair is a refreshingly simple tool for cleaning up your Windows Registry. It lacks the bells and whistles offered by some programs&#8211;such as special features for uninstalling programs or managing the Start menu&#8211;but thankfully so. This is a program that does something well and doesn&#8217;t stray from that success.</i> &#8211; From CNET editor&#8217;s review</p>
<p>Some screen-shot of using Free Windows Registry Repair:<br />
<center><br />
<img src="http://i36.tinypic.com/16knzpz.jpg"></p>
<p><img src="http://i34.tinypic.com/b4c2lz.jpg"><br />
</center></p>
<p>I personally find that this is better than <a href="http://www.piriform.com/ccleaner">CCleaner</a> in term of repairing Windows registry as sometimes, CCleaner does not detect any Windows registry errors. Free Window Registry Repair is more thorough in checking errors as well as repairing it. </p>
<p>Links to download a copy of it:<br />
<a href="http://www.free-windows-registry-cleaner.com/free_windows_registry_cleaner.html">http://www.free-windows-registry-cleaner.com/free_windows_registry_cleaner.html</a><br />
<a href="http://download.cnet.com/Free-Window-Registry-Repair/3000-2086_4-10606555.html">http://download.cnet.com/Free-Window-Registry-Repair/3000-2086_4-10606555.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xbfish.com/2010/08/08/windows-registry-repair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
