<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Geek &amp; Mild</title>
    <subtitle type="text"></subtitle>
    <link rel="alternate" type="text/html" href="http://seansperte.com/" />
    <link rel="self" type="application/atom+xml" href="http://seansperte.com/feed" />
    <updated>2010-03-11T03:31:56Z</updated>
    <rights>Copyright (c) 2010, Sean</rights>
    <generator uri="http://expressionengine.com/" version="1.6.8">ExpressionEngine</generator>
    <id>tag:seansperte.com,2010:03:09</id>


    <entry>
      <title>[&#10003;] Colosseo Letterpress Poster Now Shipping</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fcolosseo_letterpress_poster_now_shipping%2F&amp;seed_title=Colosseo+Letterpress+Poster+Now+Shipping" />
      <id>tag:seansperte.com,2010:/9.1375</id>
      <published>2010-03-09T17:36:39Z</published>
      <updated>2010-03-09T17:36:40Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p>Cameron Moll has finished, and is now shipping, his incredible <a href="http://colosseotype.com/">Colosseo letterpress poster</a>.</p>

      ]]></content>
    </entry>

    <entry>
      <title>[&#10003;] Google Before You Tweet</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fgoogle_before_you_tweet%2F&amp;seed_title=Google+before+you+Tweet" />
      <id>tag:seansperte.com,2010:/9.1374</id>
      <published>2010-03-07T02:02:42Z</published>
      <updated>2010-03-07T02:03:58Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p>I love this <a href="http://shop.ilovetypography.com/product/google-before-you-tweet">Google before you Tweet</a> limited edition letterpress print. (Via <a href="http://cameronmoll.tumblr.com/">Cameron Moll&#8217;s new Tumblr-powered blog</a>.)</p>

      ]]></content>
    </entry>

    <entry>
      <title>[&#10003;] Why DRM Doesn’t Work</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fwhy_drm_doesnt_work%2F&amp;seed_title=Why+DRM+Doesn%E2%80%99t+Work" />
      <id>tag:seansperte.com,2010:/9.1373</id>
      <published>2010-03-02T17:17:58Z</published>
      <updated>2010-03-02T17:18:00Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p>Here are some instructions on <a href="http://www.bradcolbow.com/archive.php/?p=205">how to download an audio book from the Cleveland public library</a>. (Via <a href="http://daringfireball.net/linked/2010/03/02/drm">Daring Fireball</a>.)</p>

      ]]></content>
    </entry>

    <entry>
      <title>A Neat, Subtle Archives Widget</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fa_neat_subtle_archives_widget%2F&amp;seed_title=A+Neat%2C+Subtle+Archives+Widget" />
      <id>tag:,2010:/8.1372</id>
      <published>2010-02-24T06:44:53Z</published>
      <updated>2010-02-24T06:47:01Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p>You may have noticed I rearranged some elements of Geek &amp; Mild over the weekend. Or maybe you didn&#8217;t.</p>

<p>The biggest change is the location of the archives widget timeline thing, which I moved to the opposite side of the window. The reasoning has to do with <a href="http://particletree.com/features/visualizing-fittss-law/">Fitt&#8217;s law</a> and the widget sharing vicinity with the browser scrollbar. I was never comfortable with how close the two interface elements were.</p>

<p>I&#8217;m still unsure if the widget works for its purpose, but since I haven&#8217;t gotten any particularly negative feedback about it, I figure it must do its job adequately.</p>

<p>The widget itself &#8212; the code, I mean &#8212; is so simple I thought I&#8217;d share it.</p>

<h3>The HTML (plus ExpressionEngine)</h3>

