<?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>DudesLife &#187; Roman</title>
	<atom:link href="http://dudeslife.com/blog/author/roman/feed/" rel="self" type="application/rss+xml" />
	<link>http://dudeslife.com/blog</link>
	<description>travel, tech, &#38; retro archaeology</description>
	<lastBuildDate>Wed, 09 May 2012 18:43:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fire &amp; Forget Applescript for Safari: Save Web Page to Evernote</title>
		<link>http://dudeslife.com/blog/2012/programming/fire-forget-applescript-for-safari-save-web-page-to-evernote/</link>
		<comments>http://dudeslife.com/blog/2012/programming/fire-forget-applescript-for-safari-save-web-page-to-evernote/#comments</comments>
		<pubDate>Sat, 05 May 2012 17:22:03 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applescript]]></category>
		<category><![CDATA[Fire & Forget Scripts]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://dudeslife.com/blog/?p=590</guid>
		<description><![CDATA[There are lots of applescripts for Safari and Evernote and they use most of the same code with perhaps just a little deviation. I have tried a few but they seemed to be just missing a bit here and there to make them more efficient. If you have tried my other scripts you know I [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://dudeslife.com/blog/wp-content/uploads/2012/05/evernote-logo1.jpg" alt="Evernote logo" title="evernote-logo1.jpg" border="0" width="150" height="150" style="float:left;" />There are lots of applescripts for Safari and Evernote and they use most of the same code with perhaps just a little deviation. I have tried a few but they seemed to be just missing a  bit here and there to make them more efficient. If you have tried my other <a href="http://dudeslife.com/blog/category/applescript/">scripts</a> you know I am a fan of helper programs (like evernote) activating, doing its thing, and then getting the hell out of the way. I love the &#8220;one click/fire &#038; forget&#8221; workflow. So with this script, I have implemented a &#8220;one click&#8221; activation of evernote, quickly moving it to the background while saving the web page thru instapaper&#8217;s mobilizer, then killing itself until it is once again needed. If you prefer to keep your evernote running all of the time, this script is not for you.</p>
<p></p>
<pre>
tell application "Safari"
 set SafariURL to URL of document 1
  tell application "Evernote"
   create note from url "http://www.instapaper.com/m?u=" &#038; SafariURL
	 synchronize
	 tell application "Safari"
		activate
	 end tell
	 delay 15
	 quit
   end tell
end tell
</pre>
]]></content:encoded>
			<wfw:commentRss>http://dudeslife.com/blog/2012/programming/fire-forget-applescript-for-safari-save-web-page-to-evernote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checked out the Louvre today.</title>
		<link>http://dudeslife.com/blog/2012/travel/checked-out-the-louvre-today/</link>
		<comments>http://dudeslife.com/blog/2012/travel/checked-out-the-louvre-today/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 00:25:31 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://dudeslife.com/blog/?p=583</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="ngg-galleryoverview" id="ngg-gallery-4-583">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-31" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dudeslife.com/blog/wp-content/gallery/paris/img_1066.jpg" title=" " class="shutterset_set_4" >
								<img title="img_1066" alt="img_1066" src="http://dudeslife.com/blog/wp-content/gallery/paris/thumbs/thumbs_img_1066.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-32" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dudeslife.com/blog/wp-content/gallery/paris/img_1117.jpg" title=" " class="shutterset_set_4" >
								<img title="img_1117" alt="img_1117" src="http://dudeslife.com/blog/wp-content/gallery/paris/thumbs/thumbs_img_1117.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-33" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dudeslife.com/blog/wp-content/gallery/paris/img_1118.jpg" title=" " class="shutterset_set_4" >
								<img title="img_1118" alt="img_1118" src="http://dudeslife.com/blog/wp-content/gallery/paris/thumbs/thumbs_img_1118.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-34" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dudeslife.com/blog/wp-content/gallery/paris/img_1087.jpg" title=" " class="shutterset_set_4" >
								<img title="img_1087" alt="img_1087" src="http://dudeslife.com/blog/wp-content/gallery/paris/thumbs/thumbs_img_1087.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-35" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dudeslife.com/blog/wp-content/gallery/paris/img_1089.jpg" title=" " class="shutterset_set_4" >
								<img title="img_1089" alt="img_1089" src="http://dudeslife.com/blog/wp-content/gallery/paris/thumbs/thumbs_img_1089.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-36" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dudeslife.com/blog/wp-content/gallery/paris/img_1090.jpg" title=" " class="shutterset_set_4" >
								<img title="img_1090" alt="img_1090" src="http://dudeslife.com/blog/wp-content/gallery/paris/thumbs/thumbs_img_1090.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-37" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dudeslife.com/blog/wp-content/gallery/paris/img_1097.jpg" title=" " class="shutterset_set_4" >
								<img title="img_1097" alt="img_1097" src="http://dudeslife.com/blog/wp-content/gallery/paris/thumbs/thumbs_img_1097.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://dudeslife.com/blog/2012/travel/checked-out-the-louvre-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animation, Games, and Sound for the Apple II/IIe (1984)</title>
		<link>http://dudeslife.com/blog/2011/programming/animation-games-and-sound-for-the-apple-iiiie-1984/</link>
		<comments>http://dudeslife.com/blog/2011/programming/animation-games-and-sound-for-the-apple-iiiie-1984/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 14:04:12 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[BASIC]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://dudeslife.com/blog/?p=579</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://dudeslife.com/blog/wp-content/uploads/2011/12/IMG_0995.jpg" alt="IMG 0995" title="IMG_0995.jpg" border="0" width="646" height="852" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dudeslife.com/blog/2011/programming/animation-games-and-sound-for-the-apple-iiiie-1984/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Business Program Portfolio For Your Apple IIe (1984)</title>
		<link>http://dudeslife.com/blog/2011/programming/business-program-portfolio-for-your-apple-iie-1984/</link>
		<comments>http://dudeslife.com/blog/2011/programming/business-program-portfolio-for-your-apple-iie-1984/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 14:02:29 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[BASIC]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://dudeslife.com/blog/?p=576</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://dudeslife.com/blog/wp-content/uploads/2011/12/IMG_0998.jpg" alt="IMG 0998" title="IMG_0998.JPG" border="0" width="646" height="838" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dudeslife.com/blog/2011/programming/business-program-portfolio-for-your-apple-iie-1984/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential Programs for Small Business Planning &#8211; II IIe IIc (1985)</title>
		<link>http://dudeslife.com/blog/2011/programming/essential-programs-for-small-business-planning-ii-iie-iic-1985/</link>
		<comments>http://dudeslife.com/blog/2011/programming/essential-programs-for-small-business-planning-ii-iie-iic-1985/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 20:58:35 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[BASIC]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://dudeslife.com/blog/?p=573</guid>
		<description><![CDATA[Another Apple II BASIC programming book aimed at business professionals.]]></description>
			<content:encoded><![CDATA[<p>Another Apple II BASIC programming book aimed at business professionals.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://dudeslife.com/blog/wp-content/uploads/2011/12/essentialprogramsforsmall.jpg" alt="Essentialprogramsforsmall" title="essentialprogramsforsmall.jpg" border="0" width="646" height="934" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dudeslife.com/blog/2011/programming/essential-programs-for-small-business-planning-ii-iie-iic-1985/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASIC Business Subroutines for the Apple II/IIe (1984)</title>
		<link>http://dudeslife.com/blog/2011/books/basic-business-subroutines-for-the-apple-iiiie-1984/</link>
		<comments>http://dudeslife.com/blog/2011/books/basic-business-subroutines-for-the-apple-iiiie-1984/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 12:24:26 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[BASIC]]></category>
		<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://dudeslife.com/blog/?p=570</guid>
		<description><![CDATA[From the days when one could run his business on an Apple II. A collection of programs and subroutines for all of your business needs.]]></description>
			<content:encoded><![CDATA[<p>From the days when one could run his business on an Apple II. A collection of programs and subroutines for all of your business needs.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://dudeslife.com/blog/wp-content/uploads/2011/12/basicbusiness.jpg" alt="Basicbusiness" title="basicbusiness.jpg" border="0" width="646" height="791" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dudeslife.com/blog/2011/books/basic-business-subroutines-for-the-apple-iiiie-1984/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I picked up a User Manual for my &#8220;new&#8221; Apple DuoDisk Drive.</title>
		<link>http://dudeslife.com/blog/2011/apple/i-picked-up-a-user-manual-for-my-new-apple-duodisk-drive/</link>
		<comments>http://dudeslife.com/blog/2011/apple/i-picked-up-a-user-manual-for-my-new-apple-duodisk-drive/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 22:01:29 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://dudeslife.com/blog/?p=565</guid>
		<description><![CDATA[Still in the shrinkwrap.]]></description>
			<content:encoded><![CDATA[<p>Still in the shrinkwrap.</p>
<p><a href="http://dudeslife.com/blog/wp-content/uploads/2011/11/duodisk.jpg"><img src="http://dudeslife.com/blog/wp-content/uploads/2011/11/duodisk.jpg" alt="" title="duodisk" width="646" height="772" class="aligncenter size-full wp-image-567" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dudeslife.com/blog/2011/apple/i-picked-up-a-user-manual-for-my-new-apple-duodisk-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Golden Age of Flight Sims &#8211; Red Baron, Aces of the Pacific, &amp; Aces Over Europe</title>
		<link>http://dudeslife.com/blog/2011/games/a-golden-age-of-flight-sims-red-baron-aces-of-the-pacific-aces-over-europe/</link>
		<comments>http://dudeslife.com/blog/2011/games/a-golden-age-of-flight-sims-red-baron-aces-of-the-pacific-aces-over-europe/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 01:02:12 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://dudeslife.com/blog/?p=563</guid>
		<description><![CDATA[Definitely a golden age of historical flight simulators when Dynamix released Red Baron, Aces of the Pacific, and Aces Over Europe. Each game comes with a nice spiral manual with historical goodness that rivals the Lucasfilm sims.]]></description>
			<content:encoded><![CDATA[<p>Definitely a golden age of historical flight simulators when Dynamix released Red Baron, Aces of the Pacific, and Aces Over Europe. Each game comes with a nice spiral manual with historical goodness that rivals the Lucasfilm sims.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://dudeslife.com/blog/wp-content/uploads/2011/11/goldenagesims.jpg" alt="Goldenagesims" title="goldenagesims.jpg" border="0" width="646" height="354" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dudeslife.com/blog/2011/games/a-golden-age-of-flight-sims-red-baron-aces-of-the-pacific-aces-over-europe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>inCider Magazine March 1983</title>
		<link>http://dudeslife.com/blog/2011/apple/incider-magazine-march-1983/</link>
		<comments>http://dudeslife.com/blog/2011/apple/incider-magazine-march-1983/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 23:42:20 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Magazine]]></category>

		<guid isPermaLink="false">http://dudeslife.com/blog/?p=560</guid>
		<description><![CDATA[I finally found an inCider magazine on eBay that was priced right for the content. In the March/1983 issue inCider reviews Apple&#8217;s newest computer, the IIe. This along with 200 pages of articles, BASIC program listings, and other retro goodness made it a steal for $10 (includes shipping).]]></description>
			<content:encoded><![CDATA[<p>I finally found an inCider magazine on eBay that was priced right for the content. In the March/1983 issue inCider reviews Apple&#8217;s newest computer, the IIe. This along with 200 pages of articles, BASIC program listings, and other retro goodness made it a steal for $10 (includes shipping).</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://dudeslife.com/blog/wp-content/uploads/2011/11/incider-1983-mar.jpg" alt="Incider 1983 mar" title="incider-1983-mar.jpg" border="0" width="646" height="877" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dudeslife.com/blog/2011/apple/incider-magazine-march-1983/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compute!&#8217;s Third Book of Apple (1986)</title>
		<link>http://dudeslife.com/blog/2011/programming/computes-third-book-of-apple-1986/</link>
		<comments>http://dudeslife.com/blog/2011/programming/computes-third-book-of-apple-1986/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 12:37:39 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[BASIC]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://dudeslife.com/blog/?p=557</guid>
		<description><![CDATA[Completing the Compute!&#8217;s trilogy with the rarest volume of the three.]]></description>
			<content:encoded><![CDATA[<p>Completing the Compute!&#8217;s trilogy with the rarest volume of the three.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://dudeslife.com/blog/wp-content/uploads/2011/11/computesthird.jpg" alt="Computesthird" title="computesthird.jpg" border="0" width="646" height="933" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dudeslife.com/blog/2011/programming/computes-third-book-of-apple-1986/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

