<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
   <channel>
      <title>Ellen Beldner</title>
      <link>http://www.ellenbeldner.info/</link>
      <description>User-centered interaction design since 1995 (sort of).</description>
      <language>en</language>
      <copyright>Copyright 2010</copyright>
      <lastBuildDate>Tue, 02 Mar 2010 17:27:37 -0800</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=5.01</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

      
      <item>
         <title>formatting datetime in jinja / django / python</title>
         <description><![CDATA[<p><code>vendor.modification_time.strftime('%H:%M / %d %b %Y')</code></p>

<p>so that vaguely works, but i've been unable to find a decent list of all the possible formatting characters that work in whatever frankenstein jinja-django-python monster we've got running on the site.  Not all of the django ones work (<a href="http://docs.djangoproject.com/en/dev/ref/templates/builtins/">http://docs.djangoproject.com/en/dev/ref/templates/builtins/</a>).</p>

<ul>
<li>%a -- 3-char week abbr</li>
<li>%A -- Full day of week</li>
<li>%b  -- 3-char month abbr</li>
<li>%B -- full month name</li>
<li>%c -- Thu Feb 18 08:56:31 2010</li>
<li>%C -- this outputs "20" for every line on the page, no idea </li>
<li>%d -- day of month </li>
</ul>

<p>Pattern matching seems to indicate that you can format jinja datetime / timestamps using <a href="http://docs.python.org/library/time.html">python date formatting</a> ...</p>]]></description>
         <link>http://www.ellenbeldner.info/2010/03/formatting_datetime_in_jinja_d.html</link>
         <guid>http://www.ellenbeldner.info/2010/03/formatting_datetime_in_jinja_d.html</guid>
         <category></category>
         <pubDate>Tue, 02 Mar 2010 17:27:37 -0800</pubDate>
      </item>
      
      <item>
         <title>Customer support is part of user experience...</title>
         <description><![CDATA[<p>UPDATE:  I have found where the nerds have discussed such things: <a href="http://stackoverflow.com/questions/450204/free-crm-for-my-website/450216#450216">StackOverflow</a> which I <3. </p>

<p>---</p>

<p>Which is why at work I'm taking on the (currently not-unmanageable) job of responding to customer support requests.</p>

<p>However, I'm finding that gmail (we use google apps) is not really a good interface for doing this quickly. I want to be able to do things like bulk respond to a set of emails with the same message... Gmail has the canned responses plugin, but that doesn't cut it -- it's too slow to use. </p>

<p>So I just hooked Thunderbird into our support queue, and now I'm trying to figure out how to configure or optimize it for processing customer support emails.  I'd also love it if it automatically kept stats or some how output to a CSV file on the number of emails processed through canned responses. </p>

<p>Or maybe I just need some lightweight CRM software. Hmm...<a href="http://www.choicevendor.com/search?terms=CRM&service_location=Anywhere&category=it-internet-helpdesk&sort=relevance"> I wonder what the best CRM solutions are for a small business? and how much can I expect to pay?</a>  If only there were a website with some reviews and a listing of top providers that would give me a sense of what to expect... (Okay, this is a shameless plug, since that's what ChoiceVendor does.)</p>

<ul>
	<li><a href="http://www.officeinteractive.com/">Office Interactive:</a> "All you need to run your business using one system". That scares me; I don't want to run my whole business on this. NEXT. </li>
	<li><a href="http://www.batchblue.com/">BatchBook:</a> "Your Social CRM". I don't really want my CRM to be social. I want it to be efficient. This seems to be about within-company contact management, not CRM (remember, that would be CUSTOMER relationship management).</li>
	<li><a href="http://www.relenta.com/">Relenta:</a> "Can your email do this?" Again, seems more salesforce / lead tracking-focused.</li>
</ul>

<p><br />
 Let's try investigating "<a href="http://www.google.com/search?q=customer+support+software+for+small+business&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official">Customer Support Software for small business</a>".</p>

<ul>
	<li>Business.com -- ooh, that looks promising, they have a result in Google for "Small Business CRM Software: Customer Service Solutions | Business.com" (and I'm not going to link to it because I don't want to make them even more credible for their stupid site). Oh right. <a href="http://www.business.com/directory/computers_and_software/software_applications/customer_relationship_management_crm/">Business.com is a crappy AdWords linkfarm</a>. </li>
	<li><a href="http://www.worketc.com/features/help_desk_software">WorkEtc:</a> Okay, again they want to manage my entire company. First, dont' want that, second, not authorized to make that decision, third, we're generally pretty happy with Google Apps. (Most of us worked at Google after all, and we're pretty used to their stuff.) However, maybe their Help Desk Software is what I want. </li>
</ul>

<p>Why are there SO MANY crappy sites for small businesses, by the way? </p>

<p>Okay, now I'm back to <a href="http://www.salesforce.com/crm/customer-service-support/">Salesforce Service Cloud 2</a>. I can't really see if it does what I need since I have to register to walk through their product demo. Annoying. I'm pretty sure I even have an account with them already, but I'm not going to bother to look it up just to see if they even remotely have what I need.</p>

<p><a href="http://www.opensourcehelpdesklist.com/">Open source help ticket system</a>:</p>

<p>Kill me now. I don't want this attached to our bug tracking and I care about the interface and how fast it'll let me get through the emails in our queue. I don't want to have to install anything anywhere, either. Back to paid / hosted services.... </p>

<p>Searching through the Thunderbird extensions for business, CRM, helpdesk, and related keywords yielded no results. </p>

<p>Okay, I'm hosed; I've now spent about 2 hours researching this and haven't come up with a satisfactory discussion or solution, so it's time for me to ditch the effort and just process the emails manually. </p>

<p>Le sigh.</p>]]></description>
         <link>http://www.ellenbeldner.info/2010/02/customer_support_is_part_of_us.html</link>
         <guid>http://www.ellenbeldner.info/2010/02/customer_support_is_part_of_us.html</guid>
         <category>product design</category>
         <pubDate>Fri, 05 Feb 2010 17:03:22 -0800</pubDate>
      </item>
      
      <item>
         <title>In search of books on mobile usability &amp; UI...</title>
         <description><![CDATA[<p>Recalling CMU intro HCI course whose capstone project was UI improvements for the PalmOS....</p>

<p>Here's the question on Quora, but haven't yet gotten much of a response:<br />
<a href="http://www.quora.com/q/What_are_the_best_fresh_up_to_date_academic_type_resources_for_mobile_UI_UX_design">http://www.quora.com/q/What_are_the_best_fresh_up_to_date_academic_type_resources_for_mobile_UI_UX_design</a></p>]]></description>
         <link>http://www.ellenbeldner.info/2010/01/in_search_of_books_on_mobile_u.html</link>
         <guid>http://www.ellenbeldner.info/2010/01/in_search_of_books_on_mobile_u.html</guid>
         <category>design</category>
         <pubDate>Wed, 27 Jan 2010 17:17:56 -0800</pubDate>
      </item>
      
      <item>
         <title>Donations to Reps &amp; Senators from the healthcare industry</title>
         <description><![CDATA[<p>Data credits: <a href="http://www.opensecrets.org/news/2009/06/-name-office-party-health.html">Open Secrets</a> and Wikipedia entry for Blue Dog Democrats</p>

<p><a href="http://www.ellenbeldner.info/img/stats.html" onclick="window.open('http://www.ellenbeldner.info/img/stats.html','popup','width=1118,height=244,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img alt="stats.png" src="http://www.ellenbeldner.info/img/stats.png" width="559" height="122" />
</a></p>]]></description>
         <link>http://www.ellenbeldner.info/2009/07/donations_to_reps_senators_fro.html</link>
         <guid>http://www.ellenbeldner.info/2009/07/donations_to_reps_senators_fro.html</guid>
         <category></category>
         <pubDate>Tue, 28 Jul 2009 18:10:43 -0800</pubDate>
      </item>
      
      <item>
         <title>Launched! ChoiceVendor.com</title>
         <description><![CDATA[<p>Last November, I left Google / YouTube to join a startup, ChoiceVendor.com.</p>

<p>Today we launched our Private Beta release. We've still got a long ways to go -- On to usability testing!</p>

<p><a href="http://www.choicevendor.com/">www.choicevendor.com</a></p>]]></description>
         <link>http://www.ellenbeldner.info/2009/07/launched_choicevendorcom.html</link>
         <guid>http://www.ellenbeldner.info/2009/07/launched_choicevendorcom.html</guid>
         <category></category>
         <pubDate>Tue, 07 Jul 2009 11:13:27 -0800</pubDate>
      </item>
      
      <item>
         <title>Apple: Dual-Link fail; Store product review fail.</title>
         <description><![CDATA[<p>At our company almost everyone uses a MacBook Pro with a 30" Dell monitor. We all frequently have the <a href="http://gizmodo.com/5301308/apples-latest-macbooks-still-have-mini-displayport-dual+link-dvi-distortion-issues">DVI distortion issues that Gizmodo reported</a>. (I've had my display fritz out twice in the past hour, for example.) Apple has been totally unhelpful and basically refuse to admit that they have a problem. Perhaps they're afraid of another <a href="http://blogs.zdnet.com/Apple/?p=189">product recall</a> or <a href="http://www.appleinsider.com/articles/05/08/26/judge_approves_settlement_in_ipod_class_action_suit.html">class action lawsuit</a>? And thus are not doing the best customer support thing, which is: acknowledge the problem, apologize, and promise a fix as soon as it's available.</p>

<p>Anyway, I wanted to leave a review on the product page in the Apple store. I can't figure out how to post my review:</p>

<p><img alt="AppleNoPublish.png" src="http://www.ellenbeldner.info/img/AppleNoPublish.png" width="757" height="737" style="border:1px solid #e0e0e0" /></p>

<p>"Some words in your review cannot be published. Please revise your review." Huh?</p>

<p>Their guidelines state "avoid comments about... service and support", but how the hell are you supposed to review a product that doesn't work if you can't describe anything about the customer service response to the issue? I've tried about 8 versions of text for this review, and I have no idea why they won't let me publish this. </p>

<p>So on my own blog I'll say it:</p>

<p>Fuckers.<br />
</p>]]></description>
         <link>http://www.ellenbeldner.info/2009/06/apple_duallink_fail_store_prod.html</link>
         <guid>http://www.ellenbeldner.info/2009/06/apple_duallink_fail_store_prod.html</guid>
         <category>tech industry</category>
         <pubDate>Thu, 25 Jun 2009 12:11:43 -0800</pubDate>
      </item>
      
      <item>
         <title>Dear Pandora: Popup FAIL</title>
         <description><![CDATA[<p>I was tuning up a new station and all of a sudden, something clicked -- you started playing music I wanted to hear. I wanted to buy a couple of albums with songs you had played. So I clicked in your interface: "Buy MP3 from Amazon.com".  The click failed because, like any sane human being, I have popups blocked by my browser. Your solution: You want me to disable popup blocking?</p>

<p><img src="http://www.ellenbeldner.info/img/dear_pandora_popup_fail/pandora.png" style="border:1px solid #ccc;" /></p>

<p>Love, <br />
Ellen</p>

<p>The Church - A Box of Birds; Snow Patrol - Eyes Open</p>]]></description>
         <link>http://www.ellenbeldner.info/2009/05/dear_pandora_popup_fail.html</link>
         <guid>http://www.ellenbeldner.info/2009/05/dear_pandora_popup_fail.html</guid>
         <category>tech industry</category>
         <pubDate>Wed, 06 May 2009 17:06:52 -0800</pubDate>
      </item>
      
      <item>
         <title>Out of control outgoing links</title>
         <description><![CDATA[<p>Okay, I already knew that I hate and detest the new-ish Facebook practice in which you don't just navigate to outgoing links; you get taken to a Facebook page with the site you were trying to visit loaded into a frame, and with a Facebook toolbar at the top of the page. </p>

<p>And now, not only does Digg do it too, but the sites are so dumb that they're double stacking these stupid toolbars.</p>

<p><span class="thumb"><a href="http://www.ellenbeldner.info/img/outofcontrol.html" onclick="window.open('http://www.ellenbeldner.info/img/outofcontrol.html', 'popup', 'width=1243,height=154,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img src="http://www.ellenbeldner.info/img/outofcontrol-thumb.png" width="400" height="49" alt="outofcontrol.png"/></a></span></p>

<p>This is crap primarily because it breaks basic web behavior: the URL on your web browser no longer represents the page you're viewing, or trying to view. Big juju nono. <a href="http://www.useit.com/alertbox/9612.html" target="_new">We've known this since <b>1996</b>, people!</a> </p>

<p>Also, I don't want to send someone to http://www.facebook.com/ext/share.php?sid=89405539347&h=1e79i&u=2fnBr&ref=nf. I want to send them the link that's www.youtube.com so they know where they're going and what they're going to get. </p>

<p>The one case where Google does something like this -- a frame with another site inside its toolbar -- is when a user clicks on <a href="http://images.google.com/imgres?imgurl=http://www.torreymaobengals.co.nz/images/bengal_kittens.jpg&imgrefurl=http://www.torreymaobengals.co.nz/kittens.htm&usg=__fTjAaAOlrCLHZx_iDcCx7UDpi-s=&h=439&w=340&sz=32&hl=en&start=17&sig2=ToB9JNkJeikDIMbYs6napA&tbnid=3cvKBVL1lTTRDM:&tbnh=127&tbnw=98&prev=/images%3Fq%3Dkittens%26gbv%3D2%26hl%3Den%26sa%3DG&ei=7F3eSferD4HI-Abijd22Cw" target="_new">an image search result</a>. That frame bothers a lot of site owners that Google links to, but it was a necessary tradeoff because image search is kind of sketchy and occasionally unreliable. Users click on an image result and get taken to pages that no longer have the image they were looking for, and the toolbar exists to help them identify the image they wanted -- NOT as a marketing-sticky thing for Google.  And even though it's often beneficial, it still confuses a lot of users.</p>

<p>Note that mismatched content and URLs is a usability problem for Google Maps. The URL that many users copy from their browser address bar usually doesn't correctly represent the state that the user's in due to the way the site's AJAX works. AJAX or FRAME, it's the same problem.</p>]]></description>
         <link>http://www.ellenbeldner.info/2009/04/out_of_control_outgoing_links.html</link>
         <guid>http://www.ellenbeldner.info/2009/04/out_of_control_outgoing_links.html</guid>
         <category>tech industry</category>
         <pubDate>Thu, 09 Apr 2009 12:19:24 -0800</pubDate>
      </item>
      
      <item>
         <title>Really annoying Fireworks CS4 bug with &quot;large nudge&quot; command</title>
         <description><![CDATA[<p><a href="http://www.ellenbeldner.info/img/01.html" onclick="window.open('http://www.ellenbeldner.info/img/01.html', 'popup', 'width=310,height=143,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img src="http://www.ellenbeldner.info/img/01-thumb.png" width="400" height="185" alt="01.png"/></a></p>

<p><a href="http://www.ellenbeldner.info/img/02.html" onclick="window.open('http://www.ellenbeldner.info/img/02.html', 'popup', 'width=264,height=183,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img src="http://www.ellenbeldner.info/img/02-thumb.png" width="400" height="277" alt="02.png"/></a></p>]]></description>
         <link>http://www.ellenbeldner.info/2009/01/really_annoying_fireworks_cs4.html</link>
         <guid>http://www.ellenbeldner.info/2009/01/really_annoying_fireworks_cs4.html</guid>
         <category>tech industry</category>
         <pubDate>Wed, 28 Jan 2009 21:18:42 -0800</pubDate>
      </item>
      
      <item>
         <title>The Dinner Program: Ambidextrous Mag (2007)</title>
         <description><![CDATA[<p>I contributed an article to the food issue of Ambidextrous, the design magazine of Stanford University. The assignment was to write an article about the intersection of food and design. I've always thought about throwing dinner parties as a design task, so I explained planning a dinner party in terms of the way you plan the design of a product.</p>

<blockquote>
Over the years, I’ve learned the following heuristics about my typical user base. With 14 dinner guests, only 11 will require chicken-of-doom. In Northern California, one person ends up vegan, and two vegetarian. Two are Jewish (no shellfish or pork), and one, despite mild alcoholism, is nominally Muslim and doesn’t eat pork either, so that rules out the bacon wrapping on the steaks. Once in a while, I have a guest who is severely allergic to eggs, gluten, and/or nuts, just to keep life interesting. Killing your guests is the opposite of  entertaining, unless you happen to be Hannibal Lecter, so when in doubt about allergens, stick to tofu. Oh wait! people can be allergic to soy, too...
</blockquote>

<p><a href="http://ambidextrousmag.org/issues/07/pdf/i7p30_32.pdf" target="_new">The Dinner Program: Throwing a dinner party with one knife, 11 militant chickens, and your design degree [PDF]</a>. <i>Ambidextrous</i>, <a href="http://ambidextrousmag.org/issues/07/">Summer 2007</a>.<br />
</p>]]></description>
         <link>http://www.ellenbeldner.info/2008/04/the_dinner_program_ambidextrou.html</link>
         <guid>http://www.ellenbeldner.info/2008/04/the_dinner_program_ambidextrou.html</guid>
         <category>writing</category>
         <pubDate>Wed, 23 Apr 2008 10:35:58 -0800</pubDate>
      </item>
      
      <item>
         <title>Applescript: Converting metadata of symphonic tracks in iTunes</title>
         <description><![CDATA[<p><a href="http://www.ellenbeldner.info/iTunesSymphonicMetadata.scpt">iTunesSymphonicMetadata.scpt</a></p>

<p>I listen to a fair amount of symphonic music.  </p>

<p>I think of symphonic music first in terms of the composer (e.g. Bartok, Beethoven), then the work (5th Piano Concerto in E Flat Major), and then, in the cases where I have multiple performances of the same work, the conductor & performing orchestra (Julius Katchen & London Symphony Orchestra; Hélène Grimaud, Staatskapelle Dresden & Wladimir Jurowski). </p>

<p>However, music metadata format lists the conductor and symphony in the "artist" field on CDDB / iTunes. This is moderately annoying to deal with in the iTunes interface (I have to display and then sort by the correct columns of metadata) but absolutely intolerable on my iPod. Trying to listen to Smetana's <i>Ma Vlast</i> means that I have to remember the name of the composer and orchestra? Oh come on.</p>

<p>So I wrote an Applescript to fix the metadata on my symphonic catalog. It searches my library for all tracks whose genre is "symphonic" and swaps around some of the field values. I still retain the performance info, but as "album artist" instead of "artist". </p>

<p>(It similarly annoys me when other albums list both performers of a one-off song (e.g. Madonna and Justin Timberlake), which breaks that one song apart from the rest of the album when I sort by artist. In these cases I manually reset the "artist" field.)</p>

<p>* What people generally call "classical," but I refer to it as "symphonic" because of a snobby old habit of mine: "classical" refers to a specific period / style of symphonic music in the Western canon, e.g. Haydn and Mozart, so I use the more general "symphonic". I guess "orchestral" might be more appropriate... anyway, the organizing genre in my iTunes library is "symphonic".</p>]]></description>
         <link>http://www.ellenbeldner.info/2008/04/applescript_converting_metadat.html</link>
         <guid>http://www.ellenbeldner.info/2008/04/applescript_converting_metadat.html</guid>
         <category>implementation</category>
         <pubDate>Sat, 05 Apr 2008 14:24:47 -0800</pubDate>
      </item>
      
      <item>
         <title>Newbie Ruby on Rails with Locomotive, Part 2</title>
         <description><![CDATA[<p>Thanks to http://safari.oreilly.com and the O'Reilly <i>Rails Cookbook</i>, I have learned the answer to my burning question:</p>

<p><b>Yes, I *do* need to create join tables in my database migration definition files. </b><br />
It wasn't clear to me at first, but now what I'm realizing -- and hopefully this is correct -- is that the rails migration schema file is really just an abstracted way of writing a database setup script. Rails can translate its file into the setup script for whatever database you're using, but you still have to specify all the joins, defaults, etc. just as you would if you were setting up the database in its native language. Check and check.</p>

<p><b>I do use the scaffolding command to create multiple model-controller relationships.</b> (See <a href="http://www.onlamp.com/pub/a/onlamp/2006/12/14/revisiting-ruby-on-rails-revisited.html?page=2">O'Reilly OnLamp:  Rolling with Ruby on Rails Revisited</a>.)</p>

<p><b>"test" is a reserved word.</b><br />
This is apparently a problem. I'm building a DB to track usability tests, and I named one of my tables "test". I'm trying to migrate to "usabilitytests" but i'm running into problems. Solved by deleting the entire app and recreating. Obviously not something that one would always want to do, but I don't know how to un-create models and controllers and whatnot that have already been set. </p>

<p><b>functions in the controller are lowercase with underscores.</b><br />
I'm not entirely sure of this, but I downloaded a sample application and checked out that code.</p>

<p><b>TOTALLY STUMPED: Radio buttons in RoR?</b><br />
Okay, I found the documentation for how to render a checkbox. Am I smoking crack? Did the entire RoR project forget about the existence of radio buttons? From an interaction perspective, radio buttons are the exact same as SELECT boxes: They afford one-from-many selection. They're just rendered in an easier-to-read and easier-to-operate widget. (Select boxes are hard for people to use, and even if you know what you're doing, they're way more of a pain particularly for administrative-type applications when you interact with the box a billion times a day.) I expect there to be a function like collection_radio that operates almost exactly the same as collection_select -- but as far as I can tell, no such thing exists.</p>]]></description>
         <link>http://www.ellenbeldner.info/2007/10/newbie_ruby_on_rails_with_loco.html</link>
         <guid>http://www.ellenbeldner.info/2007/10/newbie_ruby_on_rails_with_loco.html</guid>
         <category>implementation</category>
         <pubDate>Fri, 05 Oct 2007 16:03:21 -0800</pubDate>
      </item>
      
      <item>
         <title>My Total Novice Experience: Ruby on Rails with Locomotive</title>
         <description><![CDATA[<p>I'm going to spare you the discussion on what Ruby on Rails is and why you'd want to use it. Lots of other people have covered that. A quick word about my background:<br />
<ul><br />
<li>I am a very good HTML, Javascript, and CSS "coder".</li><br />
<li>I am a moderately proficient PHP programmer, which I use to create prototypes for usability tests and whatnot.</li><br />
<li>I am nigh-on retarded when it comes to hooking a webapp to a MySQL database. Ergo, I usually don't get beyond the prototype stage for a lot of cool webapp ideas I've had.</li><br />
<li>I can muddle along in a handful of other languages and frameworks, like Perl, Java, Clearsilver, Struts, and XSLT.</li><br />
<li>I have zero exposure to Ruby, Python, Gems, etc. </li><br />
<li>I'm good at programming -- thinking in abstractions, being efficient, breaking down a goal into minute logical steps, etc.</li><br />
</ul></p>

<p><b>My goal:</b> I'm helping a friend create a usability testing infrastructure for his startup. I want to create a website to recruit participants for various studies, let people sign up to be a participant, and do some lightweight CRM of when they were contacted, outcomes, and whether they have already participated in a test.</p>

<p><b>Requirements:</b></p>

<p>Participant: <br><br />
 Firstname Surname Phone Country Timezone Email(unique) DateOfSubmission Age Gender Occupation Industry Education ContactForFutureTests? NativeLanguage Status[ New | AssignedToTest | Archived | CompletedTest ] NOTES</p>

<p>Note: (Each participant can have several notes)<br />
Author Timestamp ParticipantID NoteText</p>

<p>Test: (Each test has several participants)<br />
TestID Status[ Active | Complete | Pending ] Date Description ConsentFormURL Compensation PARTICIPANTS</p>

<p>TestParticipant:<br />
CompensationGiven ConsentFormSigned? ConsentFormID</p>

<p>ConsentForm<br />
UniqueID HTML TestID</p>

<p></p>

<p>Note that this is NOT tied to the actual test data in any way -- that's not the point. This app is just to keep track of who we talked to and when. It's a very lightweight CRM.<br />
</p>]]></description>
         <link>http://www.ellenbeldner.info/2007/10/my_total_novice_experience_rub.html</link>
         <guid>http://www.ellenbeldner.info/2007/10/my_total_novice_experience_rub.html</guid>
         <category>prototyping</category>
         <pubDate>Fri, 05 Oct 2007 09:50:53 -0800</pubDate>
      </item>
      
      <item>
         <title>Funny quote when I signed into my hosted webspace....</title>
         <description><![CDATA[<p>Q:      What do you call the money you pay to the government when  you ride into the country on the back of an elephant?</p>

<p>A:      A <a href="http://en.wikipedia.org/wiki/Howdah">howdah</a> duty.</p>

<p>I was impressed -- the interlanguage (and intercultural; "howdy doody" is moderately obscure, no?) pun is pretty sophisticated.</p>]]></description>
         <link>http://www.ellenbeldner.info/2007/07/funny_quote_when_i_signed_into.html</link>
         <guid>http://www.ellenbeldner.info/2007/07/funny_quote_when_i_signed_into.html</guid>
         <category>daily life</category>
         <pubDate>Mon, 16 Jul 2007 08:29:06 -0800</pubDate>
      </item>
      
      <item>
         <title>Dan Cederholm likes Halvorsen too</title>
         <description><![CDATA[<p>Halvorsen is the typeface I recently used <a href="http://www.ellenbeldner.info/2007/06/project_description_greenbetwe.html">for my GreenBetween redesign</a>. Turns out that <a href="http://www.simplebits.com/notebook/2007/04/25/halvorsen.html">Dan likes it too</a>.</p>

<p>I don't really know Dan, although I hired him via Google to do some fast icons for a small project a couple of years ago. (I happened to be at his website because a friend of mine needs a template for his blog & I was going to recommend Dan.)</p>]]></description>
         <link>http://www.ellenbeldner.info/2007/07/dan_cederholm_likes_halvorsen.html</link>
         <guid>http://www.ellenbeldner.info/2007/07/dan_cederholm_likes_halvorsen.html</guid>
         <category>design</category>
         <pubDate>Fri, 13 Jul 2007 12:16:46 -0800</pubDate>
      </item>
      
   </channel>
</rss>