<div style="text-align:left;color:#000000; background-color:#ffffff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; "><span style="color:#881280;">&lt;ul </span><span style="color:#994500;">id</span><span style="color:#881280;">=</span><span style="color:#1a1aa6;">&quot;archives&quot;</span><span style="color:#881280;">&gt;</span><br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#881280;">&lt;li </span><span style="color:#994500;">id</span><span style="color:#881280;">=</span><span style="color:#1a1aa6;">&quot;now&quot;</span><span style="color:#881280;">&gt;&lt;a </span><span style="color:#994500;">href</span><span style="color:#881280;">=</span><span style="color:#1a1aa6;">&quot;/&quot;</span><span style="color:#881280;">&gt;&lt;span&gt;</span>Now<span style="color:#881280;">&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</span><br />
&nbsp;&nbsp;&nbsp;&nbsp;&#123;exp:weblog:month_links&#125;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#881280;">&lt;li </span><span style="color:#994500;">id</span><span style="color:#881280;">=</span><span style="color:#1a1aa6;">&quot;a&#123;year&#125;-&#123;month_num&#125;&quot;</span><span style="color:#881280;">&gt;&lt;a </span><span style="color:#994500;">href</span><span style="color:#881280;">=</span><span style="color:#1a1aa6;">&quot;&#123;path=index&#125;&quot;</span><span style="color:#881280;">&gt;&lt;span&gt;</span>&#123;month&#125; &#123;year&#125;<span style="color:#881280;">&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</span><br />
&nbsp;&nbsp;&nbsp;&nbsp;&#123;/exp:weblog:month_links&#125;<br />
<span style="color:#881280;">&lt;/ul&gt;</span><br />
</div>

<h3>The CSS</h3>

<div style="text-align:left;color:#000000; background-color:#ffffff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; ">#archives &#123;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">position</span>: <span style="color:#9b4400;">absolute</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">top</span>: <span style="color:#0000ff;">185px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">left</span>: <span style="color:#0000ff;">0</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">width</span>: <span style="color:#0000ff;">75px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">margin</span>: -<span style="color:#0000ff;">20px</span> <span style="color:#0000ff;">0</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">padding</span>: <span style="color:#0000ff;">20px</span> <span style="color:#0000ff;">0 20px</span> <span style="color:#0000ff;">0</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">overflow</span>: <span style="color:#9b4400;">hidden</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">list-style</span>: <span style="color:#9b4400;">none</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">font</span>: <span style="color:#9b4400;">bold</span> <span style="color:#0000ff;">10px</span>/<span style="color:#0000ff;">1 </span><span style="color:#760f15;">&#8216;helvetica neue&#8217;</span>, helvetica, <span style="color:#9b4400;">sans-serif</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">text-transform</span>: <span style="color:#9b4400;">uppercase</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">list-style</span>: <span style="color:#9b4400;">none</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">z-index</span>: <span style="color:#0000ff;">2</span>;<br />
&#125;<br />
<br />
#archives:hover &#123;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">width</span>: <span style="color:#0000ff;">150px</span>;<br />
&#125;<br />
<br />
#archives li &#123;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">margin-left</span>: -<span style="color:#0000ff;">120px</span>;<br />
&#125;<br />
<br />
#archives:hover li &#123;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">margin-left</span>: -<span style="color:#0000ff;">10px</span>;<br />
&#125;<br />
<br />
#archives li a &#123;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">display</span>: <span style="color:#9b4400;">block</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">position</span>: <span style="color:#9b4400;">relative</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">width</span>: <span style="color:#0000ff;">120px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">height</span>: <span style="color:#0000ff;">6px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">margin</span>: <span style="color:#0000ff;">0 0 4px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">padding</span>: <span style="color:#0000ff;">0 4px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">text-align</span>: <span style="color:#9b4400;">right</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">color</span>: <span style="color:#760f15;">#ededed</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">background</span>: <span style="color:#760f15;">#ccc</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">border</span>: <span style="color:#9b4400;">none</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">-moz-border-radius</span>: <span style="color:#0000ff;">2px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">-webkit-border-radius</span>: <span style="color:#0000ff;">2px</span>;<br />
&#125;<br />
<br />
<br />
#archives li a:hover &#123;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">height</span>: <span style="color:#0000ff;">10px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">margin</span>: -<span style="color:#0000ff;">4px</span> <span style="color:#0000ff;">0 0</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">padding</span>: <span style="color:#0000ff;">2px</span> <span style="color:#0000ff;">4px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">color</span>: <span style="color:#760f15;">#ededed</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">background</span>: <span style="color:#760f15;">#222</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">z-index</span>: <span style="color:#0000ff;">2</span>;<br />
&#125;<br />
<br />
#archives li a span &#123;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">visibility</span>: <span style="color:#9b4400;">hidden</span>;<br />
&#125;<br />
<br />
#archives li a:hover span &#123;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">visibility</span>: <span style="color:#9b4400;">visible</span>;<br />
&#125;<br />
</div>

