<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Andrew Burgess</title>
    <link>http://andrewburgess.posterous.com</link>
    <description>Random Thoughts Worth Publishing</description>
    <generator>posterous.com</generator>
    <link xmlns="http://www.w3.org/2005/Atom" href="http://posterous.com/api/sup_update#b952a1312" type="application/json" rel="http://api.friendfeed.com/2008/03#sup" />
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AndrewBurgess" /><feedburner:info uri="andrewburgess" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://posterous.superfeedr.com/" /><item>
      <pubDate>Mon, 14 Feb 2011 15:18:27 -0800</pubDate>
      <title>Text File Naming Conventions</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/MGVfz6WPzy0/text-file-naming-conventions</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/text-file-naming-conventions</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Today, both &lt;a href="http://brooksreview.net/2011/02/simplynoted/"&gt;Ben Brooks&lt;/a&gt; and
&lt;a href="http://ianhin.es/linked-to/simplynoted-by-ben-brooks/"&gt;Ian Hines&lt;/a&gt; talked
about their methods of naming text files. For a while now, I&amp;rsquo;ve been doing
something similar, so I thought I&amp;rsquo;d share my setup.&lt;/p&gt;

&lt;p&gt;Just like Ben and Ian, I use the current date in my filenames. What&amp;rsquo;s
different about my use of it is this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I put the date first; this allows me to sort my notes chronologically.&lt;/li&gt;
&lt;li&gt;I include the time in this, down to the second.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;So, each of my notes starts with something like&lt;/p&gt;

&lt;div class="CodeRay"&gt;
  &lt;div class="code"&gt;&lt;pre&gt;2011-02-14-17-35-27&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;I know, it&amp;rsquo;s long; but I like that amount of specificity.&lt;/p&gt;

&lt;p&gt;The second part of my file name is a letter-number combination that
categorizes the contents of the note. For example, R2 is for ideas; W3 is
non-fiction writing, and N6 is for quotes. I got this idea from &lt;a href="http://dougist.com/"&gt;Douglas
Barone&lt;/a&gt;; he uses the letter for a broad category (like
R for Recording or C for Communications) and the number for a specific type
of note. If this intrigues you, check out his post on his &lt;a href="http://dougist.com/2009/08/file-system-infobase-manager/"&gt;File System
Infobase Manager&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Finally, I add a few keywords to the end of the title so I can easily see
what the note is about from a glance.&lt;/p&gt;

&lt;p&gt;Ben mentioned in his post about using Merlin Mann&amp;rsquo;s Qs technique for easily
finding certain notes. While I don&amp;rsquo;t do this exactly, I&amp;rsquo;ll sometimes add a
second suffix to the date for even more specificity. So, while I might have
an idea with this title:&lt;/p&gt;

&lt;div class="CodeRay"&gt;
  &lt;div class="code"&gt;&lt;pre&gt;2011-01-06-17-26-15-R2 mac app store trials&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;A blog post idea will look like this:&lt;/p&gt;

&lt;div class="CodeRay"&gt;
  &lt;div class="code"&gt;&lt;pre&gt;2011-01-26-12-43-13-R2-BLOG changes&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Of course, I use TextExpander on both the Mac and iOS to make file naming a
cinch. Awesomely, TextExpander can embed snippets within snippets, which
makes it easy to write a base date snippet, and then have other snippets
call that one.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/text-file-naming-conventions"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/text-file-naming-conventions#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/MGVfz6WPzy0" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://andrewburgess.posterous.com/text-file-naming-conventions</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 06 Dec 2010 12:14:20 -0800</pubDate>
      <title>Why I Prefer Posterous</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/hjRg7NfTnTk/why-i-prefer-posterous</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/why-i-prefer-posterous</guid>
      <description>&lt;p&gt;
	&lt;p&gt;As I write this, Tumblr has been down for something like 20 hours. I
don&amp;rsquo;t use Tumblr, so I&amp;rsquo;m not as concerned as
&lt;a href="http://d.pr/KQSg"&gt;others&lt;/a&gt;. However, I understand the frustration of
not having your blog available, so I&amp;rsquo;d like to mention an alternative.&lt;/p&gt;

&lt;p&gt;These are the two responses I&amp;rsquo;ve seen to the outage:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What&amp;rsquo;s Tumblr&amp;rsquo;s definition of &amp;ldquo;shortly&amp;rdquo;?&lt;/li&gt;
&lt;li&gt;Are they going to tell us how they&amp;rsquo;re fixing the issue?&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Obviously, I can&amp;rsquo;t answer these questions, other than to say that it&amp;rsquo;s
not the definition of &amp;ldquo;shortly&amp;rdquo; that their users hold. My point here
is to suggest that if you&amp;rsquo;re fed up with Tumblr outages, you might
like to give Posterous a try.&lt;/p&gt;

&lt;p&gt;No, this isn&amp;rsquo;t an ad, just a suggestion from a happy user. While I
know I don&amp;rsquo;t post here often, I&amp;rsquo;ve been very pleased with the service
Posterous provides. Even better, I feel pretty confident that it will
continue to be a first-rate service.&lt;/p&gt;

&lt;p&gt;Here&amp;rsquo;s why:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;When Posterous had &lt;a href="http://blog.posterous.com/?sort=&amp;amp;search=DOS"&gt;a DOS
attack&lt;/a&gt; in August, they
were very up-front about it on their blog, and explained what had
happened and how they were solving the problem to prevent it from
happening again.&lt;/li&gt;
&lt;li&gt;If you follow &lt;a href="http://sachin.posterous.com/"&gt;Sachin Agarwal&amp;rsquo;s (Cofounder of Posterous)
blog&lt;/a&gt;, you&amp;rsquo;ll quickly learn about his
high regard for customer service that goes beyond the call of duty.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;If you&amp;rsquo;re thinking about switching to Posterous from Tumblr, it really
couldn&amp;rsquo;t be easier. Posterous can use Tumblr themes, and they&amp;rsquo;ve got
an &lt;a href="http://posterous.com/switch/tumblr/"&gt;importer&lt;/a&gt; to bring all your
old posts.&lt;/p&gt;

