<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Lunatic Notes</title>
	
	<link>http://lunatic.web.id</link>
	<description>Rants about tech and design</description>
	<lastBuildDate>Fri, 22 May 2009 11:28:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/LunaticNotes" /><feedburner:info uri="lunaticnotes" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>LunaticNotes</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Native Web Development (apache, PHP and mySQL) on Mac OSX Leopard</title>
		<link>http://feedproxy.google.com/~r/LunaticNotes/~3/fpnG0IoVGpk/</link>
		<comments>http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/#comments</comments>
		<pubDate>Fri, 22 May 2009 11:27:12 +0000</pubDate>
		<dc:creator>anima</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://lunatic.web.id/?p=175</guid>
		<description><![CDATA[If you're a web developer and you're on a Mac, you're probably using MAMP or XAMPP for your all in one apache + PHP + mySQL need. But did you know that your Mac system is already a web server by default installation? Utilizing the native web server, you can save yourself from downloading stuffs you don't need.

It is not as complicated as you think. Given that Macs are descendants of *nix system, it already has apache2 and PHP module built in, we only need to activate those two and install mySQL. Here's how.]]></description>
			<content:encoded><![CDATA[<p><a href="http://lunatic.web.id/wp-content/uploads/2009/05/webdev1.png"><img class="alignleft size-full wp-image-196 hidden" title="Webdev" src="http://lunatic.web.id/wp-content/uploads/2009/05/webdev1.png" alt="Webdev" width="200" height="200" /></a>If you&#8217;re a web developer and you&#8217;re on a Mac, you&#8217;re probably using <a href="http://mamp.info/en/index.html">MAMP</a> or <a href="http://www.apachefriends.org/en/xampp-macosx.html">XAMPP</a> for your all in one apache + PHP + mySQL need. But did you know that your Mac system is already a web server by default installation? Utilizing the native web server, you can save yourself from downloading stuffs you don&#8217;t need.</p>
<p>It is not as complicated as you think. Given that Macs are descendants of *nix system, it already has apache2 and PHP module built in, we only need to activate those two and install mySQL. Here&#8217;s how.</p>
<h4>Activating apache web server</h4>
<p>Piece of cake, you only need to go to System Preferences and then to the Sharing prefpane.</p>
<div id="attachment_177" class="wp-caption alignnone" style="width: 650px"><a href="http://lunatic.web.id/wp-content/uploads/2009/05/picture-13.png"><img class="size-medium wp-image-177 " title="System Preferences" src="http://lunatic.web.id/wp-content/uploads/2009/05/picture-13-640x547.png" alt="System Preferences" width="640" height="547" /></a><p class="wp-caption-text">System Preferences</p></div>
<p>Inside the Sharing prefpane check the web sharing on the left hand side. Simple as that and you&#8217;re done.</p>
<div id="attachment_178" class="wp-caption alignnone" style="width: 650px"><a href="http://lunatic.web.id/wp-content/uploads/2009/05/picture-2.png"><img class="size-medium wp-image-178" title="Check web sharing in the pref pane" src="http://lunatic.web.id/wp-content/uploads/2009/05/picture-2-640x536.png" alt="Check web sharing in the pref pane" width="640" height="536" /></a><p class="wp-caption-text">Check web sharing in the pref pane</p></div>
<p>You know where you have the folder Sites in your home folder? If you put anything there, it will be accessible via <code>http://localhost/~yourusername/</code>. Cute anot?</p>
<h4>Activating the PHP module</h4>
<p>You will need to type things into terminal this time. This is also a piece of cake, don&#8217;t be afraid, the Terminal is our friend :)<br />
To run terminal you can spotlight it or go to Applications / Utilities using Finder.</p>
<div id="attachment_179" class="wp-caption alignnone" style="width: 650px"><a href="http://lunatic.web.id/wp-content/uploads/2009/05/picture-3.png"><img class="size-medium wp-image-179" title="Terminall app via Finder" src="http://lunatic.web.id/wp-content/uploads/2009/05/picture-3-640x278.png" alt="Terminall app via Finder" width="640" height="278" /></a><p class="wp-caption-text">Terminall app via Finder</p></div>
<p>Here&#8217;s what you have to do in Terminal.</p>
<ol>
<li>First go to <code>/etc/apache2/</code> directory by typing <code>cd /etc/apache2/</code> &lt;return&gt;. If it returns an error check your input, see if you&#8217;ve typed it right.
<div id="attachment_180" class="wp-caption alignnone" style="width: 595px"><a href="http://lunatic.web.id/wp-content/uploads/2009/05/picture-4.png"><img class="size-full wp-image-180" title="Opening the httpd.conf in terminal" src="http://lunatic.web.id/wp-content/uploads/2009/05/picture-4.png" alt="Opening the httpd.conf in terminal" width="585" height="447" /></a><p class="wp-caption-text">Opening the httpd.conf in terminal</p></div></li>
<li>Next on, let&#8217;s open the apache configuration file: <code>httpd.conf</code> as root. We do this by typing <code>sudo nano httpd.conf</code>. You will be prompted to enter your login password. Upon doing so, this screen will show. This is <em>nano</em>, Terminal&#8217;s text editor.
<p><div id="attachment_181" class="wp-caption alignnone" style="width: 595px"><a href="http://lunatic.web.id/wp-content/uploads/2009/05/picture-5.png"><img class="size-full wp-image-181" title="Editing httpd.conf using nano on Terminal" src="http://lunatic.web.id/wp-content/uploads/2009/05/picture-5.png" alt="Editing httpd.conf using nano on Terminal" width="585" height="447" /></a><p class="wp-caption-text">Editing httpd.conf using nano on Terminal</p></div></li>
<li>Now we&#8217;re going to activate the PHP5 module. If you take a look at the terminal screen, you&#8217;ll see a list of commands. We&#8217;ll do a <code>^W</code> aka <em>Where Is</em> to find the line that says <code>php5</code>. Press <code>Ctrl+W</code>, type in <code>php5</code> &lt;return&gt;</li>
<li>Take a good look at the terminal screen, you will see this line:<br />
<code>#LoadModule php5_module          libexec/httpd/libphp5.so</code>. You only have to delete the # sign:<br />
<code>LoadModule php5_module          libexec/httpd/libphp5.so</code></li>
<li>Done, now exit nano with <code>^X</code> command. You will be prompted to save your changes. Type <code>Y</code> &lt;return&gt; to save and exit. Don&#8217;t change the file name in process btw ;)
<p><div id="attachment_182" class="wp-caption alignnone" style="width: 595px"><a href="http://lunatic.web.id/wp-content/uploads/2009/05/picture-7.png"><img class="size-full wp-image-182" title="Save and exit with ^X" src="http://lunatic.web.id/wp-content/uploads/2009/05/picture-7.png" alt="Save and exit with ^X" width="585" height="447" /></a><p class="wp-caption-text">Save and exit with ^X</p></div></li>
</ol>
<p>That&#8217;s it, we have ourselves an apache2 web server with PHP. You can check if the PHP module&#8217;s running with a simple <code>phpinfo();</code></p>
<h4>Installing mySQL</h4>
<p>Another walk in the park. If you don&#8217;t already have it, you can <a href="http://dev.mysql.com/downloads/">download mySQL server here</a>. You are looking for the mySQL server installer <a href="http://dev.mysql.com/downloads/">in package format</a>, it&#8217;s the <code>.dmg</code> format you&#8217;re already familiar with. It&#8217;s a 60MB download, smaller than the 70+ MB XAMPP and 130+ MB MAMP ;)</p>
<p>Installing is simple, mount the .dmg and then install all the packages including the .prefpane. After installing all items you will be taken to the newly installed mySQL prefpane.</p>
<p><div id="attachment_185" class="wp-caption alignnone" style="width: 650px"><a href="http://lunatic.web.id/wp-content/uploads/2009/05/picture-9.png"><img class="size-medium wp-image-185" title="mySQL prefpane" src="http://lunatic.web.id/wp-content/uploads/2009/05/picture-9-640x350.png" alt="mySQL prefpane" width="640" height="350" /></a><p class="wp-caption-text">mySQL prefpane</p></div>
<p>Done, now mySQL&#8217;s up and running. You might want to install <a href="http://www.navicat.com/">Navicat</a> or <a href="http://www.phpmyadmin.net/">phpMyAdmin</a> for the mySQL front end. Now that you have everything working, you can already start developing.</p>
<h4>Extra: VirtualHostX to shorten your working URL</h4>
<p>I&#8217;m not a big fan of long URLs, my working host is <code>http://localhost/~anima/</code> and my phpMyAdmin URL is <code>http://localhost/~anima/phpmyadmin/</code>. Those are long badass URLs and I hate them, so I looked for a workaround shortening them and that&#8217;s when <a href="http://clickontyler.com/virtualhostx/">VirtualHostX</a> comes to the rescue.</p>
<div id="attachment_186" class="wp-caption alignnone" style="width: 650px"><a href="http://lunatic.web.id/wp-content/uploads/2009/05/picture-10.png"><img class="size-medium wp-image-186" title="VirtualHostX" src="http://lunatic.web.id/wp-content/uploads/2009/05/picture-10-640x415.png" alt="VirtualHostX" width="640" height="415" /></a><p class="wp-caption-text">VirtualHostX</p></div>
<p>This way I can shorten my <code>http://localhost/~anima/</code> to <code>http://anima/</code> and my <code>http://localhost/~anima/phpmyadmin/</code> to <code>http://mysql/</code></p>
<p>Free version of VirtualHostX allows you to create 3 host names, that should be enough: one for the main working URL, one for mySQL and you have an extra one. Different story if you want to assign each projects of yours with a different host name. You must get a license then :)</p>
<p><em><a href="http://clickontyler.com/">Tyler Hall</a> (the developer of VirtualHostX) was very kind to give me a free license of this because I tweeted something about it :)</em></p>
<p>Gotta love Macs, they have the beauty and the brains inside :) Happy developing!</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p class="shareparagraph" align="left"><a class="tt" href="http://twitter.com/home/?status=Native+Web+Development+%28apache%2C+PHP+and+mySQL%29+on+Mac+OSX+Leopard+http://bit.ly/3wwEpw" title="Tweet This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Native+Web+Development+%28apache%2C+PHP+and+mySQL%29+on+Mac+OSX+Leopard+http://bit.ly/3wwEpw" title="Tweet This">Tweet This</a>&nbsp; <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/&amp;title=Native+Web+Development+%28apache%2C+PHP+and+mySQL%29+on+Mac+OSX+Leopard" title="Delicious This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="[Post to Delicious]" border="0" /></a> <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/&amp;title=Native+Web+Development+%28apache%2C+PHP+and+mySQL%29+on+Mac+OSX+Leopard" title="Delicious This">Delicious This</a>&nbsp; <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/&amp;title=Native+Web+Development+%28apache%2C+PHP+and+mySQL%29+on+Mac+OSX+Leopard" title="Digg This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="[Post to Digg]" border="0" /></a> <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/&amp;title=Native+Web+Development+%28apache%2C+PHP+and+mySQL%29+on+Mac+OSX+Leopard" title="Digg This">Digg This</a>&nbsp; <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Native+Web+Development+%28apache%2C+PHP+and+mySQL%29+on+Mac+OSX+Leopard&amp;link=http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/" title="Ping.fm This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="[Post to Ping.fm]" border="0" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Native+Web+Development+%28apache%2C+PHP+and+mySQL%29+on+Mac+OSX+Leopard&amp;link=http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/" title="Ping.fm This">Ping This</a>&nbsp; <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/&amp;title=Native+Web+Development+%28apache%2C+PHP+and+mySQL%29+on+Mac+OSX+Leopard" title="Reddit This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="[Post to Reddit]" border="0" /></a> <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/&amp;title=Native+Web+Development+%28apache%2C+PHP+and+mySQL%29+on+Mac+OSX+Leopard" title="Reddit This">Reddit This</a>&nbsp; <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/&amp;title=Native+Web+Development+%28apache%2C+PHP+and+mySQL%29+on+Mac+OSX+Leopard" title="StumbleUpon This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-su.png" alt="[Post to StumbleUpon]" border="0" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/&amp;title=Native+Web+Development+%28apache%2C+PHP+and+mySQL%29+on+Mac+OSX+Leopard" title="StumbleUpon This">Stumble This</a>&nbsp; </p><img src="http://feeds.feedburner.com/~r/LunaticNotes/~4/fpnG0IoVGpk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		<feedburner:origLink>http://lunatic.web.id/webdev/native-web-development-apache-php-and-mysql-on-mac-osx-leopard/</feedburner:origLink></item>
		<item>
		<title>Coding PHP Loops Easily</title>
		<link>http://feedproxy.google.com/~r/LunaticNotes/~3/URfEuFwmZxk/</link>
		<comments>http://lunatic.web.id/webdev/coding-php-loops-easily/#comments</comments>
		<pubDate>Tue, 19 May 2009 06:20:12 +0000</pubDate>
		<dc:creator>anima</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://lunatic.web.id/?p=157</guid>
		<description><![CDATA[Working with loops on PHP is inevitable, and I've seen many beginners (read: me) pulling their hair because of it. The thing with coding a loop is, sometimes you have to do stuffs like this:

<code>&#60;?php for ($i=1; $i &#60; 10; $i++) { echo "&#60;a href=\"something.php?id=$i\"&#62;No $i&#60;/a&#62;"; }</code>

Am I right am I right?]]></description>
			<content:encoded><![CDATA[<p><a href="http://lunatic.web.id/wp-content/uploads/2009/05/php.png"><img class="alignleft size-full wp-image-166 hidden" title="PHP" src="http://lunatic.web.id/wp-content/uploads/2009/05/php.png" alt="PHP" width="200" height="200" /></a>Working with loops on PHP is inevitable, and I&#8217;ve seen many beginners (read: me) pulling their hair because of it. The thing with coding a loop is, sometimes you have to do stuffs like this:</p>
<p><code>&lt;?php for ($i=1; $i &lt; 10; $i++) { echo "&lt;a href=\"something.php?id=$i\"&gt;No $i&lt;/a&gt;"; }</code></p>
<p>Am I right am I right?</p>
<p>Looks complicated? Hell yeah. Truth is, there&#8217;s a much simpler way to achieve the same goal. I learned this trick from Wordpress&#8217; Loop. Check this out.</p>
<p>Let&#8217;s take a look at this piece of code, in here we&#8217;re doing a <code>For</code> loop:</p>
<pre class="php" name="code">&lt;ul&gt;
&lt;?php
for ($i=1; $i&lt;10; $i++) {
    echo "&lt;li&gt;&lt;a href=\"?p=$i\"&gt;Go to page # $i&lt;/a&gt;&lt;/li&gt;";
}
?&gt;
&lt;/ul&gt;</pre>
<p>As simple as that looks, the echo command could be a little tricky because we often have to use double quote and single quote characters inside. Debugging can be a pain in the ass.</p>
<p>An approach I propose: the Wordpress way. Here&#8217;s how:</p>
<pre class="php" name="code">&lt;ul&gt;
&lt;?php
for ($i=1; $i&lt;10; $i++) { ?&gt;
    &lt;li&gt;&lt;a href="?p=&lt;?php echo $i;?&gt;"&gt;Go to page # &lt;?php echo $i;?&gt; &lt;/a&gt;&lt;/li&gt;
&lt;?php }
?&gt;
&lt;/ul&gt;</pre>
<p>This way we exclude the HTML tags from the PHP loop. Wow I can&#8217;t really describe that, if you do PHP you know what I mean. Now you can HTML not inside the echo command.</p>
<p>Wordpress is using this approach on templating and I find it very easy to use once you get used to it. So why don&#8217;t you give it a try and let us know what you think :)</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://lunatic.web.id/webdev/coding-php-loops-easily/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p class="shareparagraph" align="left"><a class="tt" href="http://twitter.com/home/?status=Coding+PHP+Loops+Easily+http://bit.ly/INcEb" title="Tweet This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Coding+PHP+Loops+Easily+http://bit.ly/INcEb" title="Tweet This">Tweet This</a>&nbsp; <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/webdev/coding-php-loops-easily/&amp;title=Coding+PHP+Loops+Easily" title="Delicious This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="[Post to Delicious]" border="0" /></a> <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/webdev/coding-php-loops-easily/&amp;title=Coding+PHP+Loops+Easily" title="Delicious This">Delicious This</a>&nbsp; <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/webdev/coding-php-loops-easily/&amp;title=Coding+PHP+Loops+Easily" title="Digg This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="[Post to Digg]" border="0" /></a> <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/webdev/coding-php-loops-easily/&amp;title=Coding+PHP+Loops+Easily" title="Digg This">Digg This</a>&nbsp; <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Coding+PHP+Loops+Easily&amp;link=http://lunatic.web.id/webdev/coding-php-loops-easily/" title="Ping.fm This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="[Post to Ping.fm]" border="0" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Coding+PHP+Loops+Easily&amp;link=http://lunatic.web.id/webdev/coding-php-loops-easily/" title="Ping.fm This">Ping This</a>&nbsp; <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/webdev/coding-php-loops-easily/&amp;title=Coding+PHP+Loops+Easily" title="Reddit This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="[Post to Reddit]" border="0" /></a> <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/webdev/coding-php-loops-easily/&amp;title=Coding+PHP+Loops+Easily" title="Reddit This">Reddit This</a>&nbsp; <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/webdev/coding-php-loops-easily/&amp;title=Coding+PHP+Loops+Easily" title="StumbleUpon This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-su.png" alt="[Post to StumbleUpon]" border="0" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/webdev/coding-php-loops-easily/&amp;title=Coding+PHP+Loops+Easily" title="StumbleUpon This">Stumble This</a>&nbsp; </p><img src="http://feeds.feedburner.com/~r/LunaticNotes/~4/URfEuFwmZxk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lunatic.web.id/webdev/coding-php-loops-easily/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://lunatic.web.id/webdev/coding-php-loops-easily/</feedburner:origLink></item>
		<item>
		<title>Import your blog posts (and other app feed) to Facebook</title>
		<link>http://feedproxy.google.com/~r/LunaticNotes/~3/3GOWnuuz-t4/</link>
		<comments>http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/#comments</comments>
		<pubDate>Wed, 13 May 2009 04:32:15 +0000</pubDate>
		<dc:creator>anima</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[import]]></category>

		<guid isPermaLink="false">http://lunatic.web.id/?p=144</guid>
		<description><![CDATA[Problem: we want to show off our latest blog posts, Flickr photos, Delicious bookmarks, Last.fm tracks and the such on our Facebook profile. Yes we are all attention whores, we just want the world to know what we're up to. Don't deny it, you're on Facebook, aren't you? :p]]></description>
			<content:encoded><![CDATA[<p><a href="http://lunatic.web.id/wp-content/uploads/2009/05/fb.jpg"><img class="alignleft size-full wp-image-152 hidden" title="Facebook Feed" src="http://lunatic.web.id/wp-content/uploads/2009/05/fb.jpg" alt="Facebook Feed" width="200" height="200" /></a>Problem: we want to show off our latest blog posts, Flickr photos, Delicious bookmarks, Last.fm tracks and the such on our Facebook profile. Yes we are all attention whores, we just want the world to know what we&#8217;re up to. Don&#8217;t deny it, you&#8217;re on Facebook, aren&#8217;t you? :p</p>
<h4>Here&#8217;s how we do it</h4>
<p><a href="http://lunatic.web.id/wp-content/uploads/2009/05/picture-11.png"><img class="alignleft size-full wp-image-145" title="Feed to Facebook" src="http://lunatic.web.id/wp-content/uploads/2009/05/picture-11.png" alt="Feed to Facebook" width="344" height="121" /></a>If you go to your profile page, you will notice there&#8217;s a button called <code>settings</code>. Found it? I didn&#8217;t realize it was there until a couple of months back *headsmack*. Click on that button to expand it, you&#8217;ll find the settings you&#8217;re looking for.</p>
<div id="attachment_146" class="wp-caption alignnone" style="width: 577px"><a href="http://lunatic.web.id/wp-content/uploads/2009/05/picture-12.png"><img class="size-full wp-image-146" title="Import feeds to Facebook profile" src="http://lunatic.web.id/wp-content/uploads/2009/05/picture-12.png" alt="Import feeds to Facebook profile" width="567" height="427" /></a><p class="wp-caption-text">Import feeds to Facebook profile</p></div>
<p>There you go, now you can show off your stuffs to everyone. What are you waiting for?</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p class="shareparagraph" align="left"><a class="tt" href="http://twitter.com/home/?status=Import+your+blog+posts+%28and+other+app+feed%29+to+Facebook+http://bit.ly/YZNNN" title="Tweet This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Import+your+blog+posts+%28and+other+app+feed%29+to+Facebook+http://bit.ly/YZNNN" title="Tweet This">Tweet This</a>&nbsp; <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/&amp;title=Import+your+blog+posts+%28and+other+app+feed%29+to+Facebook" title="Delicious This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="[Post to Delicious]" border="0" /></a> <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/&amp;title=Import+your+blog+posts+%28and+other+app+feed%29+to+Facebook" title="Delicious This">Delicious This</a>&nbsp; <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/&amp;title=Import+your+blog+posts+%28and+other+app+feed%29+to+Facebook" title="Digg This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="[Post to Digg]" border="0" /></a> <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/&amp;title=Import+your+blog+posts+%28and+other+app+feed%29+to+Facebook" title="Digg This">Digg This</a>&nbsp; <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Import+your+blog+posts+%28and+other+app+feed%29+to+Facebook&amp;link=http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/" title="Ping.fm This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="[Post to Ping.fm]" border="0" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Import+your+blog+posts+%28and+other+app+feed%29+to+Facebook&amp;link=http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/" title="Ping.fm This">Ping This</a>&nbsp; <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/&amp;title=Import+your+blog+posts+%28and+other+app+feed%29+to+Facebook" title="Reddit This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="[Post to Reddit]" border="0" /></a> <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/&amp;title=Import+your+blog+posts+%28and+other+app+feed%29+to+Facebook" title="Reddit This">Reddit This</a>&nbsp; <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/&amp;title=Import+your+blog+posts+%28and+other+app+feed%29+to+Facebook" title="StumbleUpon This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-su.png" alt="[Post to StumbleUpon]" border="0" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/&amp;title=Import+your+blog+posts+%28and+other+app+feed%29+to+Facebook" title="StumbleUpon This">Stumble This</a>&nbsp; </p><img src="http://feeds.feedburner.com/~r/LunaticNotes/~4/3GOWnuuz-t4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://lunatic.web.id/web/import-your-blog-posts-and-other-app-feed-to-facebook/</feedburner:origLink></item>
		<item>
		<title>How to remove Facebook Quizzes from your home stream</title>
		<link>http://feedproxy.google.com/~r/LunaticNotes/~3/D67IVcTpTok/</link>
		<comments>http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/#comments</comments>
		<pubDate>Tue, 12 May 2009 04:54:39 +0000</pubDate>
		<dc:creator>anima</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[greasekit]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://lunatic.web.id/?p=137</guid>
		<description><![CDATA[Tired of seeing those quiz notification your friends published? If you're a facebook quiz lover, do yourself a favor, STOP PUBLISHING THE RESULT. It's annoying!

To hide the quiz, you can either click the <code>hide</code> button and select <code>hide yadayada quiz</code> or simply hide the person, I prefer the latter. But if you don't want to hide the friend but still want to hide the quizzes, facebook Purity saves your day.]]></description>
			<content:encoded><![CDATA[<p><a href="http://lunatic.web.id/wp-content/uploads/2009/05/faceook-quiz.png"><img class="alignleft size-full wp-image-140 hidden" title="Facebook Quiz" src="http://lunatic.web.id/wp-content/uploads/2009/05/faceook-quiz.png" alt="Facebook Quiz" width="200" height="200" /></a>Tired of seeing those quiz notification your friends published? If you&#8217;re a facebook quiz lover, do yourself a favor, STOP PUBLISHING THE RESULT. It&#8217;s annoying!</p>
<p>To hide the quiz, you can either click the <code>hide</code> button and select <code>hide yadayada quiz</code> or simply hide the person, I prefer the latter. But if you don&#8217;t want to hide the friend but still want to hide the quizzes, facebook Purity saves your day.</p>
<p>First you&#8217;ll have to install <a href="https://addons.mozilla.org/firefox/addon/748">Greasemonkey</a> (works on Firefox) or <a href="http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/">Greasekit</a> (works on Safari). And after that you can <a href="http://userscripts.org/scripts/show/44459">get the userscript here</a>. Cool huh? Opera users, <a href="http://my.opera.com/Contrid/blog/2007/02/11/how-to-greasemonkey-in-opera">check out this article</a>, looks like you can also run Greasemonkey userscripts in Opera. Chrome users are also in luck, check out <a href="http://is.gd/doWn">this article</a>.</p>
<p>Internet Explorer users, you&#8217;re on your own. Good luck.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p class="shareparagraph" align="left"><a class="tt" href="http://twitter.com/home/?status=How+to+remove+Facebook+Quizzes+from+your+home+stream+http://bit.ly/DUj0Y" title="Tweet This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=How+to+remove+Facebook+Quizzes+from+your+home+stream+http://bit.ly/DUj0Y" title="Tweet This">Tweet This</a>&nbsp; <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/&amp;title=How+to+remove+Facebook+Quizzes+from+your+home+stream" title="Delicious This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="[Post to Delicious]" border="0" /></a> <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/&amp;title=How+to+remove+Facebook+Quizzes+from+your+home+stream" title="Delicious This">Delicious This</a>&nbsp; <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/&amp;title=How+to+remove+Facebook+Quizzes+from+your+home+stream" title="Digg This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="[Post to Digg]" border="0" /></a> <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/&amp;title=How+to+remove+Facebook+Quizzes+from+your+home+stream" title="Digg This">Digg This</a>&nbsp; <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=How+to+remove+Facebook+Quizzes+from+your+home+stream&amp;link=http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/" title="Ping.fm This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="[Post to Ping.fm]" border="0" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=How+to+remove+Facebook+Quizzes+from+your+home+stream&amp;link=http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/" title="Ping.fm This">Ping This</a>&nbsp; <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/&amp;title=How+to+remove+Facebook+Quizzes+from+your+home+stream" title="Reddit This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="[Post to Reddit]" border="0" /></a> <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/&amp;title=How+to+remove+Facebook+Quizzes+from+your+home+stream" title="Reddit This">Reddit This</a>&nbsp; <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/&amp;title=How+to+remove+Facebook+Quizzes+from+your+home+stream" title="StumbleUpon This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-su.png" alt="[Post to StumbleUpon]" border="0" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/&amp;title=How+to+remove+Facebook+Quizzes+from+your+home+stream" title="StumbleUpon This">Stumble This</a>&nbsp; </p><img src="http://feeds.feedburner.com/~r/LunaticNotes/~4/D67IVcTpTok" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://lunatic.web.id/tips-and-tricks/how-to-remove-facebook-quizzes-from-your-home-stream/</feedburner:origLink></item>
		<item>
		<title>Tweaking Safari 4’s Hidden Preferences</title>
		<link>http://feedproxy.google.com/~r/LunaticNotes/~3/l-4mubnLJ0U/</link>
		<comments>http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/#comments</comments>
		<pubDate>Mon, 04 May 2009 02:05:04 +0000</pubDate>
		<dc:creator>anima</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[browsers]]></category>

		<guid isPermaLink="false">http://lunatic.web.id/?p=125</guid>
		<description><![CDATA[Okay, who else thinks Safari 4 is cute and all that, and that it looks like Google Chrome? New look and spanking great new features. Safari 4 has the tab bar on top, fancy URL completion, circular progress bar (instead of the bluish progress bar on the address bar we used to have in the previous version) and many more.

Some people are excited about the changes, some don’t. I personally can’t get used to the tab bar relocation so I looked for a solution to revert it back. There is the hard way, typing this and that into Terminal app but hey, let’s cheat and use the easier way.]]></description>
			<content:encoded><![CDATA[<p><a href="http://lunatic.web.id/wp-content/uploads/2009/05/mammoth.png"><img class="alignleft size-full wp-image-127 hidden" title="Safari 4 Buddy" src="http://lunatic.web.id/wp-content/uploads/2009/05/mammoth.png" alt="Safari 4 Buddy" width="200" height="200" /></a>Okay, who else thinks <a href="http://www.apple.com/safari/">Safari 4</a> is cute and all that, and that it looks like <a href="http://www.google.com/chrome">Google Chrome</a>? New look and spanking great new features. Safari 4 has the tab bar on top, fancy URL completion, circular progress bar (instead of the bluish progress bar on the address bar we used to have in the previous version) and many more.</p>
<p>Some people are excited about the changes, some don&#8217;t. I personally can&#8217;t get used to the tab bar relocation so I looked for a solution to revert it back. There is the hard way, typing this and that into Terminal app but hey, let&#8217;s cheat and use the easier way.</p>
<p><a href="http://www.swoon.net/">Swoon dot net made a neat app that allows us to tweak the hidden preferences in Safari</a>, such as relocate the tab bar to where it used to be. Installation is fairly simple, you can&#8217;t screw this up, really. <a href="http://www.swoon.net/site/software.html">Download the app here</a> and run it.</p>
<div id="attachment_126" class="wp-caption alignnone" style="width: 506px"><a href="http://lunatic.web.id/wp-content/uploads/2009/05/picture-1.png"><img class="size-medium wp-image-126" title="My safari 4 buddy preferences" src="http://lunatic.web.id/wp-content/uploads/2009/05/picture-1-496x640.png" alt="My safari 4 buddy preferences" width="496" height="640" /></a><p class="wp-caption-text">My safari 4 buddy preferences</p></div>
<p>Press apply and restart your Safari. Voila! You&#8217;ve got your familiar-looking Safari with the massive new features :)</p>
<p><em>Note: if you are using Safari 4 on Windows and you&#8217;re looking for the hidden preferences: sorry, not your lucky day.</em></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p class="shareparagraph" align="left"><a class="tt" href="http://twitter.com/home/?status=Tweaking+Safari+4%27s+Hidden+Preferences+http://bit.ly/5kHRs" title="Tweet This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Tweaking+Safari+4%27s+Hidden+Preferences+http://bit.ly/5kHRs" title="Tweet This">Tweet This</a>&nbsp; <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/&amp;title=Tweaking+Safari+4%27s+Hidden+Preferences" title="Delicious This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="[Post to Delicious]" border="0" /></a> <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/&amp;title=Tweaking+Safari+4%27s+Hidden+Preferences" title="Delicious This">Delicious This</a>&nbsp; <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/&amp;title=Tweaking+Safari+4%27s+Hidden+Preferences" title="Digg This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="[Post to Digg]" border="0" /></a> <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/&amp;title=Tweaking+Safari+4%27s+Hidden+Preferences" title="Digg This">Digg This</a>&nbsp; <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Tweaking+Safari+4%27s+Hidden+Preferences&amp;link=http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/" title="Ping.fm This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="[Post to Ping.fm]" border="0" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Tweaking+Safari+4%27s+Hidden+Preferences&amp;link=http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/" title="Ping.fm This">Ping This</a>&nbsp; <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/&amp;title=Tweaking+Safari+4%27s+Hidden+Preferences" title="Reddit This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="[Post to Reddit]" border="0" /></a> <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/&amp;title=Tweaking+Safari+4%27s+Hidden+Preferences" title="Reddit This">Reddit This</a>&nbsp; <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/&amp;title=Tweaking+Safari+4%27s+Hidden+Preferences" title="StumbleUpon This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-su.png" alt="[Post to StumbleUpon]" border="0" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/&amp;title=Tweaking+Safari+4%27s+Hidden+Preferences" title="StumbleUpon This">Stumble This</a>&nbsp; </p><img src="http://feeds.feedburner.com/~r/LunaticNotes/~4/l-4mubnLJ0U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://lunatic.web.id/tips-and-tricks/tweaking-safari-4s-hidden-preferences/</feedburner:origLink></item>
		<item>
		<title>How to save/print a document as PDF</title>
		<link>http://feedproxy.google.com/~r/LunaticNotes/~3/YrwzfMVtwSQ/</link>
		<comments>http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 05:12:25 +0000</pubDate>
		<dc:creator>anima</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[document handling]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[printer]]></category>

		<guid isPermaLink="false">http://lunatic.web.id/?p=117</guid>
		<description><![CDATA[For Mac users, this is as simple as hitting Command + P and select Save as PDF. Windows users, you are not so lucky, Windows does not have this function built-in. As usual, we're going to have to install a third party application work our way around this limitation.

We have a wide range of selection to help overcome the issue, but we're going to use the cheapest and quickest one around: CutePDF Writer.]]></description>
			<content:encoded><![CDATA[<p><a href="http://lunatic.web.id/wp-content/uploads/2009/04/pdf-writer.png"><img class="alignleft size-full wp-image-121 hidden" title="PDF Writer" src="http://lunatic.web.id/wp-content/uploads/2009/04/pdf-writer.png" alt="PDF Writer" width="200" height="200" /></a>For Mac users, this is as simple as hitting Command + P and select <em>Save as PDF</em>. Windows users, you are not so lucky, Windows does not have this function built-in. As usual, we&#8217;re going to have to install a third party application work our way around this limitation.</p>
<p>We have a wide range of selection to help overcome the issue, but we&#8217;re going to use the cheapest and quickest one around: <a href="http://www.cutepdf.com/Products/CutePDF/writer.asp">CutePDF Writer</a>.</p>
<h4>Installation</h4>
<p>First we&#8217;ll download the free version of <a href="http://www.cutepdf.com/Products/CutePDF/writer.asp">CutePDF Writer here</a>, and then run the installer.</p>
<p><a href="http://lunatic.web.id/wp-content/uploads/2009/04/pdfwriter-1.jpg"><img class="alignnone size-full wp-image-118" title="PDF Writer installation" src="http://lunatic.web.id/wp-content/uploads/2009/04/pdfwriter-1.jpg" alt="PDF Writer installation" width="543" height="424" /></a></p>
<p>The installer will then prompt to download and install PS2PDF converter from CutePDF&#8217;s website, click yes and wait for the download and install to complete. <em>Note: this requires working internet connection.</em></p>
<p><a href="http://lunatic.web.id/wp-content/uploads/2009/04/pdfwriter-2.jpg"><img class="alignnone size-full wp-image-119" title="PDF Writer installation" src="http://lunatic.web.id/wp-content/uploads/2009/04/pdfwriter-2.jpg" alt="PDF Writer installation" width="544" height="246" /></a></p>
<p>Done and done, now you can check your <em>Control Panel</em> &gt; <em>Printers and Other Hardware</em> &gt; <em>View installed printers</em> to check if the PDF Writer has been successfully installed.</p>
<h4>How to use</h4>
<p>Using PDF Writer is very simple, since it is installed as a printer what you have to do is to print your document with it. Do as you usually do to print (Ctrl + P) and select CutePDF Writer as your printer.</p>
<p><a href="http://lunatic.web.id/wp-content/uploads/2009/04/pdfwriter-3.jpg"><img class="alignnone size-full wp-image-120" title="Using PDF Writer" src="http://lunatic.web.id/wp-content/uploads/2009/04/pdfwriter-3.jpg" alt="Using PDF Writer" width="437" height="409" /></a></p>
<p>Proceed to the next printing step and you will be asked where you&#8217;d like to save the .pdf file. Choose a location and click save. That&#8217;s just about it, pretty easy huh?</p>
<p><em>Now you can print .pdf files from any application (given the app has the print functionality) in Windows :)</em></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p class="shareparagraph" align="left"><a class="tt" href="http://twitter.com/home/?status=How+to+save%2Fprint+a+document+as+PDF+http://bit.ly/pb8e6" title="Tweet This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=How+to+save%2Fprint+a+document+as+PDF+http://bit.ly/pb8e6" title="Tweet This">Tweet This</a>&nbsp; <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/&amp;title=How+to+save%2Fprint+a+document+as+PDF" title="Delicious This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="[Post to Delicious]" border="0" /></a> <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/&amp;title=How+to+save%2Fprint+a+document+as+PDF" title="Delicious This">Delicious This</a>&nbsp; <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/&amp;title=How+to+save%2Fprint+a+document+as+PDF" title="Digg This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="[Post to Digg]" border="0" /></a> <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/&amp;title=How+to+save%2Fprint+a+document+as+PDF" title="Digg This">Digg This</a>&nbsp; <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=How+to+save%2Fprint+a+document+as+PDF&amp;link=http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/" title="Ping.fm This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="[Post to Ping.fm]" border="0" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=How+to+save%2Fprint+a+document+as+PDF&amp;link=http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/" title="Ping.fm This">Ping This</a>&nbsp; <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/&amp;title=How+to+save%2Fprint+a+document+as+PDF" title="Reddit This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="[Post to Reddit]" border="0" /></a> <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/&amp;title=How+to+save%2Fprint+a+document+as+PDF" title="Reddit This">Reddit This</a>&nbsp; <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/&amp;title=How+to+save%2Fprint+a+document+as+PDF" title="StumbleUpon This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-su.png" alt="[Post to StumbleUpon]" border="0" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/&amp;title=How+to+save%2Fprint+a+document+as+PDF" title="StumbleUpon This">Stumble This</a>&nbsp; </p><img src="http://feeds.feedburner.com/~r/LunaticNotes/~4/YrwzfMVtwSQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://lunatic.web.id/windows/how-to-saveprint-a-document-as-pdf/</feedburner:origLink></item>
		<item>
		<title>PICASA: A Revolutionary Tool To Organize Photos</title>
		<link>http://feedproxy.google.com/~r/LunaticNotes/~3/YiwdycZ-xMw/</link>
		<comments>http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 04:12:38 +0000</pubDate>
		<dc:creator>amazu</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[photo organizer]]></category>
		<category><![CDATA[picasa]]></category>

		<guid isPermaLink="false">http://lunatic.web.id/?p=9</guid>
		<description><![CDATA[Picasa is a photo organizer that comes with simplicity, easygoing and dozen features to improve the editing, organizing and sharing options. It is one of Google applications that's very suitable for Google services user such as Blogspot, Gmail, Picasa web albums and growing widely for third applications for sharing pictures. Having all your photos in one place and watch it into elegant albums by date means no more time wasted for searching photos in your harddrive. With its strong capabilities, it's has the best price tag: FREE. I like that :D]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-20 hidden" title="picasa_sq" src="http://lunatic.web.id/wp-content/uploads/2009/04/picasa_sq-200x200.jpg" alt="picasa_sq" width="200" height="200" /><a title="Picasa download" href="http://picasa.google.com/" target="_blank">Picasa</a> is a photo organizer that comes with simplicity, easy going and dozen features to improve the editing, organizing and sharing options. It is one of Google applications that very suitable for Google services user such as Blogspot, Gmail, Picasa web albums and growing widely for third applications for sharing pictures. Having all your photos in one place and watch it into elegant albums by date means no more time wasted for searching photos in your harddrive. With its strong capabilities, it&#8217;s has the best price tag: FREE. I like that :D</p>
<h4>Find and organize</h4>
<p>After you install Picasa, it asks if you&#8217;d like to scan you entire computer or just the desktop, my pictures and my documents folders. Feel free to choose one of those options and Picasa will automatically scan your entire computer for JPEG, GIF, BMP, PSD even for movie files. And with just a couple of minutes your photos already organized by date and initially retained same file structure as your hard drive. The main area shows thumbnails of the images, and along the right side is a scroll bar to navigate. It&#8217;s pretty neat and simple.</p>
<p><a href="http://lunatic.web.id/wp-content/uploads/2009/04/fullscreen-capture-23042009-130629bmp.jpg"><img class="size-medium wp-image-21 alignnone" title="fullscreen-capture-23042009-130629bmp" src="http://lunatic.web.id/wp-content/uploads/2009/04/fullscreen-capture-23042009-130629bmp-640x369.jpg" alt="fullscreen-capture-23042009-130629bmp" width="640" height="369" /></a></p>
<p>Picasa gives you easy and powerful way to search your library. It&#8217;s has tag feature that allows you categories each photo and give them caption if you like. Looking to your albums or photos is not difficult anymore, you just type on the search field or you can filter them by showing only photos with faces or specific colors.</p>
<h4>Create, edit and share</h4>
<p>In Picasa you can create many ways to share your photos. By selecting some of them, you can create photo collage, video clip presentation, gift CD, or export it to another folder. All of those features are presented in simple and elegantly especially for photo collage which is I really love it.</p>
<p><a href="http://lunatic.web.id/wp-content/uploads/2009/04/fullscreen-capture-23042009-130629bmp.jpg"></a><a href="http://lunatic.web.id/wp-content/uploads/2009/04/fullscreen-capture-24042009-144006bmp.jpg"><img class="alignleft size-medium wp-image-75" title="fullscreen-capture-24042009-144006bmp" src="http://lunatic.web.id/wp-content/uploads/2009/04/fullscreen-capture-24042009-144006bmp-640x409.jpg" alt="fullscreen-capture-24042009-144006bmp" width="640" height="409" /></a></p>
<p>If you double click a photo, you can enter an editing room to crop, fix red eye, straighten photos, adjust color, and apply special effects like film grain or soft focus. The editing room even has an <em>I&#8217;m Feeling Lucky</em> button, just like the Google search engine, which automatically applies recommended effects.</p>
<p>Sharing photos to your friends, family and to the world in Picasa is easy. You can select photos and email them as attachments. And if you&#8217;re Blogger user, you can post photos directly to your Blogger account. Picasa resizes the photos for the web for this, if you wish. You can also tell where you shot each photo and view them in Google Earth by using Geotagging. Uploading and synchronizing to the Web Albums is instant also.</p>
<h4>Miniview</h4>
<p>One of great feature that I really like from Picasa is Miniview. It is embedded to Windows Explorer and it represents nice preview for your picture even PSD. It&#8217;s really good feature because it&#8217;s avoids you from launching Picasa every time. On miniview you can zoom, rotate, slideshow and favorite your photos. And if you want to edit with it, just simply click Edit in Picasa and Picasa will be launched. Nice.</p>
<p><a href="http://lunatic.web.id/wp-content/uploads/2009/04/miniview.jpg"><img class="size-medium wp-image-27 alignnone" title="miniview" src="http://lunatic.web.id/wp-content/uploads/2009/04/miniview-640x487.jpg" alt="miniview" width="640" height="487" /></a></p>
<h4>Overall</h4>
<p>Picasa is very intuitive and well designed for amateurs and basic editing package. Its gives you a new experience for exploring your images library and it&#8217;s the best photo organization tools I&#8217;ve seen at any price. Picasa is a must-have application and most of all, it&#8217;s totally free.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p class="shareparagraph" align="left"><a class="tt" href="http://twitter.com/home/?status=PICASA%3A+A+Revolutionary+Tool+To+Organize+Photos+http://bit.ly/Tz8aO" title="Tweet This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=PICASA%3A+A+Revolutionary+Tool+To+Organize+Photos+http://bit.ly/Tz8aO" title="Tweet This">Tweet This</a>&nbsp; <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/&amp;title=PICASA%3A+A+Revolutionary+Tool+To+Organize+Photos" title="Delicious This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="[Post to Delicious]" border="0" /></a> <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/&amp;title=PICASA%3A+A+Revolutionary+Tool+To+Organize+Photos" title="Delicious This">Delicious This</a>&nbsp; <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/&amp;title=PICASA%3A+A+Revolutionary+Tool+To+Organize+Photos" title="Digg This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="[Post to Digg]" border="0" /></a> <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/&amp;title=PICASA%3A+A+Revolutionary+Tool+To+Organize+Photos" title="Digg This">Digg This</a>&nbsp; <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=PICASA%3A+A+Revolutionary+Tool+To+Organize+Photos&amp;link=http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/" title="Ping.fm This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="[Post to Ping.fm]" border="0" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=PICASA%3A+A+Revolutionary+Tool+To+Organize+Photos&amp;link=http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/" title="Ping.fm This">Ping This</a>&nbsp; <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/&amp;title=PICASA%3A+A+Revolutionary+Tool+To+Organize+Photos" title="Reddit This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="[Post to Reddit]" border="0" /></a> <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/&amp;title=PICASA%3A+A+Revolutionary+Tool+To+Organize+Photos" title="Reddit This">Reddit This</a>&nbsp; <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/&amp;title=PICASA%3A+A+Revolutionary+Tool+To+Organize+Photos" title="StumbleUpon This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-su.png" alt="[Post to StumbleUpon]" border="0" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/&amp;title=PICASA%3A+A+Revolutionary+Tool+To+Organize+Photos" title="StumbleUpon This">Stumble This</a>&nbsp; </p><img src="http://feeds.feedburner.com/~r/LunaticNotes/~4/YiwdycZ-xMw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://lunatic.web.id/windows/picasa-a-revolutionary-tool-to-organize-photos/</feedburner:origLink></item>
		<item>
		<title>Enable Growl notifications on iChat</title>
		<link>http://feedproxy.google.com/~r/LunaticNotes/~3/oM1-iff6uLg/</link>
		<comments>http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 06:30:49 +0000</pubDate>
		<dc:creator>anima</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[iChat]]></category>

		<guid isPermaLink="false">http://lunatic.web.id/?p=95</guid>
		<description><![CDATA[Being the default messenger app on Mac, iChat sure is pretty and well integrated to the system. However, unlike AdiumX, iChat does not show Growl notifications (wow I'm speaking alien language aren't I? Mac users should understand this, I think).

I'm not sure if it's an iChat issue or Growl issue, but we have a solution :)]]></description>
			<content:encoded><![CDATA[<p><a href="http://lunatic.web.id/wp-content/uploads/2009/04/chax.png"><img class="alignleft size-full wp-image-96 hidden" title="Chax" src="http://lunatic.web.id/wp-content/uploads/2009/04/chax.png" alt="Chax" width="200" height="200" /></a>Being the default messenger app on Mac, <a href="http://www.apple.com/macosx/features/ichat.html">iChat</a> sure is pretty and well integrated to the system. However, unlike <a href="http://adiumx.com/">AdiumX</a>, iChat does not show <a href="http://growl.info/">Growl</a> notifications (<em>wow I&#8217;m speaking alien language aren&#8217;t I? Mac users should understand this, I think</em>).</p>
<p>I&#8217;m not sure if it&#8217;s an iChat issue or Growl issue, but we have a solution :)</p>
<p><a href="http://www.ksuther.com/chax/">Chax</a> aims to make your experience using iChat more enjoyable. Go to their site, download the installer and run it. It should prompt you to restart iChat after installation.</p>
<p><a href="http://lunatic.web.id/wp-content/uploads/2009/04/picture-12.png"><img class="alignnone size-full wp-image-100" title="Chax preferences" src="http://lunatic.web.id/wp-content/uploads/2009/04/picture-12.png" alt="Chax preferences" width="597" height="617" /></a></p>
<p>Chax&#8217;s preferences is located inside iChat preferences. There are many things you can do there, but for me the most important thing is to turn on the Growl notifications. There. Now I am a happier iChat user :)</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p class="shareparagraph" align="left"><a class="tt" href="http://twitter.com/home/?status=Enable+Growl+notifications+on+iChat+http://bit.ly/UFyxC" title="Tweet This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Enable+Growl+notifications+on+iChat+http://bit.ly/UFyxC" title="Tweet This">Tweet This</a>&nbsp; <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/&amp;title=Enable+Growl+notifications+on+iChat" title="Delicious This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="[Post to Delicious]" border="0" /></a> <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/&amp;title=Enable+Growl+notifications+on+iChat" title="Delicious This">Delicious This</a>&nbsp; <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/&amp;title=Enable+Growl+notifications+on+iChat" title="Digg This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="[Post to Digg]" border="0" /></a> <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/&amp;title=Enable+Growl+notifications+on+iChat" title="Digg This">Digg This</a>&nbsp; <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Enable+Growl+notifications+on+iChat&amp;link=http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/" title="Ping.fm This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="[Post to Ping.fm]" border="0" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Enable+Growl+notifications+on+iChat&amp;link=http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/" title="Ping.fm This">Ping This</a>&nbsp; <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/&amp;title=Enable+Growl+notifications+on+iChat" title="Reddit This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="[Post to Reddit]" border="0" /></a> <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/&amp;title=Enable+Growl+notifications+on+iChat" title="Reddit This">Reddit This</a>&nbsp; <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/&amp;title=Enable+Growl+notifications+on+iChat" title="StumbleUpon This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-su.png" alt="[Post to StumbleUpon]" border="0" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/&amp;title=Enable+Growl+notifications+on+iChat" title="StumbleUpon This">Stumble This</a>&nbsp; </p><img src="http://feeds.feedburner.com/~r/LunaticNotes/~4/oM1-iff6uLg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://lunatic.web.id/tips-and-tricks/enable-growl-notifications-on-ichat/</feedburner:origLink></item>
		<item>
		<title>GreaseKit – Use GreaseMonkey’s User Scripts in Safari</title>
		<link>http://feedproxy.google.com/~r/LunaticNotes/~3/GN-fOAJj-pY/</link>
		<comments>http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 16:25:14 +0000</pubDate>
		<dc:creator>anima</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://lunatic.web.id/?p=80</guid>
		<description><![CDATA[GreaseMonkey is a very powerful Firefox add-on that lets us make changes to the website we visit on-the-fly by installing <a href="http://userscripts.org/">user scripts</a>. In human language, that means we have more control over the websites we visit. For example, we can add a 'download' link to Youtube video pages and remove annoying quizzes from our Facebook homepage.

Neat innit? The problem is: GreaseMonkey cannot be installed in Safari, Mac OSX's default browser (and by far my favorite one). Solution: GreaseKit. Here's how.]]></description>
			<content:encoded><![CDATA[<p><a href="http://lunatic.web.id/wp-content/uploads/2009/04/safarigreasemonkey.jpg"><img class="alignleft size-full wp-image-86 hidden" title="Safari - GreaseMonkey" src="http://lunatic.web.id/wp-content/uploads/2009/04/safarigreasemonkey.jpg" alt="Safari - GreaseMonkey" width="200" height="200" /></a><a href="http://en.wikipedia.org/wiki/Greasemonkey">GreaseMonkey</a> is a very powerful Firefox add-on that lets us make <em>on-the-fly</em> changes to websites we visit  by installing <a href="http://userscripts.org/">user scripts</a>. Simply put: that means we have more control over websites we visit. For example, we can <a href="http://userscripts.org/scripts/show/21774">add a &#8216;download&#8217; link to Youtube video pages</a> and <a href="http://userscripts.org/scripts/show/44459">remove annoying quizzes from our Facebook homepage</a>.</p>
<p>Neat innit? The problem is: GreaseMonkey cannot be installed in Safari, Mac OSX&#8217;s default browser (and by far my favorite one). Solution: <a href="http://8-p.info/greasekit/">GreaseKit</a>. Here&#8217;s how.</p>
<p>First we&#8217;re going to have to install <a href="http://www.culater.net/software/SIMBL/SIMBL.php">SIMBL</a>. SIMBL is a software that lets you modify Cocoa applications. In this case, we&#8217;re modifying Safari.</p>
<p>After installing SIMBL, we can now proceed to installing <a href="http://8-p.info/greasekit/">GreaseKit (download it here)</a>. GreaseKit is not an application, it&#8217;s a SIMBL add on. Double click the DMG file and you&#8217;ll see this file:</p>
<p><a href="http://lunatic.web.id/wp-content/uploads/2009/04/picture-11.png"><img class="size-medium wp-image-82 alignnone" title="GreaseKit.dmg" src="http://lunatic.web.id/wp-content/uploads/2009/04/picture-11-640x407.png" alt="GreaseKit.dmg" width="640" height="407" /></a></p>
<p>Drag <code>GreaseKit.bundle</code> to <code>OSX</code> (this being your system root) &gt; <code>Library</code> &gt; <code>Application Support</code> &gt; <code>SIMBL</code> &gt; <code>Plugins</code>.</p>
<div id="attachment_83" class="wp-caption alignnone" style="width: 650px"><a href="http://lunatic.web.id/wp-content/uploads/2009/04/picture-21.png"><img class="size-medium wp-image-83 " title="Install location" src="http://lunatic.web.id/wp-content/uploads/2009/04/picture-21-640x275.png" alt="Install location - click to view larger image" width="640" height="275" /></a><p class="wp-caption-text">Install location - click to view larger image</p></div>
<p>Now restart your Safari app and check the menu bar, there will be an additional menu that says GreaseKit. That does it, now you can browse the available user scripts and install the ones you like :)</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p class="shareparagraph" align="left"><a class="tt" href="http://twitter.com/home/?status=GreaseKit+--+Use+GreaseMonkey%27s+User+Scripts+in+Safari+http://bit.ly/Wf0LS" title="Tweet This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=GreaseKit+--+Use+GreaseMonkey%27s+User+Scripts+in+Safari+http://bit.ly/Wf0LS" title="Tweet This">Tweet This</a>&nbsp; <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/&amp;title=GreaseKit+--+Use+GreaseMonkey%27s+User+Scripts+in+Safari" title="Delicious This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="[Post to Delicious]" border="0" /></a> <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/&amp;title=GreaseKit+--+Use+GreaseMonkey%27s+User+Scripts+in+Safari" title="Delicious This">Delicious This</a>&nbsp; <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/&amp;title=GreaseKit+--+Use+GreaseMonkey%27s+User+Scripts+in+Safari" title="Digg This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="[Post to Digg]" border="0" /></a> <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/&amp;title=GreaseKit+--+Use+GreaseMonkey%27s+User+Scripts+in+Safari" title="Digg This">Digg This</a>&nbsp; <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=GreaseKit+--+Use+GreaseMonkey%27s+User+Scripts+in+Safari&amp;link=http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/" title="Ping.fm This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="[Post to Ping.fm]" border="0" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=GreaseKit+--+Use+GreaseMonkey%27s+User+Scripts+in+Safari&amp;link=http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/" title="Ping.fm This">Ping This</a>&nbsp; <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/&amp;title=GreaseKit+--+Use+GreaseMonkey%27s+User+Scripts+in+Safari" title="Reddit This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="[Post to Reddit]" border="0" /></a> <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/&amp;title=GreaseKit+--+Use+GreaseMonkey%27s+User+Scripts+in+Safari" title="Reddit This">Reddit This</a>&nbsp; <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/&amp;title=GreaseKit+--+Use+GreaseMonkey%27s+User+Scripts+in+Safari" title="StumbleUpon This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-su.png" alt="[Post to StumbleUpon]" border="0" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/&amp;title=GreaseKit+--+Use+GreaseMonkey%27s+User+Scripts+in+Safari" title="StumbleUpon This">Stumble This</a>&nbsp; </p><img src="http://feeds.feedburner.com/~r/LunaticNotes/~4/GN-fOAJj-pY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://lunatic.web.id/tips-and-tricks/greasekit-use-greasemonkeys-user-scripts-in-safari/</feedburner:origLink></item>
		<item>
		<title>Installing Multiple Versions of Firefox and Internet Explorer</title>
		<link>http://feedproxy.google.com/~r/LunaticNotes/~3/2lfmPGjziLw/</link>
		<comments>http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 09:36:11 +0000</pubDate>
		<dc:creator>anima</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[browsers]]></category>

		<guid isPermaLink="false">http://lunatic.web.id/?p=7</guid>
		<description><![CDATA[Now you might think <em>why the heck would I want to install different versions of web browsers to my computer?</em> Here's why: you're a web developer.

That being said, you need to check your website/web app in popular browsers: Internet Explorer 6 and 7, Firefox 1, 2, 3, Chrome, Safari and Opera. Installing Chrome, Safari and Opera is a no-brainer, but those multiple versions of Internet Explorer and Firefox can be tricky. Here's how we can do it.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-44 hidden" title="Installing multiple IE and Fx" src="http://lunatic.web.id/wp-content/uploads/2009/04/multipleff_ss.jpg" alt="Installing multiple IE and Fx" width="200" height="200" />Now you might think <em>why the heck would I want to install different versions of web browsers to my computer?</em> Here&#8217;s why: you&#8217;re a web developer.</p>
<p>Granted, you have the need to check your website/web app in popular browsers: Internet Explorer 6 and 7, Firefox 1, 2, 3, Chrome, Safari and Opera. Installing Chrome, Safari and Opera is a no-brainer, but those multiple versions of Internet Explorer and Firefox can be tricky. Here&#8217;s how we can do it.</p>
<p class="note">Note: in this article I am using Windows XP with IE6 as a default browser. If you&#8217;re on Vista and you already have IE 7 installed you can skip the IE7 installation section.</p>
<p>Before we start, these are the installers we&#8217;re going to need. Don&#8217;t worry if you don&#8217;t have it yet, we will discuss about where (and how) to get them as we go.</p>
<p><a href="http://lunatic.web.id/wp-content/uploads/2009/04/browsers-folder.png"><img class="size-medium wp-image-10 alignnone" title="browsers-folder" src="http://lunatic.web.id/wp-content/uploads/2009/04/browsers-folder-640x474.png" alt="browsers-folder" width="640" height="474" /></a></p>
<h4>Installing Internet Explorer 6 and 7</h4>
<p>First we&#8217;re going to install IE7, this is also a no-brainer. <a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Get it here</a> and experience Microsoft&#8217;s long-ass installation and an unnecessary restart. Done and done with IE7, now we&#8217;re going to setup IE6. Download the <a href="http://tredosoft.com/Multiple_IE">Multiple IE installer</a>, it&#8217;s free and it&#8217;s <strong><em>superuseful</em></strong> :)</p>
<p>Run the installer and keep going next until you see a checkbox selection like this:</p>
<p><img class="alignnone size-full wp-image-11" title="MultipleIE Installation" src="http://lunatic.web.id/wp-content/uploads/2009/04/picture-2.png" alt="MultipleIE Installation" width="583" height="472" /></p>
<p>If your target audience includes the good old Windows 98, 95 and Windows 3.1.1 users then definitely select them all. If that&#8217;s not the case then just leave it all unclicked except Internet Explorer 6.</p>
<h4>Installing Firefox 1.5, 2 and 3</h4>
<p>Thanks to <a href="http://www.htmlcenter.com/blog/multiple-firefox-installs/">this article</a>, installing these browsers can be done easily. First you have to get all Firefox installers. <a href="http://www.mozilla.com/en-US/">Firefox 3 can be downloaded from this link</a>, <a href="http://www.mozilla.com/en-US/firefox/all-older.html">Firefox 2 here</a> and <a href="http://www.filehippo.com/download_firefox/1338/">Firefox 1.5 here</a>.</p>
<p>I&#8217;d start with Fx 3 because that&#8217;s my favorite. Do a custom installation, choose where you want to install Firefox 3. In my case I want to install it here:</p>
<p><img class="alignnone size-full wp-image-32" title="Custom install location" src="http://lunatic.web.id/wp-content/uploads/2009/04/picture-1.png" alt="Custom install location" width="583" height="473" /></p>
<p>Next we&#8217;ll launch Firefox Profile Manager. This part&#8217;s a bit tricky so let&#8217;s pay extra attention here. What we&#8217;re going to do is we go to the Mozilla Firefox start menu folder by right-clicking the shortcut on the start menu.</p>
<div id="attachment_33" class="wp-caption alignnone" style="width: 650px"><img class="size-full wp-image-33" title="Explore the Firefox start menu folder" src="http://lunatic.web.id/wp-content/uploads/2009/04/explore.jpg" alt="Explore the Firefox start menu folder" width="640" height="256" /><p class="wp-caption-text">Explore the Firefox start menu folder</p></div>
<p>Then we&#8217;re going into the duplicated shortcut&#8217;s properties by right-clicking the shortcut and select <em>Properties</em>. These are the values you&#8217;re going to change: in the Target field, add the following string: <strong>-profilemanager</strong>.</p>
<div id="attachment_34" class="wp-caption alignnone" style="width: 650px"><img class="size-full wp-image-34" title="Shortcut Properties" src="http://lunatic.web.id/wp-content/uploads/2009/04/file-property.jpg" alt="Shortcut Properties" width="640" height="520" /><p class="wp-caption-text">Shortcut Properties</p></div>
<p>Rename the shortcut to Profile Manager and launch it. We will need to create 3 different profiles for each Firefox installation. Here are my Firefox Profiles:</p>
<div id="attachment_35" class="wp-caption alignnone" style="width: 650px"><img class="size-full wp-image-35" title="Firefox Profiles" src="http://lunatic.web.id/wp-content/uploads/2009/04/profiles.jpg" alt="Firefox Profiles" width="640" height="318" /><p class="wp-caption-text">Firefox Profiles</p></div>
<p><img class="alignleft size-full wp-image-38" title="Firefox installation folders" src="http://lunatic.web.id/wp-content/uploads/2009/04/picture-51.png" alt="Firefox installation folders" width="209" height="158" />Now you can install Fx 2 and 1.5 with custom installation, just remember to change the install directory. Your installation directory should look similar to what I have on the left side screenshot. We&#8217;re almost there, it&#8217;s a pretty long journey but we&#8217;re getting there.</p>
<p>Hang on.</p>
<p>Next step is the finishing strike. We&#8217;re going to put <a href="http://www.youtube.com/watch?v=uyUU9Y8CjWM">all the application shortcut to one place</a> and modify the target just like we modify it on the Profile Manager section up there.</p>
<p>Here&#8217;s what we do, we add this string to the target field: <strong>-p &#8220;Fx 1&#8243;</strong> where Fx 1 is the profile we made for that version of Firefox. Take a look at this screenshot for an example.</p>
<p><img class="alignnone size-full wp-image-41" title="Edit Firefox target" src="http://lunatic.web.id/wp-content/uploads/2009/04/picture-7.png" alt="Edit Firefox target" width="447" height="589" /></p>
<p>Et voila! That&#8217;s it! Now you have 3 Firefox installations running with different profiles. This means they can have different passwords saved, different bookmarks and so on. Please take a note that you can only run one Firefox instance at a time.</p>
<p>Have fun developing your website! :)</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p class="shareparagraph" align="left"><a class="tt" href="http://twitter.com/home/?status=Installing+Multiple+Versions+of+Firefox+and+Internet+Explorer+http://bit.ly/BxoKO" title="Tweet This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Installing+Multiple+Versions+of+Firefox+and+Internet+Explorer+http://bit.ly/BxoKO" title="Tweet This">Tweet This</a>&nbsp; <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/&amp;title=Installing+Multiple+Versions+of+Firefox+and+Internet+Explorer" title="Delicious This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="[Post to Delicious]" border="0" /></a> <a class="tt" href="http://delicious.com/post?url=http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/&amp;title=Installing+Multiple+Versions+of+Firefox+and+Internet+Explorer" title="Delicious This">Delicious This</a>&nbsp; <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/&amp;title=Installing+Multiple+Versions+of+Firefox+and+Internet+Explorer" title="Digg This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="[Post to Digg]" border="0" /></a> <a class="tt" href="http://digg.com/submit?url=http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/&amp;title=Installing+Multiple+Versions+of+Firefox+and+Internet+Explorer" title="Digg This">Digg This</a>&nbsp; <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Installing+Multiple+Versions+of+Firefox+and+Internet+Explorer&amp;link=http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/" title="Ping.fm This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="[Post to Ping.fm]" border="0" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Installing+Multiple+Versions+of+Firefox+and+Internet+Explorer&amp;link=http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/" title="Ping.fm This">Ping This</a>&nbsp; <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/&amp;title=Installing+Multiple+Versions+of+Firefox+and+Internet+Explorer" title="Reddit This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="[Post to Reddit]" border="0" /></a> <a class="tt" href="http://reddit.com/submit?url=http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/&amp;title=Installing+Multiple+Versions+of+Firefox+and+Internet+Explorer" title="Reddit This">Reddit This</a>&nbsp; <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/&amp;title=Installing+Multiple+Versions+of+Firefox+and+Internet+Explorer" title="StumbleUpon This"><img class="nothumb" src="http://lunatic.web.id/wp-content/plugins/tweet-this/icons/tt-su.png" alt="[Post to StumbleUpon]" border="0" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/&amp;title=Installing+Multiple+Versions+of+Firefox+and+Internet+Explorer" title="StumbleUpon This">Stumble This</a>&nbsp; </p><img src="http://feeds.feedburner.com/~r/LunaticNotes/~4/2lfmPGjziLw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://lunatic.web.id/webdev/installing-multiple-versions-of-firefox-and-internet-explorer/</feedburner:origLink></item>
	</channel>
</rss>