<p>Then I stick this in the <code>&amp;lt;head&amp;gt;</code> of the index page:</p>

<div style="text-align:left;color:#000000; background-color:#ffffff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; ">&#123;if segment_1 != <span style="color:#760f15;">&quot;entry&quot;</span> &amp;&amp; segment_1 != <span style="color:#760f15;">&quot;&quot;</span>&#125;<br />
&nbsp;&nbsp;&nbsp;&nbsp;#archives #a&#123;segment_2&#125;-&#123;segment_3&#125; a &#123;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">width</span>: <span style="color:#0000ff;">130px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">margin-left</span>: -<span style="color:#0000ff;">5px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">background</span>: <span style="color:#760f15;">#222</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&#125;<br />
&#123;if:else&#125;<br />
&nbsp;&nbsp;&nbsp;&nbsp;#archives #now a &#123;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">width</span>: <span style="color:#0000ff;">130px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">margin-left</span>: -<span style="color:#0000ff;">5px</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#88134f;">background</span>: <span style="color:#760f15;">#222</span>;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&#125;<br />
&#123;/if&#125;<br />
</div>

<p>There you have it. Feel free to reuse and repurpose the widget for your own project or website. Let me know if you do, I&#8217;d love to see how it&#8217;s adapted.</p>

<p>(Thanks to <a href="http://panic.com/coda">Coda</a> for the code formatting via &#8216;copy-as-XHTML&#8217; function!)</p>

      ]]></content>
    </entry>

    <entry>
      <title>[&#10003;] Helvetication</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fhelvetication%2F&amp;seed_title=Helvetication" />
      <id>tag:seansperte.com,2010:/9.1371</id>
      <published>2010-02-24T00:40:08Z</published>
      <updated>2010-02-24T00:40:10Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p>Some good friends of mine have released a new game for the iPhone called <a href="http://itunes.apple.com/us/app/helvetication/id357418009?mt=8">Helvetication</a> [iTunes link]. Pick it up, if you dare to test your Helvetica-versus-Arial muscles.</p>

      ]]></content>
    </entry>

    <entry>
      <title>[&#10003;] Pixel &amp;amp; Tonic</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fpixel_tonic%2F&amp;seed_title=Pixel+%26amp%3B+Tonic" />
      <id>tag:seansperte.com,2010:/9.1370</id>
      <published>2010-02-23T22:56:09Z</published>
      <updated>2010-02-23T22:56:10Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p><a href="http://pixelandtonic.com/">Pixel &amp; Tonic</a> is Brandon Kelly&#8217;s new company specializing in ExpressionEngine addons. Brandon is the author of the indispensable FieldFrame extension.</p>

      ]]></content>
    </entry>

    <entry>
      <title>RIP iPod</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Frip_ipod%2F&amp;seed_title=RIP+iPod" />
      <id>tag:,2010:/8.1369</id>
      <published>2010-02-23T09:02:24Z</published>
      <updated>2010-02-23T09:04:37Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p>Here&#8217;s why <a href="http://twitter.com/sperte/status/8438749658">I think the introduction of the iPad spells certain doom for the iPod line of products</a>: Apple &#8216;skates to where the puck is going to be&#8217;. Meaning the touch OS is the future of mobile computing, and despite the iPod&#8217;s success, future mobile devices from Apple are not going to be running the iPod software.</p>

<p>One reason for this is there&#8217;s really no one at Apple championing the iPod anymore. Ever since <a href="http://online.wsj.com/article/SB122577427707796495.html">Tony Fadell stepped down as VP of the iPod Division</a> (remember Fadell took over the job from Jon Rubinstein, who&#8217;s now at Palm) we&#8217;ve seen very little advancement in the product line. Certainly the evolution of the iPod has slowed over the last 18 or so months.</p>

<p>Perhaps better support for my prediction, though, is Apple&#8217;s history of replacing their own successful products with newer or different models, even at the height of their popularity. They did it with the iMac, iPod Mini, original Nano, etc. Apple rarely leaves a product on the market long enough for it to become stale.</p>

<p>There&#8217;s also the marketing perspective. Killing the iPod is a genius move. After all, it is one of the most decorated consumer electronic devices of the last decade. What the iPod represents culturally might even outweigh what it represents technologically. Killing it would create a virtual black hole of headlines.</p>