&lt;p&gt;As a final note, I&amp;rsquo;ll say that I think it&amp;rsquo;s really unfair to suggest
that the recent Tumblr outages &lt;a href="http://en.wikipedia.org/wiki/Post_hoc_ergo_propter_hoc"&gt;are due
to&lt;/a&gt; Marco&amp;rsquo;s
not being there. I haven&amp;rsquo;t heard any proof of that, and &lt;a href="http://www.marco.org/1161306109"&gt;he is still
consulting them&lt;/a&gt; (&lt;a href="http://webcache.googleusercontent.com/search?sourceid=chrome&amp;amp;ie=UTF-8&amp;amp;q=cache:www.marco.org/1161306109"&gt;cached
version&lt;/a&gt;)&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/why-i-prefer-posterous"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/why-i-prefer-posterous#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/hjRg7NfTnTk" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://andrewburgess.posterous.com/why-i-prefer-posterous</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 04 Dec 2010 10:25:00 -0800</pubDate>
      <title>Reeder and the Keyboard – Shawn Blanc</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/48RlAollQG0/reeder-and-the-keyboard-shawn-blanc</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/reeder-and-the-keyboard-shawn-blanc</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote class="posterous_long_quote"&gt;Zach Holmquist has posted a keyboard shortcut &lt;a href="http://www.scribd.com/doc/44478674/Reeder-Cheatsheet-V1D1"&gt;cheat sheet&lt;/a&gt; for Reeder, where you’ll find that the primary keys for navigation are Space, J, K, Shift+P, and Shift+N. While these are not necessarily bad keys to use as the primary navigation, they’re not exactly easy to use with one hand. Moreover, they don’t do much to tie together the overall information hierarchy of your RSS subscriptions — there is a pair of keys for moving between items (J and K) and there is a pair of keys for moving between subscriptions (Shift+P and Shift+N).&lt;/blockquote&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://shawnblanc.net/2010/12/reeder-keyboard-shortcuts/"&gt;shawnblanc.net&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;Besides the really nice UI, the keyboard shortcuts are the one feature that's kept me using Reeder longer than any other desktop RSS app, because they are (for the most part) the same as Google Reader's . . . which are taken (at least in concept) from Vim.&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/reeder-and-the-keyboard-shawn-blanc"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/reeder-and-the-keyboard-shawn-blanc#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/48RlAollQG0" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://andrewburgess.posterous.com/reeder-and-the-keyboard-shawn-blanc</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 25 Nov 2010 18:54:55 -0800</pubDate>
      <title>Want to export your Tumblr Followings to Google Reader?</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/8Cg3mm1k1p4/want-to-export-your-tumblr-followings-to-goog</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/want-to-export-your-tumblr-followings-to-goog</guid>
      <description>&lt;p&gt;
	&lt;div&gt;In an effort to unify some of my inboxes, I decided to move all the blogs I’m following on Tumblr into Google Reader. Not wanting to spend the time to open all 45 blogs and click my “Subscribe in Google Reader” bookmarklet, I decided to automate the process.&lt;/div&gt; &lt;p /&gt;&lt;div&gt;Turns out, Tumblr’s API doesn’t let you get at the blogs you’re following.&lt;/div&gt;&lt;p /&gt;&lt;div&gt;My next though was YQL … but the only way that would work was if I could authenticate with Tumblr so I could see my list of blogs (to parse the HTML), and it wasn’t immediately obvious how to do that.&lt;/div&gt; &lt;p /&gt;&lt;div&gt;So I went to JavaScript.&lt;/div&gt;&lt;p /&gt;&lt;div&gt;I knew from the beginning that if I could get the blogs out of Tumblr and into an OPML file, it would be a snap to import them into Google Reader. So, I opened the page in Firefox, popped open Firebug, and went to work.&lt;/div&gt; &lt;p /&gt;&lt;div&gt;Here’s what I came up with:&lt;/div&gt;&lt;p /&gt;&lt;div&gt;&lt;div class="data type-javascript"&gt;
    
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;span rel="#L10" id="L10"&gt;10&lt;/span&gt;
&lt;span rel="#L11" id="L11"&gt;11&lt;/span&gt;
&lt;span rel="#L12" id="L12"&gt;12&lt;/span&gt;
&lt;span rel="#L13" id="L13"&gt;13&lt;/span&gt;
&lt;span rel="#L14" id="L14"&gt;14&lt;/span&gt;
&lt;span rel="#L15" id="L15"&gt;15&lt;/span&gt;
&lt;span rel="#L16" id="L16"&gt;16&lt;/span&gt;
&lt;span rel="#L17" id="L17"&gt;17&lt;/span&gt;
&lt;span rel="#L18" id="L18"&gt;18&lt;/span&gt;
&lt;span rel="#L19" id="L19"&gt;19&lt;/span&gt;
&lt;span rel="#L20" id="L20"&gt;20&lt;/span&gt;
&lt;span rel="#L21" id="L21"&gt;21&lt;/span&gt;
&lt;span rel="#L22" id="L22"&gt;22&lt;/span&gt;
&lt;span rel="#L23" id="L23"&gt;23&lt;/span&gt;
&lt;span rel="#L24" id="L24"&gt;24&lt;/span&gt;
&lt;span rel="#L25" id="L25"&gt;25&lt;/span&gt;
&lt;span rel="#L26" id="L26"&gt;26&lt;/span&gt;
&lt;span rel="#L27" id="L27"&gt;27&lt;/span&gt;
&lt;span rel="#L28" id="L28"&gt;28&lt;/span&gt;
&lt;span rel="#L29" id="L29"&gt;29&lt;/span&gt;
&lt;span rel="#L30" id="L30"&gt;30&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
            
              
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;&lt;span class="nx"&gt;clear&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC2"&gt;&lt;span class="kd"&gt;var&lt;/span&gt; &lt;span class="nx"&gt;feeds&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nb"&gt;Array&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;prototype&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;slice&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;call&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb"&gt;document&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;querySelectorAll&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;div.name a&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)),&lt;/span&gt; &lt;/div&gt;&lt;div class="line" id="LC3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;i&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;p&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;f&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;doc&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC4"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC5"&gt;&lt;span class="k"&gt;while&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;feeds&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;i&lt;/span&gt;&lt;span class="p"&gt;])&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC6"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;f&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;feeds&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;i&lt;/span&gt;&lt;span class="p"&gt;];&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC7"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;feeds&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;i&lt;/span&gt;&lt;span class="o"&gt;++&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC8"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;htmlUrl&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;f&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;href&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;/div&gt;&lt;div class="line" id="LC9"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;xmlUrl&lt;/span&gt;  &lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;f&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;href&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;rss&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;/div&gt;&lt;div class="line" id="LC10"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;title&lt;/span&gt;   &lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;f&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;innerHTML&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC11"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;text&lt;/span&gt;    &lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;f&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;innerHTML&lt;/span&gt; &lt;/div&gt;&lt;div class="line" id="LC12"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="p"&gt;};&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC13"&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC14"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC15"&gt;&lt;span class="nx"&gt;doc&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;&amp;lt;opml version=&amp;quot;1.0&amp;quot;&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC16"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;prompt&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;What should the folder be called?&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC17"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;(Tumblr)&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;doc&amp;gt;&amp;lt;outline title=&amp;quot;tumblr feeds&amp;quot;&amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC18"&gt;&lt;span class="nx"&gt;i&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC19"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC20"&gt;&lt;span class="k"&gt;while&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;feeds&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;i&lt;/span&gt;&lt;span class="p"&gt;])&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC21"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;f&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;feeds&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;i&lt;/span&gt;&lt;span class="o"&gt;++&lt;/span&gt;&lt;span class="p"&gt;];&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC22"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;doc&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="s2"&gt;&amp;quot;&amp;lt;outline &amp;quot;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC23"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;p&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;f&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC24"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;f&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;hasOwnProperty&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;p&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="nx"&gt;doc&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="nx"&gt;p&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;=&amp;quot;&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="nx"&gt;f&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;p&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;quot; &amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC25"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC26"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;doc&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="s2"&gt;&amp;quot; /&amp;gt;&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC27"&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC28"&gt;&lt;span class="nx"&gt;doc&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;/outline&amp;gt;&amp;lt;/doc&amp;gt;&amp;lt;/opml&amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC29"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC30"&gt;&lt;span class="nx"&gt;console&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;log&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;doc&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
              
            
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
    
  &lt;/div&gt;&lt;/div&gt;&lt;p /&gt;&lt;div&gt;On the &lt;a href="http://www.tumblr.com/following/"&gt;Tumblr Following page&lt;/a&gt;, copy that into the Firebug console, hit run. You’ll get the text of a working OPML file that you can copy and paste into a file and import into Google Reader.&lt;/div&gt; &lt;p /&gt;&lt;div&gt;I know this isn’t a one-click solution, but it’s quicker that doing it “by hand.” The main problem is that if you’ve got more than one page of followings, you’ll get a separate file for each page, that you can concatenate (obviously removing the footer from the first file and the header from the second, etc.).&lt;/div&gt; &lt;p /&gt;&lt;div&gt;So, if you’re ever moving feeds from Tumblr to Google Reader (or any other RSS reader that takes OPML), this might help you out.&lt;/div&gt; 
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/want-to-export-your-tumblr-followings-to-goog"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/want-to-export-your-tumblr-followings-to-goog#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/8Cg3mm1k1p4" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://andrewburgess.posterous.com/want-to-export-your-tumblr-followings-to-goog</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 02 Jul 2010 05:37:42 -0700</pubDate>
      <title>The latest update to @droxbox for iPhone let's you open files in other app! Seems to be an icon issue, though. </title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/ceB7n6IGk0M/the-latest-update-to-droxbox-for-iphone-lets</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/the-latest-update-to-droxbox-for-iphone-lets</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Image" height="480" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/uHvhvdArkbjugIxfydghAlphencbotbvwkpJzwEwgeJrdADofFDIkaasGfbA/image.jpg.scaled500.jpg" width="320" /&gt;
