<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Meme Washer</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/" />
    <link rel="self" type="application/atom+xml" href="http://www.onemorebug.com/meme.washer/atom.xml" />
   <id>tag:www.onemorebug.com,2010:/meme.washer//4</id>
    <link rel="service.post" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4" title="Meme Washer" />
    <updated>2010-03-13T04:01:54Z</updated>
    <subtitle>Noah Sussman&apos;s blog</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.2</generator>
 
<entry>
    <title>links for 2010-03-12</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/03/links_for_20100312.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1130" title="links for 2010-03-12" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1130</id>
    
    <published>2010-03-13T04:01:54Z</published>
    <updated>2010-03-13T04:01:54Z</updated>
    
    <summary> Quickies for Xcode (tags: xcode commandline tips tricks cheatsheet learning list iphone objective-c) XCode 3 and the command line | Elegant Chaos open -b com.apple.Xcode (tags: xcode xed start commandline invoke quit exit automation iphone mac launch) A quick...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://borkware.com/quickies/one?topic=xcode">Quickies for Xcode</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/xcode">xcode</a> <a href="http://delicious.com/TheFangMonster/commandline">commandline</a> <a href="http://delicious.com/TheFangMonster/tips">tips</a> <a href="http://delicious.com/TheFangMonster/tricks">tricks</a> <a href="http://delicious.com/TheFangMonster/cheatsheet">cheatsheet</a> <a href="http://delicious.com/TheFangMonster/learning">learning</a> <a href="http://delicious.com/TheFangMonster/list">list</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.elegantchaos.co.uk/node/338">XCode 3 and the command line | Elegant Chaos</a></div>
                <div class="delicious-extended">open -b com.apple.Xcode</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/xcode">xcode</a> <a href="http://delicious.com/TheFangMonster/xed">xed</a> <a href="http://delicious.com/TheFangMonster/start">start</a> <a href="http://delicious.com/TheFangMonster/commandline">commandline</a> <a href="http://delicious.com/TheFangMonster/invoke">invoke</a> <a href="http://delicious.com/TheFangMonster/quit">quit</a> <a href="http://delicious.com/TheFangMonster/exit">exit</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/mac">mac</a> <a href="http://delicious.com/TheFangMonster/launch">launch</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.jrenard.info/blog/?p=444">A quick but working startup item for Hudson for Mac OS X-My blog</a></div>
                <div class="delicious-extended">How to run Hudson at startup on the mac.  Read the comments to understand the permissions, and which user Hudson should run as.

<p>1. Save the XML fragment below as ~/Library/LaunchAgents/hudson.ci.plist</p>

<p>   You&#039;ll probably have to create the LaunchAgents directory first.</p>

<p>2. launchtl load -w ~/Library/LaunchAgents/hudson.ci.plist</p>

<p></p>

<p>       &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />
        &lt;!DOCTYPE plist PUBLIC &quot;-//Apple//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;<br />
        &lt;plist version=&quot;1.0&quot;&gt;<br />
        &lt;dict&gt;<br />
         &lt;key&gt;Label&lt;/key&gt;<br />
         &lt;string&gt;Hudson&lt;/string&gt;<br />
         &lt;key&gt;ProgramArguments&lt;/key&gt;<br />
         &lt;array&gt;<br />
         &lt;string&gt;/usr/bin/java&lt;/string&gt;<br />
         &lt;string&gt;-jar&lt;/string&gt;<br />
         &lt;string&gt;/UPDATE_THIS_PATH/hudson.war&lt;/string&gt;<br />
         &lt;/array&gt;<br />
         &lt;key&gt;RunAtLoad&lt;/key&gt;<br />
         &lt;true/&gt;<br />
        &lt;/dict&gt;<br />
        &lt;/plist&gt;</div><br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/hudson">hudson</a> <a href="http://delicious.com/TheFangMonster/ci">ci</a> <a href="http://delicious.com/TheFangMonster/startup">startup</a> <a href="http://delicious.com/TheFangMonster/mac">mac</a> <a href="http://delicious.com/TheFangMonster/osx">osx</a> <a href="http://delicious.com/TheFangMonster/launchd">launchd</a> <a href="http://delicious.com/TheFangMonster/launchctl">launchctl</a> <a href="http://delicious.com/TheFangMonster/daemon">daemon</a> <a href="http://delicious.com/TheFangMonster/setup">setup</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://wiki.hudson-ci.org/display/HUDSON/Starting+and+Accessing+Hudson">Starting and Accessing Hudson - hudson - Hudson Wiki</a></div><br />
                <div class="delicious-extended">you probably want to send the output of Hudson to a log file, and if you&#039;re on Unix, you probably want to use nohup:</p>

