<?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>Silent Rant</title>
	<atom:link href="http://www.silentrant.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.silentrant.com</link>
	<description>Personal blog of Jed and Chelsey Wood</description>
	<lastBuildDate>Wed, 01 Sep 2010 14:15:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Wufoo API Contest Entry: Raplet for Rapportive</title>
		<link>http://www.silentrant.com/?p=408</link>
		<comments>http://www.silentrant.com/?p=408#comments</comments>
		<pubDate>Wed, 01 Sep 2010 03:26:39 +0000</pubDate>
		<dc:creator>Jed</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.silentrant.com/?p=408</guid>
		<description><![CDATA[[GEEK ALERT: I'm hijacking my old personal blog as a place to drop some info about a web coding contest I entered] I know you hear this kind of phrase a lot, but if you haven&#8217;t checked out Rapportive yet, go do it. The built-in Raplets are pretty impressive, but the fact that you can [...]]]></description>
			<content:encoded><![CDATA[<p>[GEEK ALERT: I'm hijacking my old personal blog as a place to drop some info about a <a href="http://wufoo.com/apicontest">web coding contest</a> I entered]</p>
<p>I know you hear this kind of phrase a lot, but if you haven&#8217;t checked out <a href="http://rapportive.com">Rapportive</a> yet, go do it. </p>
<p>The built-in Raplets are pretty impressive, but the fact that you can build your own is <em>really</em> cool, at least for web hackers like me. The documentation is really straightforward and it&#8217;s a pretty flexible platform. </p>
<p>So after a bit of tinkering, I&#8217;m ready to share my first Raplet with the world. If you collect email addresses through a Wufoo form, check it out. I&#8217;m hoping this will especially be useful to small businesses that use Wufoo as a mini-CRM or for basic sign-up forms that collect a bit of meaningful info. </p>
<p>Here&#8217;s a basic rundown. The example I&#8217;m showing here is from a Wufoo form we used for my 15-year high school reunion this summer.</p>
<ol>
<li>The first time the Raplet loads, it&#8217;ll ask for your Wufoo login info (it only needs your sudomain if you have multiple accounts)</li>
<li>Then you choose one of your forms:
<p><a href="http://www.flickr.com/photos/jedwood/4946774501/" title="wu_rap_forms by silentrant, on Flickr"><img src="http://farm5.static.flickr.com/4076/4946774501_5a819768a8_o.png" width="204" height="191" alt="wu_rap_forms" /></a></p>
</li>
<li>Then select the fields that you want to display and click &#8220;Save&#8221;
<p><a href="http://www.flickr.com/photos/jedwood/4947363562/" title="wu_rap_fields by silentrant, on Flickr"><img src="http://farm5.static.flickr.com/4104/4947363562_c1eae50656_o.png" width="210" height="323" alt="wu_rap_fields" /></a></p>
</li>
<li>Rapportive makes a call when you hover over an email address. If we can find a match in your Wufoo form entries, the fields you checked will be displayed.
<p><a href="http://www.flickr.com/photos/jedwood/4946774425/" title="wu_rap_entry by silentrant, on Flickr"><img src="http://farm5.static.flickr.com/4075/4946774425_c7486a6cc4_o.png" width="207" height="325" alt="wu_rap_entry" /></a></p>
</li>
<li>In addition, if there are any comments for that entry, it will display the most recent one.</li>
<li>If no entry is found for that email, you can click the &#8220;New Entry&#8221; link, which will open up your form in a new window with the Email field pre-filled:
<p><a href="http://www.flickr.com/photos/jedwood/4947363480/" title="wu_rap_no_match by silentrant, on Flickr"><img src="http://farm5.static.flickr.com/4139/4947363480_f0e685c2c6_m.jpg" width="209" height="117" alt="wu_rap_no_match" /></a></p>
</li>
</ol>
<p>The URL you&#8217;ll need to enter on the Rapportive &#8220;custom Raplet installation&#8221; screen is <code>https://secure.limechile.com/wufoo/raplet.php</code></p>
<p>One last note about security: all calls are made over a legitimate SSL certificate, and your Wufoo login credentials are never saved on the server.</p>
<p>Enjoy, and please let me know if you encounter any problems. There&#8217;s only so much debugging I can do with my own forms and user accounts! <img src='http://silentrant.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentrant.com/?feed=rss2&amp;p=408</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wufoo API Contest Entry: YQL Tables</title>
		<link>http://www.silentrant.com/?p=399</link>
		<comments>http://www.silentrant.com/?p=399#comments</comments>
		<pubDate>Wed, 01 Sep 2010 02:13:14 +0000</pubDate>
		<dc:creator>Jed</dc:creator>
				<category><![CDATA[Work (design stuff)]]></category>

		<guid isPermaLink="false">http://www.silentrant.com/?p=399</guid>
		<description><![CDATA[[GEEK ALERT: I'm hijacking my old personal blog as a place to drop some info about a web coding contest I entered] This one falls under the category of &#8220;wrapper.&#8221; I&#8217;ll keep it short. If you&#8217;re not familiar with YQL, go read all about it. But the Wufoo API is fantastic; RESTful, well-documented, and fairly [...]]]></description>
			<content:encoded><![CDATA[<p>[GEEK ALERT: I'm hijacking my old personal blog as a place to drop some info about a <a href="http://wufoo.com/apicontest">web coding contest</a> I entered]</p>
<p>This one falls under the category of &#8220;wrapper.&#8221; I&#8217;ll keep it short. If you&#8217;re not familiar with YQL, go <a href="developer.yahoo.com/yql/">read all about it.</a> But the Wufoo API is fantastic; RESTful, well-documented, and fairly flexible. So why bother going through YQL? A few reasons, all of which have to do with efficiency:</p>
<h3>Speedy Server</h3>
<p>If you&#8217;re making one single simple call to the Wufoo API, it&#8217;s going to be tough to beat just hitting it directly. But if you need to make multiple calls, filter, sort, etc. then you can take advantage of Yahoo!&#8217;s server farm. YQL let&#8217;s you run server-side Javascript. No strings attached. Heck you don&#8217;t even need an account. Chances are the PHP running on your discount shared hosting account won&#8217;t quite match what Yahoo! has running on their farm.</p>
<h3>Caching</h3>
<p>YQL implements some decent caching. That means you&#8217;ll be less likely to hammer the Wufoo servers for identical calls, and also keep it more likely that you won&#8217;t go over your 5000 call limit. That&#8217;s good for your users, you, Wufoo, and the internets.</p>
<h3>Combine Queries</h3>
<p>Whether pulling from two different sources or just running a subselect within the Wufoo API, YQL can do all that combining in the background, and you can just send one single query. For example, in this call we&#8217;ll grab the <code>EntryId</code>s of any entries that match &#8220;Ryan,&#8221; and then use that to fetch the comments. </p>
<p><em>NOTE: In all of the examples below, click the blue &#8220;TEST&#8221; button to see them in action in the web console</em></p>
<p><a href="https://developer.yahoo.com/yql/console/?q=SELECT%20*%20FROM%20wufoo.comments%20WHERE%20apikey%3D'R74O-RZPC-BZW0-W0TM'%20AND%20subdomain%3D'wufooapi'%20AND%20formIdentifier%3D'z7x4a9'%20AND%20entryId%20IN%20(SELECT%20EntryId%20from%20wufoo.entries%20WHERE%20apikey%3D'R74O-RZPC-BZW0-W0TM'%20AND%20subdomain%3D'wufooapi'%20AND%20formIdentifier%3D'z7x4a9'%20AND%20Filter1%3D'Field2%2BIs_equal_to%2BRyan')&#038;env=http%3A%2F%2Fstatic.limechile.com%2Fwufoo.env">Wufoo comments based on Entry search</a></p>
<p>Or maybe you want all the entries and comments for a form. Two separate calls? bleh. Let&#8217;s batch that:</p>
<p><a href="https://developer.yahoo.com/yql/console/?q=SELECT%20*%20FROM%20yql.query.multi%20WHERE%20queries%3D%22SELECT%20*%20FROM%20wufoo.comments%20WHERE%20apikey%3D'R74O-RZPC-BZW0-W0TM'%20AND%20subdomain%3D'wufooapi'%20AND%20formIdentifier%3D'z7x4a9'%3B%20SELECT%20*%20from%20wufoo.entries%20WHERE%20apikey%3D'R74O-RZPC-BZW0-W0TM'%20AND%20subdomain%3D'wufooapi'%20AND%20formIdentifier%3D'z7x4a9'%22&#038;env=http%3A%2F%2Fstatic.limechile.com%2Fwufoo.env">Entries and Comments combined</a></p>
<p>Again, all that parsing and subsequent calling is happening on the YQL servers.</p>
<p>But where it really gets interesting is when we combine totally disparate data sources. Like how about getting the geo coordinates from the IP address of a Wufoo entry? Again, one single call does it all:</p>
<p><a href="https://developer.yahoo.com/yql/console/?q=use%20'http%3A%2F%2Fstatic.limechile.com%2Fwufoo.entries.xml'%20as%20wufoo.entries%3B%20select%20RegionName%2C%20City%2C%20ZipPostalCode%20from%20ip.location%20where%20ip%20IN%20(SELECT%20IP%20from%20wufoo.entries%20WHERE%20apikey%3D'R74O-RZPC-BZW0-W0TM'%20AND%20subdomain%3D'wufooapi'%20AND%20formIdentifier%3D'z7x4a9'%20AND%20system%3D'true')&#038;env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys">Get location based on Wufoo Entry IP address</a></p>
<p>Yep, true to their word it looks like at least part of the Wufoo team is hanging out down there in sunny Florida.</p>
<h3>Filter</h3>
<p>The Wufoo API already lets you limit entries by searching for specific values, and also by setting the &#8220;page size.&#8221; What it doesn&#8217;t allow is a way to specify which <em>fields</em> get returned. If you&#8217;ve got a form with lots of text in the entries, pulling 50 full entries down is a real drag if you don&#8217;t need all those fields. This example won&#8217;t be too dramatic given the tiny bit of text and only 4 entries, but you&#8217;ll get the idea:</p>
<p><a href="https://developer.yahoo.com/yql/console/?q=SELECT%20Field2%2C%20DateCreated%20from%20wufoo.entries%20WHERE%20apikey%3D'R74O-RZPC-BZW0-W0TM'%20AND%20subdomain%3D'wufooapi'%20AND%20formIdentifier%3D'z7x4a9'%20AND%20system%3D'true'&#038;diagnostics=true&#038;env=http%3A%2F%2Fstatic.limechile.com%2Fwufoo.env">Select only First Name and Date Created</a></p>
<h3>List of tables</h3>
<ul>
<li>Forms</li>
<li>Fields</li>
<li>Entries</li>
<li>Comments</li>
<li>Login</li>
</ul>
<p>These should be pulled from GitHub into the main set of community tables by the YQL team within a few days. In the meantime, you can either put something like this at the beginning of your query: <code>USE http://static.limechile.com/wufoo.entries.xml as wufoo.entries</code> or add <code>&#038;env=http://static.limechile.com/wufoo.env</code> at the end, depending on your style.</p>
<h3>Beyond the contest</h3>
<p>YQL also allows you to INSERT, DELETE, and UPDATE. Someday if the Wufoo API gets more of those added, I&#8217;ll probably update these tables. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentrant.com/?feed=rss2&amp;p=399</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rules for Political Debate</title>
		<link>http://www.silentrant.com/?p=388</link>
		<comments>http://www.silentrant.com/?p=388#comments</comments>
		<pubDate>Sat, 31 Jul 2010 12:02:01 +0000</pubDate>
		<dc:creator>Jed</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.silentrant.com/?p=388</guid>
		<description><![CDATA[Editors Note: this post was actually written in Oct. 2009. This week my older brother started a little &#8220;political journal&#8221; and his first post reminded me a lot of this post. So I&#8217;ve added a couple new links and I&#8217;m pushing it out there just for fun. In the last 2 years, I&#8217;ve stopped myself [...]]]></description>
			<content:encoded><![CDATA[<p><em>Editors Note: this post was actually written in Oct. 2009. This week my older brother started a little &#8220;political journal&#8221; and his <a href="http://ethanwoodisright.blogspot.com/2010/07/two-ground-rules.html">first post</a> reminded me a lot of this post. So I&#8217;ve added a couple new links and I&#8217;m pushing it out there just for fun.<br />
</em></p>
<p>In the last 2 years, I&#8217;ve stopped myself many times from posting political rants on this site. Consequently I haven&#8217;t posted much at all- apparently I have no other material.</p>
<p>Well I&#8217;m giving in just this once. Partly because these rules apply across issues and parties. And partly because I want to look back 5 or 10 years from now and see how my political ideas have changed. </p>
<p>First let me set the context regarding my political leanings. I&#8217;m currently non-partisan and mildly progressive.* I&#8217;m a strong advocate for <a href="http://www.fixcongressfirst.org/">Fixing Congress First</a>. I can&#8217;t stand cable news pundits on any end of the political spectrum, and will defend NPR to the death as the least-biased source of news.**</p>
<p><em>
<p>And now, here are Jed&#8217;s rules for political debate.</p>
<p></em></p>
<h3>1. No &#8220;Slippery Slope&#8221; Arguments</h3>
<p>I&#8217;m really tired of this one. Okay, I&#8217;m really tired of all these, but this one is frustrating particularly to my progressive self. It&#8217;s an attack that&#8217;s too easy to make against <em>any</em> change. A small liberal movement swells into a &#8220;Tide of Socialism&#8221; and a nudge in the conservative direction becomes a catapult that&#8217;ll &#8220;Return Us to the Nineteenth Century.&#8221; Our government is set up such that it&#8217;s difficult to make changes quickly,*** and the current party polarization exacerbates this effect. If each side continues to view every proposed change through a telescope that shows only the bottom of the slippery slope, we&#8217;ll never make meaningful progress.  </p>
<h3>2. No Comparisons to Hitler, Nazis, or Commies</h3>
<p>It&#8217;s been almost 20 years since <a href="http://en.wikipedia.org/wiki/Godwin's_law">Godwin&#8217;s Law</a> was created as a response to the tendency of internet discussions to go <a href="http://en.wikipedia.org/wiki/Reductio_ad_Hitlerum">Reductio ad Hitlerum</a>. It&#8217;s time for a revival. The last straw on this one was when I tripped across an article a few weeks ago by an otherwise smart and thoughtful author, in which he declared anybody who eats chicken eggs to be just like the Nazis.****</p>
<h3>3. No Justifications Based on Similar Actions by the Other Party</h3>
<p>Avoiding this one take a lot of restraint. Just tonight I heard an example that I&#8217;ve heard several times before: &#8220;Republicans are opposed to Obama&#8217;s deficit increases, but where have they been for the last 8 years?&#8221;  Or how about &#8220;All these anti-town-hall-protesting Democrats were the same hypocrites that were protesting the Iraq war in much more outspoken ways&#8221;. I get it. It&#8217;s annoying. It&#8217;s frustrating. You want to point it out because of how absurd and obvious it seems. But it&#8217;s also completely unproductive. If overspending by the government should be avoided, then let&#8217;s push to reduce it rather than justifying it by comparison. If there&#8217;s a level of civility required in public debate, let&#8217;s uphold that standard everywhere, not just when we want the other side to calm down and listen.</p>
<h3>3.b No Justifications Based on Similar <em>Hypothetical</em> Actions by the Other Party</h3>
<p>It&#8217;s a subtle difference, but one worth noting. &#8220;If President Bush would have said something like that&#8230;&#8221;  It&#8217;s another easy place for your frustrated mind to wander. But again, it&#8217;s totally unproductive. The issue at hand is what it is, and we should address it appropriately, rather than guessing what the &#8220;other team&#8221; would do if the tables were turned, or projecting something back several years to what a previous President <em>might</em> have done.</p>
<h3>4. Give People Room to Change</h3>
<p>People grow. Situations change. More information is gathered, or existing information is better understood. When our elected officials seem to flip-flop, I get skeptical; it&#8217;s hard to <em>believe</em> somebody who is always changing their mind. A campaign promise that&#8217;s blatantly broken within months of election deserves to be called out. However, I don&#8217;t agree with reaching back across the decades, digging through obscure interviews to uncover some &#8220;gotcha.&#8221; I think Ezekial Emanual has some great ideas about healthcare reform.***** I was familiar with his proposed ideas long before Betsy McCaughey began spreading her bizarre interpretations of his previous medical journal publications. Even if they weren&#8217;t mis-interpreted or taken out of context (which they were), I care much more about his <em>current</em> suggestions for healthcare reform <em>today</em>. I mean, where were all these people 5 years ago when I pointed out that <a href="http://www.silentrant.com/?p=86">George W Bush used to be Pro-Choice</a>?******   </p>
<hr />
<p>Footnotes:</p>
<p>* By progressive, I mean the generic definition: &#8220;&#8230;is a political attitude favoring or advocating changes or reform,&#8221; not whatever boogyman Glenn Beck concurs in your mind when he yells about Progressivism. (via <a href="http://en.wikipedia.org/wiki/Progressivism">Wikipedia</a>, which is always right). </p>
<p>** Unfortunately, listening to facts and unbiased reports <a href="http://www.boston.com/bostonglobe/ideas/articles/2010/07/11/how_facts_backfire/?page=full">doesn&#8217;t change our minds</a>.</p>
<p>*** Except when all the congresspeople (other than Ron Paul) panic and approve bazillions of dollars in bailouts in a matter of weeks. </p>
<p>**** link intentionally omitted because it&#8217;s too easy to get sucked into the meaningless forum discussion&#8230;</p>
<p>***** you&#8217;ll probably agree with me. Just <a href="http://minnesota.publicradio.org/display/web/2009/01/14/midday2/">listen to him</a></p>
<p>****** I wish I were a good enough writer, and had enough of a loyal readership, that everybody would catch my intentional irony there. But unfortunately neither is the case, so I have to ruin the effect by pointing it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentrant.com/?feed=rss2&amp;p=388</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Up close with Billy McLaughlin</title>
		<link>http://www.silentrant.com/?p=378</link>
		<comments>http://www.silentrant.com/?p=378#comments</comments>
		<pubDate>Mon, 28 Sep 2009 00:28:05 +0000</pubDate>
		<dc:creator>Jed</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.silentrant.com/?p=378</guid>
		<description><![CDATA[I'm 32 today. Since turning 30 I've regained most of that weight, become a bit more cynical, and I've picked up my guitar fewer times than I've taken business trips. But Friday night I was part of a really special concert, and today I'm feeling less cynical. Tomorrow I'm going to play my guitar. ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m 32 today. Since <a href='http://www.silentrant.com/?p=206'>turning 30</a> I&#8217;ve regained most of that weight, become a bit more cynical, and I&#8217;ve picked up my guitar fewer times than I&#8217;ve taken business trips. But Friday night I was part of a really special concert, and today I&#8217;m feeling less cynical. Tomorrow I&#8217;m going to play my guitar. </p>
<p>I&#8217;ve <a href='www.silentrant.com/?p=197'>mentioned Billy</a> on this site one other time. I&#8217;ve been listening to his music for about 6 years now, and revere him as one of the pioneers of the two-handed tapping style of acoustic guitar.</p>
<p>Before I discovered Billy, he was diagnosed with a neuromuscular disorder that made it impossible for him to play his own songs. He dropped off the scene for several years. But now he&#8217;s making an incredible comeback:</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/N_8EV1KzWOY&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/N_8EV1KzWOY&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>What I didn&#8217;t realize until last week is that Billy is from Minneapolis. By a stroke of Google-based luck, I happened upon a concert Billy was playing at the tiny <a href='http://www.three-eighteen.com/'>318 Cafe</a> in Excelsior, MN. For some reason it wasn&#8217;t listed on <a href='http://billymacmusic.com'>his site</a>. Chelsey and I already had a sitter lined up that night so we could go celebrate my birthday. </p>
<p>I had high expectations for the evening, and they were exceeded. The place was almost empty before the show, and Chelsey and I took the little table right up front. Billy was joined by mandolinist/violinist Nathan Wilson. When the show started, there were less than 20 people there. I thought Billy would be discouraged or upset, until I heard how sincerely thankful he was to be playing back in his &#8220;favorite favorite favorite place, to such a manageable crowd.&#8221; You could tell he was really enjoying it.</p>
<p>When they took a break, Billy pulled a chair up to our table. We chatted about music, his condition, Chicago and Utah, his kids and ours. I tried to explain to him what a somewhat-surreal privilege it was to be there. I can tell you that this guy is the real deal; he loves the music, and he loves the connection it gives him to his fans. Being right there, watching him play those songs, and getting to meet him has really sparked my desire to get back to the guitar.   </p>
<p>You can follow the links on <a href='http://billymacmusic.com'>Billy&#8217;s site</a> to download his music, check tour dates, and learn more about focal dystonia.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentrant.com/?feed=rss2&amp;p=378</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chelsey is over yonder</title>
		<link>http://www.silentrant.com/?p=376</link>
		<comments>http://www.silentrant.com/?p=376#comments</comments>
		<pubDate>Mon, 27 Apr 2009 22:37:23 +0000</pubDate>
		<dc:creator>Jed</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.silentrant.com/?p=376</guid>
		<description><![CDATA[Given that we&#8217;re back in travel mode again, all posts and photos from Chelsey will be via Mexican Radio for the next month or so.]]></description>
			<content:encoded><![CDATA[<p>Given that we&#8217;re back in travel mode again, all posts and photos from Chelsey will be via <a href="http://onamexicanradio.blogspot.com">Mexican Radio</a> for the next month or so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentrant.com/?feed=rss2&amp;p=376</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lucy Laughs</title>
		<link>http://www.silentrant.com/?p=373</link>
		<comments>http://www.silentrant.com/?p=373#comments</comments>
		<pubDate>Sun, 05 Apr 2009 17:47:14 +0000</pubDate>
		<dc:creator>Jed</dc:creator>
				<category><![CDATA[Lucy]]></category>
		<category><![CDATA[Zoe]]></category>

		<guid isPermaLink="false">http://www.silentrant.com/?p=373</guid>
		<description><![CDATA[Zoe was a little older when we caught her laughing, but unlike Zoe, Lucy spends a lot of time crying. So we scrambled to capture this while it lasted&#8230;]]></description>
			<content:encoded><![CDATA[<p>Zoe was a little older when we <a href="http://www.silentrant.com/?p=196">caught her laughing</a>, but unlike Zoe, Lucy spends a lot of time crying. So we scrambled to capture this while it lasted&#8230;</p>
<p><object type="application/x-shockwave-flash" width="400" height="300" data="http://www.flickr.com/apps/video/stewart.swf?v=68975" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=ed132d8612&amp;photo_id=3414538353"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=68975"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=68975" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&amp;photo_secret=ed132d8612&amp;photo_id=3414538353" height="300" width="400"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentrant.com/?feed=rss2&amp;p=373</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Upromise holds strong</title>
		<link>http://www.silentrant.com/?p=365</link>
		<comments>http://www.silentrant.com/?p=365#comments</comments>
		<pubDate>Fri, 20 Feb 2009 16:21:40 +0000</pubDate>
		<dc:creator>Jed</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.silentrant.com/?p=365</guid>
		<description><![CDATA[<a href="http://www.silentrant.com/?p=365"><img alt="Upromise logo" src="https://a248.e.akamai.net/f/248/21628/7d/lty.s.upromise.com/img/nav/memberlogo.gif" title="Upromise" width="91" height="78" /></a>
Upromise remembers me after not logging in for 6 years. Who says the internet is volatile?]]></description>
			<content:encoded><![CDATA[<p><a href="http://upromise.com"><img alt="Upromise logo" src="https://a248.e.akamai.net/f/248/21628/7d/lty.s.upromise.com/img/nav/memberlogo.gif" title="Upromise" width="91" height="78" /></a></p>
<p>8 years ago I devoted the vast majority of my web surfing time (which was quite a bit) to educating myself on finances, particularly long-term stuff like IRAs. Many thanks to good ol&#8217; <a href="http://fool.com">Motley Fool</a>. </p>
<p>I was a very early user of a little startup called <a href="http://upromise.com">Upromise</a>. I got really into it for a while. Then the full force of grad school expenses hit us, and I never really got back to it. When I first signed up, I had doubts that the company would really make it. </p>
<p>My interest (okay, <em>obsession</em>) with tax-advantaged long-term investing has really heated back up as of late. Sure, some of it is due to the economy, but not as much as you might think. Rather, we&#8217;re just now getting back to a position where it&#8217;s more feasible for us to actually save some decent cash. I know I know, there&#8217;s never an excuse not to save. Cut us a little slack.</p>
<p>Anyway, after setting up some <a href="http://en.wikipedia.org/wiki/529_plan">529 college savings plans</a> for the girls the other day*, I remembered Upromise. I guessed (correctly) at my old username and password. You can imagine my pleasant surprise when my account popped up as if I logged in yesterday, when in fact it&#8217;s been 6 years! And my $13 is still sitting there.</p>
<p>It&#8217;s at this point that the reality of drops in a bucket starts to hit me. 1-3% bonus on a few select items and stores here and there just hardly seems worth the trouble. But as I scanned the list of eligible stores, I thought of the hundreds (okay <em>thousands</em>) of dollars we&#8217;ve given those retailers over the past 6 years. eBay. Best Buy. Target.com. JC Penny. Bed Bath &#038; Beyond. Travelocity. Hotwire. Expedia. <strong>Apple</strong> (okay fine, it&#8217;s more like <em>tens</em> of thousands).  </p>
<p>And then my subconscious reminded me of all those blue <strong>U</strong> stickers I see at the grocery store that I&#8217;ve been visually tuning out.</p>
<p>Well, no sense in lamenting the missed opportunity. With a good 16 years before our oldest heads out for higher education, there&#8217;s still plenty of time to let those drops accumulate!</p>
<p>*p.s. if you&#8217;re interested in busting open a 529 for your kids or anybody in your extended family, drop me a line and I&#8217;ll send you a referral code that gives you a $25 bonus for opening the account. Unlike many investing accounts, most 529s have no setup fees, very low minimums (like $25) and very low investment costs. Best of all, you can set one up online with no paperwork. Woohoo!  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentrant.com/?feed=rss2&amp;p=365</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limited Edition Lucy Bobblehead</title>
		<link>http://www.silentrant.com/?p=359</link>
		<comments>http://www.silentrant.com/?p=359#comments</comments>
		<pubDate>Wed, 04 Feb 2009 22:38:47 +0000</pubDate>
		<dc:creator>Jed</dc:creator>
				<category><![CDATA[Lucy]]></category>

		<guid isPermaLink="false">http://www.silentrant.com/?p=359</guid>
		<description><![CDATA[I love it when babies are first learning to hold up their heads. ]]></description>
			<content:encoded><![CDATA[<p>I love it when babies are first learning to hold up their heads. There&#8217;s this constant over-compensation in the quest for equilibrium.</p>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="320" height="240">
      <param name="movie" value="lucy_bobble.swf" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="lucy_bobble.swf" width="320" height="240">
      <!--<![endif]-->
        <p>The Flash plugin is required to view this object.</p>
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>

]]></content:encoded>
			<wfw:commentRss>http://www.silentrant.com/?feed=rss2&amp;p=359</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is this ADA approved?</title>
		<link>http://www.silentrant.com/?p=348</link>
		<comments>http://www.silentrant.com/?p=348#comments</comments>
		<pubDate>Sun, 28 Dec 2008 04:06:16 +0000</pubDate>
		<dc:creator>chelsey</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Zoe]]></category>

		<guid isPermaLink="false">http://www.silentrant.com/?p=348</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-349" title="img_6949" src="http://silentrant.com/blog/wp-content/uploads/2009/01/img_6949-225x300.jpg" alt="img_6949" width="225" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentrant.com/?feed=rss2&amp;p=348</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun Dogs!</title>
		<link>http://www.silentrant.com/?p=340</link>
		<comments>http://www.silentrant.com/?p=340#comments</comments>
		<pubDate>Fri, 26 Dec 2008 15:11:51 +0000</pubDate>
		<dc:creator>Jed</dc:creator>
				<category><![CDATA[MN]]></category>

		<guid isPermaLink="false">http://www.silentrant.com/?p=340</guid>
		<description><![CDATA[There are only a few things that are awesome about ridiculously cold weather. 
<a href="http://silentrant.com/?p=245"><img src="http://upload.wikimedia.org/wikipedia/en/thumb/3/3f/Sundogs_-_New_Ulm-Edit1.JPG/180px-Sundogs_-_New_Ulm-Edit1.JPG" alt="Sun dog photo from Wikipedia" /></a>]]></description>
			<content:encoded><![CDATA[<p>There are only a few things that are awesome about ridiculously cold weather. <a href="http://en.wikipedia.org/wiki/Sun_dog">Sun Dogs</a> tops the list, in my opinion. While on my way home from my morning work shift (4-8 am) I spotted some the likes of which I haven&#8217;t seen since my first month in Winnipeg Canada- 12 years ago. I didn&#8217;t get a photo, but it looked pretty close to this:</p>
<p><a href="http://en.wikipedia.org/wiki/File:Sundogs_-_New_Ulm-Edit1.JPG"><img src="http://upload.wikimedia.org/wikipedia/en/thumb/3/3f/Sundogs_-_New_Ulm-Edit1.JPG/180px-Sundogs_-_New_Ulm-Edit1.JPG" alt="Sun dog photo from Wikipedia" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentrant.com/?feed=rss2&amp;p=340</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