&lt;/div&gt;
&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/the-latest-update-to-droxbox-for-iphone-lets"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/the-latest-update-to-droxbox-for-iphone-lets#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/ceB7n6IGk0M" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="480" width="320" url="http://getfile9.posterous.com/getfile/files.posterous.com/andrewburgess/uHvhvdArkbjugIxfydghAlphencbotbvwkpJzwEwgeJrdADofFDIkaasGfbA/image.jpg">
        <media:thumbnail height="480" width="320" url="http://getfile0.posterous.com/getfile/files.posterous.com/andrewburgess/uHvhvdArkbjugIxfydghAlphencbotbvwkpJzwEwgeJrdADofFDIkaasGfbA/image.jpg.scaled500.jpg" />
      </media:content>
    <feedburner:origLink>http://andrewburgess.posterous.com/the-latest-update-to-droxbox-for-iphone-lets</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 23 Jun 2010 06:38:00 -0700</pubDate>
      <title>How to move PDFs from Dropbox to iBooks . . . on the iPhone!</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/RW3c16fDMe0/how-to-move-pdfs-from-dropbox-to-ibooks-on-th</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/how-to-move-pdfs-from-dropbox-to-ibooks-on-th</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Today I saw a quick how-to on moving PDFs to your iPad via Dropbox:&lt;/p&gt;
