<?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; Tips</title>
	<atom:link href="http://www.roopeshsheth.com/category/tips/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>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>Tip: Display keyboard shortcuts in RTM</title>
		<link>http://www.roopeshsheth.com/2008/02/27/tip-display-keyboard-shortcuts-in-rtm</link>
		<comments>http://www.roopeshsheth.com/2008/02/27/tip-display-keyboard-shortcuts-in-rtm#comments</comments>
		<pubDate>Thu, 28 Feb 2008 02:31:09 +0000</pubDate>
		<dc:creator>Roopesh Sheth</dc:creator>
				<category><![CDATA[Remember the Milk]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://www.roopeshsheth.com/2008/02/27/tip-display-keyboard-shortcuts-in-rtm</guid>
		<description><![CDATA[File this under incredibly useful. This is a FF/Safari/Greasemonkey script to show the keyboard shortcuts on the Remember the Milk site. Link Technorati Tags: keyboard shortcuts, Remember the Milk, shortcuts]]></description>
			<content:encoded><![CDATA[<p>File this under incredibly useful.  This is a FF/Safari/Greasemonkey script to show the <a href="http://userstyles.org/styles/1623">keyboard shortcuts</a> on the <a href="http://www.roopeshsheth.com/category/remember-the-milk">Remember the Milk</a> <a href="http://www.rememberthemilk.com">site</a>.</p>
<p><a href="http://userstyles.org/styles/1623">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/keyboard+shortcuts' rel='tag' target='_self'>keyboard shortcuts</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/shortcuts' rel='tag' target='_self'>shortcuts</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.roopeshsheth.com/2008/02/27/tip-display-keyboard-shortcuts-in-rtm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

