<?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>Roopesh's Blog &#187; simplify</title>
	<atom:link href="http://www.roopeshsheth.com/category/simplify/feed" rel="self" type="application/rss+xml" />
	<link>http://www.roopeshsheth.com</link>
	<description>A random blog</description>
	<lastBuildDate>Fri, 30 Apr 2010 05:46:20 +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>Remember the Milk + Entourage + Attachments = :-)</title>
		<link>http://www.roopeshsheth.com/2008/07/06/remember-the-milk-entourage-attachments</link>
		<comments>http://www.roopeshsheth.com/2008/07/06/remember-the-milk-entourage-attachments#comments</comments>
		<pubDate>Sun, 06 Jul 2008 07:07:01 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[Applescript]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Organize]]></category>
		<category><![CDATA[Remember the Milk]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Attachments]]></category>
		<category><![CDATA[Entourage]]></category>
		<category><![CDATA[RTM]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/?p=126</guid>
		<description><![CDATA[A while back I created an Entourage script to create tasks from email messages in Remember the Milk. Well, I finally got around to improving it. You don&#8217;t have to be a geek (or nerd, or goober) to use the new features (see Enhancements below). Anyone with Entourage and an iDisk will be able to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.roopeshsheth.com/2008/02/22/create-a-task-from-entourage-in-rtm">A while back</a> I created an Entourage script to create tasks from email messages in <a href="http://www.rememberthemilk.com">Remember the Milk</a>.  Well, I finally got around to improving it.</p>
<p>You don&#8217;t have to be a geek (or nerd, or goober) to use the new features (see Enhancements below).  Anyone with Entourage and an iDisk will be able to use the attachments functionality.</p>
<p>The installation is still the same as the first release.  Here are the previous instructions:</p>
<blockquote><p>1. Unzip and save in &#8220;~/Documents/Microsoft User Data/Entourage Script Menu Items&#8221;<br />
2. Rename &#8220;Create Task from Message\cT.scpt&#8221; to &#8220;Create Task from Message.scpt&#8221;<br />
3. Start Entourage (you do not need to restart if its already running).<br />
4. Highlight a message and hit ^T.<br />
5. Follow the onscreen instructions.<br />
6. Get organized!</p></blockquote>
<p>I don&#8217;t like to repeat myself, so here&#8217;s the release notes, which covers the new features:</p>
<blockquote><p>Version History<br />
v0.2 &#8211; July 6, 2008<br />
- Enhancements<br />
- Ability to configure a remote disk to store files, and add the URL to the RTM task&#8217;s URL field.<br />
- Tested only with iDisk.<br />
- Requires the remote disk to be mountable via WebDAV.<br />
- The URL will be http://[remoteURL you enter]/RTM-Attachments<br />
- You can change the name of the folder via the remoteDiskFolder variable in the properties declaration section below<br />
- Uploads may take a while, depending on speed, size of upload, and other factor that I can&#8217;t predict.  Be patient.<br />
- Stuff you can store on the remote drive:<br />
- One or more, or all, of the attachments of an email<br />
- The entire email, as a .eml file<br />
-<br />
- Only the text/plain parts of a message are added to the notes of a task, gone is all the formatted stuff that didn&#8217;t look right anyways and was pretty unlegible.<br />
- Large notes are broken up, instead of truncated, and fed into RTM in reverse order, so that the notes can be read just like the original email.<br />
- Known issues<br />
- useEmailToCreateTasks doesn&#8217;t work when using the remote disk folder and attachments.  The task gets created, but everything (list name and URL) end up in the notes.  However, try the new API functionality, as it&#8217;s way improved with the breakdown of large notes.<br />
v0.1 &#8211; Initial release</p></blockquote>
<p>Here&#8217;s the high level logic for creating attachments, for the interested parties.  (<a href="http://www.roopeshsheth.com/wp-content/uploads/2008/07/symbolsrtm-entourage-attachment-logic.jpg" target="_blank">Click</a> for a bigger picture)</p>
<p><a href="http://www.roopeshsheth.com/wp-content/uploads/2008/07/symbolsrtm-entourage-attachment-logic.jpg" target="_blank"><img src="http://www.roopeshsheth.com/wp-content/uploads/2008/07/symbolsrtm-entourage-attachment-logic.jpg" border="0" alt="RTM Entourage Attachment Logic.jpg" width="288" height="366" /></a></p>
<p>I&#8217;ll do my best to answer your questions in the comments.</p>
<p>Get it <a href="http://www.roopeshsheth.com/wp-content/uploads/2008/07/applescriptcreate-rtm-taskctscpt.zip" title="Create RTM Task\cT.scpt.zip">here</a>.</p>
<p><strong>Update: </strong>Updated the version, as the previous one had a bug with certain special characters in filenames and/or subject lines.  I had also (accidentally) distributed the last scpt as read-only.</p>
<p><strong>Update 2: </strong>Added a screen walkthrough <a href="http://www.roopeshsheth.com/wp-content/uploads/2008/07/screencastEntourage-RTM-Attachments.mov">here</a>.</p>
<p><strong>Update 3: </strong>A few more fixes and enhancements:</p>
<blockquote><p>
v0.2c &#8211; July 6, 2008<br />
	- Enhancements<br />
		- Allows for configurable task title naming during task creation<br />
			- See editTaskTitle below<br />
	- Bug Fixes<br />
		- More special character handling<br />
v0.2b &#8211; July 6, 2008<br />
	- Bug Fixes<br />
		-Replaced certain special characters in filenames and subjects to avoid filesystem errors
</p></blockquote>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Attachments' rel='tag' target='_self'>Attachments</a>, <a class='technorati-link' href='http://technorati.com/tag/Entourage' rel='tag' target='_self'>Entourage</a>, <a class='technorati-link' href='http://technorati.com/tag/Organize' rel='tag' target='_self'>Organize</a>, <a class='technorati-link' href='http://technorati.com/tag/Remember+the+Milk' rel='tag' target='_self'>Remember the Milk</a>, <a class='technorati-link' href='http://technorati.com/tag/RTM' rel='tag' target='_self'>RTM</a>, <a class='technorati-link' href='http://technorati.com/tag/simplify' rel='tag' target='_self'>simplify</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2008/07/06/remember-the-milk-entourage-attachments/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.roopeshsheth.com/wp-content/uploads/2008/07/screencastEntourage-RTM-Attachments.mov" length="13207518" type="video/quicktime" />
		</item>
		<item>
		<title>My Mac Software List</title>
		<link>http://www.roopeshsheth.com/2008/05/05/my-mac-software-list</link>
		<comments>http://www.roopeshsheth.com/2008/05/05/my-mac-software-list#comments</comments>
		<pubDate>Tue, 06 May 2008 06:06:46 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Remember the Milk]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/?p=112</guid>
		<description><![CDATA[You know, since I got my MacBook Pro last year, I&#8217;ve become a total Mac convert. I bought Neela a MacBook Pro. I bought a Mac Mini as my desktop, replacing a huge custom built PC tower. I even bought another Mac Mini for my entertainment center, to watch digital media. And I&#8217;ve installed a [...]]]></description>
			<content:encoded><![CDATA[<p>You know, since I got my MacBook Pro last year, I&#8217;ve become a total Mac convert.  I bought Neela a MacBook Pro.  I bought a Mac Mini as my desktop, replacing a huge custom built PC tower.  I even bought another Mac Mini for my entertainment center, to watch digital media.</p>
<p>And I&#8217;ve installed a lot of software.  And I&#8217;ve removed a lot of software.  And some sits around being unused.</p>
<p>Well, here are my lists of Mac software I use, recommend, and why &#8211; in no particualr order, just as it comes to my head.  Keep in mind, this all on top of the standard Mac OS X software, including iLife &#8217;08.</p>
<p><strong><u>Stuff everyone should have:</u></strong> (Don&#8217;t complain, it&#8217;s all free, but you should donate)</p>
<ul>
<li><a href="http://smultron.sourceforge.net/">Smultron</a> &#8211; Free &#8211; Text Editor.  You have to have a text editor.  OS X&#8217;s built-in TextEdit is fine, but Smultron gives you code highlighting, indenting, tag completion, and SO much more.</li>
<li><a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver">Quicksilver</a> &#8211; Free &#8211; Launcher application and much more.  Use it to find and launch an application, take shortcuts to common tasks like sending an email, or use one of the myriad plugins to extend your favorite application.  (I use it to create <a href="http://www.rememberthemilk.com">Remember the Milk</a> tasks all the time).  It can index your entire computer so you can find files.  Just install it and definitely go through some of the <a href="http://www.simplehelp.net/2007/05/10/quicksilver-tutorial-and-screencast-roundup/">screencasts</a> &#8211; I learned a lot through the screencasts, which really opened my eyes to the power of Quicksilver.</li>
<li><a href="http://www.adiumx.com/">Adium</a> &#8211; Free &#8211; Instant Messaging aggregator tool.  Yes, iChat is nice, and I love the screen share, video chat, and audio chat.  But most of the time, I just need to IM with someone on one of 5 of the networks.  Adium lets me connect to all of them, combine multiple listings of a person to a single contact, and it&#8217;s actually more intuitive than iChat because all my contacts are in a single list.</li>
<li><a href="http://www.unrarx.com/">UnRarX</a> &#8211; Free &#8211; You&#8217;re going to have RAR files you have to deal with at some point.  If you&#8217;re not trying to create RAR files, but just extract the contents, this is a great little app that just works easily and well.</li>
<li><a href="http://skitch.com/">Skitch</a> &#8211; Free (in beta) &#8211; Screen capture &#038; image sharing utility.  Great options for capturing the screen, including timed shots.  You can also quickly share the shots via your mySkitch site, or .Mac site, all from within Skitch.</li>
<li><a href="http://www.firefox.com">FireFox</a> &#8211; Free &#8211; Web Browsing.  Duh.  Just do it.</li>
<li><a href="http://www.videolan.org/">VLC</a> (Video LAN Client) &#8211; Free &#8211; Video playback.  Great compatibility with every format I&#8217;ve come across; pretty reliable.  Anytime you go searching for how you should playback a video file (on any platform, really) people will always say VLC.</li>
<li><a href="http://perian.org/">Perian</a> &#8211; Free &#8211; Along the same lines as VLC, Perian adds a bunch of codecs to Quicktime, allowing you to use Quicktime for most video playback.  VLC may be more efficient and reliable, but Quicktime (and Front Row) are nice to look at and to use.</li>
<li><a href="http://cyberduck.ch/">Cyberduck</a> &#8211; Free &#8211; File transfer utility.  Great, just great.  Provides all the functionality you want, doesn&#8217;t disappoint.</li>
</ul>
<p><strong><u>Kinda specific stuff:</u></strong></p>
<ul>
<li><del>XBMC</del><a href="http://www.plexapp.com/">Plex</a> &#8211; Free &#8211; Media Center software.  A <u>must have</u> replacement for Front Row if you plan to use your Mac as a media center.  Works with the Apple Remote.  Get <a href="http://code.google.com/p/skin-downloads/downloads/list">xTV</a>, the Apple TV skin for XBMC and you&#8217;re all set.</li>
<li><a href="http://www.apple.com/iwork/">iWork</a> &#8211; $70 &#8211; Apple&#8217;s office suite.  Provides you with a word processor, spreadsheet, and presentation applications.  Really user-friendly, really easy to use.  Great templates out of the box.  Nice layout options.  Love it.  Can&#8217;t use it enough.  (Mostly because no one else at work uses it)</li>
<li><a href="http://www.red-sweater.com/marsedit/">MarsEdit</a> &#8211; $29.95 &#8211; Blogging software.  If you blog on your Mac, you&#8217;ll love this app.  It&#8217;s missing WYSIWYG functionality, but it has everything else: it&#8217;s scriptable, calls external editors, and works with most blogging sites/software.  (None of the blogging software out there has WYSIWYG if it connects with any blogging <a href="http://www.wordpress.com">services</a>)</li>
</ul>
<p><strong><u>Truly specialized stuff:</u></strong></p>
<ul>
<li><a href="http://www.parallels.com/">Parallels</a> &#8211; $80 &#8211; Virtual machine for running Windows or Linux side-by-side with OS X.  If you&#8217;re just making the transition from Windows to the Mac, this is a must-have.  I found it hard to make a clean, fresh break from Windows.  But I was able to transition to all the Mac apps and not lose productivity by using the Windows apps I was accustomed to.  <strong>See also:</strong> <a href="http://www.vmware.com/products/fusion/">VMWare Fusion</a></li>
<li><a href="http://www.codeweavers.com/products/cxmac/">Crossover</a> &#8211; $60 &#8211; Another solution for running Windows software on your Mac, using the open-source <a href="http://www.winehq.org/">Wine</a> Windows emulation software.  Crossover provides a GUI for installing common (and supported) Windows applications.  The biggest drawback is usually that the graphics in a Crossover-installed application will not render very quickly.  But it reduces your memory overhead from running full-fledged Windows (512MB to 1GB+) to just the application itself (likely less than 100MB).  I&#8217;m a big fan of Crossover.</li>
<li><del><a href="http://www.techspansion.com/visualhub/">VisualHub</a> &#8211; $23.32 &#8211; Video conversion.  Takes in pretty much any format and spits out a huge array of formats (AVI, MP4, M4V, MOV, WMV, etc.).  Gets rid of all the complexity and you just have to choose the output quality you want.  <strong>See also:</strong> <a href="http://handbrake.fr/">Handbrake</a> for DVD-to-AVI conversion.</del><br /><strong><em>Techspansion is no longer developing or selling VisualHub.</em></strong></li>
</ul>
<p>Alright.  Well that&#8217;s it for now.  I&#8217;ll try to keep this list updated, as life goes on.</p>
<p>Got some favorite apps you think should be on the &#8220;gotta have it&#8221; list?  Tell me in the comments.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/applications' rel='tag' target='_self'>applications</a>, <a class='technorati-link' href='http://technorati.com/tag/Lists' rel='tag' target='_self'>Lists</a>, <a class='technorati-link' href='http://technorati.com/tag/Mac' rel='tag' target='_self'>Mac</a>, <a class='technorati-link' href='http://technorati.com/tag/software' rel='tag' target='_self'>software</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2008/05/05/my-mac-software-list/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Initial Take: Amazon S3 (Bonus! S3 Mac App)</title>
		<link>http://www.roopeshsheth.com/2008/03/11/initial-take-amazon-s3-bonus-s3-mac-app</link>
		<comments>http://www.roopeshsheth.com/2008/03/11/initial-take-amazon-s3-bonus-s3-mac-app#comments</comments>
		<pubDate>Wed, 12 Mar 2008 04:06:16 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cloud Storage]]></category>
		<category><![CDATA[Remote Storage]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/2008/03/11/initial-take-amazon-s3-bonus-s3-mac-app</guid>
		<description><![CDATA[If you have off-site/hosted storage needs and haven&#8217;t looked at Amazon S3, you really should. What is it? Amazon S3 (Super Simple Storage) is basically a pretty cheap ($0.15/GB at the time of this writing) storage cloud that anyone can use. Well, anyone with an Amazon account. So, basically everyone. How do I work with [...]]]></description>
			<content:encoded><![CDATA[<p>If you have off-site/hosted storage needs and haven&#8217;t looked at <a href="http://www.amazon.com/s3">Amazon S3</a>, you really should.</p>
<p><strong>What is it?</strong></p>
<p>Amazon S3 (Super Simple Storage) is basically a pretty cheap ($0.15/GB at the time of this writing) storage cloud that anyone can use.  Well, anyone with an Amazon account.  So, basically everyone.</p>
<p><strong>How do I work with S3?</strong><br />
You have a lot of options of how to interact with S3:</p>
<ul>
<li>You can mount it as a disk on a <a href="http://www.jungledisk.com/">Mac, Linux, or Windows</a> machine, which I found to be unreliable.</li>
<li>Use <a href="http://www.rjonna.com/ext/s3fox.php">s3fox</a> in Firefox (or Flock) to transfer to/from S3, which also provided me mixed results, at best.</li>
<li>Use <a href="http://jets3t.s3.amazonaws.com/index.html">jets3t</a>, which includes a GUI, across any Java-capable platform to transfer files, which worked the best for me.  The only downside of this Java application is that it doesn&#8217;t integrate with any OS well, so drag and drop won&#8217;t work.</li>
<p><strong>Update!!</strong> Oops, I was wrong!  JetS3t does allow for drag-and-drop on my Mac.  Even cooler!</p>
<li>There&#8217;s also the command line <a href="http://s3tools.logix.cz/s3cmd">s3cmd</a>, which works pretty well, but there&#8217;s no progress indicator during file transfers.</li>
<li>Some file transfer applications (like Panic&#8217;s <a href="http://www.panic.com/transmit/">Transmit</a>) will let you transfer directly to S3, though I found them to be unreliable, too.</li>
</ul>
<p><strong>What can I do with it?</strong></p>
<p>Store files, duh!  Seriously, though, you can do a lot.  You can share files with specific people, groups, or the public using normal URLs.  You can create Torrents of your files to share on BitTorrent.  jets3t helps you do all these functions in the UI.</p>
<p><strong>Why I like it!</strong></p>
<p>Well, I host quite a few files (many offsite backups), and when looking for a webhost, I&#8217;m always looking for lots of storage, which is generally expensive.  The beauty of S3 is that I can store a lot of data up there, and I&#8217;m only charged for the storage ($0.15/GB) and transfer ($0.18/GB <strong>download, $0.10/GB upload</strong>) monthly.</p>
<p>So let&#8217;s suppose I upload 20GB my first month ( (20GB x $.15) + (20GB x $.<span style="text-decoration: line-through;">18</span>10) = <strong><span style="text-decoration: line-through;">$6.60</span>$5.00</strong> ).</p>
<p>Then the next month I update a few files, let&#8217;s say 1GB&#8217;s worth.  And let&#8217;s say I also pull some files down, let&#8217;s say 5GB.  So, ( (21GB x $.15) + (5GB x $.18) <strong>+ (1GB x $.10)</strong> = <strong><span style="text-decoration: line-through;">$4.05</span>$4.15</strong> ).  And all my files are still available.</p>
<p>Best of all, S3 provides a pretty damn fast connection.  And since you can share files privately or publicly using standard URLs, you can link to them directly from webpages or use S3 for fast image hosting.</p>
<p><strong>Bonus! S3 Mac App!</strong></p>
<p>So, as I mentioned above, I like jets3t.  However, launching it from within a Terminal window is tedious.  So I used <a href="http://www.sveinbjorn.org/platypus">Platypus</a> to create a Mac app file, which you can run from anywhere on your Mac.</p>
<p><a title="jets3t.app.zip" href="http://www.roopeshsheth.com/wp-content/uploads/2008/03/jets3t.app.zip">jets3t.app.zip</a></p>
<p><strong>Amazon S3 Initial</strong> <strong>Rating:</strong> 4.5 out of 5 stars</p>
<p><strong>jets3t Initial</strong> <strong>Rating:</strong> 4 out of 5 stars</p>
<p><strong>Update:</strong> I discovered the upload pricing for Amazon S3 is only $0.10/GB.  I also discovered an error in my math above.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Amazon+S3' rel='tag' target='_self'>Amazon S3</a>, <a class='technorati-link' href='http://technorati.com/tag/Cloud+Computing' rel='tag' target='_self'>Cloud Computing</a>, <a class='technorati-link' href='http://technorati.com/tag/Cloud+Storage' rel='tag' target='_self'>Cloud Storage</a>, <a class='technorati-link' href='http://technorati.com/tag/Remote+Storage' rel='tag' target='_self'>Remote Storage</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2008/03/11/initial-take-amazon-s3-bonus-s3-mac-app/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a task from Entourage in RTM</title>
		<link>http://www.roopeshsheth.com/2008/02/22/create-a-task-from-entourage-in-rtm</link>
		<comments>http://www.roopeshsheth.com/2008/02/22/create-a-task-from-entourage-in-rtm#comments</comments>
		<pubDate>Sat, 23 Feb 2008 07:41:08 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applescript]]></category>
		<category><![CDATA[Remember the Milk]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[automate]]></category>
		<category><![CDATA[Entourage]]></category>
		<category><![CDATA[RTM]]></category>
		<category><![CDATA[Task]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/2008/02/22/create-a-task-from-entourage-in-rtm</guid>
		<description><![CDATA[You may remember that I said I was going to try out Remember the Milk last week. If not, catch up now. All caught up? Good. I played with RTM a bit more and decided I&#8217;m going to give it a try. It seems to work really well and lots of people have written integrations [...]]]></description>
			<content:encoded><![CDATA[<p>You may <a href="http://www.roopeshsheth.com/2008/02/16/trying-out-remember-the-milk">remember that I said</a> I was going to try out <a href="http://www.rememberthemilk.com">Remember the Milk</a> last week.  If not, <a href="http://www.roopeshsheth.com/2008/02/16/trying-out-remember-the-milk">catch up</a> now.</p>
<p>All caught up?  Good.  I played with RTM a bit more and decided I&#8217;m going to give it a try.  It seems to work really well and <a href="http://www.rememberthemilk.com/services/">lots</a> of people have written <a href="http://www.rememberthemilk.com/services/api/">integrations</a> for it.</p>
<p>Add to this story that I&#8217;ve decided to use Entourage instead of Parallels &amp; Outlook at work.  Unfortunately, Entourage&#8217;s task management is abysmal.</p>
<p>Starting to see where I&#8217;m going with this?</p>
<p>While I found lots of integrations available for RTM and other applications, I couldn&#8217;t find anything for Entourage.  <a href="http://www.google.com/search?q=applescript&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=FlockInc.:en-US:official&amp;client=firefox">AppleScript</a> to the rescue!</p>
<p>Without getting into all the gory details, the script (see link below) will allow you to highlight a message in Entourage and create a task in RTM based on the message.  The message&#8217;s subject will be the task name and the message&#8217;s body will end up as a note.</p>
<p>Instructions:<br />
1. Unzip and save in &#8220;~/Documents/Microsoft User Data/Entourage Script Menu Items&#8221;<br />
2. Rename &#8220;Create Task from Message\cT.scpt&#8221; to &#8220;Create Task from Message.scpt&#8221;<br />
3. Start Entourage (you do <strong>not</strong> need to restart if its already running).<br />
4. Highlight a message and hit ^T.<br />
5. Follow the onscreen instructions.<br />
6. Get organized!</p>
<p><strong>[Updated 2/24/2008]</strong> Added more steps for clarity.</p>
<p>(More information after the jump)</p>
<p><a title="Create RTM Task\cT.scpt.zip" href="http://www.roopeshsheth.com/wp-content/uploads/2008/02/create-rtm-taskct.scpt1.zip">Create RTM Task\cT.scpt.zip</a></p>
<p>[poll=3]</p>
<p><span id="more-90"></span></p>
<p>Some requirements, also included in the script:</p>
<blockquote><p>Script requirements (basically, my configuration&#8230; your milage may vary):<br />
- Mac OS X 10.5.2<br />
- Microsoft Mac Office 2008 w/Entourage<br />
- XMLLIB osax by Satimage (Smile companion), available here: <a href="http://www.satimage.fr/software/en/downloads/downloads_companion_osaxen.html">http://www.satimage.fr/software/en/downloads/downloads_companion_osaxen.html</a><br />
- XML Tools 2.9 by Nate Night Software, available here: <a href="http://www.latenightsw.com/freeware/XMLTools2/">http://www.latenightsw.com/freeware/XMLTools2/</a></p>
<p>FAQ:<br />
- Q1: What if I want to change the email address associated with my RTM account?<br />
- A1: Open a terminal window and run this &#8220;defaults delete com.apple.Entourage-RTM&#8221;.  You will quickly go through the authentication process again and be asked the email address you would like to send to.</p></blockquote>
<p>(<a href="mailto:%72%6F%6F%70%65%73%68%2E%62%6C%6F%67%40%73%68%65%74%68%2E%63%6F%6D">send me</a> questions and I&#8217;ll expand the FAQ)</p>
<p>There are also some user-configurable settings:</p>
<blockquote><p>User configurable variables</p>
<p>Use email or use the API to create RTM tasks?<br />
Pros of API: not dependent on email transmission, instant notification of failures.<br />
Cons of API: Not very robust, cannot handle large notes.<br />
Pros of email: Assuming you&#8217;re using this for entourage, you already have email open.  Very robust, can send in any variable for the task (see http://www.rememberthemilk.com/help/answers/sending/emailinbox.rtm).  Even if the connection is temporarily lost, the email will queue and will eventually show up as a task.<br />
Cons of email: You have these emails in your Sent Items.  Clogging up the internet with email.</p>
<p>default setting: true<br />
available settings: true, false</p>
<p>IMPORTANT!! If you plan to use the API, make sure this file exists at ~/Library/Application Support/Entourage-RTM.<br />
The file should be named &#8220;encodeurl.sh&#8221;.  You can copy this text and paste it into a new file.</p>
<p>#!/usr/bin/tclsh<br />
package require http<br />
puts [::http::formatQuery [lindex $argv 0] [lindex $argv 1]]</p>
<p>property useEmailToCreateTasks : true</p>
<p>Parsing is only relevant to the API calls.  If set to 1, RTM will attempt to find a due date in the task subject.  Probably not really useful, but I don&#8217;t see a big downside to it, either.<br />
default setting: &#8220;1&#8243;<br />
available settings: &#8220;1&#8243;, &#8220;0&#8243;</p>
<p>property chooseParse : &#8220;1&#8243;</p>
<p>ADVANCED USAGE ONLY.  Will display a whole lot of popups during the task creation.</p>
<p>default setting: false<br />
available settings: true, false</p>
<p>property debugOn : false</p></blockquote>
<p>Good luck!</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Applescript' rel='tag' target='_self'>Applescript</a>, <a class='technorati-link' href='http://technorati.com/tag/automate' rel='tag' target='_self'>automate</a>, <a class='technorati-link' href='http://technorati.com/tag/Entourage' rel='tag' target='_self'>Entourage</a>, <a class='technorati-link' href='http://technorati.com/tag/Remember+the+Milk' rel='tag' target='_self'>Remember the Milk</a>, <a class='technorati-link' href='http://technorati.com/tag/RTM' rel='tag' target='_self'>RTM</a>, <a class='technorati-link' href='http://technorati.com/tag/Task' rel='tag' target='_self'>Task</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2008/02/22/create-a-task-from-entourage-in-rtm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Trying out Remember The Milk</title>
		<link>http://www.roopeshsheth.com/2008/02/16/trying-out-remember-the-milk</link>
		<comments>http://www.roopeshsheth.com/2008/02/16/trying-out-remember-the-milk#comments</comments>
		<pubDate>Sat, 16 Feb 2008 23:45:24 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[Lists]]></category>
		<category><![CDATA[Paperless]]></category>
		<category><![CDATA[Remember the Milk]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Organize]]></category>
		<category><![CDATA[Tasks]]></category>
		<category><![CDATA[To Do]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/2008/02/16/trying-out-remember-the-milk</guid>
		<description><![CDATA[Will the quest ever end? Will my life ever be simple? Probably not. But in the meantime I can keep accumulating tools and options to make life better. The latest in my quest simplify my life is Remember The Milk. I just signed up today. Anyone tried it out? Have anything to say? Post it [...]]]></description>
			<content:encoded><![CDATA[<p>Will the quest ever end?  Will my life ever be simple?  Probably not.  But in the meantime I can keep accumulating tools and options to make life better.</p>
<p>The latest in my quest <a href="http://www.roopeshsheth.com/category/simplify">simplify my life</a> is <a href="http://www.rememberthemilk.com">Remember The Milk</a>.  I just signed up today.  Anyone tried it out?  Have anything to say?  Post it in the comments.  Love to hear from you before I invest too much time, you know?</p>
<p><a href="http://www.rememberthemilk.com">Link</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Lists' rel='tag' target='_self'>Lists</a>, <a class='technorati-link' href='http://technorati.com/tag/Organize' rel='tag' target='_self'>Organize</a>, <a class='technorati-link' href='http://technorati.com/tag/Remember+the+Milk' rel='tag' target='_self'>Remember the Milk</a>, <a class='technorati-link' href='http://technorati.com/tag/simplify' rel='tag' target='_self'>simplify</a>, <a class='technorati-link' href='http://technorati.com/tag/Tasks' rel='tag' target='_self'>Tasks</a>, <a class='technorati-link' href='http://technorati.com/tag/To+Do' rel='tag' target='_self'>To Do</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2008/02/16/trying-out-remember-the-milk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Kool [sic] PDF Conversion Service</title>
		<link>http://www.roopeshsheth.com/2008/02/16/review-kool-sic-pdf-conversion-service</link>
		<comments>http://www.roopeshsheth.com/2008/02/16/review-kool-sic-pdf-conversion-service#comments</comments>
		<pubDate>Sat, 16 Feb 2008 22:10:33 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[PDF Conversion]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/2008/02/16/review-kool-sic-pdf-conversion-service/</guid>
		<description><![CDATA[Found this on Lifehacker. Send any of these document types (click on the flag for an english translation) to the email pdf {at} koolwire(.)com and Presto!, you get a PDF back in your email of your document. I sent over a MS Word doc and got back a perfect PDF representation within a few minutes. [...]]]></description>
			<content:encoded><![CDATA[<p>Found <a href="http://lifehacker.com/356644/useful-email-addresses-when-your-internet-connections-down">this</a> on Lifehacker.  Send any of <a href="http://www.koolwire.com/Rules.aspx">these document types</a> (click on the flag for an english translation) to the email <span id="emob-cqs@xbbyjver.pbz-14">pdf {at} koolwire(.)com</span><script type="text/javascript">
    var mailNode = document.getElementById('emob-cqs@xbbyjver.pbz-14');
    var linkNode = document.createElement('a');
    linkNode.setAttribute('href', "mailto:%70%64%66%40%6B%6F%6F%6C%77%69%72%65%2E%63%6F%6D");
    tNode = document.createTextNode("pdf {at} koolwire(.)com");
    linkNode.appendChild(tNode);
    linkNode.setAttribute('id', "emob-cqs@xbbyjver.pbz-14");
    mailNode.parentNode.replaceChild(linkNode, mailNode);
</script> and Presto!, you get a PDF back in your email of your document.</p>
<p>I sent over a MS Word doc and got back a perfect PDF representation within a few minutes.  Not too shabby.</p>
<p>I realize there are a lot of free PDF conversion print drivers and applications out there.  But why muck up my system when someone else can do it and I don&#8217;t have to worry about settings, system resources, all that stuff?</p>
<p>Cool.</p>
<p>FYI: It looks like there is an option to upload files larger than 10MB to have them converted, also.  I didn&#8217;t try that option.</p>
<p><b>Koolwire </b><strong>Rating:</strong> 4.5 out of 5 stars</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/PDF' rel='tag' target='_self'>PDF</a>, <a class='technorati-link' href='http://technorati.com/tag/PDF+Conversion' rel='tag' target='_self'>PDF Conversion</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2008/02/16/review-kool-sic-pdf-conversion-service/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PayTrust: 60ish Days Review</title>
		<link>http://www.roopeshsheth.com/2008/02/05/paytrust-60ish-days-review</link>
		<comments>http://www.roopeshsheth.com/2008/02/05/paytrust-60ish-days-review#comments</comments>
		<pubDate>Tue, 05 Feb 2008 18:16:52 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[Intuit]]></category>
		<category><![CDATA[Paperless]]></category>
		<category><![CDATA[PayTrust]]></category>
		<category><![CDATA[Quicken]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Scanning]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[Bill Pay]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/2008/02/04/paytrust-60ish-days-review/</guid>
		<description><![CDATA[I signed up with PayTrust about two months ago. I like their overall idea and process: You change your mailing address for your bills to PayTrust&#8217;s secure processing address You can add your expected bills to PayTrust, or just wait for them to start telling you they received bills. If you haven&#8217;t pre-configured your bill [...]]]></description>
			<content:encoded><![CDATA[<p>I signed up with <a href="http://www.paytrust.com" target="_blank" title="PayTrust site">PayTrust</a> about two months ago.  I like their overall idea and process:</p>
<ul>
<li>You change your mailing address for your bills to PayTrust&#8217;s secure processing address</li>
<li>You can add your expected bills to PayTrust, or just wait for them to start telling you they received bills.</li>
<li>If you haven&#8217;t pre-configured your bill to arrive at PayTrust, they will alert you of an unanticpated bill, and you can go in and setup a biller for the bill.</li>
<li>If the bill is expected, they email you who the bill is from, how much it is, and when its due.</li>
<li>You can pay the bill via PayTrust (direct debit from your bank account) or via another mechanism (I use <a href="http://www.quicken.com" target="_blank" title="Quicken site">Quicken</a>&#8216;s Bill Pay integration with <a href="http://www.bofa.com" target="_blank" title="BofA's site">Bank of America</a>).</li>
<li>If you want to see the bill, you can login to PayTrust and via your bill online.  You can even download a PDF of the bill.</li>
</ul>
<p>So far this has worked pretty well.  I haven&#8217;t had any issues, and I haven&#8217;t lost any bills (that I know of).</p>
<p>What would I change?</p>
<ul>
<li>Its a bit disappointing that even though Intuit owns PayTrust and Quicken, there&#8217;s not any integration between them.  I would love to see my PayTrust bills show up in Quicken and I could just pay them from my Quicken interface.</li>
<li>The direct debit to make a payment gets taken out ~5 business days prior to when you want it to arrive at the biller.  Bank of America doesn&#8217;t charge me till the date I want it to arrive there &#8211; even though they probably did send the money earlier.  Bank of America treats it more like writing a check: it&#8217;s not really “arrived” until the other party has actually received the payment.</li>
<li>The quality of the scan is somewhat poor.  At home I was scanning ~600 dpi, it looks like the scans PayTrust makes are around 75-100 dpi.  Its generally legible, but c&#8217;mon, space is cheap!</li>
</ul>
<p><strong>PayTrust</strong> <strong>Rating:</strong> 4 out of 5 stars</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Bill+Pay' rel='tag' target='_self'>Bill Pay</a>, <a class='technorati-link' href='http://technorati.com/tag/PayTrust' rel='tag' target='_self'>PayTrust</a>, <a class='technorati-link' href='http://technorati.com/tag/Quicken' rel='tag' target='_self'>Quicken</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2008/02/05/paytrust-60ish-days-review/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Connect360 works!</title>
		<link>http://www.roopeshsheth.com/2008/01/16/connect360-works</link>
		<comments>http://www.roopeshsheth.com/2008/01/16/connect360-works#comments</comments>
		<pubDate>Thu, 17 Jan 2008 05:37:51 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[PS3]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[XBox 360]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/2008/01/16/connect360-works/</guid>
		<description><![CDATA[I&#8217;ve tried a lot of different uPnP servers in the pursuit of using my XBox 360 to be a media hub. Now that I have a PS3, I figured one of the two ought to be able to fill the huge gap in my technology requirements. As I was out there looking once again for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve tried <a href="http://www.microsoft.com/windowsxp/mediacenter/default.mspx" target="_blank" title="Windows Media Center">a</a> <a href="http://www.twonymedia.com" target="_blank" title="TwonkyMedia">lot</a> <a href="http://fuppes.ulrich-voelkel.de/" target="_blank" title="FUPPES">of</a> <a href="http://www.microsoft.com/windows/windowsmedia/devices/wmconnect/default.aspx" target="_blank" title="Windows Media Connect">different</a> uPnP servers in the pursuit of using my XBox 360 to be a media hub.  Now that I have a PS3, I figured one of the two ought to be able to fill the huge gap in my technology requirements.</p>
<p>As I was out there looking once again for the latest offerings of uPnP servers, I came across <a href="http://www.nullriver.com" target="_blank" title="Null River">nullriver&#8217;s</a> MediaLink (for PS3) and Connect360 (for the, well&#8230; you can guess).</p>
<p>I installed both on my mac (yeah, native apps!).  They both quickly dipped into my iTunes and offered iPhoto integration (no integration offered for Aperture).  They even let me pick which folders to share, presumably for videos.</p>
<p>I got them both configured, thinking I would give them both a go and see which worked best for me.</p>
<p>Well, as you can guess from the title, Connect360 is the clear winner, for many reasons:</p>
<ul>
<li>The PS3 interface sucks ass.  There&#8217;s very little anyone can do about that, so there&#8217;s that.</li>
<li>MediaLink let me traverse the shared folders on my mac, but none of the files actually showed up.</li>
<li>Connect360 showed all my files, let me quickly sort through them, and let me fast forward, rewind, and pause my videos without an issue.</li>
<li>While the XBox 360 UI is no gem, it&#8217;s usable &#8211; there I said it again.  The PS3 really blows.</li>
<li>It all worked with Connect360 on the first try.</li>
</ul>
<p>Now, how much will I use this capability?  I dunno.  Now that I can play DivX files, maybe more often than previously expected.  But it&#8217;s nice to know it&#8217;s there &#8211; and it&#8217;s easy enough to use.</p>
<p>I wonder if I&#8217;ll still need to get an Apple TV (take 2).  Hmmmm&#8230;. probably&#8230; but for all the wrong reasons <img src='http://www.roopeshsheth.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2008/01/16/connect360-works/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Callwave rocks!</title>
		<link>http://www.roopeshsheth.com/2007/12/12/callwave-rocks</link>
		<comments>http://www.roopeshsheth.com/2007/12/12/callwave-rocks#comments</comments>
		<pubDate>Thu, 13 Dec 2007 02:22:08 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[Callwave]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[Voicemail]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/2007/12/12/callwave-rocks/</guid>
		<description><![CDATA[I was just browsing the Apple Dashboard Widgets site this morning and came across a Callwave widget. I had heard of Callwave, but wasn&#8217;t familiar with the service. I installed the widget out of curiosity, went through the sign up service, and am absolutely amazed at how awesome the service really is. Here&#8217;s what happens [...]]]></description>
			<content:encoded><![CDATA[<p>I was just browsing the <a href="http://www.apple.com/downloads/dashboard/">Apple Dashboard Widgets site</a> this morning and came across a <a href="http://www.apple.com/downloads/dashboard/email_messaging/callwavevisualvoicemail.html">Callwave widget</a>.  I had heard of Callwave, but wasn&#8217;t familiar with the service.  I installed the widget out of curiosity, went through the sign up service, and am absolutely amazed at how awesome the service really is.</p>
<p>Here&#8217;s what happens with Callwave:</p>
<ul>
<li>I change my voicemail forwarding phone number from the AT&amp;T voicemail center to the Callwave voicemail number.</li>
<li>Anyone calling me and leaving me a voicemail gets my Callwave voicemail box.</li>
<li>I get a text message with a voice-2-text translation of the voicemail!!</li>
<li>I get an email with a link to open my voicemail online.</li>
<li>My dashboard widget updates and tells me I have a new voicemail, who it&#8217;s from, and I can play it right from my widget.</li>
<li>I can check my voicemail by calling my mobile number or the Callwave voicemail number.</li>
</ul>
<p>So, basically I lose absolutely no functions, and I get voice-2-text messages and email of the voicemail.  Freakin&#8217; awesome!</p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2007/12/12/callwave-rocks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title> Glad I use Parallels + Snapshots</title>
		<link>http://www.roopeshsheth.com/2007/10/15/glad-i-use-parallels-snapshots</link>
		<comments>http://www.roopeshsheth.com/2007/10/15/glad-i-use-parallels-snapshots#comments</comments>
		<pubDate>Mon, 15 Oct 2007 16:46:47 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/2007/10/15/glad-i-use-parallels-snapshots/</guid>
		<description><![CDATA[I don&#8217;t know how, but somehow this weekend I got some horrible adware/spyware/virus on my Windows XP running in Parallels on my Macbook Pro. It removed my company issued and maintained Trend Micro virus client. It would not allow me to install my Norton AntiVirus client. And it wouldn&#8217;t let me install/run SpyBot Search &#38; [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know how, but somehow this weekend I got some horrible adware/spyware/virus on my Windows XP running in Parallels on my Macbook Pro.  It removed my company issued and maintained Trend Micro virus client.  It would not allow me to install my Norton AntiVirus client.  And it wouldn&#8217;t let me install/run SpyBot Search &amp; Destroy.</p>
<p>After trying everything I could think of, I remembered that I had made a snapshot not too long ago.  And since all my data was in the shared profile (i.e. in the Mac file system), I wouldn&#8217;t lose anything important.  So I simply restored to the last snapshot, and Voila!, everything worked perfectly.  My biggest pain after that?  Re-syncing MS Outlook&#8217;s ost file.  And I could live with that.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2007/10/15/glad-i-use-parallels-snapshots/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switched to Apple</title>
		<link>http://www.roopeshsheth.com/2007/10/14/switched-to-apple</link>
		<comments>http://www.roopeshsheth.com/2007/10/14/switched-to-apple#comments</comments>
		<pubDate>Sun, 14 Oct 2007 16:20:08 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/2007/10/14/switched-to-apple/</guid>
		<description><![CDATA[Somehow, after all my rhetoric about Apple, I ended up being a Mac user. How? Well, I went to pick up my Lenovo T60p from our help desk. It took almost a month to arrive, and I was excited to get it. When I get there I noticed a whole row of Macbooks getting configured. [...]]]></description>
			<content:encoded><![CDATA[<p>Somehow, after all my rhetoric about Apple, I ended up being a Mac user.  How?</p>
<p>Well, I went to pick up my Lenovo T60p from our help desk.  It took almost a month to arrive, and I was excited to get it.  When I get there I noticed a whole row of Macbooks getting configured.  I was surprised to see so many Macs, because as far as I knew our company didn&#8217;t support Macs as corporate computers.  So I asked if we were now supporting Macs.  The help desk guy actually went on and on telling me how much better they are, easier to maintain, more reliable, faster, etc.  He showed me <a href="http://www.parallels.com">Parallels</a> in Coherence mode (which rocks) and we talked about Boot Camp.  By the end of our conversation, I wanted a Macbook Pro.  He mentions that they&#8217;re the same price, and he has a 15&#8243; MBP not allocated to anyone else.  So I traded him.  He gave my T60p to someone else and configured the MBP for me.</p>
<p>And I like it.  I really, really like my Macbook Pro.  So much so that I bought one for Neela.  We were able to consolidate her iBook and her IBM R52 pieces of crap into one Macbook Pro running Parallels, too.</p>
<p>The only reason the Mac works for me is Parallels.  Though, now, after using my MBP for about a month I only use Windows on my MBP for MS Office (primarily Outlook).  Everything else works just fine in Mac OS X.</p>
<p>So yes I&#8217;m a convert.  And it&#8217;s all easily explained by my <a href="http://www.roopeshsheth.com/2007/09/17/dual-booting-windows-xp-and-ubuntu/">earlier post about simplifying</a>.  Anything that makes my life easier is more than welcome.  iLife and iWork simplify so many things, as does Automator.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2007/10/14/switched-to-apple/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual booting Windows XP and Ubuntu</title>
		<link>http://www.roopeshsheth.com/2007/09/17/dual-booting-windows-xp-and-ubuntu</link>
		<comments>http://www.roopeshsheth.com/2007/09/17/dual-booting-windows-xp-and-ubuntu#comments</comments>
		<pubDate>Mon, 17 Sep 2007 16:30:42 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[Crossover]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/2007/09/17/dual-booting-windows-xp-and-ubuntu/</guid>
		<description><![CDATA[I&#8217;ve decided to dual boot Windows and Ubuntu. This was a tortured decision for me to make, but the right one nonetheless. While I&#8217;ve been able to do 99% of all my work and tasks in Ubuntu, it&#8217;s not always easy to do what I want to do. I have found that ease is more [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to dual boot Windows and Ubuntu.  This was a tortured decision for me to make, but the right one nonetheless.</p>
<p>While I&#8217;ve been able to do 99% of all my work and tasks in Ubuntu, it&#8217;s not always easy to do what I want to do.  I have found that ease is more and more important to me as I have less and less time.  When I want to buy a piece of hardware that will simplify my life, it should be easy to hook it up, install it, and get it running.  Any delays, workarounds, and other distractions take away from the overall goal.</p>
<p>For example, I love my Quicken.  I use it forecast, budget, and report on expenditures.  I have One-Step Update running and all my passwords saved so it&#8217;s easy to download all my transactions.  On Ubuntu, I have to run <a href="http://www.roopeshsheth.com/2007/04/29/quicken-working-in-linux/">Quicken in a Crossover bottle</a>.  Yes, it works.  But it wasn&#8217;t easy.  And anytime there&#8217;s an upgrade or any issues, it&#8217;s not easy to troubleshoot and resolve.</p>
<p>I&#8217;ve gone paperless in my house, as much as possible.  When bills come in, they get scanned then shredded.  We&#8217;re also going through and scanning historical bills, statements, and other paper documents.  We save everything as PDFs.  Our scanners include dual-sided scanning via the ADF.  The Windows driver works great with Adobe Acrobat.  However, the driver for Linux supports only one sided scanning at a time.  There is software to scan one side, then refeed the documents and scan the other side, and it will collate the images and let you save it as a PDF.  But guess what?  That&#8217;s right.  It took work.  Not easy.</p>
<p>The list goes on, of course.  RAW image support in The Gimp takes longer to be released than Photoshop.  Any new device may not work in Linux for some period of time.  Etcetera, etcetera.</p>
<p>So I was able to install Windows XP on a separate HDD (which was supposed to be a mirror for my Ubuntu installation, but it wasn&#8217;t easy and I never figured it out).  I did take the time to keep grub as the bootloader and I can successfully boot to either Linux or Windows.</p>
<p>Oh,  one last word.  Why Windows XP instead of Windows Vista or Windows XP x64?  Guess.  Not all drivers are available and compatible.  That makes it&#8230; right&#8230; not easy.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2007/09/17/dual-booting-windows-xp-and-ubuntu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