&lt;div&gt;&lt;a href="http://www.simplehelp.net/2010/06/23/how-to-add-pdfs-to-ibooks-using-dropbox/"&gt;http://www.simplehelp.net/2010/06/23/how-to-add-pdfs-to-ibooks-using-dropbox/&lt;/a&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Unfortunately, this doesn't work on the iPhone, but here's how you can do it! Open a PDF in Dropbox and then tap the link button in the bottom left corner. Email the link to the PDF to yourself, open it in Safari and choose to import to iBooks. Voila! &lt;/div&gt;
&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Img_0225" height="480" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/cNcGjaZB1gzchhDqFvrN7dytEKg6fnFh2KFKP5IZpmiFntUgt0WSD6sypP05/IMG_0225.png" width="320" /&gt;
&lt;img alt="Img_0226" height="480" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/xrzb0pPOt6TfWlFAQ2Z8b6OV8JYLfZfvT5OjzL9wCeJicJa6aRGB7KHMMkEM/IMG_0226.png" width="320" /&gt;
&lt;img alt="Img_0227" height="480" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/IREvnH8FoO5CD9Ol7VQg5fxfbm1tZxLCahDMk7BorKU1CuKKZVBUqSy6SoRD/IMG_0227.png" width="320" /&gt;
&lt;img alt="Img_0228" height="480" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/TQsErGUMey0mLPxRs8CJBB6XWVs0xQeEkXOiobTUpsmFU47vh9Yz7X3XcWl8/IMG_0228.png" width="320" /&gt;
&lt;img alt="Img_0231" height="480" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/1BsAjAgZ2yjsACYfM0Y1Qhh5JTQKz6OZ9ezzPUZPUJWb8IQPXwJ6KpKAhnMX/IMG_0231.png" width="320" /&gt;
&lt;img alt="Img_0232" height="480" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/GZkkjHioLMnJ9xiIixU5Qk49pAhA16NeTwm6EAsIafjPLcqpOyv7f8T98UVh/IMG_0232.png" width="320" /&gt;
&lt;div class='p_see_full_gallery'&gt;&lt;a href="http://andrewburgess.posterous.com/how-to-move-pdfs-from-dropbox-to-ibooks-on-th"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/how-to-move-pdfs-from-dropbox-to-ibooks-on-th"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/how-to-move-pdfs-from-dropbox-to-ibooks-on-th#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/RW3c16fDMe0" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="480" width="320" url="http://getfile1.posterous.com/getfile/files.posterous.com/andrewburgess/cNcGjaZB1gzchhDqFvrN7dytEKg6fnFh2KFKP5IZpmiFntUgt0WSD6sypP05/IMG_0225.png">
        <media:thumbnail height="480" width="320" url="http://getfile1.posterous.com/getfile/files.posterous.com/andrewburgess/cNcGjaZB1gzchhDqFvrN7dytEKg6fnFh2KFKP5IZpmiFntUgt0WSD6sypP05/IMG_0225.png" />
      </media:content>
      <media:content type="image/png" height="480" width="320" url="http://getfile4.posterous.com/getfile/files.posterous.com/andrewburgess/xrzb0pPOt6TfWlFAQ2Z8b6OV8JYLfZfvT5OjzL9wCeJicJa6aRGB7KHMMkEM/IMG_0226.png">
        <media:thumbnail height="480" width="320" url="http://getfile4.posterous.com/getfile/files.posterous.com/andrewburgess/xrzb0pPOt6TfWlFAQ2Z8b6OV8JYLfZfvT5OjzL9wCeJicJa6aRGB7KHMMkEM/IMG_0226.png" />
      </media:content>
      <media:content type="image/png" height="480" width="320" url="http://getfile7.posterous.com/getfile/files.posterous.com/andrewburgess/IREvnH8FoO5CD9Ol7VQg5fxfbm1tZxLCahDMk7BorKU1CuKKZVBUqSy6SoRD/IMG_0227.png">
        <media:thumbnail height="480" width="320" url="http://getfile7.posterous.com/getfile/files.posterous.com/andrewburgess/IREvnH8FoO5CD9Ol7VQg5fxfbm1tZxLCahDMk7BorKU1CuKKZVBUqSy6SoRD/IMG_0227.png" />
      </media:content>
      <media:content type="image/png" height="480" width="320" url="http://getfile0.posterous.com/getfile/files.posterous.com/andrewburgess/TQsErGUMey0mLPxRs8CJBB6XWVs0xQeEkXOiobTUpsmFU47vh9Yz7X3XcWl8/IMG_0228.png">
        <media:thumbnail height="480" width="320" url="http://getfile0.posterous.com/getfile/files.posterous.com/andrewburgess/TQsErGUMey0mLPxRs8CJBB6XWVs0xQeEkXOiobTUpsmFU47vh9Yz7X3XcWl8/IMG_0228.png" />
      </media:content>
      <media:content type="image/png" height="480" width="320" url="http://getfile0.posterous.com/getfile/files.posterous.com/andrewburgess/1BsAjAgZ2yjsACYfM0Y1Qhh5JTQKz6OZ9ezzPUZPUJWb8IQPXwJ6KpKAhnMX/IMG_0231.png">
        <media:thumbnail height="480" width="320" url="http://getfile0.posterous.com/getfile/files.posterous.com/andrewburgess/1BsAjAgZ2yjsACYfM0Y1Qhh5JTQKz6OZ9ezzPUZPUJWb8IQPXwJ6KpKAhnMX/IMG_0231.png" />
      </media:content>
      <media:content type="image/png" height="480" width="320" url="http://getfile3.posterous.com/getfile/files.posterous.com/andrewburgess/GZkkjHioLMnJ9xiIixU5Qk49pAhA16NeTwm6EAsIafjPLcqpOyv7f8T98UVh/IMG_0232.png">
        <media:thumbnail height="480" width="320" url="http://getfile3.posterous.com/getfile/files.posterous.com/andrewburgess/GZkkjHioLMnJ9xiIixU5Qk49pAhA16NeTwm6EAsIafjPLcqpOyv7f8T98UVh/IMG_0232.png" />
      </media:content>
    <feedburner:origLink>http://andrewburgess.posterous.com/how-to-move-pdfs-from-dropbox-to-ibooks-on-th</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 18 Jun 2010 04:47:00 -0700</pubDate>
      <title>Happy 20th Birthday Andrew!</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/f6W8_EXb3GU/20546032</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/20546032</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="1andrew" height="600" src="http://posterous.com/getfile/files.posterous.com/temp-2010-06-18/oDzFyytCbgDgAiyhowmIGoeihbqbGxhfDcpanGxDhEniJhgEhbasFFeGHHhz/1Andrew.jpg.scaled500.jpg" width="400" /&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Happy 20th Birthday Andrew!&lt;/p&gt;
&lt;p&gt;My older brother Andrew is 20! HAPPY BIRTHDAY! Wow! He is an incredible brother.  Thank you so much for the godly example your are to our family Andrew! On his 20th birthday I would like to take a moment to share  some random facts about him.&lt;/p&gt;
&lt;p&gt;Please enjoy!  &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;He was born one year and one day after our parents wedding day.&lt;/li&gt;
&lt;li&gt;He is the oldest of ten children ranging from 20yrs. old - 2yrs. old.&lt;/li&gt;
&lt;li&gt;He is half British and half Italian.&lt;/li&gt;
&lt;li&gt;He loves the Lord and desire to seek Him in all his endeavors.&lt;/li&gt;
&lt;li&gt;He was homeschooled from grade 3 through grade 12.&lt;/li&gt;
&lt;li&gt;He was the chief laundry man for 5 years.&lt;/li&gt;
&lt;li&gt;He is currently enrolled with Athabasca University for Computer Science.&lt;/li&gt;
&lt;li&gt;He writes tutorials for a computer site called Nettuts.&lt;/li&gt;
&lt;li&gt;He was a loyal PC user... now he is a MAC user.&lt;/li&gt;
&lt;li&gt;He is a computer geek. &lt;/li&gt;
&lt;li&gt;He always wears Crocs in the house.&lt;/li&gt;
&lt;li&gt;He LOVES children.&lt;/li&gt;
&lt;li&gt;He is a good pianist and singer.&lt;/li&gt;
&lt;li&gt;His favourite food is Italian.&lt;/li&gt;
&lt;li&gt;He does NOT like cold weather.&lt;/li&gt;
&lt;li&gt;He is 6' tall. &lt;/li&gt;
&lt;li&gt;He is kind and loving and such a sweet helpful brother.&lt;/li&gt;
&lt;li&gt;Andrew:Alert, Noble, Determined, Responsible, Enthusiastic, Wise&lt;/li&gt;
&lt;li&gt;He likes to write -- dictated his first story to Dad at 3 years old.&lt;/li&gt;
&lt;li&gt;He is most comfortable in blue jeans and a white t-shirt&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Lots of Love,&lt;/p&gt;
&lt;p&gt;Guess Who?&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/20546032"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/20546032#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/f6W8_EXb3GU" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="600" width="400" url="http://getfile1.posterous.com/getfile/files.posterous.com/temp-2010-06-18/oDzFyytCbgDgAiyhowmIGoeihbqbGxhfDcpanGxDhEniJhgEhbasFFeGHHhz/1Andrew.jpg">
        <media:thumbnail height="600" width="400" url="http://getfile8.posterous.com/getfile/files.posterous.com/temp-2010-06-18/oDzFyytCbgDgAiyhowmIGoeihbqbGxhfDcpanGxDhEniJhgEhbasFFeGHHhz/1Andrew.jpg.scaled500.jpg" />
      </media:content>
    <feedburner:origLink>http://andrewburgess.posterous.com/20546032</feedburner:origLink></item>
    <item>
      <pubDate>Sun, 07 Feb 2010 18:26:26 -0800</pubDate>
      <title>The Ideal Reasoner</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/nBC5nSEMd-c/the-ideal-reasoner</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/the-ideal-reasoner</guid>
      <description>&lt;p&gt;
	“The ideal reasoner,” he remarked, “would, when he had once been shown a single fact in all its bearings, deduce from it not only all the chain of events which led up to it but also all the results which would follow from it. As Cuvier could correctly describe a whole animal by the contemplation of a single bone, so the observer who has thoroughly understood one link in a series of incidents should be able to accurately state all the other ones, both before and after. We have not yet grasped the results which the reason alone can attain to. Problems may be solved in the study which have baffled all those who have sought a solution by the aid of their senses. To carry the art, however, to its highest pitch, it is necessary that the reasoner should be able to utilise all the facts which have come to his knowledge; and this in itself implies, as you will readily see, a possession of all knowledge, which, even in these days of free education and encyclopaedias, is a somewhat rare accomplishment. It is not so impossible, however, that a man should possess all knowledge which is likely to be useful to him in his work, and this I have endeavoured in my case to do. &lt;p /&gt; - Sherlock Holmes, in "The Five Orange Pips"
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/the-ideal-reasoner"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/the-ideal-reasoner#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/nBC5nSEMd-c" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://andrewburgess.posterous.com/the-ideal-reasoner</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 22 Dec 2009 10:22:06 -0800</pubDate>
      <title>iPod Touch Tip</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/hNz7gDU_j9E/ipod-touch-tip</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/ipod-touch-tip</guid>
      <description>&lt;p&gt;
	&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Photo" height="480" src="http://getfile5.posterous.com/getfile/files.posterous.com/andrewburgess/dDzG8AqHhSE0pHuW5aQfT1WE1LdOWIv13H45p0O3urwQKuhWR2e06ZuTBHas/photo.jpg" width="320" /&gt;
