<?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>hongkiat.com &#187; Mac Tips</title>
	<atom:link href="http://www.hongkiat.com/blog/category/mac-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hongkiat.com/blog</link>
	<description>Online Tips For Tech Users, Bloggers and Designers</description>
	<lastBuildDate>Fri, 19 Mar 2010 17:54:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making Fast Screen Captures in Windows and Mac</title>
		<link>http://www.hongkiat.com/blog/making-fast-screen-captures-in-windows-and-mac/</link>
		<comments>http://www.hongkiat.com/blog/making-fast-screen-captures-in-windows-and-mac/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 08:23:43 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[printscreen]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=2134</guid>
		<description><![CDATA[
Providing printscreens or screen captures is probably one of the easiest way to discuss, understand and deliver any information over the Internet. Major operating systems like Windows and MacOSX comes with default keyboard shortcuts to perform screen capturing, but are you using them to the fullest?
Looking for more keyboard shortcuts? Here&#8217;s some you might be [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/printscreen-shortcuts.png" alt="screen capture in windows and mac"/></p>
<p>Providing printscreens or screen captures is probably one of the easiest way to discuss, understand and deliver any information over the Internet. Major operating systems like Windows and MacOSX comes with default keyboard shortcuts to perform screen capturing, but <strong>are you using them to the fullest?</strong></p>
<p>Looking for more keyboard shortcuts? Here&#8217;s some you might be interested:</p>
<ul>
<li><a href="http://www.hongkiat.com/blog/keyboard-shortcut-for-photoshop-cs2-toolsbox/">Keyboard shortcut for Photoshop CS2 Toolsbox</a></li>
<li><a href="http://www.hongkiat.com/blog/100-keyboard-shortcuts-windows/">100 Windows Keyboard shortcuts</a></li>
<li><a href="http://www.hongkiat.com/blog/80-keyboard-shortcuts-for-microsoft-outlook/">80 Keyboard shortcuts for Microsoft Outlook</a></li>
</ul>
<p>Full content after jump.</p>
<p><span id="more-2134"></span></p>
<h3>Windows Printscreen Shortcuts</h3>
<p>By default, there isnt too much option in doing screen capture but enough to get the basic job done. Here are the keyboard shortcuts to do screen capture (printscreen) in Windows.</p>
<ul>
<li><strong>PrtScn</strong> &#8211; The Print Screen button will save the entire screen in clipboard. You will then need to further edit it in some image editing programs or Microsoft Words.</li>
<li><strong>Alt + PrnScn</strong> &#8211; By holding Alt key while pressing PrtScn button, it captures only the active window. That means the window screen currently in view.</li>
</ul>
<h4><strong>Windows Vista</strong></h4>
<p>Together with <strong>Windows Vista</strong>, an utility call <strong>Snipping Tool</strong> was introduced. It gives much more flexibility for screen capturing. <a href="http://graphicssoft.about.com/od/microsoft/ht/snippingtool.htm">Learn how to use Sniping Tool</a>.</p>
<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/snipping-tool.png" width="380" height="356" /></p>
<h3>Mac Printscreen Shortcuts </h3>
<p>Mac OSX covers more different ways to do screen capturing. It allows you to print screen active/non-active windows, full screen and selective area. </p>
<p>The following  screen capture shortcuts print and output images on desktop in the format of .PNG (Portable Network Graphics)</p>
<ul>
<li><strong>Command + Shift + 3</strong> &#8211; Prints the entire screen, everything inside your monitor screen.</li>
<li><strong>Command + Shift + 4</strong> &#8211; Prints the screen according to user selection. By using the following shortcut, your cursor will turned into a cross-hair and allows you to select the area you want to capture.</li>
<li><strong>Command + Shift + 4</strong> <em>then</em> <strong>Space</strong> &#8211; By holding down <em>Command + Shift + 4</em>, your cursor will turn to <strong>cross-hair</strong>. Then hit the space bar once it will turned to a <strong>camera icon</strong>. This allows you to capture any opened windows, regardless of active or hiding behind.</li>
</ul>
<p>If you  want your screen capture to be kept in clipboard so you can paste them in image editing tools (eg. Photoshop) instead of output as .PNG, just include <strong>Control </strong> while using the shortcut.</p>
<ul>
<li><strong>Control + Command + Shift + 3</strong> &#8211; Captures entire screen, hold image in clipboard.</li>
<li><strong>Control + Command + Shift + 4</strong> &#8211; Captures screen according to user selection, hold image in clipboard.</li>
</ul>
<h4><strong>Changing the output format</strong></h4>
<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/rewrite-ps-terminal.png" width="500" height="170"></p>
<p>By default, Mac outputs screen captures in .PNG (Portable Network Graphics) format if you did not include &#8216;Control&#8217;. If you prefer JPG, GIF, TIFF over the default .PNG, here&#8217; how you can it manually. <strong>Launch Mac&#8217;s Terminal</strong> and insert these 2 commands.</p>
<pre name="code" class="javascript">
defaults write com.apple.screencapture type jpg
killall SystemUIServer
</pre>
<p>The above commands change your output to .JPG. Simply change that to any format you want. Remember to include the second command &#8216;<strong>killall SystemUIServer</strong>&#8216; that basically does the restarting to make sure your changes will work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/making-fast-screen-captures-in-windows-and-mac/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Generate Unique and Pronounceable Password &#8211; Xyzzy</title>
		<link>http://www.hongkiat.com/blog/generate-unique-and-pronounceable-password-xyzzy/</link>
		<comments>http://www.hongkiat.com/blog/generate-unique-and-pronounceable-password-xyzzy/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 12:48:50 +0000</pubDate>
		<dc:creator>Kay</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[pronounable]]></category>
		<category><![CDATA[strong]]></category>
		<category><![CDATA[Xyzzy]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=1471</guid>
		<description><![CDATA[ 
Getting a solid good password is important, that&#8217;s a no-brainer. However really making your password unbreakable, that&#8217;s the hard part. So what makes a strong password?
A strong password should contain: 

Regenerated frequently
Do not contain personal information (DOB, phone numbers, Identity Card numbers, spouse&#8217;s name)
Not easily guessed, and yet
Easily remembered

For the reasons above, we found [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hongkiat.com/blog/wp-content/uploads/password-kay.png"><img class="wp-image-1472" src="http://www.hongkiat.com/blog/wp-content/uploads/password-kay.png" alt="Passwords" width="500" height="300" /></a> </p>
<p>Getting a solid good password is important, that&#8217;s a no-brainer. However really making your password unbreakable, that&#8217;s the hard part. So what makes a strong password?</p>
<p>A strong password should contain: </p>
<ul>
<li>Regenerated frequently</li>
<li>Do not contain personal information (DOB, phone numbers, Identity Card numbers, spouse&#8217;s name)</li>
<li>Not easily guessed, and yet</li>
<li>Easily remembered</li>
</ul>
<p>For the reasons above, we found a free tool &#8211; <strong>Xyzzy</strong>, which able to provide you a strong password with the above 4 elements.<strong> </strong> </p>
<p><span id="more-1471"></span></p>
<p>For your information, <strong>Xyzzy</strong> is a <strong>pronounceable password generator</strong> which able to create a password as random as possible, but still easy to type and remember. </p>
<p><img src="http://hongkiat.s3.amazonaws.com/internet_security/146d6xyzzy.gif" alt="Xyzzy" /> </p>
<p>Without doubt, pronounceable passwords are easy to remember. The passwords generated by <strong>Xyzzy</strong> are more secure simply because they <strong>are not dictionary words</strong>. A number can also be randomly added to increase the passwords strength against brute force attacks. </p>
<p>Download Xyzzy for free!</p>
<ul>
<li><a href="http://www.haxial.com/downloadstatic/xyzzy-Mac.sit" class="broken_link"  target="_blank">MacOS 9 and MacOS X</a></li>
<li><a href="http://www.haxial.com/downloadstatic/xyzzy-Win.zip" class="broken_link"  target="_blank">MS Windows</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/generate-unique-and-pronounceable-password-xyzzy/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How To Screen Capture (Printscreen) Selective Windows in Mac OS X</title>
		<link>http://www.hongkiat.com/blog/how-to-screen-capture-printscreen-selective-windows-in-mac-os-x/</link>
		<comments>http://www.hongkiat.com/blog/how-to-screen-capture-printscreen-selective-windows-in-mac-os-x/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 07:50:48 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[prinscreen]]></category>
		<category><![CDATA[screen capture]]></category>
		<category><![CDATA[wid]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/how-to-screen-capture-printscreen-selective-windows-in-mac-os-x/</guid>
		<description><![CDATA[
To make a screen capture in Mac OS X, we use either

Command + Shift 3 (Full screen), or
Command + Shift 4 (User selection)

The #2 is good but it wouldn&#8217;t allow us to select a specific window. To printscreen a specific window in Mac, try this following.

Command + Shift 4, then hit Space

The mouse cursor will [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/prinscreen-selective.jpg" width="499" height="351" alt="prinscreen-selective.jpg" /></p>
<p>To make a screen capture in Mac OS X, we use either</p>
<ol>
<li>Command + Shift 3 (Full screen), or</li>
<li>Command + Shift 4 (User selection)</li>
</ol>
<p>The #2 is good but it wouldn&#8217;t allow us to select a specific window. To printscreen a specific window in Mac, try this following.</p>
<p><span id="more-1686"></span></p>
<blockquote><p><strong>Command</strong> + <strong>Shift 4</strong>, then hit <strong>Space</strong></p>
</blockquote>
<p>The mouse cursor will turn into a fairly large camera icon and all you have to do is click on the windows (even the inactive windows behind) and Mac will handle the rest. Captured image will be saved on your desktop.</p>
<p class="via">via <a href="http://usingmac.com/2008/7/3/screen-capture-a-window">Usingmac</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/how-to-screen-capture-printscreen-selective-windows-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Play Music With Mac&#8217;s Terminal</title>
		<link>http://www.hongkiat.com/blog/play-music-with-macs-terminal/</link>
		<comments>http://www.hongkiat.com/blog/play-music-with-macs-terminal/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 06:39:06 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[songs]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/play-music-with-macs-terminal/</guid>
		<description><![CDATA[
[Mac only] Who says command based Terminal cannot play music? Folks at usingmac shows how you can play music in Terminal by executing some commands, taking advantage of Mac&#8217;s build-in voice.


Try pasting this in your Terminal and hit enter.
osascript -e &#8217;say &#8220;Dum dum dee dum dum dum dum dee Dum dum dee dum dum dum [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/terminal-play-songs.jpg" width="500" height="331" alt="terminal-play-songs.jpg" /></p>
<p>[Mac only] Who says command based Terminal cannot play music? Folks at <a href="http://usingmac.com/2008/6/24/terminal-sings-songs">usingmac</a> shows how you can play music in Terminal by executing some commands, taking advantage of Mac&#8217;s build-in voice.
</p>
<p><span id="more-1647"></span></p>
<p>Try pasting this in your Terminal and hit enter.</p>
<blockquote><p>osascript -e &#8217;say &#8220;Dum dum dee dum dum dum dum dee Dum dum dee dum dum dum dum dee dum dee dum dum dum de dum dum dum dee dum dee dum dum dee dummmmmmmmmmmmmmmmm&#8221; using &#8220;Hysterical&#8221;&#8216;</p>
</blockquote>
<p>Check out <a href="http://usingmac.com/2008/6/24/terminal-sings-songs">Usingmac</a> for more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/play-music-with-macs-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Customize Mac Terminal Startup Screen Message</title>
		<link>http://www.hongkiat.com/blog/how-to-customized-mac-terminal-starup-screen-message/</link>
		<comments>http://www.hongkiat.com/blog/how-to-customized-mac-terminal-starup-screen-message/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 10:19:04 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[customized]]></category>
		<category><![CDATA[motd]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[welcome message]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/how-to-customized-mac-terminal-starup-screen-message/</guid>
		<description><![CDATA[
[Mac only] Mac&#8217;s Terminal startup message is also called MOTD (Message of The Day). If you have not tweak the startup message, it&#8217;s probably blank. To make the Terminal screen a little more interesting whenever you launch the Terminal, here&#8217;s how you can put any message, or even ASCII art. Guide after jump.

First of all, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/terminal-welcome.jpg" width="500" height="400" alt="terminal-welcome.jpg" /></p>
<p>[Mac only] Mac&#8217;s Terminal startup message is also called <strong>MOTD</strong> (Message of The Day). If you have not tweak the startup message, it&#8217;s probably blank. To make the Terminal screen a little more interesting whenever you launch the Terminal, here&#8217;s how you can put any message, or even ASCII art. Guide after jump.</p>
<p><span id="more-1610"></span></p>
<p>First of all, you must have root access to the Mac machine you are changing, then follow these following steps:</p>
<ol>
<li>Launch Terminal application</li>
<li>Execute this command: sudo pico /etc/motd, password is required</li>
<li>Type in your message, save it with Control-X.</li>
</ol>
<p>To make your message more interesting, try using <strong>ASCII art</strong>. I recommend this website to generate ASCII art &#8211; <a href="http://ascii.mastervb.net/">ascii.mastervb.net</a></p>
<p class="via">Inspired by <a href="http://www.usingmac.com/2008/6/19/add-welcome-message-to-your-mac-terminal">usingmac</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/how-to-customized-mac-terminal-starup-screen-message/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Blog from iPhone with Typepad&#8217;s Blog It</title>
		<link>http://www.hongkiat.com/blog/blog-from-iphone-with-typepads-blog-it/</link>
		<comments>http://www.hongkiat.com/blog/blog-from-iphone-with-typepads-blog-it/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 02:10:44 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[blogg]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogit]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[typepad]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/blog-from-iphone-with-typepads-blog-it/</guid>
		<description><![CDATA[
If you prefer to blog with your iPhone, you now have another good alternatvive. Typead, the developer of Blogit, a software that allows you to post blog entry to Twitter, Feedfind, Facebook, etc has just released a Blogit for iPhone. This is a web application, so no installation is required. Just point your iPhone to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/iphone.jpg" width="225" height="415" alt="iphone.jpg" /></p>
<p>If you prefer to blog with your iPhone, you now have another good alternatvive. <a href="http://www.typepad.com">Typead</a>, the developer of Blogit, a software that allows you to post blog entry to Twitter, Feedfind, Facebook, etc has just released a <a href="http://blogit.typepad.com/">Blogit for iPhone</a>. This is a web application, so no installation is required. Just point your iPhone to this URL &#8211; <a href="http://blogit.typepad.com ">http://blogit.typepad.com </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/blog-from-iphone-with-typepads-blog-it/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WWDC Live Updates: Where to go?</title>
		<link>http://www.hongkiat.com/blog/wwdc-live-updates-where-to-go/</link>
		<comments>http://www.hongkiat.com/blog/wwdc-live-updates-where-to-go/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 04:25:56 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[wwdc]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/wwdc-live-updates-where-to-go/</guid>
		<description><![CDATA[
WWDC is tonight! (or moning, wherever you are) and if you want to get live update on the event or being the first to cheer and get all excited when Steve Job announced what&#8217;s new in Apple product line, here&#8217;s few sites you can logged on to, where live news/blogs on the event will be [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/wwdc-2008.jpg" width="500" height="522" alt="wwdc 2008" /></p>
<p><a href="http://developer.apple.com/wwdc/">WWDC</a> is tonight! (or moning, wherever you are) and if you want to get <strong>live update on the event</strong> or being the first to cheer and get all excited when Steve Job announced what&#8217;s new in Apple product line, here&#8217;s few sites you can logged on to, where live news/blogs on the event will be provided.</p>
<p><span id="more-1447"></span></p>
<blockquote><p><strong>Event</strong>: Apple&#8217;s annual WWDC conference<br/><br />
<strong>Day</strong>: Monday<br/><br />
<strong>Time</strong>: 10 a.m. PDT</p>
</blockquote>
<h4>WWDC live update on</h4>
<ul>
<li><a href="http://www.macrumorslive.com/">MacRumors Live</a></li>
<li><a href="http://www.macworld.com/article/133798/2008/06/wwdckeynote.html">MacWorld</a></li>
<li><a href="http://theappleblog.com/2005/06/06/wwdc-live-update-right-here/">The Apple Blog</a></li>
<li><a href="http://news.cnet.com/8301-13579_3-9962012-37.html">CNet</a></li>
<li><a href="http://gizmodo.com/5013241/apple-wwdc-liveblog-monday-june-9">Gizmodo</a></li>
<li><a href="http://www.engadget.com/2008/06/09/steve-jobs-keynote-live-from-wwdc-2008/">Engadget</a></li>
<li><a href="http://www.techcrunch.com/2008/06/08/apple-wwdc-2008-keynote-live-blogging-tomorrow/">TechCrunch</a></li>
<li><a href="http://www.popularmechanics.com/blogs/technology_news/4266929.html">Popular Mechanics</a></li>
</ul>
<p>Just one more thing, don&#8217;t rely too much on Twitter tonight, I got the feeling it will crash, just like the previous few events :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/wwdc-live-updates-where-to-go/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flip Your Safari to Any Angle [Safari Trick]</title>
		<link>http://www.hongkiat.com/blog/flip-your-safari-to-any-angle-safari-trick/</link>
		<comments>http://www.hongkiat.com/blog/flip-your-safari-to-any-angle-safari-trick/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 09:30:40 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[flip]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/flip-your-safari-to-any-angle-safari-trick/</guid>
		<description><![CDATA[
I don&#8217;t think this serve any real purpose but it&#8217;s fun to see the expression of your friends when they wonder why all websites on your Safari browsers are flipped upside down or displayed in other angles.

Here&#8217;s 2 Safari browser bookmarklets I stumble upon. The first one allows you to flip the website in Safari [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/safari-flipped.jpg" width="450" height="320" alt="safari-flipped.jpg" /></p>
<p>I don&#8217;t think this serve any real purpose but it&#8217;s fun to see the expression of your friends when they wonder why all websites on your Safari browsers are <strong>flipped upside down</strong> or displayed in other angles.</p>
<p><span id="more-1430"></span></p>
<p>Here&#8217;s 2 Safari browser bookmarklets I stumble upon. The first one allows you to flip the website in Safari upside down, while the second allows you to enter any dimension you prefer. Just drag these following bookmarklets to your Safari browser bookmark toolbar.</p>
<p><a href="javascript:document.body.style['-webkit-transform']='rotate(180deg)'">Flip</a> | <a href="javascript:document.body.style['-webkit-transform']='rotate('+prompt('degrees',180)+'deg)'">Flip 2</a></p>
<p class="via">via <a href="http://mir.aculo.us/2008/6/1/safari-diversion">mir.aculo.us</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/flip-your-safari-to-any-angle-safari-trick/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bitkaput &#8211; A Pet For iPhone</title>
		<link>http://www.hongkiat.com/blog/bitkaput-a-pet-for-iphone/</link>
		<comments>http://www.hongkiat.com/blog/bitkaput-a-pet-for-iphone/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 01:38:56 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[bitkaput]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[laboratoon]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/bitkaput-a-pet-for-iphone/</guid>
		<description><![CDATA[
Bitkaput is a cute little monster that lives inside your iPhone. One day it decides to get out and create heck of a drama. Get Bitkaput inside your iPhone and show your friends today.

Bitkaput video is developed by folks at Laboratoon. Download and get it sync with your iPhone and start playing it. I&#8217;ve installed [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/bitkaput.jpg" width="483" height="481" alt="bitkaput" /></p>
<p><a href="http://www.laboratoon.com/bitkaput/">Bitkaput</a> is a cute little monster that lives inside your iPhone. One day it decides to get out and create heck of a drama. Get <strong>Bitkaput</strong> inside your iPhone and show your friends today.</p>
<p><span id="more-1428"></span></p>
<p>Bitkaput video is developed by folks at <strong>Laboratoon</strong>. Download and get it sync with your iPhone and start playing it. I&#8217;ve installed it, pretty interesting. Check out the video below.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/npZVawd9Bh0&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/npZVawd9Bh0&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object></p>
<p class="via">Thanks <a href="http://www.laboratoon.com/bitkaput">Pablo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/bitkaput-a-pet-for-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Rip DVD In Windows, Mac or Linux</title>
		<link>http://www.hongkiat.com/blog/how-to-rip-dvd-in-windows-mac-or-linux/</link>
		<comments>http://www.hongkiat.com/blog/how-to-rip-dvd-in-windows-mac-or-linux/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 07:05:05 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[dvd rip]]></category>
		<category><![CDATA[handbrake]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/how-to-rip-dvd-in-windows-mac-or-linux/</guid>
		<description><![CDATA[
You got a DVD, or any DVD quality video that you want to rip and you need an application that handles all kinds of output; whether a iPhone/iPod compatible format, Apple TV, normal TV, PSP, etc. You are indeed looking for Handbrake. Handbrake is a open-source, GPL-licensed DVD-MP4 converter that you can download and use [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/handbrake.jpg" width="480" height="418" alt="handbrake dvd rip" /></p>
<p>You got a DVD, or any DVD quality video that you want to rip and you need an application that handles all kinds of output; whether a iPhone/iPod compatible format, Apple TV, normal TV, PSP, etc. You are indeed looking for <a href="http://handbrake.fr/">Handbrake</a>. Handbrake is a open-source, GPL-licensed DVD-MP4 converter that you can download and use cross platform, regardless of Windows, Mac or Linux. Best of all, it&#8217;s free.</p>
<p><span id="more-1397"></span></p>
<p>Handbrake is fairly easy to use. All you need to do is insert the DVD (or manually locate your source), select the format of output and click &#8216;<strong>Play</strong>&#8216;. The application will do the rest.</p>
<p>Supported sources:</p>
<ul>
<li>Any DVD-like source: VIDEO_TS folder, DVD image or real DVD (encrypted or unencrypted, but protection methods other than CSS are not supported and must be handled externally with third-party software), and some .VOB and .TS files</li>
<li>PAL or NTSC</li>
<li>AC-3, DTS, LPCM or MPEG audio tracks</li>
</ul>
<p>Outputs:</p>
<ul>
<li>File format: MP4, MKV, AVI or OGM</li>
<li>Video: MPEG-4 or H.264 (1 or 2 passes or constant quantizer/rate encoding)</li>
<li>Audio: AAC, MP3, Vorbis or AC-3 pass-through (supports encoding of several audio tracks)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/how-to-rip-dvd-in-windows-mac-or-linux/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Snackr &#8211; RSS Feed Ticker For Desktop</title>
		<link>http://www.hongkiat.com/blog/snackr-rss-feed-ticker-for-desktop/</link>
		<comments>http://www.hongkiat.com/blog/snackr-rss-feed-ticker-for-desktop/#comments</comments>
		<pubDate>Thu, 29 May 2008 16:08:25 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[snackr]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/snackr-rss-feed-ticker-for-desktop/</guid>
		<description><![CDATA[
By the name of the application, you might think it&#8217;s something Web 2.0 yet has got something to do with foods. Snackr, in fact is a RSS reed reading application developed with Adobe AIR. What makes Snackr so special is the way it display feeds. This feed reader displays feeds in the form of ticker [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/snackr.jpg" width="480" height="300" alt="snackr" /></p>
<p>By the name of the application, you might think it&#8217;s something Web 2.0 yet has got something to do with foods. <strong><a href="http://www.snackr.net/">Snackr</a></strong>, in fact is a RSS reed reading application developed with <strong>Adobe AIR</strong>. What makes Snackr so special is the way it display feeds. This feed reader <strong>displays feeds in the form of ticker running at the sides of your desktop</strong>. You can further customize where you want it to appear; let it be top, left, bottom or right.
</p>
<p><span id="more-1383"></span><br />
<img src="http://www.hongkiat.com/blog/wp-content/uploads/snackr-cuztomize.jpg" width="480" height="257" alt="snackr" /></p>
<p>The speed of the ticker can also be further adjust; if you are a fast reader, consider running the ticker at higher speed. While you are at work, you still can keep an closed eye on sites you subscribed to. For news that catches your attention, simply click on the title to expand the excerpt or click &#8216;view post&#8217; to go directly to the post. Everything looks good with Snackr, but it would be better if it allow scrolling back to the RSS ticker that left the screen. It&#8217;s a bad feeling knowing you&#8217;ve missed something if you are away from the screen for few seconds.</p>
<p><a href="http://www.snackr.net/">Download Snackr for your desktop.</a></p>
<p class="via">via <a href="http://www.techmalaya.com/2008/05/29/snack-rss-news-ticker/">TechMalaya</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/snackr-rss-feed-ticker-for-desktop/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Apple Release Mac OS X Leopard 10.5.3 Update</title>
		<link>http://www.hongkiat.com/blog/apple-release-mac-os-x-leopard-update-1053/</link>
		<comments>http://www.hongkiat.com/blog/apple-release-mac-os-x-leopard-update-1053/#comments</comments>
		<pubDate>Thu, 29 May 2008 09:45:33 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[10.5.3]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/apple-release-mac-os-x-leopard-update-1053/</guid>
		<description><![CDATA[
[Mac only] Apple Mac has just released their latest update for Mac OS X Leopard &#8211; the 10.5.3. Any version from 10.5* should really take up the time to do the update for the sake of compatibility, stability and security. Mac says the products affected on this 10.5.3 update are Mail, iChat, AirPort. If you [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/leopard10-5-3.jpg" width="480" height="253" alt="leopard10-5-3.jpg" /></p>
<p>[Mac only] Apple Mac has just released their latest update for <strong>Mac OS X Leopard</strong> &#8211; the <a href="http://support.apple.com/kb/HT1141">10.5.3</a>. Any version from 10.5* should really take up the time to do the update for the sake of compatibility, stability and security. Mac says the products affected on this 10.5.3 update are Mail, iChat, AirPort. If you are wondering what&#8217;s included in this new 10.5.3 update, <a href="http://support.apple.com/kb/HT1141">read here</a>.</p>
<p><span id="more-1380"></span></p>
<p>Just in case you find updating from the Mac update dialog slow, you can download the update package manually (if you use any downloader app, it supports resuming) and execute the updating yourself.</p>
<p><a href="http://www.apple.com/support/downloads/">Download 10.5.3 update package</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/apple-release-mac-os-x-leopard-update-1053/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheaper Ways To Buy Apple Macs</title>
		<link>http://www.hongkiat.com/blog/cheaper-ways-to-buy-apple-macs/</link>
		<comments>http://www.hongkiat.com/blog/cheaper-ways-to-buy-apple-macs/#comments</comments>
		<pubDate>Wed, 28 May 2008 03:53:50 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[mac mini]]></category>
		<category><![CDATA[refurbish]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/cheaper-ways-to-buy-apple-macs/</guid>
		<description><![CDATA[
Fear of change is probably the biggest reason holding PC users back from trying a Mac, but my observation after talking to few PC user friends, apparently cost seems to be another big factor too. In Malaysia, you&#8217;ll get a fairly good laptop at the price of RM $2000 (USD $600+) but for a Macbook, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/imac-silver.jpg" width="480" height="360" alt="imac-silver.jpg" /></p>
<p>Fear of change is probably the biggest reason holding PC users back from trying a Mac, but my observation after talking to few PC user friends, apparently <strong>cost</strong> seems to be another big factor too. In Malaysia, you&#8217;ll get a fairly good laptop at the price of RM $2000 (USD $600+) but for a Macbook, it will cost about RM4000 (USD $1200). I think it&#8217;s fair to say under a same-spec-PC-to-Mac compare, Mac will eventually cost 40% more. It might varies from country to country but I argue they are similar.</p>
<p>However, for those who are really interested in experiencing Mac but hold back because of the price, here&#8217;s some recommendations. What I intend to suggest is not <a href="http://lifehacker.com/348653/install-os-x-on-your-hackintosh-pc-no-hacking-required">installing Hackintosh on your PC</a>, nor attempting to convert your Windows XP/Vista theme to Mac look-alike. Instead, it&#8217;s a <strong>more economic way to own a legit copy of Mac</strong> that we&#8217;ve tend to missed. Content after jump.</p>
<p><span id="more-1359"></span></p>
<h3>Mac Mini</h3>
<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/macmini.jpg" width="480" height="185" alt="macmini" /></p>
<p>The Mac Mini not only shrink in terms of the size, but also it&#8217;s cost. Mac mini is the cheapest and most affordable among the Mac line-ups but still maintaining the integrity. It has got what a normal CPU would have, yet in such small portable size. The latest Mac Mini in Apple store comes with these following specification:</p>
<h4>The specifications</h4>
<ul>
<li>1.83GHz or 2.0GHz Intel Core 2 Duo processor</li>
<li>Up to 2GB memory</li>
<li>Intel GMA 950 graphics processor</li>
<li>Up to 160GB hard drive</li>
<li>Slot-loading optical drive</li>
<li>Expansion via USB and FireWire</li>
<li>iLife ’08, Mac OS X v10.5 Leopard</li>
</ul>
<h4>The Cost</h4>
<p>Referring the specs mentioned above, it should cost no more than RM2500 (USD $600). The only additional expenses are probably monitors, keyboards and mouse, where they don&#8217;t come along with the Mac Mini. Assuming you agree that Mac mini is cheap, and purchase the additional LCD monitors, keyboard, mouse, etc, your total expense will should not exceed RM3200 (USD $940). Isn&#8217;t that the price of a new Desktop. Did I mention Mac Mini came with full iLife and Mac OS X Leopard.</p>
<h3>Refurbished Mac</h3>
<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/refurbished1.jpg" width="480" height="314" alt="refurbished" /></p>
<p>Buying refurbished Mac is actually a great idea but it often slipped through one&#8217;s mind because they don&#8217;t appear in catalogues or displayed in Mac stores. So what exactly are these refurbished Macs? When there are new products on the line-up, people trade in their old so their new Mac so it will not cost them a fortune. These old Macs go back to factory, get checked, re-polished and stamped with brand new warranty so you don&#8217;t have to worry about second-hand wear and tear drama. And yes, they are always cheaper, usually 10-30% cheaper than the new ones. But they are brand new too, with warranty, so what&#8217;s the problem?</p>
<h4>Where to buy refurbished Mac</h4>
<p>The online apple store. Under the Store tab, inside &#8216;Special Deal&#8217; panel, look for Refurbished Mac. Check with your country&#8217;s online Mac store because some product don&#8217;t ship internationally. Refurbished Mac product in each country store varies, and they come and go very fast, especially the good deals. So if you are really into getting one, make sure you stay alert.</p>
<h4>Tips to grab fast on Mac refurbished page</h4>
<p>When a good deal (especially the Macbook series) hit the refurbish page, it stays for couple of days and it&#8217;ll be purchased. To catch the good deals, you need to stay alert. The page has got no RSS feeds, but still there&#8217;s way to get around it so you get the first hand information on product releases. Here&#8217;s what I did to snatch one of the good Macbook deal.</p>
<ol>
<li><strong>.Mac account ready</strong> &#8211; Make sure you have a <a href="http://www.apple.com/dotmac/">.Mac</a> account, with your credit card information, shipping addresses properly filled in.
<p><a href="http://www.apple.com/dotmac/">Sign up a .Mac account</a></p>
</li>
<li><strong>Use Firefox browser</strong> &#8211; Install <a href="https://addons.mozilla.org/en-US/firefox/addon/3362">Update scanner</a> in your Firefox browser. Use it monitor any content changes on the refurbished page so you get first hand alert whenever there&#8217;s updates to the page. <br /> 
<p> | <a href="http://www.hongkiat.com/blog/firefox-tips-monitor-sites-update-even-those-without-feeds/">More about Update Scanner</a> | <a href="https://addons.mozilla.org/en-US/firefox/addon/3362">Download Update Scanner</a></p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/cheaper-ways-to-buy-apple-macs/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Free FLV / SWF Player For Mac</title>
		<link>http://www.hongkiat.com/blog/free-flv-swf-player-for-mac/</link>
		<comments>http://www.hongkiat.com/blog/free-flv-swf-player-for-mac/#comments</comments>
		<pubDate>Fri, 23 May 2008 09:40:35 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/free-flv-swf-player-for-mac/</guid>
		<description><![CDATA[
[Mac only] There&#8217;s really no reason why you should convert your .flv movies downloaded from the Internet into other formats if all you want is to play them on your Mac. &#8216;SWF &#038; FLV Player&#8216; as self-explanatory as the name is, is a Mac FLV and SWF player, and this 9Mb application comes free with [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/swf-flv-player.jpg" width="480" height="416" alt="swf flv player" /></p>
<p>[Mac only] There&#8217;s really no reason why you should convert your .flv movies downloaded from the Internet into other formats if all you want is to play them on your Mac. &#8216;<strong><a href="http://www.apple.com/downloads/macosx/video/swfflvplayer.html">SWF &#038; FLV Player</a></strong>&#8216; as self-explanatory as the name is, is a Mac FLV and SWF player, and this 9Mb application comes free with no charges at all. It is perhaps one of the best FLV players I&#8217;ve come across so far.</p>
<p><span id="more-1330"></span><br />
<a href="http://www.apple.com/downloads/macosx/video/swfflvplayer.html">Click here to download SWF &#038; FLV Player3.7</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/free-flv-swf-player-for-mac/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Leopard Quicklook Plugins For More File Formats</title>
		<link>http://www.hongkiat.com/blog/leopard-quicklook-plugins-fore-more-file-formats/</link>
		<comments>http://www.hongkiat.com/blog/leopard-quicklook-plugins-fore-more-file-formats/#comments</comments>
		<pubDate>Thu, 15 May 2008 02:55:53 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[quick]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/leopard-quicklook-plugins-fore-more-file-formats/</guid>
		<description><![CDATA[
[Mac only] Mac OS X Leopard comes with a Quicklook tool. Basically, if you hit &#8217;space-bar&#8217; once, it gives you a quick look at the content (whether it&#8217;s a text or image) before you decide to launch it. It&#8217;s really something cool and thoughtful, but not great enough. The limitation &#8211; not all file formats [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/new-quicklook.jpg" width="480" height="300" alt="new-quicklook" /></p>
<p>[Mac only] Mac OS X Leopard comes with a <a href="http://www.apple.com/macosx/features/quicklook.html">Quicklook tool</a>. Basically, if you hit &#8217;space-bar&#8217; once, it gives you a quick look at the content (whether it&#8217;s a text or image) before you decide to launch it. It&#8217;s really something cool and thoughtful, but not great enough. The limitation &#8211; not all file formats are supported, and you can&#8217;t do quicklook on a folder.</p>
<p>Here&#8217;s some hacks/plugins I stumbled across recently, by installing it, you can quicklook into folders, zip files and few other file formats that greatly enrich the experience of file browsing.</p>
<p><span id="more-1287"></span></p>
<h3>Quicklook on Folders</h3>
<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/mac-quicklook.jpg" width="480" height="213" alt="mac quicklook" /></p>
<p>The image above describe best what I&#8217;m trying to explain here. On the left is what you get on a normal Quicklook, as for the one of the right, it gives you a <strong>more informative and in depth look</strong> into the files within a folder.</p>
<p>Like it? <a href="http://homepage.mac.com/xdd/software/folder/download/Folder.qlgenerator03.zip">Click here</a> to download the necessary files, we&#8217;ll proceed to installation steps soon.</p>
<h3>Quicklook on other file formats</h3>
<p>You can also make quicklook works on these following file formats:</p>
<ol>
<li>.ZIP &#8211; <a href="http://homepage.mac.com/xdd/software/zip/" rel="nofollow">download</a></li>
<li>.FLV &#8211; <a href="http://homepage.mac.com/xdd/software/flv/" rel="nofollow">download</a></li>
<li>.EPS &#8211; <a href="http://www.eternalstorms.at/utilities/epsqlplg/" rel="nofollow">download</a></li>
<li>.XML &#8211; <a href="http://www.araneum.it/macosx/" rel="nofollow">download</a></li>
<li>.AI (Adobe Illustrator) &#8211; <a href="http://hrmpf.com/wordpress/195/leopard-quick-look-for-illustrator-files" rel="nofollow">download</a></li>
<li>Textmate &#8211; <a href="http://ciaranwal.sh/2007/11/15/quicklook-and-textmate" rel="nofollow">download</a></li>
</ol>
<h3>Installation</h3>
<p>Upon download, place the .<em>qlgenerator</em> file inside <strong>/Library/QuickLook/<em></em></strong> and <strong>relaunch Finder</strong>. Quicklook should now give you a brand new perspective of your files.</p>
<p>If you noticed that the new quicklook did not work after a Finder relaunch, try relaunching the Finder again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/leopard-quicklook-plugins-fore-more-file-formats/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>iPhone Will Support Chinese in Firmware 2.0</title>
		<link>http://www.hongkiat.com/blog/iphone-will-support-chinese-in-firmware-20/</link>
		<comments>http://www.hongkiat.com/blog/iphone-will-support-chinese-in-firmware-20/#comments</comments>
		<pubDate>Tue, 06 May 2008 05:34:28 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Hardware & Gadget]]></category>
		<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[chinese input]]></category>
		<category><![CDATA[firmware 2.0]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/iphone-will-support-chinese-in-firmware-20/</guid>
		<description><![CDATA[
It&#8217;s confirmed that Apple will include Chinese input in iPhone together with the launch of Firmware 2.0. This is a very good news for those who needs Chinese inputs on their iPhone. You can expect Chinese input support for SMS texting, contact namings, etc once this is launched. Perhaps in the mean time, you&#8217;ll still [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/chinese-fw20.jpg" width="480" height="480" alt="chinese-fw20.jpg" /></p>
<p>It&#8217;s confirmed that Apple will include Chinese input in iPhone together with the launch of <strong>Firmware 2.0</strong>. This is a very good news for those who needs Chinese inputs on their iPhone. You can expect Chinese input support for SMS texting, contact namings, etc once this is launched. Perhaps in the mean time, you&#8217;ll still need depend on <a href="http://www.hongkiat.com/blog/chinese-input-plugin-for-iphone/">3rd party Chinese input application</a> until Firmware 2.0 is out.</p>
<p><span id="more-1214"></span></p>
<p class="via">via <a href="http://www.macrumors.com/2008/05/05/apple-includes-chinese-handwriting-recognition-in-iphone-2-0-beta/">macrumors</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/iphone-will-support-chinese-in-firmware-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>75 Things You Can Do With iPod</title>
		<link>http://www.hongkiat.com/blog/75-things-you-can-do-with-ipod/</link>
		<comments>http://www.hongkiat.com/blog/75-things-you-can-do-with-ipod/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 09:16:53 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=1184</guid>
		<description><![CDATA[
If you have an old iPod laying around doing nothing, why not turn it into something more useful, something more than just playing songs. Jessica Hupp wrote an interesting entry listing 75 things you can do with your iPod, whether you wanna turn it into a storage, a multimedia device, a communication tool, or even [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/ipod-white.jpg" alt="ipod" border="0" width="500" height="300" /></p>
<p>If you have an old iPod laying around doing nothing, why not turn it into something more useful, something more than just playing songs. <strong>Jessica Hupp</strong> wrote an interesting entry listing <a href="http://www.airlinecreditcards.com/travelhacker/how-to-turn-your-ipod-into-anything-75-tutorials/">75 things you can do with your iPod</a>, whether you wanna turn it into a storage, a multimedia device, a communication tool, or even an accessory.</p>
<p><span id="more-1184"></span></p>
<p>There are even some really wild ideas what you can turn your iPod into:</p>
<ul>
<li><a href="http://crave.cnet.co.uk/digitalmusic/0,39029432,49284801,00.htm">Turn your iPod into a Ouija board</a></li>
<li><a href="http://lifehacker.com/338574/install-leopard-with-your-ipod">How To: Install Leopard with Your iPod</a></li>
<li><a href="http://lifehacker.com/378511/turn-your-ipod-touch-into-an-iphone">Turn Your iPod Touch into an iPhone</a></li>
</ul>
<p>Check out the <a href="http://www.airlinecreditcards.com/travelhacker/how-to-turn-your-ipod-into-anything-75-tutorials/">full list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/75-things-you-can-do-with-ipod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Machine Screensaver for Mac OS X, Its Cool!</title>
		<link>http://www.hongkiat.com/blog/macs-time-machine-screensaver-its-cool/</link>
		<comments>http://www.hongkiat.com/blog/macs-time-machine-screensaver-its-cool/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 05:27:13 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[time machine]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=1132</guid>
		<description><![CDATA[
[Mac only] When Apple launch Mac OS X Leopard that comes with Time Machine, they did not include the cool Time Machine galaxy background as part of the wallpapers series. But thanks to community of DeviantArt it&#8217;s made available and it has become one of my favorite desktop wallpaper.

Thanks to these awesome DeviantArt folks again, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/time-machine-ssaver.jpg" alt="time machine screensaver" border="0" width="500" height="420" /></p>
<p>[Mac only] When Apple launch <a href="http://www.hongkiat.com/blog/installing-mac-os-x-leopard-on-pc/">Mac OS X Leopard</a> that comes with <a href="hhttp://www.hongkiat.com/blog/activating-time-machine-on-mac-os-x-leopard/">Time Machine</a>, they did not include the cool Time Machine galaxy background as part of the wallpapers series. But thanks to community of DeviantArt it&#8217;s made available and it has become one of my favorite <a href="http://www.hongkiat.com/blog/leopard-wallpapers-free-and-customizable/">desktop wallpaper</a>.</p>
<p><span id="more-1132"></span></p>
<p>Thanks to these awesome <strong>DeviantArt</strong> folks again, now <strong>Time Machine&#8217;s background also comes in screensaver, and the animation is nice too.</strong> I&#8217;ve installed it, and it&#8217;s pretty cool!</p>
<p><a href="http://bodysoulspirit.deviantart.com/art/Time-Machine-Saver-Update-80034933">Click here</a> to download Time Machine screensaver</p>
<h4>Time Machine Wallpaper</h4>
<p><a href="http://www.flickr.com/photos/10196795@N03/874582707/sizes/o/in/photostream/"><img src="http://www.hongkiat.com/blog/wp-content/uploads/time-machine-wp.jpg" alt="time machine" border="0" width="500" height="331" /></a></p>
<p>The wallpaper is a perfect match to the Time Machine screensaver. Here&#8217;s where you can <a href="http://www.flickr.com/photos/10196795@N03/874582707/sizes/o/in/photostream/">download</a> the Time Machine Wallpaper.</p>
<p class="via">Via <a href="http://www.downloadsquad.com/2008/04/17/the-time-machine-screensaver/">DownlaodSquad</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/macs-time-machine-screensaver-its-cool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Control A Mac By Sending Commands Via Email</title>
		<link>http://www.hongkiat.com/blog/control-a-mac-by-sending-commands-via-email/</link>
		<comments>http://www.hongkiat.com/blog/control-a-mac-by-sending-commands-via-email/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 04:25:18 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=1102</guid>
		<description><![CDATA[
[Mac only] Here&#8217;s something really cool trick I learn from TUAW today, you can actually control your Mac via email. That&#8217;s right, by sending an email to your Mac (with certain  Subject and Content) you can basically make it  perform almost any action you want &#8211; like restart, shutdown, sleep, or opening/closing any [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/control-mac.jpg" alt=""/></p>
<p>[Mac only] Here&#8217;s something really cool trick I learn from <a href="http://www.tuaw.com/2008/04/07/applescript-control-your-mac-with-an-e-mail/" rel="nofollow">TUAW</a> today, you can actually <strong>control your Mac via email</strong>. That&#8217;s right, by sending an email to your Mac (with certain  <strong>Subject</strong> and <strong>Content</strong>) you can basically make it  perform almost any action you want &#8211; like restart, shutdown, sleep, or opening/closing any applications. This trick make use of  Mail App&#8217;s Rules and Applescripts.</p>
<p><span id="more-1102"></span></p>
<p>Here&#8217;s how you do it. Open up <strong>Script Editor.app</strong>, put in this piece of command:</p>
<ul>
<li><em>tell application &quot;Finder&quot; to restart</em></li>
</ul>
<p>Save it with a self-explanatory name in folders any folder.</p>
<p>Next, open up <strong>Mail app</strong>, go to <strong>Mail</strong> -&gt; <strong>Preferences</strong>. Inside <strong>Rules tab</strong>, create a new rule and insert the fields exactly like how I&#8217;ve highlighted them.</p>
<p><img src="http://www.hongkiat.com/blog/wp-content/uploadsmacrules.jpg" alt="mac rules" width="500" height="320" /></p>
<p>In short, this is what you&#8217;ve done. You created an Applescript capable to restart your Mac. Then you added a rule in your Mail app to obey the following instruction:</p>
<ul>
<li>When Mail app received an email with the <strong>Subject</strong> &quot;<em>system</em>&quot; and <strong>Message Content</strong> &quot;<em>restart</em>&quot;, run the <strong>Restart Applescript</strong> script.</li>
</ul>
<p>Now try sending an email to yourself and viola, your Mac will restarts itself!</p>
<h4>More things you can control with Email</h4>
<p><strong>TUAW</strong> gives few more examples, besides restarting it you can create Applescripts to shutdown your Mac or put it on sleep mode. If you are familiar with <a href="http://www.apple.com/applescript/">Mac Applescript</a>, for sure you can think of something more useful.</p>
<h4>Security: A little advice</h4>
<p>If you are planning to take this up and create lots of commands to control your mac, make sure your commands are not revealed to anyone else, or you&#8217;ll end up getting controlled. You can add an extra condition on top to make sure Mail app only obey instruction given by specific recipient.</p>
<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/addrule.jpg" width="500" height="63" /></p>
<p>Or the least you can do, is to make your command (message content) slight complex to guess, with a password perhaps.</p>
<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/rulepassword.jpg" width="404" height="181" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/control-a-mac-by-sending-commands-via-email/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Turn Mac&#8217;s Mail Client Into 3 Column View</title>
		<link>http://www.hongkiat.com/blog/turn-macs-mail-client-into-3-column-view/</link>
		<comments>http://www.hongkiat.com/blog/turn-macs-mail-client-into-3-column-view/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 09:54:41 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Mac Tips]]></category>
		<category><![CDATA[3 column]]></category>
		<category><![CDATA[mail client]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=1099</guid>
		<description><![CDATA[
[Mac only] By default, Mac&#8217;s Mail client displays mails in a top-down approach, thus limiting the number of mails it can display, If you are using a widescreen monitor, here&#8217;s a Mac plugin that allows you turn the top-down to left-right column view.

This 3 vertical columns view plugin is fairly easy to implement. Just install, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/mailclient-3col.jpg" alt="mail client 3 columns" border="0" width="500" height="500" /></p>
<p>[Mac only] By default, Mac&#8217;s Mail client displays mails in a top-down approach, thus limiting the number of mails it can display, If you are using a widescreen monitor, here&#8217;s a Mac plugin that allows you <strong>turn the top-down to left-right column view.</strong></p>
<p><span id="more-1099"></span></p>
<p>This 3 vertical columns view plugin is fairly easy to implement. Just install, and restart your Mac Mail client and your Mail client should now display in three vertical columns.</p>
<h4>How to revert back</h4>
<p><img src="http://www.hongkiat.com/blog/wp-content/uploads/plugin-library.jpg" alt="plugin-library.jpg" border="0" width="450" height="210" /></p>
<p>If somehow you don&#8217;t like the 3 column view after some time, launch the <strong>Plugin Library</strong>, <strong>uncheck the Letterbox plugin</strong> and restart your Mail Client.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/turn-macs-mail-client-into-3-column-view/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (user agent is rejected)
Database Caching 29/61 queries in 0.026 seconds using disk

Served from: www.hongkiat.com @ 2010-03-20 11:56:29 -->