<?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>Plato's Beard &#187; MacStuff</title>
	<atom:link href="http://platosbeard.org/archives/tag/macstuff/feed" rel="self" type="application/rss+xml" />
	<link>http://platosbeard.org</link>
	<description>whereof one cannot speak, thereof one must make random noises</description>
	<lastBuildDate>Fri, 27 Jan 2012 15:57:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flash Player 9 upgrade on Mac OS Panther</title>
		<link>http://platosbeard.org/archives/219</link>
		<comments>http://platosbeard.org/archives/219#comments</comments>
		<pubDate>Tue, 24 Oct 2006 18:31:47 +0000</pubDate>
		<dc:creator>ravi</dc:creator>
				<category><![CDATA[MacStuff]]></category>

		<guid isPermaLink="false">http://platosbeard.org/archives/219</guid>
		<description><![CDATA[This was so harrowing an experience that I thought I would document it here for those who may be searching for solutions to this problem. My own searches yielded no results which could just mean that this problem was peculiar to me (and was caused by some meddling on my part!). Keep in mind the [...]]]></description>
			<content:encoded><![CDATA[<p>This was so harrowing an experience that I thought I would document it here for those who may be searching for solutions to this problem. My own searches yielded no results which could just mean that this problem was peculiar to me (and was caused by some meddling on my part!). Keep in mind the usual warnings. Now on to my experience&#8230;</p>
<p>I have Mac OS X 10.3.9 (Panther) on my PowerPC laptop and decided (for reasons not worth going into here) to install the latest version (9.0) of the Adobe/Macromedia Flash Player. The player can be downloaded at <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">this page</a> on Adobe.<br />
The problems start right away. The correct option for my platform is Option 2 (PowerPC-based Macs) on the above page. However, there are two links under that section. One is an image with a downward pointing arrow (to signify &#8220;download&#8221; I presume) and the other is the text &#8220;Download .dmg file&#8221;. Problem: they point to different binaries! One (the arrow) points to a 7.0 binary (a Mac Classic one, I think) while the DMG link points to the right binary (9.0.x.x). There is a star next to the &#8220;Download .dmg file&#8221; link, but it seems to point to nowhere.</p>
<p>Fortunately, I did download the 9.0.x.x DMG. The install went well, but when I relaunched Firefox and Safari, the former displayed a blank box where flash content would be, while the latter displayed an error intimating that the Flash player plugin could not be loaded. A look at the console log showed that a necessary file was absent in <em>/Library/Internet Plug-Ins/Flash Player.plugin</em>.</p>
<p>Next step: the usual uninstall/reinstall attempt. I downloaded the uninstaller from Adobe&#8230; well, there are two uninstallers linked to in two separate pages. The first one froze my computer requiring a hard reboot (probably my impatience after waiting for 10 minutes is somewhat to blame). The second did the trick and carried out the uninstall. A re-install however made no difference.</p>
<p>Time to get dangerous: I carried out one more uninstall, followed by removing all the flash related files and folders in the above-mentioned plugins directory. An attempt to re-install produced a <em>Permission Denied</em> error. I have seen that one before in a different context! Onwards to the <em>Disk Utility</em> to select my main disk and run <em>Repair Permissions</em> on it.</p>
<p>That did the trick. Re-installing from the 9.0.x.x DMG brought Flash back to life on both Safari and Firefox.</p>
 <img src="http://platosbeard.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=219" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://platosbeard.org/archives/219/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MacOS X Panther, DarwinPorts and X11 SDK</title>
		<link>http://platosbeard.org/archives/139</link>
		<comments>http://platosbeard.org/archives/139#comments</comments>
		<pubDate>Wed, 26 Jul 2006 20:42:59 +0000</pubDate>
		<dc:creator>ravi</dc:creator>
				<category><![CDATA[MacStuff]]></category>

		<guid isPermaLink="false">http://platosbeard.org/archives/139</guid>
		<description><![CDATA[Trying to install PHP5 in DarwinPorts on MacOS X 10.3 (Panther) was so gruelling an experience that I thought I would document it here, for reference. A lot of it was made difficult by just the lack of information (such as where a particular package may be found). I have 10.3.9 running on my Mac [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to install PHP5 in DarwinPorts on MacOS X 10.3 (Panther) was so gruelling an experience that I thought I would document it here, for reference. A lot of it was made difficult by just the lack of information (such as where a particular package may be found).</p>
<p>I have 10.3.9 running on my Mac and already had DarwinPorts, X11 and XCode installed (the reason I mention the last two applications will become clear in a second). I also have Apache installed (1.3.3) and wanted to run some of my PHP code on the local webserver. Turns out I do not have PHP installed. No worries, port install php5 you say. That&#8217;s where the trouble started:</p>
<p>The port system failed while attempting to fetch some dependencies (<em>cclient</em>). Perhaps an update of DarwinPorts might solve that? Well, the update failed with complaints of missing X11 headers, to be found in the X11 SDK. The message was friendly enough to point out that the SDK was available as part of XCode. Unfortunately, it looks like I did not choose to install the SDK when I installed XCode (btw XCode &#8212; 1.x &#8212; is available for Panther, contrary to some web pages, and can be downloaded from the Apple Developer Connection after you register and login &#8212; for free).</p>
<p>To install the X11 SDK, what is needed is the <em>X11SDK.pkg</em> which unfortunately is not available for download, AFAICT, from the Apple download site (<em>X11User.pkg</em> is what you get when you download X11 from Apple). The X11 SDK, as intimated by DarwinPorts, is indeed available in XCode. Download XCode (1.5 in my case) and mount the dmg. You will find within, a directory named <em>Packages</em> which contains the sought after <em>X11SDK.pkg</em>. Install and enjoy!</p>
<p>You may be wondering at this point: what of my PHP5 install? That, I am sad to report, is still failing on installing <em>cclient</em> which it is trying to obtain from <em>imap-2004g.tar.Z</em> which is a version that does not seem to exist on the mirrors. I need to poke further&#8230;</p>
<p>Update: I gave up on PHP5 but did manage to successfully install PHP4.</p>
 <img src="http://platosbeard.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=139" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://platosbeard.org/archives/139/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Maopost: Vintage Chinese Posters</title>
		<link>http://platosbeard.org/archives/99</link>
		<comments>http://platosbeard.org/archives/99#comments</comments>
		<pubDate>Thu, 01 Jun 2006 15:29:30 +0000</pubDate>
		<dc:creator>ravi</dc:creator>
				<category><![CDATA[Trivia]]></category>
		<category><![CDATA[MacStuff]]></category>

		<guid isPermaLink="false">http://platosbeard.org/wordpress/?p=99</guid>
		<description><![CDATA[Maopost.com has some (as you may have guessed) vintage Chinese propaganda posters. Check it out. If you really like themther eis even a Dashboard Widget to display the poster of the day on your desktop.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.maopost.com/posthome/0479-001M.jpg" align="left" border="0" hspace="20" width="200" /><br />
<a href="http://www.maopost.com/">Maopost.com</a> has some (as you may have guessed) vintage Chinese propaganda posters. Check it out. If you really like themther eis even a <a href="http://www.apple.com/downloads/dashboard/webcams/maopostwidget.html">Dashboard Widget</a> to display the poster of the day on your desktop.</p>
<p><br clear="all" /></p>
 <img src="http://platosbeard.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=99" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://platosbeard.org/archives/99/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using and synchronizing contacts</title>
		<link>http://platosbeard.org/archives/82</link>
		<comments>http://platosbeard.org/archives/82#comments</comments>
		<pubDate>Thu, 11 May 2006 15:40:51 +0000</pubDate>
		<dc:creator>ravi</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[MacStuff]]></category>

		<guid isPermaLink="false">http://platosbeard.org/wordpress/?p=82</guid>
		<description><![CDATA[Most of you probably have a desktop computer, perhaps also a laptop, one or more hand-held device (Palm computer, iPod, etc), and a mobile/cell phone (and there is also the home phone, but I will ignore that here). The standard problem: keeping the information sync&#39;ed up between all of them, without needing data re-entry. What [...]]]></description>
			<content:encoded><![CDATA[<p>Most of you probably have a desktop computer, perhaps also a laptop, one or more hand-held device (Palm computer, iPod, etc), and a mobile/cell phone (and there is also the home phone, but I will ignore that here). The standard problem: keeping the information sync&#39;ed up between all of them, without needing data re-entry.</p>
<p><b>What data?</b></p>
<p>At the least, contact/addressbook information, and calendar/task entries. Stuff that falls under the PIM (Personal Information Manager/Management) cloud.</p>
<p><b>How is it accessed?</b></p>
<p>You would think that in the Internet age you would store the information on a central server and access it using standard protocols supported by client applications. That, it turns out in my experience, is tougher than I would have thought.</p>
<p><b>The technology</b></p>
<p>If you live in a pure Microsoft world (Windows on your PC, laptop, handheld and mobile phone) you probably can stop reading, at this point, and add a comment exhorting me to come over to your side! Windows probably does a decent job of Sync&#39;ing between your computer and your handheld or mobile phone. Throw in an exchange server and you probably get syncing across computers as well. Well, what about the rest of us?</p>
<p>The standard technologies (well, one of the standards: as the saying goes, the great thing about standards is that there are so many to choose from!) for contact and calendar information are <i>LDAP directories</i> and <i>iCalendar</i> based calendar subscriptions and import/export.</p>
<p>Surprisingly both LDAP and iCalendar are supported by today&#39;s addressbook, email and calendar applications, including: Mozilla Thunderbird, Mozilla Sunbird, Apple Addressbook (and hence Mail), Microsoft Outlook (from what I know), the many GNU/Linux/GNOME/KDE applications (Kmail, Evolution, Kontact, etc).</p>
<p>Well, are we done, then?</p>
<p><b>Annoyances</b></p>
<p>Unfortunately there are many annoyances to deal with:</p>
<ul>
<li>There aren&#39;t many free or commercial LDAP directory services available on the net. In fact, the only one I have found, which I highly recommend, is <a href="http://www.scheduleworld.com/">ScheduleWorld</a> (which provides not just LDAP directories, but also standards based calendar service). This general lack of LDAP services pretty much nixes sharing your addressbook.</li>
</ul>
<ul>
<li>Mozilla Thunderbird (to my knowledge) does not support lookup across multiple LDAP addressbooks for address completion, making use of LDAP just another bit tougher.</li>
</ul>
<ul>
<li>Access to remote information is not a viable option today on iPods and various mobile phones. They do not support LDAP or iCalendar access to your information. The good news is that many of them provide two way synchronization (where applicable) using applications and drivers on your computer.</li>
</ul>
<ul>
<li>There are a large set of iCalendar based calendar services available (e.g: the aforementioned <a href="http://www.scheduleworld.com/">ScheduleWorld</a>, <a href="http://www.google.com/calendar">Google Calendar</a>) As always there is a catch&#8230; well two in this case:
<ul>
<li>Most calendaring services use a publish/subscribe model and not a synchronization model. In other words, you can publish your Apple iCal or Mozilla Sunbird calendar to the server, or subscribe to your server calendar on one of these applications, but you typically cannot update either willy-nilly and have them synchronize with each other.</li>
<li>Free/Busy information: in order to schedule events involving multiple individuals, their free/busy information needs to centrally stored, accessible to the others. In a web-only system, this is trivial. In our multi-tool scenario, free/busy information needs to be synchronized.</li>
</ul>
</li>
</ul>
<p><b>Is there hope?</b></p>
<p>There is hope for the future, but my investigation has found nothing with enough coverage to make it worthwhile. The exception, if any, is ScheduleWorld. As far as I know, these are your options:</p>
<ul>
<li>Use a fixed write (write the information using only one interface), publish to server, and subscribe from many, model: either store your data in an application that supports pushing it to a server or store it on the server. Subscribe from all relevant clients.</li>
</ul>
<ul>
<li>Use a service like ScheduleWorld which gives you: web-based read/write access to both calendar and contacts, a Java based multi-platform client to accomplish the same, and open interfaces (LDAP, iCalendar) for your multiple client applications. Beware of Apple Addressbook weirdness: not only does it often not import LDIF entries (from LDAP directories), it also does not sync LDAP directory entries to the iPod).</li>
</ul>
<ul>
<li>Wait for better <a href="http://en.wikipedia.org/wiki/SyncML">SyncML</a> support.</li>
</ul>
<ul>
<li>Hack up your own or use open source scripts to import data into client applications from public services such as Google Calendar.</li>
</ul>
<ul>
<li>Use a service like Plaxo (which has come under much scrutiny and criticism, all of which you can read easily through a Google search on Plaxo) which synchronizes (only your contact list though) across multiple platforms (Apple Addressbook, Mozilla Thunderbird, Outlook) and provides a web interface.</li>
</ul>
 <img src="http://platosbeard.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=82" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://platosbeard.org/archives/82/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Mac Software Essentials &#8212; one more</title>
		<link>http://platosbeard.org/archives/58</link>
		<comments>http://platosbeard.org/archives/58#comments</comments>
		<pubDate>Thu, 23 Mar 2006 17:28:24 +0000</pubDate>
		<dc:creator>ravi</dc:creator>
				<category><![CDATA[MacStuff]]></category>

		<guid isPermaLink="false">http://platosbeard.org/wordpress/?p=58</guid>
		<description><![CDATA[In my earlier entry on Mac software, I forgot one that is absolutely brilliant and a big help for those who have multiple computers, such as a workplace Windows PC. Synergy is a KVM (keyboard, video, mouse sharing application) without the V. In other words, it lets you share your keyboard and mouse across multiple [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://platosbeard.wordpress.com/2006/03/22/macessence/">earlier entry</a> on Mac software, I forgot one that is absolutely brilliant and a big help for those who have multiple computers, such as a workplace Windows PC. <a href="http://synergy2.sourceforge.net/">Synergy</a> is a KVM (keyboard, video, mouse sharing application) without the V. In other words, it lets you share your keyboard and mouse across multiple systems, even if they run different OSes (MacOS, Windows, Linux, etc). Displays can be chained so that moving the mouse across the border of one takes you to the next computer. Even cut and paste works across systems and screensaver synchronization is possible (for some platforms).</p>
 <img src="http://platosbeard.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=58" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://platosbeard.org/archives/58/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mac Software Essentials</title>
		<link>http://platosbeard.org/archives/56</link>
		<comments>http://platosbeard.org/archives/56#comments</comments>
		<pubDate>Wed, 22 Mar 2006 16:48:14 +0000</pubDate>
		<dc:creator>ravi</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[MacStuff]]></category>

		<guid isPermaLink="false">http://platosbeard.org/wordpress/?p=56</guid>
		<description><![CDATA[Below are a set of applicationsy that nobody with a Mac should live without. Well some of them may just be eye candy but then again, eye candy is what a Mac is all about ;-). Non-freeware products are marked with the suffix [$]. Adium Multi-protocol Chat client that supports all the major services (Google, [...]]]></description>
			<content:encoded><![CDATA[<p>Below are a set of applicationsy that nobody with a Mac should live without. Well some of them may just be eye candy but then again, eye candy is what a Mac is all about ;-). Non-freeware products are marked with the suffix [$].</p>
<table cellspacing="0" cellpadding="15" border="0" align="center">
<tr>
<td bgcolor="#f5e9d3" align="center"><a href="http://www.adiumx.com/"><img height="64" border="0" alt="Adium" src="http://www.macupdate.com/images/icons/6366.png" /></a></td>
<td bgcolor="#eaeaea">
<h3><a href="http://www.adiumx.com/">Adium</a></h3>
<p>Multi-protocol Chat client that supports all the major 		services (Google, Yahoo, AIM, Hotmail, ICQ). Sports a 		great UI, supports Growl notification, lot of nice 		themes/templaets for chat window. Based on 		<a href="http://gaim.sourceforge.net/">libGaim</a> so suffers from the same lack of YMSG 		over HTTP support (which	means Yahoo may not work if 		you are behind a corporate firewall).</p>
<p>Alternatives: <a href="http://fire.sourceforge.net/">Fire</a>, 		<a href="http://www.apple.com/downloads/macosx/email_chat/proteus.html">Proteus</a></td>
</tr>
<tr>
<td bgcolor="#c6e3f7" align="center"><a title="CyberDuck" href="http://cyberduck.ch/"><img height="64" border="0" src="http://cyberduck.ch/img/cyberduck.icon.png" /></a></td>
<td>
<h3><a href="http://cyberduck.ch/">CyberDuck</a></h3>
<p>FTP and SFTP client/browser with support for 		Rendezvous/Bonjour. Provides bookmarking for frequently 		visited sites and synchronization with remote sites. Also 		supports resumption of transfers.</p>
<p>Alternatives: <a href="http://rsug.itd.umich.edu/software/fugu/">Fugu</a>,         Fetch[$], Transmit[$], 		<a href="http://www.rbrowser.com/MacOSIssues.html">RBrowser</a>, Interarchy[$]</td>
</tr>
<tr>
<td bgcolor="#f5e9d3" align="center"><a href="http://desktopmanager.berlios.de/"><img height="64" border="0" alt="Desktop Manager" src="http://desktopmanager.berlios.de/shots/desktopnotification.png" /></a></td>
<td bgcolor="#eaeaea">
<h3><a href="http://desktopmanager.berlios.de/">Desktop Manager</a></h3>
<p><a href="http://www.apple.com/macosx/features/expose/">Expose</a> is nice but         as any Unix-head will tell you a Windowing         system is nothing without a Virtual Window Manager, and that&#8217;s where         Desktop Manager comes in. Use your single physical screen as multiple         virtual screens with neat transition effects, a desktop pager that can         auto-hide, configurable shortcuts, and the ability to move windows across         virtual screens and even make them sticky on all screens. The biggest         drawback is the lack of a way to denote certain apps as always sticky At         least an easier way should exist (such as a graphical button in the         application titlebar) to make it sticky.</p>
<p>Alternatives: <a href="http://virtuedesktops.sourceforge.net/">Virtue</a></td>
</tr>
<tr>
<td bgcolor="#c6e3f7" align="center"><a title="Ecto" href="http://ecto.kung-foo.tv/"><img height="64" border="0" src="http://www.macupdate.com/images/icons/8918.png" /></a></td>
<td>
<h3><a href="http://ecto.kung-foo.tv/">Ecto</a></h3>
<p>Ecto is a multi-platform blogging client that supports a wide range 	 	of Blog servers and services (<a href="http://wordpress.org/">WordPress</a>,         <a href="http://www.blogger.com/">Blogger</a>, 		<a href="http://www.sixapart.com/movabletype/">MovabeType</a>,         <a href="http://www.livejournal.com/">LiveJournal</a>, etc). The UI is straightforward, 		the rich-text editor provides a good idea of the final look and feel, 		and there are some additional goodies such as inserting links from 		Amazon search. Ecto is not free, however.</p>
<p>Alternatives: <a href="http://www.qumana.com/">Qumana</a>,         <a href="http://www.larryborsato.com/bleezer/">Bleezer</a>,         <a href="http://www.x-journal.com/">Xjournal</a>,         <a href="http://ranchero.com/marsedit/">MarsEdit</a>[$]</td>
</tr>
<tr>
<td bgcolor="#f5e9d3" align="center"><a title="Firefox" href="http://mozilla.com/firefox/"><img height="64" border="0" src="http://www.mozilla.org/foundation/identity-guidelines/firefox-128.png" /></a></td>
<td bgcolor="#eaeaea">
<h3><a href="http://www.mozilla.com/firefox/">FireFox</a></h3>
<p>Unarguably the best web browser available! ;-) Tabbed browsing, fine-tuned 		privacy (cookies, forms, etc), zillions of extensions, and that&#8217;s about 1% 		of the available features. Forget that old notion that a Mac is best used 		with the inbuilt tools. Safari is no substitute for a real web browser.</p>
<p>Alternatives: <a href="http://www.caminobrowser.org/">Camino</a>,         <a href="http://www.mozilla.org/">Mozilla</a>,         <a href="http://www.opera.com/">Opera</a>,         <a href="http://www.omnigroup.com/applications/omniweb/">OmniWeb</a>[$]</td>
</tr>
<tr>
<td bgcolor="#c6e3f7" align="center"><a title="Growl" href="http://growl.info/"><img height="64" border="0" src="http://growl.info/img/growlicon.png" /></a></td>
<td>
<h3><a href="http://growl.info/">Growl</a></h3>
<p>Growl is a notification system that provides other applications the means to 		notify the user of events. Various applications (including many listed here, 		such as Adium) support Growl notification. Notifications are customizable.</p>
<p>Also See: <a href="http://growl.info/documentation/growltunes.php">GrowlTunes</a>,         <a href="http://growl.info/documentation/hardwaregrowler.php">HardwareGrowler</a>,         <a href="http://www.slamb.org/projects/netgrowler/">NetGrowler</a></td>
</tr>
<tr>
<td bgcolor="#f5e9d3" align="center"><a title="iEatBrainz" href="http://www.indyjt.com/software/?show=ieatbrainz#ieatbrainz"><img height="64" border="0" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/69/IEatBrainz.png/48px-IEatBrainz.png" /></a></td>
<td bgcolor="#eaeaea">
<h3><a href="http://www.versiontracker.com/dyn/moreinfo/macosx/22813">iEatBrainz</a></h3>
<p><a href="http://www.gracenote.com/">CDDB</a> etc are nice if you are playing,         ripping or storing albums, but what about individual songs? For that you need the 		<a href="http://musicbrainz.org/">MusicBrainz</a> service. And iEatBrainz is a 		client that lets you tag your iTunes collection (AAC or MP3) using acoustic 		matching from MusicBrainz.</td>
</tr>
<tr>
<td bgcolor="#c6e3f7" align="center"><a title="iTerm" href="http://iterm.sourceforge.net/index.shtml"><img height="64" border="0" src="http://iterm.sourceforge.net/iTerm.png" /></a></td>
<td>
<h3><a href="http://iterm.sourceforge.net/">iTerm</a></h3>
<p>Terminal.App is for babies. iTerm adds the features that any Unixhead 		used to <a href="http://www.kde.org/">KDE</a>/<a href="http://www.gnome.org/">Gnome</a>         absolutely needs. For example: tabs for 		multiple remote terms. X style cut and paste. And a few other nice features.</td>
</tr>
<tr>
<td bgcolor="#f5e9d3" align="center"><a title="NeoOffice" href="http://www.planamesa.com/neojava/en/"><img height="64" border="0" src="http://www.planamesa.com/neojava/images/header.png" /></a></td>
<td bgcolor="#eaeaea">
<h3><a href="http://www.neooffice.org/">NeoOffice</a></h3>
<p>OpenOffice.org based office application suite that can read and write 		Microsoft Office files (Word, PowerPoint, Excel). Its a bit slow and 		sometimes has problems with advanced formats in MS files, but does the 		job for the 90th percentile.</p>
<p>Alternatives: <a href="http://www.openoffice.org/">OpenOffice.org</a></td>
</tr>
<tr>
<td bgcolor="#c6e3f7" align="center"><a title="Quicksilver" href="http://quicksilver.blacktree.com/"><img height="64" border="0" src="http://quicksilver.blacktree.com/images/QSWhite.png" /></a></td>
<td>
<h3><a href="http://quicksilver.blacktree.com/">Quicksilver</a></h3>
<p>A launcher with an amazing number of features. Launch applications, visit bookmarks, 		setup custom shortcuts, open files, all with simple key shortcuts.</p>
<p>Alternatives: <a href="http://www.petermaurer.de/nasi.php?thema=butler&amp;sprache=english">Butler</a></td>
</tr>
<tr>
<td bgcolor="#f5e9d3" align="center"><a title="Taco HTML Edit" href="http://tacosw.com/main.php"><img height="64" border="0" src="http://www.macupdate.com/images/icons/8636.png" /></a></td>
<td bgcolor="#eaeaea">
<h3><a href="http://tacosw.com/">Taco HTML Edit</a></h3>
<p>A neat HTML editor that provides the basic set of features that 		makes it useful. Others like n|vu provide better WYSIWYG support 		but make it surprisingly more difficult to edit a page (such as 		by fixing table and cell widths, to use a random example). Taco 		provides a Live Preview that suffices to see what your HTML looks 		like. It also enables quick insertion of tags, performs syntax 		highlighting, etc.</p>
<p>Alternatives: <a href="http://www.nvu.com/">n|vu</a></td>
</tr>
<tr>
<td bgcolor="#c6e3f7" align="center"><a title="Mozilla Thunderbird" href="http://www.mozilla.com/thunderbird/"><img height="64" border="0" src="http://www.mozilla.org/foundation/identity-guidelines/thunderbird-128.png" /></a></td>
<td>
<h3><a href="http://www.mozilla.com/thunderbird/">Thunderbird</a></h3>
<p>If Safari is inadequate compared to Firefox, Mail.app is a joke 		compared to Thunderbird. The list of features in T&#8217;Bird requires 		a separate web page altogether, but here are a few: multiple 		accounts with multiple identities, filtering, searching, labelling, 		Virtual Folders, LDAP addressbook, GPG         (<a href="http://enigmail.mozdev.org/">Enigmail</a>), message aging, etc.</td>
</tr>
<tr>
<td bgcolor="#f5e9d3" align="center"><a title="Vienna" href="http://www.opencommunity.co.uk/vienna2.html"><img height="64" border="0" src="http://blog.blogzerk.com/feed-icon-128x128.gif" /></a></td>
<td bgcolor="#eaeaea">
<h3><a href="http://www.opencommunity.co.uk/vienna2.html">Vienna</a></h3>
<p>RSS newsreader with inbuilt page viewer, tabs support, categories 		(including dynamic &#8220;smart folders&#8221; defined using filters &#8212; very 		useful for deleting those pesky &#8220;Open Threads&#8221; ;-)). One feature 		that would be nice is OPML synchronization with a service like 		<a href="http://www.bloglines.com/">Bloglines</a>.</p>
<p>Alternatives: <a href="http://www.blogbridge.com/">BlogBridge</a>,         <a href="http://blogspace.com/rss/readers">Feed</a>,         <a href="http://www.download.com/BlogMatrix-Jager/3000-9227_4-10315721.html">Jager</a>, 		<a href="http://www.lektora.com/">Lektora</a>,         <a href="http://www.js8media.com/minews/">MiNews</a>,         <a href="http://ranchero.com/netnewswire/">NetNewsWire</a>[$],         <a href="http://www.thinkmac.co.uk/newsmac/">NewsMac</a>, 		<a href="http://freshlysqueezedsoftware.com/products/pulpfiction/">PulpFiction</a>,         <a href="http://www.apple.com/downloads/macosx/internet_utilities/strider.html">Strider[$]</a>, 		<a href="http://www.bloglines.com/">Bloglines</a>,         <a href="http://www.newsgator.com/">NewsGator</a>,         <a href="http://www.shrook.com/">Shrook</a>,         <a href="http://my.gritwire.com/">Gritwire</a>,         and various other online news aggregators (Yahoo, Google, FeedLounge[$], etc).</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td bgcolor="#e4d066" colspan="2"><font size="6">Other Useful Tools</font></td>
</tr>
<tr>
<td bgcolor="#eaeaea" colspan="2">
<ul>
<li><a href="http://www.versiontracker.com/dyn/moreinfo/macosx/24420">Eavesdrop</a>:             packet sniffer</li>
<li><a href="http://haoli.dnsalias.com/Saft/">Saft</a> add-on for Safari</li>
<li><a href="http://www.rutemoeller.com/mp/ibook/ibook_e.html">Screen             Spanning Doctor</a>: MacOS support for screen resolution limits it to             the highest available on your iBook/PowerBook, though it can support             higher resolutions, such as on an external monitor. Screen Spanning             Doctor helps you not only extend your screen to an external monitor, but             also helps support the higher resolution.</li>
</ul>
</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td bgcolor="#e4d066" colspan="2"><font size="6">What&#8217;s Missing?</font></td>
</tr>
<tr>
<td bgcolor="#eaeaea" colspan="2">
<ul>
<li>A nice Podcast client. At least for me, iTunes,             <a href="http://www.ipodder.org/">iPodder</a>, etc do not cut it.</li>
<li>If you do not have Tiger and want something similar to Dashboard             try <a href="http://widgets.yahoo.com/">Konfabulator</a> or             <a href="http://www.daedale.com/products/keepaneye/">KeepAnEye</a></li>
<li>Better LDAP support in the AddressBook. Currently subscribing to             external directories is a crapshoot &#8212; it may work, it may not!</li>
</ul>
</td>
</tr>
</table>
 <img src="http://platosbeard.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=56" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://platosbeard.org/archives/56/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mactel? Intac? Mac goes x86</title>
		<link>http://platosbeard.org/archives/9</link>
		<comments>http://platosbeard.org/archives/9#comments</comments>
		<pubDate>Tue, 10 Jan 2006 20:01:30 +0000</pubDate>
		<dc:creator>ravi</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[MacStuff]]></category>

		<guid isPermaLink="false">http://platosbeard.org/wordpress/?p=9</guid>
		<description><![CDATA[The much awaited MacExpo Jobs keynote brought forth a much expected bit of news: the Intel based Macs are out, starting with the iMac and a new MacBook laptop. The Intel iMacs are priced the same as the G5s. So, will the prices of G5 iMacs drop? In the real world it probably would&#8230; but [...]]]></description>
			<content:encoded><![CDATA[<p>The much awaited MacExpo Jobs keynote brought forth a much expected bit of news: the Intel based Macs are out, starting with the iMac and a new MacBook laptop. The Intel iMacs are priced the same as the G5s. So, will the prices of G5 iMacs drop? In the real world it probably would&#8230; but this is Mactopia and my guess is not&#8230;</p>
 <img src="http://platosbeard.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=9" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://platosbeard.org/archives/9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