&lt;/div&gt;
&lt;p&gt;Sent from my iPod&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/ipod-touch-tip"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/ipod-touch-tip#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/hNz7gDU_j9E" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="480" width="320" url="http://getfile5.posterous.com/getfile/files.posterous.com/andrewburgess/dDzG8AqHhSE0pHuW5aQfT1WE1LdOWIv13H45p0O3urwQKuhWR2e06ZuTBHas/photo.jpg">
        <media:thumbnail height="480" width="320" url="http://getfile5.posterous.com/getfile/files.posterous.com/andrewburgess/dDzG8AqHhSE0pHuW5aQfT1WE1LdOWIv13H45p0O3urwQKuhWR2e06ZuTBHas/photo.jpg" />
      </media:content>
    <feedburner:origLink>http://andrewburgess.posterous.com/ipod-touch-tip</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 18 Dec 2009 18:50:36 -0800</pubDate>
      <title>One week with my iPod Touch</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/12lsXD3bnFU/one-week-with-my-ipod-touch</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/one-week-with-my-ipod-touch</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Img_0001" height="480" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/qACAvdjeihhGchmcyIkxcCBikxuhmbHCtjHkfygassCBpihrtGakmogBCaeF/IMG_0001.jpg.scaled500.jpg" width="320" /&gt;
&lt;img alt="Img_0002" height="480" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/HppsbwtsrhtiimcitDxiEHDjIfigbwofgzlqtDtyGkqgcjnphqHrJtwnGxEs/IMG_0002.jpg.scaled500.jpg" width="320" /&gt;
&lt;img alt="Img_0003" height="480" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/kdnDfFqrHrHkagxAeoxCpqsmixEkEeJpkyDbHmyojbdzsCjmvsHBDHzqabwy/IMG_0003.jpg.scaled500.jpg" width="320" /&gt;
&lt;div class='p_see_full_gallery'&gt;&lt;a href="http://andrewburgess.posterous.com/one-week-with-my-ipod-touch"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;It was a week ago today that I got my iPod touch.&lt;p&gt;I know, I wasn't very happy when the this generation iPod Touch came out without a built-in camera. But I finally decided I wanted/needed a mobile device; when you want something wifi-enabled, with good apps and lots of them, you don't have many options in today's market!&lt;/p&gt;&lt;p&gt;(And just between you and me, I'm starting to see a Mac in the future.) &lt;/p&gt;&lt;p&gt;My iPod Touch has lived up to all my expectations so far; I've found a lot og great apps; so far, I haven't had to buy any, but I'm definitely going to buy Instapaper soon, and I'm considering Byline. Have any good apps you recommend? Let me know in the comments!&lt;/p&gt;&lt;p&gt;I've purchased a case for it, too: the RebelTouch from SwitchEasy. But I haven't received yet. &lt;/p&gt;&lt;p&gt;(Appropriately, this was posted from the Posterous app.)&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/one-week-with-my-ipod-touch"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/one-week-with-my-ipod-touch#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/12lsXD3bnFU" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="480" width="320" url="http://getfile3.posterous.com/getfile/files.posterous.com/andrewburgess/kdnDfFqrHrHkagxAeoxCpqsmixEkEeJpkyDbHmyojbdzsCjmvsHBDHzqabwy/IMG_0003.jpg">
        <media:thumbnail height="480" width="320" url="http://getfile6.posterous.com/getfile/files.posterous.com/andrewburgess/kdnDfFqrHrHkagxAeoxCpqsmixEkEeJpkyDbHmyojbdzsCjmvsHBDHzqabwy/IMG_0003.jpg.scaled500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="480" width="320" url="http://getfile7.posterous.com/getfile/files.posterous.com/andrewburgess/HppsbwtsrhtiimcitDxiEHDjIfigbwofgzlqtDtyGkqgcjnphqHrJtwnGxEs/IMG_0002.jpg">
        <media:thumbnail height="480" width="320" url="http://getfile0.posterous.com/getfile/files.posterous.com/andrewburgess/HppsbwtsrhtiimcitDxiEHDjIfigbwofgzlqtDtyGkqgcjnphqHrJtwnGxEs/IMG_0002.jpg.scaled500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="480" width="320" url="http://getfile6.posterous.com/getfile/files.posterous.com/andrewburgess/qACAvdjeihhGchmcyIkxcCBikxuhmbHCtjHkfygassCBpihrtGakmogBCaeF/IMG_0001.jpg">
        <media:thumbnail height="480" width="320" url="http://getfile0.posterous.com/getfile/files.posterous.com/andrewburgess/qACAvdjeihhGchmcyIkxcCBikxuhmbHCtjHkfygassCBpihrtGakmogBCaeF/IMG_0001.jpg.scaled500.jpg" />
      </media:content>
    <feedburner:origLink>http://andrewburgess.posterous.com/one-week-with-my-ipod-touch</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 28 Nov 2009 07:10:42 -0800</pubDate>
      <title>Nine-Year Old Whiz-Kid Writes iPhone Application</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/A3rDPaGNaW4/nine-year-old-whiz-kid-writes-iphone-applicat-0</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/nine-year-old-whiz-kid-writes-iphone-applicat-0</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote class="posterous_long_quote"&gt;&lt;p&gt;While most children his age sketch on paper with crayons, nine-year old Lim Ding Wen from Singapore, has a very different canvas -- his iPhone.
&lt;/p&gt;
&lt;p&gt;
Lim, who is in fourth grade, writes applications for Apple's popular iPhone. His latest, a painting program called Doodle Kids, has been downloaded over 4,000 times from Apple's iTunes store in two weeks, the New Paper reported on Thursday.&lt;p /&gt;