<p>$ nohup java -jar hudson.war &gt; $LOGFILE 2&gt;&amp;1</div><br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/hudson">hudson</a> <a href="http://delicious.com/TheFangMonster/nohup">nohup</a>)</div><br />
            </li></ul></p>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-03-11</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/03/links_for_20100311.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1129" title="links for 2010-03-11" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1129</id>
    
    <published>2010-03-12T04:02:07Z</published>
    <updated>2010-03-12T04:02:24Z</updated>
    
    <summary><![CDATA[ Nabble - Hudson users - How to setup build notification to individual developer that breaks the build with SVN? explanation of how Hudson parses email addresses for notifications, from the comments: &quot;it just grabs the subversion user id used...]]></summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://n4.nabble.com/How-to-setup-build-notification-to-individual-developer-that-breaks-the-build-with-SVN-td373614.html">Nabble - Hudson users - How to setup build notification to individual developer that breaks the build with SVN?</a></div>
                <div class="delicious-extended">explanation of how Hudson parses email addresses for notifications, from the comments: &quot;it just grabs the subversion user id used by the developer which checked in the code.  It then appends the default user email suffix as defined in the email section of Hudson&#039;s system configuration. &quot;</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/hudson">hudson</a> <a href="http://delicious.com/TheFangMonster/email">email</a> <a href="http://delicious.com/TheFangMonster/notification">notification</a> <a href="http://delicious.com/TheFangMonster/default">default</a> <a href="http://delicious.com/TheFangMonster/user">user</a> <a href="http://delicious.com/TheFangMonster/suffix">suffix</a> <a href="http://delicious.com/TheFangMonster/config">config</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/">Continuos Integration for XCode projects | Jayway Team Blog - Sharing Experience</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/hudson">hudson</a> <a href="http://delicious.com/TheFangMonster/xcode">xcode</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://wiki.hudson-ci.org/display/HUDSON/Use+Hudson">Use Hudson - hudson - Hudson Wiki</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/hudson">hudson</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-03-10</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/03/links_for_20100310.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1128" title="links for 2010-03-10" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1128</id>
    
    <published>2010-03-11T04:01:57Z</published>
    <updated>2010-03-11T04:02:16Z</updated>
    
    <summary> Understanding Xcode Projects (tags: documentation xcode build via:stackoverflow.com objective-c headers symbol undefined debugging brominet:debugging) Cocoa with Love: 8 Confusing Objective-C Warnings and Errors (tags: objective-c help debugging xcode compiler gcc build warnings errors messages oracle interpretation lore) How to...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://developer.apple.com/tools/XCode/XCodeprojects.html">Understanding Xcode Projects</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/documentation">documentation</a> <a href="http://delicious.com/TheFangMonster/xcode">xcode</a> <a href="http://delicious.com/TheFangMonster/build">build</a> <a href="http://delicious.com/TheFangMonster/via%3Astackoverflow.com">via:stackoverflow.com</a> <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a> <a href="http://delicious.com/TheFangMonster/headers">headers</a> <a href="http://delicious.com/TheFangMonster/symbol">symbol</a> <a href="http://delicious.com/TheFangMonster/undefined">undefined</a> <a href="http://delicious.com/TheFangMonster/debugging">debugging</a> <a href="http://delicious.com/TheFangMonster/brominet%3Adebugging">brominet:debugging</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://cocoawithlove.com/2009/04/8-confusing-objective-c-warnings-and.html">Cocoa with Love: 8 Confusing Objective-C Warnings and Errors</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a> <a href="http://delicious.com/TheFangMonster/help">help</a> <a href="http://delicious.com/TheFangMonster/debugging">debugging</a> <a href="http://delicious.com/TheFangMonster/xcode">xcode</a> <a href="http://delicious.com/TheFangMonster/compiler">compiler</a> <a href="http://delicious.com/TheFangMonster/gcc">gcc</a> <a href="http://delicious.com/TheFangMonster/build">build</a> <a href="http://delicious.com/TheFangMonster/warnings">warnings</a> <a href="http://delicious.com/TheFangMonster/errors">errors</a> <a href="http://delicious.com/TheFangMonster/messages">messages</a> <a href="http://delicious.com/TheFangMonster/oracle">oracle</a> <a href="http://delicious.com/TheFangMonster/interpretation">interpretation</a> <a href="http://delicious.com/TheFangMonster/lore">lore</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://allseeing-i.com/ASIHTTPRequest/Setup-instructions">How to use ASIHTTPRequest in your projects - All-Seeing Interactive</a></div>
                <div class="delicious-extended">how to install version 2.0 of ASIHTTPRequest, into your XCode project</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/asihttprequest">asihttprequest</a> <a href="http://delicious.com/TheFangMonster/api">api</a> <a href="http://delicious.com/TheFangMonster/howto">howto</a> <a href="http://delicious.com/TheFangMonster/install">install</a> <a href="http://delicious.com/TheFangMonster/mac">mac</a> <a href="http://delicious.com/TheFangMonster/osx">osx</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a> <a href="http://delicious.com/TheFangMonster/http">http</a> <a href="http://delicious.com/TheFangMonster/server">server</a> <a href="http://delicious.com/TheFangMonster/web">web</a> <a href="http://delicious.com/TheFangMonster/brominet%3Adebugging">brominet:debugging</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.yuiblog.com/blog/2008/03/24/crockford-ajaxworld-ch9/">Crockford Speaks on “Fixing the Web” and Appears on Channel 9 » Yahoo! User Interface Blog (YUIBlog)</a></div>
                <div class="delicious-extended">I completely missed that YUI blog used my photo of Douglas.  Thanks!</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/douglascrockford">douglascrockford</a> <a href="http://delicious.com/TheFangMonster/javascript">javascript</a> <a href="http://delicious.com/TheFangMonster/ajax">ajax</a> <a href="http://delicious.com/TheFangMonster/ajaxworld">ajaxworld</a> <a href="http://delicious.com/TheFangMonster/2008">2008</a> <a href="http://delicious.com/TheFangMonster/nyc">nyc</a> <a href="http://delicious.com/TheFangMonster/yui">yui</a> <a href="http://delicious.com/TheFangMonster/ui">ui</a> <a href="http://delicious.com/TheFangMonster/ux">ux</a> <a href="http://delicious.com/TheFangMonster/web">web</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-03-09</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/03/links_for_20100309.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1127" title="links for 2010-03-09" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1127</id>
    
    <published>2010-03-10T04:01:40Z</published>
    <updated>2010-03-10T04:01:58Z</updated>
    
    <summary> precompiled headers -- redefinition of class... (tags: nested redefinition redeclaration debugging xcode precompiled headers objective-c) High Caffeine Content: Apple&amp;#039;s iBooks Dynamic Page Curl (tags: apple ibookstore ipad page curl animation ux ui interaction chrome eyecandy ebooks reading mobile code...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://lists.apple.com/archives/Xcode-users/2003/Oct/msg00025.html">precompiled headers -- redefinition of class...</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/nested">nested</a> <a href="http://delicious.com/TheFangMonster/redefinition">redefinition</a> <a href="http://delicious.com/TheFangMonster/redeclaration">redeclaration</a> <a href="http://delicious.com/TheFangMonster/debugging">debugging</a> <a href="http://delicious.com/TheFangMonster/xcode">xcode</a> <a href="http://delicious.com/TheFangMonster/precompiled">precompiled</a> <a href="http://delicious.com/TheFangMonster/headers">headers</a> <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://blog.steventroughtonsmith.com/2010/02/apples-ibooks-dynamic-page-curl.html">High Caffeine Content: Apple&#039;s iBooks Dynamic Page Curl</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/apple">apple</a> <a href="http://delicious.com/TheFangMonster/ibookstore">ibookstore</a> <a href="http://delicious.com/TheFangMonster/ipad">ipad</a> <a href="http://delicious.com/TheFangMonster/page">page</a> <a href="http://delicious.com/TheFangMonster/curl">curl</a> <a href="http://delicious.com/TheFangMonster/animation">animation</a> <a href="http://delicious.com/TheFangMonster/ux">ux</a> <a href="http://delicious.com/TheFangMonster/ui">ui</a> <a href="http://delicious.com/TheFangMonster/interaction">interaction</a> <a href="http://delicious.com/TheFangMonster/chrome">chrome</a> <a href="http://delicious.com/TheFangMonster/eyecandy">eyecandy</a> <a href="http://delicious.com/TheFangMonster/ebooks">ebooks</a> <a href="http://delicious.com/TheFangMonster/reading">reading</a> <a href="http://delicious.com/TheFangMonster/mobile">mobile</a> <a href="http://delicious.com/TheFangMonster/code">code</a> <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a> <a href="http://delicious.com/TheFangMonster/physics">physics</a> <a href="http://delicious.com/TheFangMonster/sdk">sdk</a> <a href="http://delicious.com/TheFangMonster/graphics">graphics</a> <a href="http://delicious.com/TheFangMonster/trick">trick</a> <a href="http://delicious.com/TheFangMonster/tutorial">tutorial</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-03-07</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/03/links_for_20100307.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1126" title="links for 2010-03-07" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1126</id>
    
    <published>2010-03-08T04:02:19Z</published>
    <updated>2010-03-08T04:02:38Z</updated>
    
    <summary> Pear Note - Note Taking Utility for Mac - Useful Fruit Software (tags: notes recording time mac cool)...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://www.usefulfruit.com/pearnote/">Pear Note - Note Taking Utility for Mac - Useful Fruit Software</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/notes">notes</a> <a href="http://delicious.com/TheFangMonster/recording">recording</a> <a href="http://delicious.com/TheFangMonster/time">time</a> <a href="http://delicious.com/TheFangMonster/mac">mac</a> <a href="http://delicious.com/TheFangMonster/cool">cool</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-03-06</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/03/links_for_20100306.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1125" title="links for 2010-03-06" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1125</id>
    
    <published>2010-03-07T04:02:01Z</published>
    <updated>2010-03-07T04:02:20Z</updated>
    
    <summary> fortune 1.4 software download - Mac OS X - VersionTracker Outside of MacPorts or Fink, there is no way to install fortune for Mac OSX, other than compiling it from source. Fortunately that is very simple. (tags: fortune bsd...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://www.versiontracker.com/dyn/moreinfo/macosx/11526">fortune 1.4 software download - Mac OS X - VersionTracker</a></div>
                <div class="delicious-extended">Outside of MacPorts or Fink, there is no way to install fortune for Mac OSX, other than compiling it from source.  Fortunately that is very simple.</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/fortune">fortune</a> <a href="http://delicious.com/TheFangMonster/bsd">bsd</a> <a href="http://delicious.com/TheFangMonster/games">games</a> <a href="http://delicious.com/TheFangMonster/download">download</a> <a href="http://delicious.com/TheFangMonster/mac">mac</a> <a href="http://delicious.com/TheFangMonster/osx">osx</a> <a href="http://delicious.com/TheFangMonster/install">install</a> <a href="http://delicious.com/TheFangMonster/source">source</a> <a href="http://delicious.com/TheFangMonster/fun">fun</a> <a href="http://delicious.com/TheFangMonster/silly">silly</a> <a href="http://delicious.com/TheFangMonster/cutup">cutup</a> <a href="http://delicious.com/TheFangMonster/fortunes">fortunes</a> <a href="http://delicious.com/TheFangMonster/cookie">cookie</a> <a href="http://delicious.com/TheFangMonster/setup">setup</a> <a href="http://delicious.com/TheFangMonster/dev">dev</a> <a href="http://delicious.com/TheFangMonster/terminal">terminal</a> <a href="http://delicious.com/TheFangMonster/text.only">text.only</a> <a href="http://delicious.com/TheFangMonster/narrative">narrative</a> <a href="http://delicious.com/TheFangMonster/words">words</a> <a href="http://delicious.com/TheFangMonster/stories">stories</a> <a href="http://delicious.com/TheFangMonster/story">story</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.macosxhints.com/article.php?story=20080313113705760">10.5: Fix Control-R in the Ruby interactive shell - Mac OS X Hints</a></div>
                <div class="delicious-extended">&quot;Control-R (reverse history search) not working in irb (ruby interactive shell), which was using the new libedit library. The solution to this particular deficiency is very simple -- just configure libedit by editing a file named .editrc in your home directory.&quot;</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/irb">irb</a> <a href="http://delicious.com/TheFangMonster/broken">broken</a> <a href="http://delicious.com/TheFangMonster/macosx">macosx</a> <a href="http://delicious.com/TheFangMonster/annoying">annoying</a> <a href="http://delicious.com/TheFangMonster/mac">mac</a> <a href="http://delicious.com/TheFangMonster/ruby">ruby</a> <a href="http://delicious.com/TheFangMonster/dev">dev</a> <a href="http://delicious.com/TheFangMonster/pitfalls">pitfalls</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://forum.portforward.com/YaBB.cgi?num=1213734073">Port  forwarding on Time Capsule</a></div>
                <div class="delicious-extended">on Time Capsule, I had to enable NAT port forwarding for Personal Web Sharing, before I could see the CocoaHTTPServer running on my iPhone</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/time">time</a> <a href="http://delicious.com/TheFangMonster/capsule">capsule</a> <a href="http://delicious.com/TheFangMonster/timecapsule">timecapsule</a> <a href="http://delicious.com/TheFangMonster/apple">apple</a> <a href="http://delicious.com/TheFangMonster/apartment">apartment</a> <a href="http://delicious.com/TheFangMonster/wifi">wifi</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/port">port</a> <a href="http://delicious.com/TheFangMonster/firewall">firewall</a> <a href="http://delicious.com/TheFangMonster/nat">nat</a> <a href="http://delicious.com/TheFangMonster/forwarding">forwarding</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-03-04</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/03/links_for_20100304.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1124" title="links for 2010-03-04" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1124</id>
    
    <published>2010-03-05T04:02:01Z</published>
    <updated>2010-03-05T04:02:22Z</updated>
    
    <summary> cocoahttpserver - Project Hosting on Google Code (tags: *read cocoahttpserver cocoa http server mac network iphone web tiny apple objective-c webserver opensource osx)...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://code.google.com/p/cocoahttpserver/">cocoahttpserver -  Project Hosting on Google Code</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/%2Aread">*read</a> <a href="http://delicious.com/TheFangMonster/cocoahttpserver">cocoahttpserver</a> <a href="http://delicious.com/TheFangMonster/cocoa">cocoa</a> <a href="http://delicious.com/TheFangMonster/http">http</a> <a href="http://delicious.com/TheFangMonster/server">server</a> <a href="http://delicious.com/TheFangMonster/mac">mac</a> <a href="http://delicious.com/TheFangMonster/network">network</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/web">web</a> <a href="http://delicious.com/TheFangMonster/tiny">tiny</a> <a href="http://delicious.com/TheFangMonster/apple">apple</a> <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a> <a href="http://delicious.com/TheFangMonster/webserver">webserver</a> <a href="http://delicious.com/TheFangMonster/opensource">opensource</a> <a href="http://delicious.com/TheFangMonster/osx">osx</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-03-03</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/03/links_for_20100303.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1123" title="links for 2010-03-03" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1123</id>
    
    <published>2010-03-04T04:01:52Z</published>
    <updated>2010-03-04T04:02:12Z</updated>
    
    <summary> jayway&amp;#039;s robotium at master - GitHub like Selenium, but for Android (tags: robotium selenium android testing tdd automation) robotium - Project Hosting on Google Code (tags: android functional testing tdd bdd automation) How to Fix Code Signing Errors @...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://github.com/jayway/robotium">jayway&#039;s robotium at master - GitHub</a></div>
                <div class="delicious-extended">like Selenium, but for Android</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/robotium">robotium</a> <a href="http://delicious.com/TheFangMonster/selenium">selenium</a> <a href="http://delicious.com/TheFangMonster/android">android</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://code.google.com/p/robotium/">robotium -  Project Hosting on Google Code</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/android">android</a> <a href="http://delicious.com/TheFangMonster/functional">functional</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/bdd">bdd</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.drobnik.com/touch/2009/05/how-to-fix-code-signing-errors/">How to Fix Code Signing Errors  @  Dr. Touch</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/iphonedev">iphonedev</a> <a href="http://delicious.com/TheFangMonster/problem">problem</a> <a href="http://delicious.com/TheFangMonster/debugging">debugging</a> <a href="http://delicious.com/TheFangMonster/learning">learning</a> <a href="http://delicious.com/TheFangMonster/profile">profile</a> <a href="http://delicious.com/TheFangMonster/provisioning">provisioning</a> <a href="http://delicious.com/TheFangMonster/certificates">certificates</a> <a href="http://delicious.com/TheFangMonster/error">error</a> <a href="http://delicious.com/TheFangMonster/codesigning">codesigning</a> <a href="http://delicious.com/TheFangMonster/profiles">profiles</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://software.intel.com/en-us/blogs/2009/06/25/virtualization-and-performance-vm-time-drift/">Virtualization and Performance: VM Time Drift – Intel Software Network Blogs</a></div>
                <div class="delicious-extended">&quot; In a highly loaded virtualized system, you need to be careful with the problem of lost clock ticks. If a guest OS misses clock ticks for whatever reason, it will perceive time as passing slower than in actuality. &quot;</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/time">time</a> <a href="http://delicious.com/TheFangMonster/clock">clock</a> <a href="http://delicious.com/TheFangMonster/cycles">cycles</a> <a href="http://delicious.com/TheFangMonster/vm">vm</a> <a href="http://delicious.com/TheFangMonster/virtualization">virtualization</a> <a href="http://delicious.com/TheFangMonster/pitfalls">pitfalls</a> <a href="http://delicious.com/TheFangMonster/bugs">bugs</a> <a href="http://delicious.com/TheFangMonster/performance">performance</a> <a href="http://delicious.com/TheFangMonster/benchmarking">benchmarking</a> <a href="http://delicious.com/TheFangMonster/interesting">interesting</a> <a href="http://delicious.com/TheFangMonster/via%3Aplanet.mozilla.org">via:planet.mozilla.org</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.getwindmill.com/">Windmill Testing Framework</a></div>
                <div class="delicious-extended">&quot;Windmill is a web testing tool designed to let you painlessly automate and debug your web application.&quot;</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/continuous">continuous</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a> <a href="http://delicious.com/TheFangMonster/ajax">ajax</a> <a href="http://delicious.com/TheFangMonster/selenium">selenium</a> <a href="http://delicious.com/TheFangMonster/web">web</a> <a href="http://delicious.com/TheFangMonster/html">html</a> <a href="http://delicious.com/TheFangMonster/javascript">javascript</a> <a href="http://delicious.com/TheFangMonster/ui">ui</a> <a href="http://delicious.com/TheFangMonster/gui">gui</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-03-02</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/03/links_for_20100302.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1122" title="links for 2010-03-02" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1122</id>
    
    <published>2010-03-03T04:01:52Z</published>
    <updated>2010-03-03T04:02:10Z</updated>
    
    <summary> ctb&amp;#039;s twill at master - GitHub an interactive command-line Web browser user agent as DSL includes config for the MaxQ play-and-record functional testing tool (really just a Java proxy server that writes logs in a DSL) (tags: twill web...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://github.com/ctb/twill">ctb&#039;s twill at master - GitHub</a></div>
                <div class="delicious-extended">an interactive command-line Web browser

<p>user agent as DSL</p>

<p>includes config for the MaxQ play-and-record functional testing tool (really just a Java proxy server that writes logs in a DSL)</div><br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/twill">twill</a> <a href="http://delicious.com/TheFangMonster/web">web</a> <a href="http://delicious.com/TheFangMonster/browser">browser</a> <a href="http://delicious.com/TheFangMonster/in%3Agithub">in:github</a> <a href="http://delicious.com/TheFangMonster/cli">cli</a> <a href="http://delicious.com/TheFangMonster/dsl">dsl</a> <a href="http://delicious.com/TheFangMonster/commandline">commandline</a> <a href="http://delicious.com/TheFangMonster/text.only">text.only</a> <a href="http://delicious.com/TheFangMonster/lynx">lynx</a> <a href="http://delicious.com/TheFangMonster/robot">robot</a> <a href="http://delicious.com/TheFangMonster/ua">ua</a> <a href="http://delicious.com/TheFangMonster/useragent">useragent</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://blog.ianbicking.org/twill-in-javascript.html">Twill in Javascript</a></div><br />
                <br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/twill">twill</a> <a href="http://delicious.com/TheFangMonster/cli">cli</a> <a href="http://delicious.com/TheFangMonster/web">web</a> <a href="http://delicious.com/TheFangMonster/browser">browser</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://maxq.tigris.org/">maxq.tigris.org</a></div><br />
                <div class="delicious-extended">Play-and-Record Web Functional Test Tool, as command-line DSL.  This is a Java proxy server that simply listens, and records each HTTP transaction as a script.</p>

<p>Later these scripts can be played back against any URL.</div><br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/fiddler">fiddler</a> <a href="http://delicious.com/TheFangMonster/java">java</a> <a href="http://delicious.com/TheFangMonster/livehttpheaders">livehttpheaders</a> <a href="http://delicious.com/TheFangMonster/robot">robot</a> <a href="http://delicious.com/TheFangMonster/ua">ua</a> <a href="http://delicious.com/TheFangMonster/user">user</a> <a href="http://delicious.com/TheFangMonster/agent">agent</a> <a href="http://delicious.com/TheFangMonster/useragent">useragent</a> <a href="http://delicious.com/TheFangMonster/python">python</a> <a href="http://delicious.com/TheFangMonster/cli">cli</a> <a href="http://delicious.com/TheFangMonster/web">web</a> <a href="http://delicious.com/TheFangMonster/scraping">scraping</a> <a href="http://delicious.com/TheFangMonster/maxq">maxq</a> <a href="http://delicious.com/TheFangMonster/browser">browser</a> <a href="http://delicious.com/TheFangMonster/http">http</a> <a href="http://delicious.com/TheFangMonster/twill">twill</a> <a href="http://delicious.com/TheFangMonster/record">record</a> <a href="http://delicious.com/TheFangMonster/play">play</a> <a href="http://delicious.com/TheFangMonster/jtidy">jtidy</a> <a href="http://delicious.com/TheFangMonster/lynx">lynx</a> <a href="http://delicious.com/TheFangMonster/selenium">selenium</a> <a href="http://delicious.com/TheFangMonster/commandline">commandline</a> <a href="http://delicious.com/TheFangMonster/text.only">text.only</a> <a href="http://delicious.com/TheFangMonster/log">log</a> <a href="http://delicious.com/TheFangMonster/logging">logging</a> <a href="http://delicious.com/TheFangMonster/sousveillance">sousveillance</a> <a href="http://delicious.com/TheFangMonster/jython">jython</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a> <a href="http://delicious.com/TheFangMonster/html">html</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/proxy">proxy</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://twill.idyll.org/browsing.html">Web browsing with twill</a></div><br />
                <div class="delicious-extended">Web browser as CLI</div><br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/twill">twill</a> <a href="http://delicious.com/TheFangMonster/cli">cli</a> <a href="http://delicious.com/TheFangMonster/dsl">dsl</a> <a href="http://delicious.com/TheFangMonster/minimal">minimal</a> <a href="http://delicious.com/TheFangMonster/tiny">tiny</a> <a href="http://delicious.com/TheFangMonster/web">web</a> <a href="http://delicious.com/TheFangMonster/browser">browser</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://twill.idyll.org/">twill: a simple scripting language for Web browsing</a></div><br />
                <div class="delicious-extended">Web browser as DSL</div><br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/minimal">minimal</a> <a href="http://delicious.com/TheFangMonster/tiny">tiny</a> <a href="http://delicious.com/TheFangMonster/web">web</a> <a href="http://delicious.com/TheFangMonster/server">server</a> <a href="http://delicious.com/TheFangMonster/python">python</a> <a href="http://delicious.com/TheFangMonster/ui">ui</a> <a href="http://delicious.com/TheFangMonster/browser">browser</a> <a href="http://delicious.com/TheFangMonster/cli">cli</a> <a href="http://delicious.com/TheFangMonster/client">client</a> <a href="http://delicious.com/TheFangMonster/dsl">dsl</a> <a href="http://delicious.com/TheFangMonster/scripting">scripting</a> <a href="http://delicious.com/TheFangMonster/software">software</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tools">tools</a> <a href="http://delicious.com/TheFangMonster/webdev">webdev</a> <a href="http://delicious.com/TheFangMonster/opensource">opensource</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://pragdave.blogs.pragprog.com/pragdave/2009/04/twitter-should-move-away-from-ruby.html">PragDave: Twitter Should Move Away from Ruby</a></div><br />
                <div class="delicious-extended">Dave Thomas, author of &quot;The Pickaxe Book&quot; on Twitter&#039;s shift of their middle tier from Ruby/Rails to Scala.  Afaik the UI is still Rails.</p>

<p>&quot;Instead of defending Ruby when it&#039;s clearly not an appropriate solution, let&#039;s think about things the other way around.</p>

<p>&quot;The good folks at Twitter started off with Ruby because they wanted to get something running quickly, and they wanted to experiment. And Ruby gave them that. And, what&#039;s more, Ruby saw them through at least two rounds of phenomenal  growth. Could they have done it in another language? Sure. But I suspect Ruby, despite the occasional headache, helped them get where they are now. &quot;</div><br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/twitter">twitter</a> <a href="http://delicious.com/TheFangMonster/rails">rails</a> <a href="http://delicious.com/TheFangMonster/2009">2009</a> <a href="http://delicious.com/TheFangMonster/davethomas">davethomas</a> <a href="http://delicious.com/TheFangMonster/programming">programming</a> <a href="http://delicious.com/TheFangMonster/ruby">ruby</a> <a href="http://delicious.com/TheFangMonster/pickaxe">pickaxe</a> <a href="http://delicious.com/TheFangMonster/books">books</a> <a href="http://delicious.com/TheFangMonster/rubyonrails">rubyonrails</a> <a href="http://delicious.com/TheFangMonster/ror">ror</a> <a href="http://delicious.com/TheFangMonster/ui">ui</a> <a href="http://delicious.com/TheFangMonster/ux">ux</a> <a href="http://delicious.com/TheFangMonster/performance">performance</a> <a href="http://delicious.com/TheFangMonster/scala">scala</a> <a href="http://delicious.com/TheFangMonster/functional">functional</a> <a href="http://delicious.com/TheFangMonster/impelementations">impelementations</a> <a href="http://delicious.com/TheFangMonster/benchmarking">benchmarking</a> <a href="http://delicious.com/TheFangMonster/optimization">optimization</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://developer.apple.com/tools/unittest.html">Test Driving Your Code with OCUnit</a></div><br />
                <div class="delicious-extended">&quot;This article introduces you to unit testing with OCUnit—a unit testing framework for Objective-C that integrates with Xcode. Step by step, we&#039;ll walk through how to write automated OCUnit tests for an Xcode project.&quot;  </p>

<p>Also, hey, I thought xUnit originate with JUnit, but turns out it comes from SmallTalk&#039;s SUnit.</div><br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/unit">unit</a> <a href="http://delicious.com/TheFangMonster/mac">mac</a> <a href="http://delicious.com/TheFangMonster/unittest">unittest</a> <a href="http://delicious.com/TheFangMonster/framework">framework</a> <a href="http://delicious.com/TheFangMonster/OCUnit">OCUnit</a> <a href="http://delicious.com/TheFangMonster/XUnit">XUnit</a> <a href="http://delicious.com/TheFangMonster/smalltalk">smalltalk</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml">Google Objective-C Style Guide</a></div><br />
                <div class="delicious-extended">IM IN UR IPHONEZ, STANDURDIZIN UR SOARZ CODEZ</div><br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/google">google</a> <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a> <a href="http://delicious.com/TheFangMonster/style">style</a> <a href="http://delicious.com/TheFangMonster/code">code</a> <a href="http://delicious.com/TheFangMonster/standards">standards</a> <a href="http://delicious.com/TheFangMonster/guide">guide</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/writing">writing</a> <a href="http://delicious.com/TheFangMonster/readability">readability</a> <a href="http://delicious.com/TheFangMonster/maintainability">maintainability</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://www.mobileorchard.com/bookmarklet-as-app-store-paid-app/">Bookmarklet As App Store Paid App</a></div><br />
                <div class="delicious-extended">Selling bookmarklets as paid apps on the app store.</div><br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/javascript">javascript</a> <a href="http://delicious.com/TheFangMonster/bookmarklets">bookmarklets</a> <a href="http://delicious.com/TheFangMonster/apple">apple</a> <a href="http://delicious.com/TheFangMonster/apps">apps</a> <a href="http://delicious.com/TheFangMonster/store">store</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://www.theautomatedtester.co.uk/">The Automated Tester - how does the real tester do things</a></div><br />
                <br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/test">test</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/via%3A%23selenium">via:#selenium</a> <a href="http://delicious.com/TheFangMonster/tutorial">tutorial</a> <a href="http://delicious.com/TheFangMonster/learning">learning</a> <a href="http://delicious.com/TheFangMonster/blog">blog</a> <a href="http://delicious.com/TheFangMonster/%2Aread">*read</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/development">development</a> <a href="http://delicious.com/TheFangMonster/programming">programming</a> <a href="http://delicious.com/TheFangMonster/unit">unit</a> <a href="http://delicious.com/TheFangMonster/functional">functional</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a> <a href="http://delicious.com/TheFangMonster/selenium">selenium</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://developer.apple.com/mac/library/DOCUMENTATION/Darwin/Reference/ManPages/man5/plist.5.html">plist(5) Mac OS X Manual Page</a></div><br />
                <div class="delicious-extended">&quot;When encoding the contents of a CFDictionary, each member is encoded by placing the dictionary key in a<br />
     &lt;key&gt; tag and immediately following it with the corresponding value in the appropriate tag from the ta-ble table<br />
     ble above.&quot;</div><br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/mac">mac</a> <a href="http://delicious.com/TheFangMonster/osx">osx</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a> <a href="http://delicious.com/TheFangMonster/code">code</a> <a href="http://delicious.com/TheFangMonster/plist">plist</a> <a href="http://delicious.com/TheFangMonster/xml">xml</a> <a href="http://delicious.com/TheFangMonster/property">property</a> <a href="http://delicious.com/TheFangMonster/data">data</a> <a href="http://delicious.com/TheFangMonster/format">format</a> <a href="http://delicious.com/TheFangMonster/core">core</a> <a href="http://delicious.com/TheFangMonster/foundation">foundation</a> <a href="http://delicious.com/TheFangMonster/corefoundation">corefoundation</a> <a href="http://delicious.com/TheFangMonster/apple">apple</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://lab.arc90.com/2008/04/02/svn-notifier/">SVN Notifier | Arc90 Lab</a></div><br />
                <br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/svn">svn</a> <a href="http://delicious.com/TheFangMonster/mac">mac</a> <a href="http://delicious.com/TheFangMonster/notification">notification</a>)</div><br />
            </li><li><br />
                <div class="delicious-link"><a href="http://adamchristian.com/archives/358">Considering in-house web automation? | Adam Christian</a></div><br />
                <br />
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a> <a href="http://delicious.com/TheFangMonster/via%3Aplanet.mozilla.org">via:planet.mozilla.org</a> <a href="http://delicious.com/TheFangMonster/howto">howto</a> <a href="http://delicious.com/TheFangMonster/vm">vm</a> <a href="http://delicious.com/TheFangMonster/vmware">vmware</a> <a href="http://delicious.com/TheFangMonster/virtual">virtual</a> <a href="http://delicious.com/TheFangMonster/machine">machine</a> <a href="http://delicious.com/TheFangMonster/javascript">javascript</a> <a href="http://delicious.com/TheFangMonster/web">web</a> <a href="http://delicious.com/TheFangMonster/ajax">ajax</a> <a href="http://delicious.com/TheFangMonster/ci">ci</a>)</div><br />
            </li></ul></p>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-03-01</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/03/links_for_20100301.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1121" title="links for 2010-03-01" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1121</id>
    
    <published>2010-03-02T04:02:20Z</published>
    <updated>2010-03-02T04:02:37Z</updated>
    
    <summary> Interview with Matt Gallagher on Programatic UI Testing (tags: xpath xml iphone dom ui brominet *listen podcast learning code geek hax omg) iPhoneUnitTesting - google-toolbox-for-mac - How to do iPhone unit testing - Project Hosting on Google Code (tags:...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://www.mobileorchard.com/interview-with-matt-gallagher-author-of-the-cocoa-with-love-blog/">Interview with Matt Gallagher on Programatic UI Testing</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/xpath">xpath</a> <a href="http://delicious.com/TheFangMonster/xml">xml</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/dom">dom</a> <a href="http://delicious.com/TheFangMonster/ui">ui</a> <a href="http://delicious.com/TheFangMonster/brominet">brominet</a> <a href="http://delicious.com/TheFangMonster/%2Alisten">*listen</a> <a href="http://delicious.com/TheFangMonster/podcast">podcast</a> <a href="http://delicious.com/TheFangMonster/learning">learning</a> <a href="http://delicious.com/TheFangMonster/code">code</a> <a href="http://delicious.com/TheFangMonster/geek">geek</a> <a href="http://delicious.com/TheFangMonster/hax">hax</a> <a href="http://delicious.com/TheFangMonster/omg">omg</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://code.google.com/p/google-toolbox-for-mac/wiki/iPhoneUnitTesting">iPhoneUnitTesting -  google-toolbox-for-mac -  How to do iPhone unit testing - Project Hosting on Google Code</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/brominet">brominet</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/unit">unit</a> <a href="http://delicious.com/TheFangMonster/google">google</a> <a href="http://delicious.com/TheFangMonster/mac">mac</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.taktak.net/Playground/Flimflam/Entry/469/ThefullStarWarsRockBand.aspx">The full Star Wars Rock Band | TAK! Art, Design &amp; Development —— A Creative Digital Web Design Agency in Birmingham. UK. +44 (0) 121 288 2528</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/starwars">starwars</a> <a href="http://delicious.com/TheFangMonster/rock">rock</a> <a href="http://delicious.com/TheFangMonster/band">band</a> <a href="http://delicious.com/TheFangMonster/rockband">rockband</a> <a href="http://delicious.com/TheFangMonster/awesome">awesome</a> <a href="http://delicious.com/TheFangMonster/geek">geek</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-02-28</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/02/links_for_20100228.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1120" title="links for 2010-02-28" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1120</id>
    
    <published>2010-03-01T04:01:32Z</published>
    <updated>2010-03-01T04:01:57Z</updated>
    
    <summary> How to use the subtree merge strategy how to merge 2 git repositories (tags: howto merge git repository via:stackoverflow.com vc github gist subtree module learning workflow) Cocoa Fortune 1.4.0 software download - Mac OS X - VersionTracker (tags: mac...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://www.kernel.org/pub/software/scm/git/docs/howto/using-merge-subtree.html">How to use the subtree merge strategy</a></div>
                <div class="delicious-extended">how to merge 2 git repositories</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/howto">howto</a> <a href="http://delicious.com/TheFangMonster/merge">merge</a> <a href="http://delicious.com/TheFangMonster/git">git</a> <a href="http://delicious.com/TheFangMonster/repository">repository</a> <a href="http://delicious.com/TheFangMonster/via%3Astackoverflow.com">via:stackoverflow.com</a> <a href="http://delicious.com/TheFangMonster/vc">vc</a> <a href="http://delicious.com/TheFangMonster/github">github</a> <a href="http://delicious.com/TheFangMonster/gist">gist</a> <a href="http://delicious.com/TheFangMonster/subtree">subtree</a> <a href="http://delicious.com/TheFangMonster/module">module</a> <a href="http://delicious.com/TheFangMonster/learning">learning</a> <a href="http://delicious.com/TheFangMonster/workflow">workflow</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.versiontracker.com/dyn/moreinfo/macoosx/11138">Cocoa Fortune 1.4.0 software download - Mac OS X - VersionTracker</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/mac">mac</a> <a href="http://delicious.com/TheFangMonster/osx">osx</a> <a href="http://delicious.com/TheFangMonster/fortune">fortune</a> <a href="http://delicious.com/TheFangMonster/bsd">bsd</a> <a href="http://delicious.com/TheFangMonster/gnu">gnu</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-02-27</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/02/links_for_20100227.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1119" title="links for 2010-02-27" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1119</id>
    
    <published>2010-02-28T04:02:15Z</published>
    <updated>2010-02-28T04:02:30Z</updated>
    
    <summary> blog.keitap.com (tags: *read ffffound) gist: 316489 - Howto compile and run the Cucumber functional tests for iPhone that Ian Dees presented at OSCON 2009- GitHub (tags: cucumber iphone oscon2009 mine me my in:github fork my:fork testing tdd example objective-c...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://blog.keitap.com/">blog.keitap.com</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/%2Aread">*read</a> <a href="http://delicious.com/TheFangMonster/ffffound">ffffound</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://gist.github.com/316489">gist: 316489 - Howto compile and run the Cucumber functional tests for iPhone that Ian Dees presented at OSCON 2009- GitHub</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/oscon2009">oscon2009</a> <a href="http://delicious.com/TheFangMonster/mine">mine</a> <a href="http://delicious.com/TheFangMonster/me">me</a> <a href="http://delicious.com/TheFangMonster/my">my</a> <a href="http://delicious.com/TheFangMonster/in%3Agithub">in:github</a> <a href="http://delicious.com/TheFangMonster/fork">fork</a> <a href="http://delicious.com/TheFangMonster/my%3Afork">my:fork</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/example">example</a> <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a> <a href="http://delicious.com/TheFangMonster/xcode">xcode</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-02-26</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/02/links_for_20100226.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1118" title="links for 2010-02-26" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1118</id>
    
    <published>2010-02-27T04:02:36Z</published>
    <updated>2010-02-27T04:02:51Z</updated>
    
    <summary><![CDATA[ The Pragmatic Bookshelf | Read Our Magazines See &quot;Issue 2, August 2009,&quot; iPhone, Meet Cucumber (tags: iphone cucumber iandees learning) Pragmatic Forums | Cucumber/iphone article question (tags: ian dees bromine brominet cucumber debugging help iphone testing tdd) Apple Developer...]]></summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://pragprog.com/magazines">The Pragmatic Bookshelf | Read Our Magazines</a></div>
                <div class="delicious-extended">See &quot;Issue 2, August 2009,&quot; iPhone, Meet Cucumber</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/iandees">iandees</a> <a href="http://delicious.com/TheFangMonster/learning">learning</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://forums.pragprog.com/forums/134/topics/3166">Pragmatic Forums | Cucumber/iphone article question</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/ian">ian</a> <a href="http://delicious.com/TheFangMonster/dees">dees</a> <a href="http://delicious.com/TheFangMonster/bromine">bromine</a> <a href="http://delicious.com/TheFangMonster/brominet">brominet</a> <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/debugging">debugging</a> <a href="http://delicious.com/TheFangMonster/help">help</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://developer.apple.com/iphone/manage/certificates/team/howto.action">Apple Developer Connection - iPhone Dev Center - Certificates - How To</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/developer">developer</a> <a href="http://delicious.com/TheFangMonster/certificate">certificate</a> <a href="http://delicious.com/TheFangMonster/sdk">sdk</a> <a href="http://delicious.com/TheFangMonster/key">key</a> <a href="http://delicious.com/TheFangMonster/signing">signing</a> <a href="http://delicious.com/TheFangMonster/sign">sign</a> <a href="http://delicious.com/TheFangMonster/auth">auth</a> <a href="http://delicious.com/TheFangMonster/certificates">certificates</a> <a href="http://delicious.com/TheFangMonster/howto">howto</a> <a href="http://delicious.com/TheFangMonster/learning">learning</a> <a href="http://delicious.com/TheFangMonster/beginner">beginner</a> <a href="http://delicious.com/TheFangMonster/basic">basic</a> <a href="http://delicious.com/TheFangMonster/setup">setup</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.hopelessgeek.com/2008/08/26/iphone-code-signing">iPhone Code Signing | Hopeless Geek</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/keychain">keychain</a> <a href="http://delicious.com/TheFangMonster/signing">signing</a> <a href="http://delicious.com/TheFangMonster/code">code</a> <a href="http://delicious.com/TheFangMonster/sign">sign</a> <a href="http://delicious.com/TheFangMonster/certificates">certificates</a> <a href="http://delicious.com/TheFangMonster/auth">auth</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://code.google.com/p/git-osx-installer/">git-osx-installer -  Project Hosting on Google Code</a></div>
                <div class="delicious-extended">Git binaries for OSX snow leopard</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/mac">mac</a> <a href="http://delicious.com/TheFangMonster/osx">osx</a> <a href="http://delicious.com/TheFangMonster/snowleopard">snowleopard</a> <a href="http://delicious.com/TheFangMonster/git">git</a> <a href="http://delicious.com/TheFangMonster/binary">binary</a> <a href="http://delicious.com/TheFangMonster/download">download</a> <a href="http://delicious.com/TheFangMonster/install">install</a> <a href="http://delicious.com/TheFangMonster/vc">vc</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://superuser.com/questions/56488/use-a-remote-desktop-viewer-from-an-imac-to-a-remote-workstation-through-vpn">Use a remote desktop viewer from an iMac to a remote workstation through VPN - Super User</a></div>
                <div class="delicious-extended">CoRD is a very slick Windows remote desktop client for Mac.  It &quot;just works.&quot;</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/CoRD">CoRD</a> <a href="http://delicious.com/TheFangMonster/vpn">vpn</a> <a href="http://delicious.com/TheFangMonster/vnc">vnc</a> <a href="http://delicious.com/TheFangMonster/remote">remote</a> <a href="http://delicious.com/TheFangMonster/desktop">desktop</a> <a href="http://delicious.com/TheFangMonster/pc">pc</a> <a href="http://delicious.com/TheFangMonster/windows">windows</a> <a href="http://delicious.com/TheFangMonster/win32">win32</a> <a href="http://delicious.com/TheFangMonster/network">network</a> <a href="http://delicious.com/TheFangMonster/via%3Astackoverflow.com">via:stackoverflow.com</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="https://economist.unfuddle.com/docs/topics/repository_callbacks">Repository callbacks: Unfuddle Help</a></div>
                <div class="delicious-extended">&quot;For each commit to this repository, Unfuddle will perform an HTTP post against the provide Callback URL &quot;</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/unfuddle">unfuddle</a> <a href="http://delicious.com/TheFangMonster/svn">svn</a> <a href="http://delicious.com/TheFangMonster/post-commit">post-commit</a> <a href="http://delicious.com/TheFangMonster/commit">commit</a> <a href="http://delicious.com/TheFangMonster/hook">hook</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/build">build</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://en.wikipedia.org/wiki/Utility_player">Utility player - Wikipedia, the free encyclopedia</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/via%3Aian.dees.name">via:ian.dees.name</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://github.com/undees/justplayed">undees&#039;s justplayed at master - GitHub</a></div>
                <div class="delicious-extended">This is the iphone testing framework and application which Ian Dees demoed / presented at OSCON 2009.  It includes both the objective-c and the Ruby sources shown in the presentation.</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/oscon2009">oscon2009</a> <a href="http://delicious.com/TheFangMonster/2009">2009</a> <a href="http://delicious.com/TheFangMonster/new">new</a> <a href="http://delicious.com/TheFangMonster/bleedingedge">bleedingedge</a> <a href="http://delicious.com/TheFangMonster/iandees">iandees</a> <a href="http://delicious.com/TheFangMonster/ruby">ruby</a> <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/xcode">xcode</a> <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a> <a href="http://delicious.com/TheFangMonster/example">example</a> <a href="http://delicious.com/TheFangMonster/in%3Agithub">in:github</a> <a href="http://delicious.com/TheFangMonster/programming">programming</a> <a href="http://delicious.com/TheFangMonster/language">language</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-02-25</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/02/links_for_20100225.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1117" title="links for 2010-02-25" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1117</id>
    
    <published>2010-02-26T04:02:13Z</published>
    <updated>2010-02-26T04:02:36Z</updated>
    
    <summary> Welcome : Flavors.me (tags: me aggregator cms social media twitter service UI 2010 via:david23) undees&amp;#039;s yesbut at master - GitHub (tags: iphone cucumber brominet testing tdd automation code example) www.ian.dees.name - iphone gui testing predates his presentation at OSCON2009...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://flavors.me/">Welcome : Flavors.me</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/me">me</a> <a href="http://delicious.com/TheFangMonster/aggregator">aggregator</a> <a href="http://delicious.com/TheFangMonster/cms">cms</a> <a href="http://delicious.com/TheFangMonster/social">social</a> <a href="http://delicious.com/TheFangMonster/media">media</a> <a href="http://delicious.com/TheFangMonster/twitter">twitter</a> <a href="http://delicious.com/TheFangMonster/service">service</a> <a href="http://delicious.com/TheFangMonster/UI">UI</a> <a href="http://delicious.com/TheFangMonster/2010">2010</a> <a href="http://delicious.com/TheFangMonster/via%3Adavid23">via:david23</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://github.com/undees/yesbut/tree/master/2009-02-01">undees&#039;s yesbut at master - GitHub</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/brominet">brominet</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a> <a href="http://delicious.com/TheFangMonster/code">code</a> <a href="http://delicious.com/TheFangMonster/example">example</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.ian.dees.name/tech/iphone-gui-testing.html">www.ian.dees.name - iphone gui testing</a></div>
                <div class="delicious-extended">predates his presentation at OSCON2009</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/oscon2009">oscon2009</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://code.google.com/p/bromine/wiki/UsingBromine">UsingBromine -  bromine -  learn how to install and use Bromine - Project Hosting on Google Code</a></div>
                <div class="delicious-extended">I guess since brominet is a fork, the installation instructions for bromine will work?</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/bromine">bromine</a> <a href="http://delicious.com/TheFangMonster/brominet">brominet</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://cocoawithlove.com/2008/11/automated-user-interface-testing-on.html">Cocoa with Love: Automated user interface testing on the iPhone</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a> <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://snipplr.com/view/27990/howto-set-up-a-rake-task-to-run-cucumber-features-and-generate-reports/">Howto set up a Rake task to run Cucumber features and generate reports - Ruby - Snipplr</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/learning">learning</a> <a href="http://delicious.com/TheFangMonster/rake">rake</a> <a href="http://delicious.com/TheFangMonster/tools">tools</a> <a href="http://delicious.com/TheFangMonster/ruby">ruby</a> <a href="http://delicious.com/TheFangMonster/utility">utility</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a> <a href="http://delicious.com/TheFangMonster/essential">essential</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2010-02-24</title>
    <link rel="alternate" type="text/html" href="http://www.onemorebug.com/meme.washer/2010/02/links_for_20100224.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.onemorebug.com/movabletype/mt-atom.cgi/weblog/blog_id=4/entry_id=1116" title="links for 2010-02-24" />
    <id>tag:www.onemorebug.com,2010:/meme.washer//4.1116</id>
    
    <published>2010-02-25T04:02:27Z</published>
    <updated>2010-02-25T04:02:43Z</updated>
    
    <summary> Testing Iphone using Cucumber on Vimeo video walkthru of cucumber (tags: cucumber testing tdd ruby video screencast learning iphone) http://www.atomicobject.com/files/BigComplexTested_Feb07.pdf (tags: tdd paper testing mvp presenter architecture mvc via:wikipedia.com) Presenter First: Organizing Complex GUI Applications for Test-Driven Development on...</summary>
    <author>
        <name>Noah Sussman</name>
        <uri>http://onemorebug.com</uri>
    </author>
            <category term="daily del.icio.us" />
    
    <content type="html" xml:lang="en" xml:base="http://www.onemorebug.com/meme.washer/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://www.vimeo.com/5642761">Testing Iphone using Cucumber on Vimeo</a></div>
                <div class="delicious-extended">video walkthru of cucumber</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/ruby">ruby</a> <a href="http://delicious.com/TheFangMonster/video">video</a> <a href="http://delicious.com/TheFangMonster/screencast">screencast</a> <a href="http://delicious.com/TheFangMonster/learning">learning</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.atomicobject.com/files/BigComplexTested_Feb07.pdf">http://www.atomicobject.com/files/BigComplexTested_Feb07.pdf</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/paper">paper</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/mvp">mvp</a> <a href="http://delicious.com/TheFangMonster/presenter">presenter</a> <a href="http://delicious.com/TheFangMonster/architecture">architecture</a> <a href="http://delicious.com/TheFangMonster/mvc">mvc</a> <a href="http://delicious.com/TheFangMonster/via%3Awikipedia.com">via:wikipedia.com</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.atomicobject.com/files/PresenterFirstAgile2006.pdf">Presenter First: Organizing Complex GUI Applications for Test-Driven Development</a></div>
                <div class="delicious-extended">on presenter-first development</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/model">model</a> <a href="http://delicious.com/TheFangMonster/view">view</a> <a href="http://delicious.com/TheFangMonster/presenter">presenter</a> <a href="http://delicious.com/TheFangMonster/controller">controller</a> <a href="http://delicious.com/TheFangMonster/architecture">architecture</a> <a href="http://delicious.com/TheFangMonster/paper">paper</a> <a href="http://delicious.com/TheFangMonster/mvc">mvc</a> <a href="http://delicious.com/TheFangMonster/mvp">mvp</a> <a href="http://delicious.com/TheFangMonster/gui">gui</a> <a href="http://delicious.com/TheFangMonster/ui">ui</a> <a href="http://delicious.com/TheFangMonster/ux">ux</a> <a href="http://delicious.com/TheFangMonster/theilab">theilab</a> <a href="http://delicious.com/TheFangMonster/via%3Awikipedia.com">via:wikipedia.com</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://en.wikipedia.org/wiki/Presenter_First">Presenter First - Wikipedia, the free encyclopedia</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/mvc">mvc</a> <a href="http://delicious.com/TheFangMonster/model">model</a> <a href="http://delicious.com/TheFangMonster/view">view</a> <a href="http://delicious.com/TheFangMonster/presenter">presenter</a> <a href="http://delicious.com/TheFangMonster/controller">controller</a> <a href="http://delicious.com/TheFangMonster/architecture">architecture</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://snipplr.com/view/27758/howto-run-tidy-from-the-command-line/">Howto run Tidy from the command line - Bash - Snipplr</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/tidy">tidy</a> <a href="http://delicious.com/TheFangMonster/shell">shell</a> <a href="http://delicious.com/TheFangMonster/curl">curl</a> <a href="http://delicious.com/TheFangMonster/html">html</a> <a href="http://delicious.com/TheFangMonster/validation">validation</a> <a href="http://delicious.com/TheFangMonster/cli">cli</a> <a href="http://delicious.com/TheFangMonster/commandline">commandline</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://www.cocoacast.com/?q=node/206">iPhone GUI testing: baby steps toward Cucumber | CocoaCast</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/ruby">ruby</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://blog.josephwilk.net/ruby/futureruby-talk-cucumbered.html">Joseph Wilk    » FutureRuby Talk: Cucumbered</a></div>
                <div class="delicious-extended">A very nice introduction to Cucumber.</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/ruby">ruby</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/explanation">explanation</a> <a href="http://delicious.com/TheFangMonster/slides">slides</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://code.google.com/p/google-toolbox-for-mac/wiki/iPhoneUnitTesting#UI_and_State_Testing">iPhoneUnitTesting -  google-toolbox-for-mac -  How to do iPhone unit testing - Project Hosting on Google Code</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/unit">unit</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://groups.google.com/group/pdxruby/browse_thread/thread/7865318fbc65d0d1">Meeting notes: September 1, 2009 -- Cucumber + iPhone, Ruby + CouchDB -  pdxruby |  Google Groups</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/cucumber">cucumber</a> <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/ruby">ruby</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://drnicwilliams.com/2008/07/04/unit-testing-iphone-apps-with-ruby-rbiphonetest/">Dr Nic ’s Unit Testing iPhone apps with Ruby: rbiphonetest</a></div>
                <div class="delicious-extended">provides an interface for OSX / iPhone / Objective-C components, in Ruby</div>
                <div class="delicious-tags">(tags: <a href="http://delicious.com/TheFangMonster/iphone">iphone</a> <a href="http://delicious.com/TheFangMonster/ruby">ruby</a> <a href="http://delicious.com/TheFangMonster/testing">testing</a> <a href="http://delicious.com/TheFangMonster/tdd">tdd</a> <a href="http://delicious.com/TheFangMonster/unittest">unittest</a> <a href="http://delicious.com/TheFangMonster/unit">unit</a> <a href="http://delicious.com/TheFangMonster/objective-c">objective-c</a> <a href="http://delicious.com/TheFangMonster/sdk">sdk</a> <a href="http://delicious.com/TheFangMonster/howto">howto</a> <a href="http://delicious.com/TheFangMonster/example">example</a> <a href="http://delicious.com/TheFangMonster/%2Awatch">*watch</a> <a href="http://delicious.com/TheFangMonster/movie">movie</a> <a href="http://delicious.com/TheFangMonster/video">video</a> <a href="http://delicious.com/TheFangMonster/help">help</a> <a href="http://delicious.com/TheFangMonster/helpful">helpful</a> <a href="http://delicious.com/TheFangMonster/learning">learning</a> <a href="http://delicious.com/TheFangMonster/test">test</a> <a href="http://delicious.com/TheFangMonster/mock">mock</a> <a href="http://delicious.com/TheFangMonster/cocoa">cocoa</a> <a href="http://delicious.com/TheFangMonster/rubycocoa">rubycocoa</a> <a href="http://delicious.com/TheFangMonster/autotest">autotest</a> <a href="http://delicious.com/TheFangMonster/zentest">zentest</a> <a href="http://delicious.com/TheFangMonster/automation">automation</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>

</feed> 

