<?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>Frugle &#187; mac</title>
	<atom:link href="http://frugle.com/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://frugle.com</link>
	<description>Plugged In To Save You Money</description>
	<lastBuildDate>Thu, 04 Mar 2010 19:15:23 +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>Free First Person Shooter Mac</title>
		<link>http://frugle.com/2010/03/free-first-person-shooter-mac/</link>
		<comments>http://frugle.com/2010/03/free-first-person-shooter-mac/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 01:13:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[free game]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Mac OsX]]></category>

		<guid isPermaLink="false">http://frugle.com/?p=695</guid>
		<description><![CDATA[Usually, I don&#8217;t use widgets on Mac OSX.  Most information I want to look up seems to be only a few keystrokes away on the web anyway.  However, widgets have gotten more and more advanced and now there are even some decent games being published as a widget.  One such game is Paradise Paintball.  This [...]]]></description>
			<content:encoded><![CDATA[<p>Usually, I don&#8217;t use widgets on Mac OSX.  Most information I want to look up seems to be only a few keystrokes away on the web anyway.  However, widgets have gotten more and more advanced and now there are even some decent games being published as a widget.  One such game is <a href="http://www.macupdate.com/info.php/id/29650/paradise-paintball-widget">Paradise Paintball</a>.  This games offers a variety of weapons and game modes including online multiplayer and it&#8217;s all free.</p>
<p>So check it out <a href="http://www.macupdate.com/info.php/id/29650/paradise-paintball-widget">here</a>.  Sorry Windows users, this game is free on OS X only.</p>
]]></content:encoded>
			<wfw:commentRss>http://frugle.com/2010/03/free-first-person-shooter-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick steps to setting up a free php development environment on OSx</title>
		<link>http://frugle.com/2009/11/quick-steps-to-setting-up-a-free-php-development-environment-on-osx/</link>
		<comments>http://frugle.com/2009/11/quick-steps-to-setting-up-a-free-php-development-environment-on-osx/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 17:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mamp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://frugle.com/?p=581</guid>
		<description><![CDATA[This is just a quick and dirty guide to setting a development environment for PHP on Mac OS X 10.6.2, but will also work for Leopard (10.5.x) as well.  There are a few things that are essential to setting up a dev environment for PHP.  Mainly, installing PHP &#38; MySQL and having a great IDE [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick and dirty guide to setting a development environment for PHP on Mac OS X 10.6.2, but will also work for Leopard (10.5.x) as well.  There are a few things that are essential to setting up a dev environment for PHP.  Mainly, installing PHP &amp; MySQL and having a great IDE and perhaps a PHP framework to start from.</p>
<ol>
<li><strong>Installing</strong> PHP &amp; MySQL &#8211; There are several ways to install these packages on a Mac.  You can build the source code, download installers for each or download a development bundle that already has everything setup.  If you are just using your local machine to develop on then you probably don&#8217;t need to update the PHP version on your Mac or install MySQL to the Mac&#8217;s bin directory.  There are much easier options.  They aren&#8217;t secure enough for production machines, but for your local development they will do just fine.  The easiest one is BitNami stacks.  BitNami provides a wide range of application stacks such as Wordpress, Joomla, and Drupal to name a few.  It also provides Infrastructure Stacks.  These are stacks like MAMP, WAMP, LAMP, etc.  Basically, this is a base install for M(ac) A(pache) M(ySQL)P(HP), or Windows Apache MySQL &amp; PHP, etc.</li>
<li>Download <a href="http://bitnami.org/stacks">MAMP</a> ~63MB.  If you are developing plugins or themes for Wordpress or one of their other application stacks then you might just skip this install and download that application stack.</li>
<li>Next we need to run the bitnami-mampstack-1.2&#8230;installer.app.</li>
<li>You will just be prompted for the install location and the root password.  The only requirement is that the password is more than 6 characters.</li>
<li>When the installer is done you should now see that your install was a success.  Your web-browser will open to page http://127.0.0.1:8080/  This is your localhost address.</li>
</ol>
<p><a style="text-decoration: none;" href="http://frugle.com/wp-content/uploads/2009/11/Screen-shot-2009-11-24-at-2.22.11-PM.png"><img class="aligncenter size-medium wp-image-582" title="Screen shot 2009-11-24 at 2.22.11 PM" src="http://frugle.com/wp-content/uploads/2009/11/Screen-shot-2009-11-24-at-2.22.11-PM-300x157.png" alt="Screen shot 2009-11-24 at 2.22.11 PM" width="300" height="157" /></a></p>
<ol>
<li>Next step is to locate where these files are coming from.  I used the default install which places all files in /Applications/mampstack-1.2-0/ .  The page you see on your success page is coming from /Applications/mampstack-1.2-0/apache2/htdocs/.  You can remove all the files from this folder and place your PHP scripts here instead.  If you haven&#8217;t used a PHP framework yet, I suggest you try out CodeIgniter.  It&#8217;s simple to use and there is a lot of documentation and support online.</li>
<li>Install CodeIgniter &#8211; Simply download Codeigniter from <a href="http://codeigniter.com/">here</a>. Extract the contents of CodeIgniter_xx to the folder /Applications/mampstack-1.2-0/apache2/htdocs/.  Also, it&#8217;s best practice to move the application folder from out within the system folder and to the base or the htdocs/ folder.  (Command double-click the system folder to open in a new finder window.)</li>
<li> <a href="http://frugle.com/wp-content/uploads/2009/11/Screen-shot-2009-11-24-at-2.32.12-PM.png"><img class="aligncenter size-medium wp-image-583" title="Screen shot 2009-11-24 at 2.32.12 PM" src="http://frugle.com/wp-content/uploads/2009/11/Screen-shot-2009-11-24-at-2.32.12-PM-300x196.png" alt="Screen shot 2009-11-24 at 2.32.12 PM" width="300" height="196" /></a></li>
<li>Next it&#8217;s time to install a free PHP IDE.  Take a pick from my recent article on the top <a href="http://frugle.com/2009/11/top-5-free-php-editors-ide-on-mac-os-x/">5 free PHP IDEs on MAC.</a> I chose to use NetBeans due to the great features, free, syntax highlighting, and code completion for libraries such as CodeIgniter.</li>
<li> Just a few quick tips.  To access your phpMyAdmin you can goto the link <a href="http://127.0.0.1:8080/phpmyadmin/">h</a><a href="http://127.0.0.1:8080/phpmyadmin/">ttp://127.0.0.1:8080/phpmyadmin/</a>. Here the username is: administrator and the password is the one you used durning the install.</li>
<li>Configure CodeIgniter &#8211; With NetBeans choose New Project -&gt; PHP Application with Existing Sources -&gt; Sources folder: /Applications/mampstack-1.2-0/apache2/htdocs -&gt;Project Name: Whatever you want. -&gt; Run As: Local Web Site -&gt; Project URL: http://127.0.0.1:8080/ -&gt; Index File: index.php .</li>
<li>Now everything should be setup.  Just a few tweaks to configure the database and index file.  Open application/config/ and enter in your database credentials.  Next open config and change your base url to http://127.0.0.1:8080/.</li>
</ol>
<p><a href="http://frugle.com/wp-content/uploads/2009/11/Screen-shot-2009-11-24-at-2.48.58-PM.png"><img class="aligncenter size-medium wp-image-586" title="Screen shot 2009-11-24 at 2.48.58 PM" src="http://frugle.com/wp-content/uploads/2009/11/Screen-shot-2009-11-24-at-2.48.58-PM-300x220.png" alt="Screen shot 2009-11-24 at 2.48.58 PM" width="300" height="220" /></a></p>
<p>That&#8217;s it you can now visit http://127.0.0.1:8080/ and you should see your wonderful new site.  I hope this helps clear up some questions about getting started with Mac Apache MySQL PHP.  If you have any further questions please don&#8217;t hesitate to ask in the comments below. TRHFUVMUP9CQ</p>
]]></content:encoded>
			<wfw:commentRss>http://frugle.com/2009/11/quick-steps-to-setting-up-a-free-php-development-environment-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarklets the whole family can enjoy.</title>
		<link>http://frugle.com/2009/10/bookmarklets-the-whole-family-can-enjoy/</link>
		<comments>http://frugle.com/2009/10/bookmarklets-the-whole-family-can-enjoy/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 22:53:49 +0000</pubDate>
		<dc:creator>rmclain</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[bookmarklets]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://frugle.com/?p=111</guid>
		<description><![CDATA[

Bookmarklets are little links that you drag into the toolbar of your favorite browser to provide new functionality to your browser.  Here are a few of the best ones that I have found.

Readability


Want to read the web like a kindle book.  Well then get a kindle, but if you want to get a [...]]]></description>
			<content:encoded><![CDATA[<div class="LessonContent">
<div class="LessonSummary">
<p>Bookmarklets are little links that you drag into the toolbar of your favorite browser to provide new functionality to your browser.  Here are a few of the best ones that I have found.</p></div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Readability</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/10/media_1256422236821.png" alt="media_1256422236821.png" width="532" height="183" /></div>
<div class="StepInstructions">
<p>Want to read the web like a kindle book.  Well then get a kindle, but if you want to get a better reading experience on most websites then get readability.  It&#8217;s removes the junk from webpages and provides a nice customizable look.  (1) is the before and (2) is the after.</p>
<p>Check it out <a href="http://lab.arc90.com/experiments/readability/">here</a>.</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Printliminator</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/10/media_1256422528751.png" alt="media_1256422528751.png" width="532" height="308" /></div>
<div class="StepInstructions">
<p>Want to print a article on the web but don&#8217;t want the ads?  You could use, previously mentioned, readibility but if you want the article pictures you need <span style="color: #000000;">Printliminator</span> by Chris Coyier at css-tricks.  A few clicks and yo can turn any webpage into a better one. Try it for yourself.</p>
<p>Check it out <a href="http://css-tricks.com/examples/ThePrintliminator/">here</a>.</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Twitlet</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/10/media_1256422852249.png" alt="media_1256422852249.png" width="532" height="167" /></div>
<div class="StepInstructions">
<p>Update your twitter status with just a click.  When you click the bookmarklet, you get a window to enter your status and click ok and your done.  Very fast and easy way to update on the go.</p></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Share on Facebook</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/10/media_1256423004292.png" alt="media_1256423004292.png" width="532" height="450" /></div>
<div class="StepInstructions">
<p>Similar to Twitlet is the share this on facebook. You can find more details <a href="http://www.socialbookmarklets.com/the-official-share-this-on-facebook-facebook-bookmarklet/">here.</a></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Stumbleupon with out the toolbar</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/10/media_1256423194159.png" alt="media_1256423194159.png" width="532" height="184" /></div>
<div class="StepInstructions">
<p>This bookmarklet is useful if you don&#8217;t have Firefox installed.  It lets you stumble and rate without the toolbar. Find out more information <a href="http://su.is.dreaming.org/">here</a>.</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Show password.</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/10/media_1256423617399.png" alt="media_1256423617399.png" width="507" height="222" /></div>
<div class="StepInstructions">
<p>So you have some saved forms and don&#8217;t really know what the password is? Well then you need show password, with one click your password will be revealed.</p>
<p>Check it out <a href="http://www.labnol.org/software/browsers/reveal-and-confirm-password-characters-behind-asterisks/1627/">here</a>.</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Google Trends and Delicious Talk</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/10/media_1256423820869.png" alt="media_1256423820869.png" width="532" height="112" /></div>
<div class="StepInstructions">
<p>Check them out <a href="http://www.labnol.org/internet/guide-to-useful-bookmarklets/7931/">here</a>.</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://frugle.com/2009/10/bookmarklets-the-whole-family-can-enjoy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#1 Leopard application of the day (Free)</title>
		<link>http://frugle.com/2008/05/1-leopard-application-of-the-day-free/</link>
		<comments>http://frugle.com/2008/05/1-leopard-application-of-the-day-free/#comments</comments>
		<pubDate>Sat, 10 May 2008 11:00:31 +0000</pubDate>
		<dc:creator>rmclain</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[App-of-the-day]]></category>
		<category><![CDATA[Free Applications]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[multiple desktops]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[synergy]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.frugle.com/blog/?p=55</guid>
		<description><![CDATA[#1. Synergy 
Synergy is a great application and a must have for those people with more than one computer at their desk.  Basically, Synergy is a KVM but done through software.  This means that you can use the same mouse and keyboard across all your multiple machines, even if one is windows, one [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://synergy2.sourceforge.net/">#1. Synergy </a></strong></p>
<p>Synergy is a great application and a must have for those people with more than one computer at their desk.  Basically, Synergy is a KVM but done through software.  This means that you can use the same mouse and keyboard across all your multiple machines, even if one is windows, one is mac, and one is linux.</p>
<p>From the developer&#8217;s site:</p>
<blockquote><p>Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware.  It&#8217;s intended for users with multiple computers on their desk since each system uses its own monitor(s).</p>
<p>Redirecting the mouse and keyboard is as simple as moving the mouse off the edge of your screen.  Synergy also merges the clipboards of all the systems into one, allowing cut-and-paste between systems. Furthermore, it synchronizes screen savers so they all start and stop together and, if screen locking is enabled, only one screen requires a password to unlock them all.  <a href="http://synergy2.sourceforge.net/about.html">Learn more</a> about how it works.</p></blockquote>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=59275&amp;release_id=406637">Download now</a>.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://frugle.com/2008/05/1-leopard-application-of-the-day-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#6 Leopard application of the day (Free)</title>
		<link>http://frugle.com/2008/04/6-leopard-application-of-the-day-free/</link>
		<comments>http://frugle.com/2008/04/6-leopard-application-of-the-day-free/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 10:22:11 +0000</pubDate>
		<dc:creator>rmclain</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[App-of-the-day]]></category>
		<category><![CDATA[Free Applications]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[movie player]]></category>
		<category><![CDATA[video player]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.frugle.com/blog/?p=50</guid>
		<description><![CDATA[#6. VLC

VLC is a media player that extends support past QuickTime formats, but it also supports WMV (a typical Windows formatted media file) streams as well as a host of other formats.  One of the main draws to VLC is that it is capable of playing a movie even if it is not fully [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.videolan.org/vlc/"><strong>#6. VLC</strong></a></p>
<p><a href="http://www.videolan.org/vlc/"><strong></strong></a><br />
VLC is a media player that extends support past QuickTime formats, but it also supports WMV (a typical Windows formatted media file) streams as well as a host of other formats.  One of the main draws to VLC is that it is capable of playing a movie even if it is not fully downloaded.  This is great for checking to see if the title of the movie is matching the content. It is also possible to see if the quality of the movie is any good before wasting time downloading it if is not.</p>
<p>You may recall Free Application <a href="http://www.frugle.com/blog/2008/04/12/16-leopard-application-of-the-day-free/">#16. Perian</a>, in this add-on to QuickTime we were able to extend the default media player&#8217;s capability.  However, for some situations VLC still comes in handy.</p>
<p style="text-align: center;"><a href="http://www.videolan.org/vlc/screenshots.html">Screenshots</a></p>
<p>From the developers site:</p>
<blockquote><p>VLC media player is a highly portable <strong>multimedia player</strong> for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, &#8230;) as well as <strong>DVD</strong>s, <strong>VCD</strong>s, and various<strong>streaming</strong> protocols. It can also be used as a <a href="http://www.videolan.org/vlc/streaming.html">server to stream</a> in unicast or <strong>multicast</strong> in IPv4 or <strong>IPv6</strong> on a high-bandwidth network.</p></blockquote>
<p>Supported for Windows, Mac, Linux, &amp; more.</p>
<p><a href="http://www.videolan.org/vlc/"><strong>Download Now!</strong></a></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://frugle.com/2008/04/6-leopard-application-of-the-day-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#7 Leopard application of the day (Free)</title>
		<link>http://frugle.com/2008/04/7-leopard-application-of-the-day-free/</link>
		<comments>http://frugle.com/2008/04/7-leopard-application-of-the-day-free/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 10:18:25 +0000</pubDate>
		<dc:creator>rmclain</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[App-of-the-day]]></category>
		<category><![CDATA[Free Applications]]></category>
		<category><![CDATA[google earth]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[sketchup]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.frugle.com/blog/?p=49</guid>
		<description><![CDATA[#7. Google Earth
If you are a fan of Google&#8217;s other applications, such as Google SketchUp(free 3d modeling), then you are probably no stranger to  application number 7.  Google Earth provides a great way to go sight seeing with out getting on a plane, in your car, or leaving that comfortable spot on the [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://earth.google.com/download-earth.html">#7. Google Earth</a></strong></p>
<p>If you are a fan of Google&#8217;s other applications, such as <a href="http://sketchup.google.com/">Google SketchUp(free 3d modeling)</a>, then you are probably no stranger to  application number 7.  Google Earth provides a great way to go sight seeing with out getting on a plane, in your car, or leaving that comfortable spot on the sofa.  There are a few things that you might not know that really make this application more fun.  Well first, and of course, it&#8217;s free.  That doesn&#8217;t make the app more fun, just better.  The second is a key command to turn Google maps into google flight simulator.  It&#8217;s a far cry from the snazzy version released by <a href="http://www.microsoft.com/games/flightsimulatorx/">Microsoft</a>.  However, I can&#8217;t fly over Auburn University in Microsoft&#8217;s <a href="http://www.microsoft.com/games/flightsimulatorx/">version</a>.</p>
<p>The commands for the flight simulator on Google Earth are posted <a href="http://earth.google.com/intl/en/userguide/v4/flightsim/index.html">here</a>.</p>
<p>The next thing that really makes this application shine are the easter eggs found all over earth and found in Google Earth itself.  Since people have the ability to add 3d structures through the use of sketch up these easter eggs seem to be showing up everywhere.  Easter eggs are hidden little pieces of fun.</p>
<p>Here is one example:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/6V5TESgCGT4" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/6V5TESgCGT4" wmode="transparent"></embed></object></p>
<p>Other easter eggs you can find are on Google Maps, but are really fun to go to with Google Earth.<br />
Such as <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;ie=UTF8&amp;t=k&amp;om=1&amp;ll=40.597034,-122.230582&amp;spn=0.001654,0.002752">Ipod Shuffle</a>, and there are countless others.  Just do a Google Search on <a href="http://www.google.com/search?client=safari&amp;rls=en-us&amp;q=google+earth+easter+eggs&amp;ie=UTF-8&amp;oe=UTF-8">Google Earth Easter Eggs</a>, or <a href="http://www.google.com/search?client=safari&amp;rls=en-us&amp;q=strange+sightings+google+maps&amp;ie=UTF-8&amp;oe=UTF-8">Google Maps Strange Sightings.</a></p>
<p><a href="http://www.google.com/search?client=safari&amp;rls=en-us&amp;q=strange+sightings+google+maps&amp;ie=UTF-8&amp;oe=UTF-8"></a>So go ahead and start playing with Google Earth.</p>
<p>From the developer&#8217;s site:</p>
<blockquote><p>Google Earth lets you fly anywhere on Earth to view satellite imagery, maps, terrain, 3D buildings and even explore galaxies in the Sky. You can explore rich geographical content, save your toured places and share with others.</p></blockquote>
<p>If you are of a creative persuasion download <a href="http://sketchup.google.com/">SketchUp</a> as well and contribute your building.</p>
<p><a href="http://earth.google.com/download-earth.html">Download Now.</a></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://frugle.com/2008/04/7-leopard-application-of-the-day-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>#9 Leopard application of the day (Free)</title>
		<link>http://frugle.com/2008/04/9-leopard-application-of-the-day-free/</link>
		<comments>http://frugle.com/2008/04/9-leopard-application-of-the-day-free/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 04:04:59 +0000</pubDate>
		<dc:creator>rmclain</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[App-of-the-day]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[Free Applications]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Quicksilver]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.frugle.com/blog/?p=47</guid>
		<description><![CDATA[#9. Quicksilver
Quicksilver is usually #1 in a list of Mac software, but since the I use mostly spotlight to open applications I use quicksilver a lot less than I use to.  However, it&#8217;s still a great way to interface with your applications.  There is a lot of support and add-ins for the application [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver">#9. Quicksilver</a></strong></p>
<p>Quicksilver is usually #1 in a list of Mac software, but since the I use mostly spotlight to open applications I use quicksilver a lot less than I use to.  However, it&#8217;s still a great way to interface with your applications.  There is a lot of support and add-ins for the application as well.  In order to understand what exactly Quicksilver does check out the YouTube Video below.</p>
<p>Demonstration:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/EBvFUhTqKK4&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/EBvFUhTqKK4&amp;hl=en" wmode="transparent"></embed></object></p>
<p><a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver">From the developers site:</a></p>
<blockquote><p>Quicksilver&#8217;s greatest strength, however, is not search. Any item you are able to find, drag, or otherwise pull into its universe is endowed with many potential uses. Hitting &lt;tab&gt; takes you to the action field, where you can use the same adaptive search to select what you would like to do. Among other things, files can be emailed, copied, compressed. Text can be modified, transmitted between programs, or searched for on the web. Some actions even support an indirect object, so you can send an item to a person, move files to another folder, or open files with a specific applications.</p></blockquote>
<p><strong><a href="http://www.blacktree.com/">Download now!</a></strong></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://frugle.com/2008/04/9-leopard-application-of-the-day-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>#13 Leopard application of the day (Free)</title>
		<link>http://frugle.com/2008/04/13-leopard-application-of-the-day-free/</link>
		<comments>http://frugle.com/2008/04/13-leopard-application-of-the-day-free/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 09:28:30 +0000</pubDate>
		<dc:creator>rmclain</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[App-of-the-day]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[Free Applications]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[pce]]></category>
		<category><![CDATA[tgemu]]></category>
		<category><![CDATA[turbo grafx 16]]></category>

		<guid isPermaLink="false">http://www.frugle.com/blog/?p=33</guid>
		<description><![CDATA[#13. TGEmu with Military Madness (Game)
What in the world is TGEmu?  Well TGEmu is a Turbo Grafx 16 Emulator (PCE).  Since the PCE is dead and it had one of the best strategy games of all time on it, Military Madness, todays download brings these two things back to harmory via emulation.  Military Madness did [...]]]></description>
			<content:encoded><![CDATA[<p><strong>#13. TGEmu with Military Madness (Game)</strong></p>
<p>What in the world is TGEmu?  Well TGEmu is a <a href="http://en.wikipedia.org/wiki/TurboGrafx-16">Turbo Grafx 16</a> Emulator (PCE).  Since the PCE is dead and it had one of the best strategy games of all time on it, Military Madness, todays download brings these two things back to harmory via emulation.  Military Madness did see a second coming in the form of Nectaris for Playstation One.  However the game is still great on PCE and now it&#8217;s free so you should check it out.  This is a two-step download:</p>
<ol>
<li><a href="http://www.bannister.org/cgi-bin/download.cgi?tge">Download &amp; Install TGEmu</a></li>
<li><a href="http://www.videogamearchive.com/emu/tg16_rom.htm">Download Military Madness and Extract It</a></li>
</ol>
<p>Screenshot: <em>Don&#8217;t judge a strategy game by its looks.</em></p>
<p><img src="http://www.digitpress.com/dpsightz/turbografx/militarymadness.gif" alt="http://www.digitpress.com/dpsightz/turbografx/militarymadness.gif" /></p>
<p><a href="http://www.youtube.com/watch?v=fFDx6Hw2ZjU">Military Madness</a></p>
<p>About <a href="http://www.bannister.org/software/tgemu.htm">TGEmu</a>:</p>
<blockquote><p>TGEmu features reasonably good compatibility with PC Engine HuCards. While this release does not support CD-ROM based software, this will be included in a future release. Sound emulation is supported. Also, the emulator can use Gzip compressed ROMs transparently.</p></blockquote>
<p>According to <a href="http://www.nintendo.com/corp/faqs/legal.html#exploited">Nintendo</a>:</p>
<blockquote><p><span style="font-family: Helvetica,Arial; font-size: x-small;"><strong> Isn&#8217;t it Okay to Download Nintendo ROMs for Games that are No Longer Distributed in the Stores or Commercially Exploited? Aren&#8217;t They Considered &#8220;Public Domain&#8221;?</strong> </span></p>
<p><span style="font-family: Helvetica,Arial; font-size: x-small;">No, the current availability of a game in stores is irrelevant as to its copyright status. Copyrights do not enter the public domain just because they are no longer commercially exploited or widely available. Therefore, the copyrights of games are valid even if the games are not found on store shelves, and using, copying and/or distributing those games is a copyright infringement. <a name="expired"></a> </span></p>
<p><span style="font-family: Helvetica,Arial; font-size: x-small;"><strong>Haven&#8217;t the Copyrights for Old Games Expired?</strong> </span></p></blockquote>
<blockquote><p><span style="font-family: Helvetica,Arial; font-size: x-small;">U.S. copyright laws state that copyrights owned by corporations are valid for 75 years from the date of first publication. Because video games have been around for less than three decades, the copyrights of all video games will not expire for many decades to come. </span></p></blockquote>
<p>Since you cannot get the games anymore, and the true crime would be for people not to experience the masterpiece the original developers created, download at your own discretion.</p>
]]></content:encoded>
			<wfw:commentRss>http://frugle.com/2008/04/13-leopard-application-of-the-day-free/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>#14 Leopard application of the day (Free)</title>
		<link>http://frugle.com/2008/04/14-leopard-application-of-the-day-free/</link>
		<comments>http://frugle.com/2008/04/14-leopard-application-of-the-day-free/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 09:30:24 +0000</pubDate>
		<dc:creator>rmclain</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[App-of-the-day]]></category>
		<category><![CDATA[Free Applications]]></category>
		<category><![CDATA[growl]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[notifier]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.frugle.com/blog/?p=32</guid>
		<description><![CDATA[#14. Growl
Today&#8217;s great free application for Mac Os X is Growl.  Essentially, Growl is a notification service that runs quietly in the background and alerts you when specific events happen.  The messages can range from changing songs on iTunes to receiving new mail.  Other programs such as Adium integrate in with Growl to notify you [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://growl.info/">#14. Growl</a></strong></p>
<p>Today&#8217;s great free application for Mac Os X is Growl.  Essentially, Growl is a notification service that runs quietly in the background and alerts you when specific events happen.  The messages can range from changing songs on iTunes to receiving new mail.  Other programs such as <a href="http://www.frugle.com/blog/2008/04/11/17-leopard-application-of-the-day-free/">Adium</a> integrate in with Growl to notify you when a new IM is received or a buddy logs on.  Other custom events can be created as well.  The notifications windows are beautiful and it&#8217;s a all-around great application to have.</p>
<p>There are a host of built in supported applications and additional plugins you can download including:</p>
<ul>
<li><a href="http://willmore.eu/software/growlphoto/">iPhoto</a></li>
<li><a href="http://mac.softpedia.com/get/Business/Growl-iCal.shtml">iCal</a></li>
<li><a href="http://growl.info/documentation/growlmail.php">Mail</a></li>
<li><a href="http://willmore.eu/software/growlcode/">Xcode</a></li>
<li>more</li>
</ul>
<div><img class="aligncenter" src="http://osx.iusethis.com/screenshot/growl.png" alt="Growl Screenshot" width="400" height="300" /></div>
<div><a href="http://osx.iusethis.com/app/download/260"><strong>Download Now.</strong></a></div>
<div><script type="text/javascript"><!--
google_ad_client = "pub-6645079233215019";
/* 468x60, created 10/17/09 */
google_ad_slot = "9633416447";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://frugle.com/2008/04/14-leopard-application-of-the-day-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>#18 Leopard application of the day (Free)</title>
		<link>http://frugle.com/2008/04/18-leopard-application-of-the-day-free/</link>
		<comments>http://frugle.com/2008/04/18-leopard-application-of-the-day-free/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 04:53:33 +0000</pubDate>
		<dc:creator>rmclain</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[App-of-the-day]]></category>
		<category><![CDATA[Azureus]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[Free Application]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[peer 2 peer]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://www.frugle.com/blog/?p=27</guid>
		<description><![CDATA[#18. Azureus
Azureus is a great BitTorrent Client.  That does much more than download your favorite torrents.  In case you don&#8217;t know, BitTorrent is a p2p protocol which is widely used in the distrobution of software, movies, music, and pretty much anything else.
More information on the BitTorrent Protocol can be found on wikipedia:
BitTorrent is a peer-to-peer [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://azureus.sourceforge.net/index.php"><strong>#18. Azureus</strong></a></p>
<p>Azureus is a great BitTorrent Client.  That does much more than download your favorite torrents.  In case you don&#8217;t know, BitTorrent is a p2p protocol which is widely used in the distrobution of software, movies, music, and pretty much anything else.</p>
<p>More information on the BitTorrent Protocol can be found on <a href="http://en.wikipedia.org/wiki/BitTorrent_(protocol)">wikipedia:</a></p>
<blockquote><p>BitTorrent is a peer-to-peer file sharing (P2P) communications protocol. BitTorrent is a method of distributing large amounts of data widely without the original distributor incurring the entire costs of hardware, hosting, and bandwidth resources. Instead, when data is distributed using the BitTorrent protocol, each recipient supplies pieces of the data to newer recipients, reducing the cost and burden on any given individual source, providing redundancy against system problems, and reducing dependence on the original distributor.</p></blockquote>
<p>Azureus is more than just a BitTorrent client, however.  It provides a nice user-interface for downloading media and has numerous plugins to be the only application you need to download stuff.  It does not provide the actual torrent file, for those you will need to find a BitTorrent search engine.  Such as YouTorrent.com or you can google numerous other ones.  Just remember it cost money to develop movies, music, and software, and while the cost of distributing software is practically zero there is a cost in initial development that needs to be recouped from the developer so that they will continue to produce more software.  Just a way of saying, pay for things you can afford.</p>
<p>From the developer&#8217;s site:</p>
<blockquote>
<p style="text-align: left;">Azureus implements the BitTorrent protocol using java language and comes bundled with many invaluable features for both beginners and advanced users:</p>
<p>* Multiple torrent downloads</p>
<p>* Upload and download speed limiting, both globally and per torrent</p>
<p>* Advanced seeding rules</p>
<p>* Adjustable disk cache</p>
<p>* Only uses one port for all the torrents</p>
<p>* UPnP sets the forward on your router</p>
<p>* Can use a proxy, for both tracker and peer communications</p>
<p>* Fast resume</p>
<p>* Can set a default download dir and move completed files</p>
<p>* Can import torrents automatically from a set dir</p>
<p>* Highly customizable interface</p>
<p>* IRC plugin included for quick help</p>
<p>* Embedded tracker, host your own torrents, automate your shares (periodic scanning of a dir)&#8230;</p>
<p>* Distributed Hash Table: host on it a completely decentralised torrent and/or benefit from it when the tracker is offline.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://azureus.sourceforge.net/ss_client.gif" alt="Azureus Screenshot" /></p>
</blockquote>
<p><a href="http://azureus.sourceforge.net/download.php">Download now.</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6645079233215019";
/* 468x60, created 10/17/09 */
google_ad_slot = "9633416447";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://frugle.com/2008/04/18-leopard-application-of-the-day-free/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