The program lets iPhone users draw with their fingers by touching the iPhone's touchscreen and then clear the screen by shaking the phone.&lt;p /&gt;

"I wrote the program for my younger sisters, who like to draw," Lim said. His sisters are aged 3 and 5. Lim, who is fluent in six programing languages, started using the computer at the age of 2. He has since completed about 20 programing projects.&lt;/p&gt;&lt;/blockquote&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.retireat21.com/new/Nine-year-old-whiz-kid-writes-iPhone-application"&gt;retireat21.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;Incredible!&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/nine-year-old-whiz-kid-writes-iphone-applicat-0"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/nine-year-old-whiz-kid-writes-iphone-applicat-0#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/A3rDPaGNaW4" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://andrewburgess.posterous.com/nine-year-old-whiz-kid-writes-iphone-applicat-0</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 24 Nov 2009 08:52:41 -0800</pubDate>
      <title>Stairs Vs Escalator</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/kWMdIQ7u6eE/stairs-vs-escalator</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/stairs-vs-escalator</guid>
      <description>&lt;p&gt;
	&lt;div class='p_embed p_video_embed'&gt;
&lt;a href="http://andrewburgess.posterous.com/stairs-vs-escalator"&gt;&lt;img alt="" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/nA8839vfDvX4x26MVHTA6havFTVNJeYh2BjrAfhb9JMzlEeaAFfBCiBDwq7l/Stairs_vs_Escalator.png" /&gt;&lt;/a&gt;
&lt;div class='p_embed_description'&gt;
&lt;strong&gt;Stairs vs Escalator.wmv&lt;/strong&gt;
&lt;a href="http://andrewburgess.posterous.com/stairs-vs-escalator"&gt;Watch on Posterous&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;&lt;div class="gmail_quote"&gt;&lt;div&gt;&lt;div&gt;I thought this was an interesting experiment; I wonder if the principle carries over to the web. Is a fun website a more usable website? Or should they be saying &amp;#39;unique and compelling&amp;#39; instead of &amp;#39;fun&amp;#39;? &lt;/div&gt; &lt;/div&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/stairs-vs-escalator"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/stairs-vs-escalator#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/kWMdIQ7u6eE" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
      <media:content type="video/x-ms-wmv" fileSize="6549" url="http://getfile5.posterous.com/getfile/files.posterous.com/andrewburgess/nA8839vfDvX4x26MVHTA6havFTVNJeYh2BjrAfhb9JMzlEeaAFfBCiBDwq7l/Stairs_vs_Escalator.wmv" />
    <feedburner:origLink>http://andrewburgess.posterous.com/stairs-vs-escalator</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 02 Nov 2009 06:03:08 -0800</pubDate>
      <title>Enlightening Tip</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/6FiMYg2ntWQ/enlightening-tip</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/enlightening-tip</guid>
      <description>&lt;p&gt;
	&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://posterous.com/getfile/files.posterous.com/andrewburgess/0An1tSo5YBcOlFylSn1da9q21Ee3YapFbCBc4hlP7TP43MPlefUQFLfwSFJG/bulb.jpg"&gt;&lt;img alt="Bulb" height="283" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/CK9zcJVMcyjI8ANOkyRn3z9k6W7j9VK5CDE7J8E1ACOATUaQibu9emABjap3/bulb.jpg.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;Recently had a family discussion about light bulbs; this tip sheds some light on the subject. (Pun totally intended)&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/enlightening-tip"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/enlightening-tip#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/6FiMYg2ntWQ" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="364" width="642" url="http://getfile5.posterous.com/getfile/files.posterous.com/andrewburgess/0An1tSo5YBcOlFylSn1da9q21Ee3YapFbCBc4hlP7TP43MPlefUQFLfwSFJG/bulb.jpg">
        <media:thumbnail height="283" width="500" url="http://getfile7.posterous.com/getfile/files.posterous.com/andrewburgess/CK9zcJVMcyjI8ANOkyRn3z9k6W7j9VK5CDE7J8E1ACOATUaQibu9emABjap3/bulb.jpg.scaled.500.jpg" />
      </media:content>
    <feedburner:origLink>http://andrewburgess.posterous.com/enlightening-tip</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 22 Oct 2009 16:09:00 -0700</pubDate>
      <title>Are you upgrading to Windows 7?</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/QzmX6P9C_XQ/are-you-upgrading-to-windows-7</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/are-you-upgrading-to-windows-7</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="200" height="200" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/dQUpmQirnG2YeAP7Ia3lkNLorct7Cr4dKmJkn3tnCZk5P0zZDZiT64ci8Toy/200.png" width="200" /&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Today's the day so many people have been waiting for! Microsoft has released Windows 7, the latest of their consumer operating system offerings.&lt;/p&gt;
&lt;p&gt;So, are you upgrading to Windows 7? Still on the fence about it? That must hurt. Check out my article "&lt;a href="http://net.tutsplus.com/articles/web-roundups/10-reasons-why-you-should-upgrade-to-windows-7"&gt;10+ Reasons Why you Should Definitely Upgrade to Windows 7&lt;/a&gt;" over at &lt;a href="http://net.tutsplus.com"&gt;http://net.tutsplus.com&lt;/a&gt;.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/are-you-upgrading-to-windows-7"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/are-you-upgrading-to-windows-7#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/QzmX6P9C_XQ" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="200" width="200" url="http://getfile7.posterous.com/getfile/files.posterous.com/andrewburgess/dQUpmQirnG2YeAP7Ia3lkNLorct7Cr4dKmJkn3tnCZk5P0zZDZiT64ci8Toy/200.png">
        <media:thumbnail height="200" width="200" url="http://getfile7.posterous.com/getfile/files.posterous.com/andrewburgess/dQUpmQirnG2YeAP7Ia3lkNLorct7Cr4dKmJkn3tnCZk5P0zZDZiT64ci8Toy/200.png" />
      </media:content>
    <feedburner:origLink>http://andrewburgess.posterous.com/are-you-upgrading-to-windows-7</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 20 Oct 2009 09:31:45 -0700</pubDate>
      <title>The world’s first Multi-Touch mouse.</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/ZKDnXhfYojI/the-worlds-first-multi-touch-mouse</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/the-worlds-first-multi-touch-mouse</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://posterous.com/getfile/files.posterous.com/andrewburgess/orlecgrHEvykfwdIhwdCoqoilliCpiFnJuicIDxAsuDIcvrvnCorfDFpjHxe/media_httpimagesapplecommagicmouseimagesgestures20091020jpg_pmzkzeJtBwmqzld.jpg.scaled1000.jpg"&gt;&lt;img alt="Media_httpimagesapplecommagicmouseimagesgestures20091020jpg_pmzkzejtbwmqzld" height="257" src="http://posterous.com/getfile/files.posterous.com/andrewburgess/orlecgrHEvykfwdIhwdCoqoilliCpiFnJuicIDxAsuDIcvrvnCorfDFpjHxe/media_httpimagesapplecommagicmouseimagesgestures20091020jpg_pmzkzeJtBwmqzld.jpg.scaled500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.apple.com/magicmouse/"&gt;apple.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;Apple has just released a mouse, a multi-touch mouse using the same technology as the iPhone, iPod Touch, and MacBook Pro. 