<p>From the consumer&#8217;s perspective, I don&#8217;t see a compelling reason to keep the iPod around. If presented with the option of either an iPod Classic or Nano model or a touch OS device for the same price, I suspect 19 out of 20 people would select the Touch.</p>

<p>(And before you race to the comment box to remind me that iPods are great for exercising or that your 49TB music collection won&#8217;t fit on an iPod Touch, let me just ask one question: what&#8217;s stopping Apple from making a &#8216;Touch Shuffle&#8217;, or a higher-capacity/HDD-based version of the Touch? Just because those product don&#8217;t exist today doesn&#8217;t mean they won&#8217;t be introduced in September, in time for the Holiday lineup. Plus, those segments of users are fringe, not median.)</p>

<p>But there&#8217;s another reason Apple would want to do this that seems so obvious to me. Doesn&#8217;t it make sense for Apple to kill the iPod to force people to upgrade to the touch OS? Think about it. The only iPod able to purchase and download content direct from the iTunes Store is the Touch. The touch OS represents opportunity for continued profit like no other Apple product. Where you might have one or two Macs in a household, it&#8217;s not unrealistic to think every member of that same home could own a touch OS device &#8212; maybe even two. Business-wise, there&#8217;s a lot to be gained from the death of the iPod. Why wouldn&#8217;t they kill it? Sentiment?</p>

<p>Really, it&#8217;s not that bold to say the iPod&#8217;s days are numbered. Even my prediction of 1-3 years seems a bit conservative. Especially if you know how Apple thinks: different.</p>

      ]]></content>
    </entry>

    <entry>
      <title>[&#10003;] 50 Million Tweets Per Day</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2F50_million_tweets_per_day%2F&amp;seed_title=50+Million+Tweets+Per+Day" />
      <id>tag:seansperte.com,2010:/9.1368</id>
      <published>2010-02-23T00:23:37Z</published>
      <updated>2010-02-23T00:23:38Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p>This &#8216;<a href="http://blog.twitter.com/2010/02/measuring-tweets.html">TPS report</a>&#8217; on the Twitter blog is unreal.</p>

<blockquote>
  <p>Tweets grew 1,400% last year to 35 million per day. Today, we are seeing 50 million tweets per day—that&#8217;s an average of 600 tweets per second.</p>
</blockquote>

<p>Amazing.</p>

      ]]></content>
    </entry>

    <entry>
      <title>[&#10003;] Why We Have the Internet</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fwhy_we_have_the_internet%2F&amp;seed_title=Why+we+have+the+Internet" />
      <id>tag:seansperte.com,2010:/9.1367</id>
      <published>2010-02-22T07:09:40Z</published>
      <updated>2010-02-22T07:09:41Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p><a href="http://www.oldspice.com/videos/all/22/The_Man_Your_Man_Could_Smell_Like/">Media</a>, meet <a href="http://www.youtube.com/watch?v=sDo46bfxUP4">meme</a>. You look cute together.</p>

      ]]></content>
    </entry>

    <entry>
      <title>[&#10003;] Photoshoptimize</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fphotoshoptimize%2F&amp;seed_title=Photoshoptimize" />
      <id>tag:seansperte.com,2010:/9.1366</id>
      <published>2010-02-22T05:30:54Z</published>
      <updated>2010-02-22T05:30:55Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p><a href="http://www.aisleone.net/photoshoptimize/">Six ways to optimize Photoshop performance</a>.</p>

      ]]></content>
    </entry>

    <entry>
      <title>[&#10003;] World Domination</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fworld_domination%2F&amp;seed_title=World+Domination" />
      <id>tag:seansperte.com,2010:/9.1365</id>
      <published>2010-02-20T07:30:29Z</published>
      <updated>2010-02-20T07:30:30Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p>And for my next act: <a href="http://drp.ly/roRr">world domination</a>.</p>

      ]]></content>
    </entry>

    <entry>
      <title>[&#10003;] Apple&#8217;s New Adult&#45;themed App Policy</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fapples_new_adult-themed_app_policy%2F&amp;seed_title=Apple%26%238217%3Bs+new+adult-themed+app+policy" />
      <id>tag:seansperte.com,2010:/9.1364</id>
      <published>2010-02-19T21:30:28Z</published>
      <updated>2010-02-19T21:30:30Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p><a href="http://www.marco.org/398944203">Marco Arment on Apple removing adult-themed content from the App Store</a>:</p>

<blockquote>
  <p>This is one of those difficult decisions that leaders of censors and gatekeepers must make, accepting any negative feedback as a cost of being leaders, for the good of their domains.</p>
</blockquote>

<p>He agrees with the decision but not its timing or how it was made.</p>

<p>I agree with the decision also. What&#8217;s unfortunate is how quickly these type of apps shot up the charts and were being developed and downloaded by the droves. Apple probably wouldn&#8217;t have need to change their policy if the marketplace itself kept these apps buried by ignoring them.</p>

<p>And I&#8217;m willing to cut Apple some slack on these types of issues. They&#8217;re pioneering a new marketplace and economy &#8212; as well as attempting to protect their brand and customers&#8217; experiences.</p>

      ]]></content>
    </entry>

    <entry>
      <title>[&#10003;] Windows Phone 7 Series Hands&#45;on and Impressions</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fwindows_phone_7_series_hands-on_and_impressions%2F&amp;seed_title=Windows+Phone+7+Series+hands-on+and+impressions" />
      <id>tag:seansperte.com,2010:/9.1363</id>
      <published>2010-02-16T00:29:49Z</published>
      <updated>2010-02-16T00:29:50Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p><a href="http://www.engadget.com/2010/02/15/windows-phone-7-series-hands-on-and-impressions/">Engadget&#8217;s Windows Phone 7 Series hands-on</a> has a video walkthrough that shows off the daring and unique new user interface.</p>

<p>I really tried to watch with an open mind, but after using an iPhone for almost three years, it&#8217;s hard to not compare with my experience. While the interface aesthetic is creative, it looks like they have a long way to go in terms of interface engineering. (E.g. watch for how many times the demonstrator mis-taps.)</p>

      ]]></content>
    </entry>

    <entry>
      <title>[&#10003;] Peek at Adobe Creative Suite 5 for Mac</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fpeek_at_adobe_creative_suite_5_for_mac%2F&amp;seed_title=Peek+at+Adobe+Creative+Suite+5+for+Mac" />
      <id>tag:seansperte.com,2010:/9.1362</id>
      <published>2010-02-15T21:18:56Z</published>
      <updated>2010-02-15T21:18:57Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p><a href="http://www.appleinsider.com/articles/10/02/15/sources_offer_peek_at_adobe_creative_suite_5_for_mac.html">Sources offer peek at Adobe Creative Suite 5 for Mac</a>. AppleInsider:</p>

<blockquote>
  <p>The casual Photoshop user won&#8217;t recognize too much of a difference in the software over the existing version, [the sources] say. Instead, the enhancements will play to designers who work with relatively large files, manipulate 3D objects, and work with video.</p>
</blockquote>

<p>This is the first update of Adobe&#8217;s Creative Suite that I may not immediately jump on.</p>

      ]]></content>
    </entry>

    <entry>
      <title>[&#10003;] Church and the iPad</title>
      <link rel="alternate" type="text/html" href="http://seansperte.com/feeder/?FeederAction=clicked&amp;feed=Geek+%26+Mild&amp;seed=http%3A%2F%2Fseansperte.com%2Fentry%2Fchurch_and_the_ipad%2F&amp;seed_title=Church+and+the+iPad" />
      <id>tag:seansperte.com,2010:/9.1361</id>
      <published>2010-02-11T23:38:26Z</published>
      <updated>2010-02-11T23:38:27Z</updated>
      <author>
            <name>Sean</name>
            <email>sean@sperte.com</email>
                  </author>

      <content type="html"><![CDATA[
        <p>It doesn&#8217;t take much to imagine all the possible ways a company or organization can take advantage of the iPad. <a href="http://echofaith.com/blog/entry/how_the_ipad_will_change_the_church">Jesse J. Anderson has come up with a few for the church</a> &#8212; as has <a href="http://www.churchtecharts.org/archives/1583?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+ChurchTechArts+(Church+Tech+Arts)&amp;utm_content=Google+Reader">Mike Sessler</a>.</p>

      ]]></content>
    </entry>


</feed>