&lt;/p&gt;&lt;p&gt;And I just &lt;a href="http://www.logitech.com/index.cfm/mice_pointers/mice/devices/2987&amp;amp;cl=ca,en"&gt;bought a mouse&lt;/a&gt; the other day! Oh, well, chances are, Apple's mouse won't work on Windows. And I got mine at ~60% off.&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/the-worlds-first-multi-touch-mouse"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/the-worlds-first-multi-touch-mouse#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/ZKDnXhfYojI" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="349" width="678" url="http://getfile9.posterous.com/getfile/files.posterous.com/andrewburgess/orlecgrHEvykfwdIhwdCoqoilliCpiFnJuicIDxAsuDIcvrvnCorfDFpjHxe/media_httpimagesapplecommagicmouseimagesgestures20091020jpg_pmzkzeJtBwmqzld.jpg">
        <media:thumbnail height="257" width="500" url="http://getfile3.posterous.com/getfile/files.posterous.com/andrewburgess/orlecgrHEvykfwdIhwdCoqoilliCpiFnJuicIDxAsuDIcvrvnCorfDFpjHxe/media_httpimagesapplecommagicmouseimagesgestures20091020jpg_pmzkzeJtBwmqzld.jpg.scaled500.jpg" />
      </media:content>
    <feedburner:origLink>http://andrewburgess.posterous.com/the-worlds-first-multi-touch-mouse</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 17 Oct 2009 17:49:48 -0700</pubDate>
      <title>Today is Sweetest Day</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/sqbTpTXn2x0/today-is-sweetest-day</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/today-is-sweetest-day</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote class="posterous_long_quote"&gt;&lt;b&gt;Sweetest Day&lt;/b&gt; is an observance celebrated primarily in the Great Lakes region and parts of the Northeast United States on the third Saturday in October. Once known as a day to spread love and cheer to the unfortunate, this popular holiday in the northern U.S. is now known as a day to show affection to the loved ones in your life. It is described by Retail Confectioners International as an "occasion which offers all of us an opportunity to remember not only the sick, aged and orphaned, but also friends, relatives and associates whose helpfulness and kindness we have enjoyed." Sweetest Day has also been referred to as a "concocted promotion" created by the candy industry solely to increase sales of candy.&lt;/blockquote&gt;&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://en.wikipedia.org/wiki/Sweetest_day"&gt;en.wikipedia.org&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;You've got to love that last sentence . . . 
&lt;/p&gt;&lt;p&gt;Hope you had a sweet day!&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/today-is-sweetest-day"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/today-is-sweetest-day#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/sqbTpTXn2x0" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://andrewburgess.posterous.com/today-is-sweetest-day</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 15 Oct 2009 18:19:00 -0700</pubDate>
      <title>Do You Believe in Global Warming?</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/-cGzCC2qNnQ/do-you-believe-in-global-warming</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/do-you-believe-in-global-warming</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Well, today is &lt;a href="http://blogactionday.org/" title="Blog Action Day Website"&gt;Blog Action Day&lt;/a&gt;: the day that bloggers all over the world unite to discuss a single topic. This year, that topic is Climate Change. I have mixed feelings about the topic of climate change. It seems that most people just accept the claims that the world is slowly (or not-so-slowly) getting warmer without questioning them. But I don't fall into that category.&lt;/p&gt;
&lt;p&gt;Back a few years&amp;mdash;about half-way through high school&amp;mdash;I briefly studied the topic of global warming in science. I've very reticent to write about this topic, though, because I haven't studied it at all since then. However, I know that the general idea is this: the amount of carbon dioxide in the air has been increasing as time continues. This is a result of increased manufacturing and a growing world population, among other things. The fear is that this increase in carbon dioxide will create an increase in the &lt;a href="http://en.wikipedia.org/wiki/Greenhouse_effect" title="Wikipedia Article on the Greenhouse Effect"&gt;greenhouse effect&lt;/a&gt;. However, this is just the theory. In reality, the factors are much more complex.&lt;/p&gt;
&lt;p&gt;My textbook went on to give a few stats that indicated that global temperature was not rising nearly as fast as the amount of carbon dioxide. Also, a 1993 poll showed that only 17% of atmospheric scientists believed that global warming was a problem. The rest either didn't think it was a problem or didn't think there was enough evidence. I know, that was 16 years ago, which is why I don't like to write about this. But the &lt;a href="http://en.wikipedia.org/wiki/Global_warming#Debate_and_skepticism"&gt;debate is by no means settled&lt;/a&gt;. So this is my humble conclusion: I don't know if the claims about climate change are completely true; I haven't studied it enough to make any statements. But don't just blindly accept what you hear about global warming (especially if it's from the media*). Do your own research and stay informed!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;* It's my personal theory that most media avenues use global warming as a cover-up story for other, more serious issues they'd rather the public not know about.&lt;/em&gt;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/do-you-believe-in-global-warming"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/do-you-believe-in-global-warming#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/-cGzCC2qNnQ" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://andrewburgess.posterous.com/do-you-believe-in-global-warming</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 10 Oct 2009 17:42:00 -0700</pubDate>
      <title>Extend your Razor Life </title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/Zj9BvLP7yA4/extend-your-razor-life</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/extend-your-razor-life</guid>
      <description>&lt;p&gt;
	 &lt;p&gt;﻿I shaved this morning.&lt;/p&gt; &lt;p&gt;I know, it doesn&amp;#8217;t seem like a big deal, but it almost was. Why? Because I&amp;#8217;ve been using the same disposable blade for over a month now and it&amp;#8217;s still almost as sharp as when it was new. This proved that my recent changes in blade care are actually doing something.&lt;/p&gt; &lt;p&gt;Up until a few weeks ago, I didn&amp;#8217;t do much to take care of my razor blades: after all, they&amp;#8217;re disposable. Of course, I&amp;#8217;d use them for a lot longer than I should have anyway, but it wasn&amp;#8217;t always comfortable. A quick rinse after shaving was about the most I did before popping it back in my dresser.&lt;/p&gt; &lt;p&gt;Recently, however, I&amp;#8217;ve improved on that. Here&amp;#8217;s my current after-shaving routine:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;First, I rinse the blade with hot water to remove as much hair as possible; I might use a towel to help with this. &lt;em&gt;Don&amp;#8217;t&lt;/em&gt; swish the blade around in water in a sink: you may scratch the sink (I learned this the hard way).&lt;/li&gt; &lt;li&gt;Next, I wipe the blade down with rubbing alcohol (usually on a cotton ball) to remove all the water droplets. Any water left on the blade will corrode it, leaving a jagged edge.&lt;/li&gt; &lt;li&gt;Then, I sharpen the blade by &lt;a href="http://www.youtube.com/watch?v=gjSkgz3-2Ig" title="Youtube video on sharpening razor blades"&gt;rubbing it 20 times in both directions on a pair of jeans&lt;/a&gt;; be sure to push it with the blade, so it doesn&amp;#8217;t wreck the jeans. The cross-woven denim fabric will sharpen the blades. This may wear off the padding on the blade, but it shouldn&amp;#8217;t matter too much.&lt;/li&gt; &lt;li&gt;Store your blade in oil; mineral oil is best, but any kind should do; right now, I&amp;#8217;m using vegetable oil. If you can&amp;#8217;t store it in oil, at least store it outside the bathroom or other humid areas, as the humidity will corrode the blade.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;So far, this has proved to work; my month-old blade still has a good edge. I&amp;#8217;ll let you know when it goes out of commission.&lt;/p&gt; &lt;p&gt;If you&amp;#8217;ve got some blade care techniques of your own, let me hear about them in the comments! Or do you think this is all a waste of time for disposable blades?&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/extend-your-razor-life"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/extend-your-razor-life#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/Zj9BvLP7yA4" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://andrewburgess.posterous.com/extend-your-razor-life</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 08 Oct 2009 04:02:19 -0700</pubDate>
      <title>Google Maps adds Street View For Canada . . . And I'm in it!</title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/X963LVRBAtY/google-maps-adds-street-view-for-canada-and-i</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/google-maps-adds-street-view-for-canada-and-i</guid>
      <description>&lt;p&gt;
	&lt;a href="http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=1524+Trowbridge+Dr,+Oshawa,+ON,+Canada&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=38.502405,65.830078&amp;amp;ie=UTF8&amp;amp;hq=&amp;amp;hnear=1524+Trowbridge+Dr,+Oshawa,+Durham+Regional+Municipality,+Ontario,+Canada&amp;amp;ll=43.936226,-78.859735&amp;amp;spn=0,359.983928&amp;amp;z=16&amp;amp;layer=c&amp;amp;cbll=43.93185,-78.859735&amp;amp;panoid=kKMFmSVTPfytY3Z6Ehcu0w&amp;amp;cbp=13,48.88,,1,15.96"&gt;&lt;img src="http://files.iclippy.com/135507/1254999239.jpg" /&gt;&lt;/a&gt; &lt;p /&gt;&lt;div&gt;Yesterday, Google added Street View to their Canadian Maps. Street view allows you navigate the maps as though you were walking down the street. Cars with cameras fixed on them drive around, capturing these shockingly high-quality images as they go. This particular day was back in June: I was helping a neighbour re-lay his interlocking driveway when the Google Car came down our street!&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/google-maps-adds-street-view-for-canada-and-i"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/google-maps-adds-street-view-for-canada-and-i#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/X963LVRBAtY" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://andrewburgess.posterous.com/google-maps-adds-street-view-for-canada-and-i</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 12 Sep 2009 18:39:50 -0700</pubDate>
      <title>Open Letter to Apple </title>
      <link>http://feedproxy.google.com/~r/AndrewBurgess/~3/pkI7vvwvbik/open-letter-to-apple</link>
      <guid isPermaLink="false">http://andrewburgess.posterous.com/open-letter-to-apple</guid>
      <description>&lt;p&gt;
	&lt;div style="font-family: Times New Roman; font-size: medium;"&gt;&lt;p&gt;Dear Apple,&lt;/p&gt;&lt;p&gt;I can&amp;#39;t begin to tell you how upset and disillusioned I am; I literally sat with bated breath as I watch a live blogging of your product announcements. After hearing all the rumours that have been building up over the last few months, I was eagerly awaiting the unveiling of the iPod touch with a camera.&lt;/p&gt; &lt;p&gt;No such iPod ever came.&lt;/p&gt;&lt;p&gt;If I was among the Apple fanboys, this would have been bad. However, I&amp;#39;m the guy who usually just watches your keynotes for good ideas to steal. I&amp;#39;m a PC, and I&amp;#39;ve been a Microsoft affectionado for most of my life. But this time, it was different. I followed the latest iNews because I actually wanted to buy something. I wanted to give you my &lt;i&gt;money&lt;/i&gt;.&lt;/p&gt; &lt;p&gt;I&amp;#39;ll admit that recently, I&amp;#39;ve had second thoughts about my Mac antagonism. The idea of a polished interface built on the Unix kernel had begun to look vaguely appealing. I started to look at you, Apple, as a friend, perhaps even more: someone I could go places with.&lt;/p&gt; &lt;p&gt;But then, when you abruptly ended the presentation, all that love disappeared. For almost 6 months, I had told myself that when the new iPods came out, the Touches would have cameras and would be worth every penny. I would buy one; it would become my ubiquitous capture device, my ever-present digital to-do list, my technical life-line. I would double, maybe triple my productivity, becoming a GTDer &lt;i&gt;par excellence&lt;/i&gt;. Every finger-stroke and smooth, flawless, animated eye-candy piece would slowly draw me into that inner circle; I would unresistingly purchase an iMac, or MacBook, and flaunt it as proudly as the best. I could almost feel the warm hugs of that Apple community.&lt;/p&gt; &lt;p&gt;Then this: the cold shoulder.&lt;/p&gt;&lt;p&gt;Honestly, Apple, you&amp;#39;ve thrown me for a loop, &lt;a href="http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=1+Infinite+Loop,+Cupertino,+CA%E2%80%8E&amp;amp;sll=37.337613,-122.027807&amp;amp;sspn=0.035827,0.077162&amp;amp;ie=UTF8&amp;amp;ll=37.335156,-122.028859&amp;amp;spn=0.008957,0.01929&amp;amp;z=16&amp;amp;iwloc=r0"&gt;an infinite loop.&lt;/a&gt; It&amp;#39;s going to take a while to get over this one; I won&amp;#39;t ever be so nieve and trusting of you again. It&amp;#39;s hard to believe now, but I think I actually thought you were out for my good. But you&amp;#39;re just like the rest: selfish and money-hungery.&lt;/p&gt; &lt;p&gt;Now if you&amp;#39;ll excuse me, I have a dinner with the Palm Pre.&lt;/p&gt;&lt;p&gt;Hearbrokenly,&lt;/p&gt;&lt;p&gt;Andrew&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://andrewburgess.posterous.com/open-letter-to-apple"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://andrewburgess.posterous.com/open-letter-to-apple#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndrewBurgess/~4/pkI7vvwvbik" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/184409/andy.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/1brkyGMrHuV</posterous:profileUrl>
        <posterous:firstName>Andrew</posterous:firstName>
        <posterous:lastName>Burgess</posterous:lastName>
        <posterous:nickName>Andrew Burgess</posterous:nickName>
        <posterous:displayName>Andrew Burgess</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://andrewburgess.posterous.com/open-letter-to-apple</feedburner:origLink></item>
  </channel>
</rss>

