<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adam Darowski &#187; iPhone</title>
	<atom:link href="http://www.darowski.com/tracesofinspiration/category/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darowski.com/tracesofinspiration</link>
	<description>Adam Darowski is a daddy of two and User Experience Designer for BatchBlue Software.</description>
	<lastBuildDate>Mon, 02 Aug 2010 18:30:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stop iPhone from (Incorrectly) Auto-Linking Phone Numbers</title>
		<link>http://www.darowski.com/tracesofinspiration/2009/03/31/stop-iphone-from-incorrectly-auto-linking-phone-numbers/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2009/03/31/stop-iphone-from-incorrectly-auto-linking-phone-numbers/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 01:50:03 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/?p=643</guid>
		<description><![CDATA[One of the many nice features of iPhone is that Mobile Safari will auto-detect any phone numbers on a web page and turn them into links. Very handy. Much better than remembering the number as you switch from the browser to the phone.
However, this auto-detection is a bit overzealous. In addition to phone numbers, I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>One of the many nice features of iPhone is that Mobile Safari will auto-detect any phone numbers on a web page and turn them into links. Very handy. Much better than remembering the number as you switch from the browser to the phone.</p>
<p>However, this auto-detection is a bit overzealous. In addition to phone numbers, I&#8217;ve seen it link date ranges (1978-2008), specific dates (3/9/2009), and—for <a href="http://baseballtwit.com/">us baseball stat geeks</a>—offensive rate statistics (.312/.418/.515&#8230; and I&#8217;ll send a <a href="http://batchblue.com/">BatchBlue</a> tee shirt to the first person to identify that sweet career line).</p>
<p>Tonight, I was building a page and tested it in iPhone. It incorrectly linked some dates. This was problematic because in that specific section, I had all anchors set to <code>display: block;</code>. So, adding these extra links broke the design. </p>
<p>I could have added some extraneous markup and worked around it, but I was curious if there was a way to turn off this auto-detection. Turns out, <a href="http://www.raizlabs.com/blog/?p=202">there is</a>.</p>
<p>In your <code>&lt;head&gt;</code>, add this line:</p>
<p><code class="block">&lt;meta name=&quot;format-detection&quot; content=&quot;telephone=no&quot; /&gt;</code></p>
<p>That will turn off ALL phone number auto-detection on that page. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2009/03/31/stop-iphone-from-incorrectly-auto-linking-phone-numbers/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>My Favorite CSS Techniques</title>
		<link>http://www.darowski.com/tracesofinspiration/2008/11/14/my-favorite-css-techniques/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2008/11/14/my-favorite-css-techniques/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 18:11:55 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[BatchBlue]]></category>
		<category><![CDATA[BatchBook]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/?p=267</guid>
		<description><![CDATA[I&#8217;ve been creating websites for 12 years. I started using CSS many years ago, but for a long time (like many designers) I only used it for text formatting. It wasn&#8217;t until 2006 that I took the plunge into pure CSS for layout. Since then, I&#8217;ve developed some favorite techniques that I use over and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been creating websites for 12 years. I started using CSS many years ago, but for a long time (like many designers) I only used it for text formatting. It wasn&#8217;t until 2006 that I took the plunge into pure CSS for layout. Since then, I&#8217;ve developed some favorite techniques that I use over and over again. Here, I&#8217;m finally putting them in one place. </p>
<p>These techniques don&#8217;t require any acrobatic wizardry or anything. They mirror my design approach—simple, clear, minimal, and (hopefully) easy to follow. It is because of this approach that my cross-browser fixes are usually quite minimal. That&#8217;s why you won&#8217;t see many IE tweaks here.</p>
<p>Before I start&#8230;</p>
<h2>How did I learn CSS?</h2>
<p>I&#8217;ve only picked up a few CSS books over the years, but I&#8217;ve leaned on those books <em>heavily</em>. They are:</p>
<ul>
<li><a href="http://simplebits.com/publications/solutions/"><em>Web Standards Solutions: The Markup and Style Handbook</em></a> by Dan Cederholm</li>
<li><a href="http://simplebits.com/publications/bulletproof/"><em>Bulletproof Web Design</em></a> (1st edition) by Dan Cederholm</li>
<li><a href="http://htmlmastery.com/"><em>HTML Mastery</em></a> by Paul Haine</li>
<li><a href="http://www.cssmastery.com/"><em>CSS Mastery</em></a> by Andy Budd</li>
</ul>
<p>What? No <a href="http://www.zeldman.com/dwws/">Zeldman</a>? I know, I know. I started with the local protégé, Mr. Cederholm. He&#8217;s taken me far.</p>
<p>Of course, I also read a ton of web design blogs and online publications. The key ones (for me) are:</p>
<ul>
<li><a href="http://simplebits.com/">SimpleBits</a> (Dan Cederholm)</li>
<li><a href="http://www.456bereastreet.com/">456 Berea Street</a> (Roger Johansson)</li>
<li><a href="http://www.alistapart.com/">A List Apart</a></li>
<li><a href="http://www.thinkvitamin.com/">Vitamin</a></li>
<li>Email list from the <a href="http://webstandardsgroup.org/">Web Standards Group</a></li>
</ul>
<p>Now that you know how I learned to do this, here&#8217;s what I find myself using over and over again:</p>
<h2>Image Replacement on Headers</h2>
<p>Headers (<code>h1</code>, <code>h2</code>, etc.) are very, very important. For starters, search engines <strong>love</strong> them. When Google crawls your page, it first asks &#8220;Okay, where&#8217;s the <code>h1</code>? That will tell me what this page is.&#8221; If you don&#8217;t include headers, then you&#8217;re making Google guess. Why make Google guess?</p>
<p>This is what the <code>h1</code> of Darowski.com looks like:</p>
<p><code>&lt;h1&gt;&lt;a href="http://www.darowski.com/tracesofinspiration"&gt;Adam Darowski&rsquo;s Traces of Inspiration&lt;/a&gt;&lt;/h1&gt;</code></p>
<p>And here&#8217;s how it renders with no CSS:</p>
<p><img src="http://www.darowski.com/tracesofinspiration/techniques/imagereplacement1.png" alt="h1 with no styling" /></p>
<p>Of course, that just ain&#8217;t gonna do. Here&#8217;s how it renders with the rest of the design:</p>
<p><img src="http://www.darowski.com/tracesofinspiration/techniques/imagereplacement2.png" alt="h1 styled and integrated with design" /></p>
<p>So, how do you do that? With image replacement. We&#8217;re taking the <code>h1</code>, then giving it a background image and height &#038; weight (using the dimensions from the background image). For the text itself, we give it a negative indent so that the text doesn&#8217;t appear on the page. It&#8217;s still there for screen readers and search engines, but the typical user won&#8217;t see it.</p>
<p>Here&#8217;s the CSS:</p>
<p><code class="block">h1 {<br />
&nbsp;&nbsp;margin: 0;<br />
}<br />
h1 a {<br />
&nbsp;&nbsp;display: block;<br />
&nbsp;&nbsp;background: url(darowski.png) no-repeat 0 0;<br />
&nbsp;&nbsp;height: 103px;<br />
&nbsp;&nbsp;width: 449px;<br />
&nbsp;&nbsp;text-indent: -9999px;<br />
}<br />
</code></p>
<p>Why is most of the code applied to the link inside the h1? Because if you apply the negative indent to the text <em>inside</em> the <code>h1</code>, the clickable link actually appears off the page. If you indent the text inside the clickable link, the link itself still appears on the page—only the text inside is hidden. I know, weird. But it works!</p>
<h2>Implementing types and values using Microformats</h2>
<p>Using <a href="http://microformats.org/">Microformats</a> to mark up an email address is pretty easy.</p>
<p><code>&lt;a href="mailto:adarowski@gmail.com"&gt;adarowski@gmail.com&lt;/a&gt;</code></p>
<p>becomes:</p>
<p><code>&lt;a class="email" href="mailto:adarowski@gmail.com"&gt;adarowski@gmail.com&lt;/a&gt;</code></p>
<p>And that&#8217;s it.</p>
<p>But what if you want to add more information to that email address, like if it is a home or work email address? In that case, inside of the object with the class of &#8220;email&#8221;, you need two more objects: one with the class name of &#8220;type&#8221; and another with the class name of &#8220;value&#8221;. The &#8220;type&#8221; is where you define home or work while &#8220;value&#8221; is the actual email address.</p>
<p>Here&#8217;s an example from my <a href="http://www.darowski.com/tracesofinspiration/about/">About page</a>:</p>
<p><code class="block">&lt;p&gt;Work Info:&lt;/p&gt;<br />
&lt;ul&gt;<br />
&nbsp;&nbsp;&lt;li&gt;Website: &lt;a href="http://batchblue.com/" class="url"&gt;http://batchblue.com/&lt;/a&gt;&lt;/li&gt;<br />
&nbsp;&nbsp;&lt;li&gt;Blog: &lt;a href="http://darowski.com/" class="url"&gt;http://blog.batchblue.com/&lt;/a&gt;&lt;/li&gt;<br />
&nbsp;&nbsp;&lt;li class="email"&gt;&lt;span class="type hidetext"&gt;Work&lt;/span&gt; Email: &lt;a href="mailto:adarowski@batchblue.com" class="value"&gt;adarowski@batchblue.com&lt;/a&gt;&lt;/li&gt;<br />
&nbsp;&nbsp;&lt;li class="tel"&gt;&lt;span class="type hidetext"&gt;Work&lt;/span&gt; Phone: &lt;span class="value"&gt;(888) 402-2824&lt;/span&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
</code></p>
<p>So, inside the <code>li</code> (which has the &#8220;email&#8221; class) lives two <code>span</code>s—one &#8220;type&#8221; and one &#8220;value&#8221;. The HTML renders like so with no CSS:</p>
<p><img src="http://www.darowski.com/tracesofinspiration/techniques/microformatstype1.png" alt="markup with microformats and no CSS" /></p>
<p>But you&#8217;ll notice that in this case, I have a &#8220;hidetext&#8221; style on the &#8220;type&#8221;. That&#8217;s because I only want to display it as &#8220;Email&#8221;. I simply add this style:</p>
<p><code>span.hidetext {<br />
&nbsp;&nbsp;display: none;<br />
}<br />
</code></p>
<p>and I&#8217;m done. It renders like so:</p>
<p><img src="http://www.darowski.com/tracesofinspiration/techniques/microformatstype2.png" alt="Microformatted markup with CSS to hide type" /></p>
<p>I don&#8217;t always hide the types, though. On <a href="http://flickr.com/photos/batchbluesoftware/2906686850/sizes/o/in/set-72157607657016965/">BatchBook&#8217;s contact detail pages</a>, the type works very well into the layout:</p>
<p><img src="http://www.darowski.com/tracesofinspiration/techniques/microformatstype3.png" alt="Microformat types for email addresses works into BatchBook's UI nicely" /></p>
<h2>Custom icons on list items</h2>
<p>Here&#8217;s one I use A LOT. Unordered lists are wonderful. I use them all the time. But that bullet that denotes an unordered list by default can be a bit boring. Here&#8217;s what I did to spruce up the bloggers list on the <a href="http://blog.batchblue.com/">BatchBlue Blog</a>:</p>
<p><img src="http://www.darowski.com/tracesofinspiration/techniques/customlists1.png" alt="BatchBlue Blog blogger list with icons or each list item" /></p>
<p>And here&#8217;s the markup:</p>
<p><code class="block">&lt;h2&gt;Bloggers&lt;/h2&gt;<br />
&lt;ul id="bloggers"&gt;<br />
&nbsp;&nbsp;&lt;li id="calhoun"&gt;&lt;a href="http://blog.batchblue.com/?author=6" title="Archive for Keri Calhoun"&gt;Keri Calhoun&lt;/a&gt;&lt;/li&gt;<br />
&nbsp;&nbsp;&lt;li id="darowski"&gt;&lt;a href="http://blog.batchblue.com/?author=5" title="Archive for Adam Darowski"&gt;Adam Darowski&lt;/a&gt;&lt;/li&gt;<br />
&nbsp;&nbsp;&lt;li id="larson"&gt;&lt;a href="http://blog.batchblue.com/?author=8" title="Archive for Will Larson"&gt;Will Larson&lt;/a&gt;&lt;/li&gt;<br />
&nbsp;&nbsp;&lt;li id="ohara"&gt;&lt;a href="http://blog.batchblue.com//?author=4" title="Archive for Pamela O'Hara"&gt;Pamela O'Hara&lt;/a&gt;&lt;/li&gt;<br />
&nbsp;&nbsp;&lt;li id="ransom"&gt;&lt;a href="http://blog.batchblue.com/?author=1" title="Archive for Sean Ransom"&gt;Sean Ransom&lt;/a&gt;&lt;/li&gt;<br />
&nbsp;&nbsp;&lt;li id="riggen"&gt;&lt;a href="http://blog.batchblue.com/?author=2" title="Archive for Michelle Riggen-Ransom"&gt;Michelle Riggen-Ransom&lt;/a&gt;&lt;/li&gt;<br />
&nbsp;&nbsp;&lt;li id="sweeney"&gt;&lt;a href="http://blog.batchblue.com/?author=7" title="Archive for Stephanie Sweeney"&gt;Stephanie Sweeney&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
</code></p>
<p>As you can see, we gave the list an id of &#8220;bloggers&#8221; and each list item an id of the blogger&#8217;s last name. That allows us to apply a different icon to each blogger&#8217;s list item.</p>
<p>But first, here&#8217;s the CSS to get the list looking the way we want (correct padding, left indenting, removing the default bullet):</p>
<p><code class="block">ul#bloggers {<br />
&nbsp;&nbsp;margin: 0;<br />
&nbsp;&nbsp;list-style: none;<br />
}<br />
ul#bloggers li {<br />
&nbsp;&nbsp;padding: 4px 0;<br />
&nbsp;&nbsp;margin: 1px;<br />
&nbsp;&nbsp;padding-left: 24px;<br />
}<br />
ul#bloggers li a {<br />
&nbsp;&nbsp;text-decoration: none;<br />
}<br />
</code></p>
<p>Next, here is the CSS for each of the individual line items:</p>
<p><code class="block">#calhoun { background: url(../images/keri-calhoun-icon.jpg) no-repeat left 2px; }<br />
#darowski { background: url(../images/adam-darowski-icon.jpg) no-repeat left 2px; }<br />
#larson { background: url(../images/will-larson-icon.jpg) no-repeat left 2px; }<br />
#ohara { background: url(../images/pamela-ohara-icon.jpg) no-repeat left 2px; }<br />
#ransom { background: url(../images/sean-ransom-icon.jpg) no-repeat left 2px; }<br />
#riggen { background: url(../images/michelle-riggen-ransom-icon.jpg) no-repeat left 2px; }<br />
#sweeney { background: url(../images/stephanie-sweeney-icon.jpg) no-repeat left 2px; }<br />
</code></p>
<p>If you look around any site I&#8217;ve created, you&#8217;ll probably see a lot of these. The footer at Darowski.com uses it:</p>
<p><img src="http://www.darowski.com/tracesofinspiration/techniques/customlists2.png" alt="Darowski.com footer with custom icons on list items" /></p>
<h2>Creative use of definition lists</h2>
<p>As much as I love unordered lists, there&#8217;s one thing I love more. Definition lists!</p>
<p>I admit, I had never even used one before reading <em>Web Standards Solutions</em>, but now I use them all the time. All contact info within BatchBook is laid out in definition lists. Think about it&#8230; what better defines the home email than the email address itself? The definition list is an unordered list with even more semantic meaning.</p>
<p>When we launched the new personas section of <a href="http://www.batchblue.com/">BatchBlue.com</a>, I went with a definition list. The names of the personas are the definition terms (<code>dt</code>) and the person used in the persona as well as the information that person is likely to track help define it (<code>dd</code>).</p>
<p>Here&#8217;s the complete markup:</p>
<p><code class="block">&lt;h3 class="persona-header"&gt;Who needs a CRM anyway?&lt;/h3&gt;<br />
&lt;div id="personas" class="clearfix"&gt;<br />
&nbsp;&nbsp;&lt;dl class="sales"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dt&gt;Sales professionals&lt;/dt&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="photo"&gt;&lt;a title="Peter Caputa" href="http://www.linkedin.com/in/pc4media" target="_blank"&gt;PC4Media.net&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="track"&gt;Customers, &lt;span&gt;leads,&lt;/span&gt; conversions&hellip;&lt;/dd&gt;<br />
&nbsp;&nbsp;&lt;/dl&gt;<br />
&nbsp;&nbsp;&lt;dl class="freelancers"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dt&gt;Freelancers&lt;/dt&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="photo"&gt;&lt;a title="Alex Taylor" href="http://bigringdesign.com/" target="_blank"&gt;Big Ring Design&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="track"&gt;Clients, &lt;span&gt;partnerships,&lt;/span&gt; invoices &hellip;&lt;/dd&gt;<br />
&nbsp;&nbsp;&lt;/dl&gt;<br />
&nbsp;&nbsp;&lt;dl class="virtalassistants"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dt&gt;Virtual assistants&lt;/dt&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="photo"&gt;&lt;a title="Michelle Wolverton" href="http://chelpixie.com/" target="_blank"&gt;ChelPixie&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="track"&gt;To-dos, &lt;span&gt;schedules,&lt;/span&gt; executives&hellip;&lt;/dd&gt;<br />
&nbsp;&nbsp;&lt;/dl&gt;<br />
&nbsp;&nbsp;&lt;dl class="entrepreneurs"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dt&gt;Entrepreneurs&lt;/dt&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="photo"&gt;&lt;a title="Jack Templin" href="http://thoughtcap.com/" target="_blank"&gt;ThoughtCap&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="track"&gt;Opportunities, &lt;span&gt;partners,&lt;/span&gt; VCs&hellip;&lt;/dd&gt;<br />
&nbsp;&nbsp;&lt;/dl&gt;<br />
&nbsp;&nbsp;&lt;dl class="editors"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dt&gt;Editors&lt;/dt&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="photo"&gt;&lt;a title="Anisa Raoof" href="http://kidoinfo.com" target="_blank"&gt;KidoInfo&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="track"&gt;Writers, &lt;span&gt;deadlines,&lt;/span&gt; articles&hellip;&lt;/dd&gt;<br />
&nbsp;&nbsp;&lt;/dl&gt;<br />
&nbsp;&nbsp;&lt;dl class="consultants"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dt&gt;Consultants&lt;/dt&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="photo"&gt;&lt;a title="Brent Leary" href="http://www.brentleary.com/" target="_blank"&gt;CRM Essentials&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="track"&gt;Clients, &lt;span&gt;vendors,&lt;/span&gt; proposals&hellip;&lt;/dd&gt;<br />
&nbsp;&nbsp;&lt;/dl&gt;<br />
&nbsp;&nbsp;&lt;dl class="eventorganizers"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dt&gt;Event organizers&lt;/dt&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="photo"&gt;&lt;a title="Chris Brogan" href="http://chrisbrogan.com/" target="_blank"&gt;Chris Brogan&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="track"&gt;Speakers, &lt;span&gt;attendees,&lt;/span&gt; sponsors&hellip;&lt;/dd&gt;<br />
&nbsp;&nbsp;&lt;/dl&gt;<br />
&nbsp;&nbsp;&lt;dl class="nonprofits"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dt&gt;Non-Profits&lt;/dt&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="photo"&gt;&lt;a title="Danielle Brigida" href="http://www.nwf.org/wildlife/" target="_blank"&gt;National Wildlife Federation&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="track"&gt;Donors, &lt;span&gt;fundraisers,&lt;/span&gt; volunteers&hellip;&lt;/dd&gt;<br />
&nbsp;&nbsp;&lt;/dl&gt;<br />
&nbsp;&nbsp;&lt;dl class="realestateagents"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dt&gt;Real estate agents&lt;/dt&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="photo"&gt;&lt;a title="Gerry Bourgeois" href="http://realtyman.com/" target="_blank"&gt;RealtyMan.com&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="track"&gt;Buyers, &lt;span&gt;sellers,&lt;/span&gt; referrals&hellip;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="custom"&gt;&lt;a href="realestate/"&gt;Custom version available&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&lt;/dl&gt;<br />
&nbsp;&nbsp;&lt;dl class="designers"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dt&gt;Designers&lt;/dt&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="photo"&gt;&lt;a title="Mikey Hougland" href="http://lamikey.com/" target="_blank"&gt;lamikey.com&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="track"&gt;Projects, &lt;span&gt;clients,&lt;/span&gt; deliverables&hellip;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="custom"&gt;&lt;a href="designer/"&gt;Custom version available&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&lt;/dl&gt;<br />
&nbsp;&nbsp;&lt;dl class="marketers"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dt&gt;Marketers&lt;/dt&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="photo"&gt;&lt;a title="Saul Colt" href="http://saulcolt.com" target="_blank"&gt;Saul Colt&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="track"&gt;Press, &lt;span&gt;bloggers,&lt;/span&gt; social media&hellip;&lt;/dd&gt;<br />
&nbsp;&nbsp;&lt;/dl&gt;<br />
&nbsp;&nbsp;&lt;dl class="superheroes"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dt&gt;Super Heroes&lt;/dt&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="photo"&gt;&lt;a title="Small Business Super Heroes" href="super-heroes.html"&gt;Super Heroes&lt;/a&gt;&lt;/dd&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dd class="track"&gt;We know &lt;span&gt;you&rsquo;re out&lt;/span&gt; there!&lt;/dd&gt;<br />
&nbsp;&nbsp;&lt;/dl&gt;<br />
&lt;/div&gt; &lt;!-- close #personas --&gt;<br />
</code></p>
<p>An abbreviated version of how that looks unstyled:</p>
<p><img src="http://www.darowski.com/tracesofinspiration/techniques/personas1.png" alt="Unstyled personas box" /></p>
<p>And here&#8217;s how I got that to look:</p>
<p><img src="http://www.darowski.com/tracesofinspiration/techniques/personas2.png" alt="Styled personas box" /></p>
<p>I&#8217;ll admit&#8230; I&#8217;m a bit proud of that one. <img src='http://www.darowski.com/tracesofinspiration/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, the CSS. There&#8217;s a lot of it. Let&#8217;s start with the basic definition list:</p>
<p><code class="block">#personas {<br />
&nbsp;&nbsp;border-top: 1px solid #CACACA;<br />
&nbsp;&nbsp;border-left: 1px solid #CACACA;<br />
&nbsp;&nbsp;margin-bottom: 10px;<br />
&nbsp;&nbsp;width: 688px;<br />
}<br />
#personas dl {<br />
&nbsp;&nbsp;float: left;<br />
&nbsp;&nbsp;width: 163px;<br />
&nbsp;&nbsp;padding: 4px;<br />
&nbsp;&nbsp;border-bottom: 1px solid #CACACA;<br />
&nbsp;&nbsp;border-right: 1px solid #CACACA;<br />
&nbsp;&nbsp;margin: 0;<br />
}<br />
#personas dt {<br />
&nbsp;&nbsp;font-family: Georgia,serif;<br />
&nbsp;&nbsp;font-size: 120%;<br />
&nbsp;&nbsp;color: #004A8D;<br />
&nbsp;&nbsp;padding-bottom: 2px;<br />
}<br />
#personas dd {<br />
&nbsp;&nbsp;margin: 0;<br />
}<br />
</code></p>
<p>So, the whole thing is in a div (with an id of &#8220;personas&#8221;) that has a top and left 1-pixel border. The reason I did this is the individual definition lists inside the div will have bottom and right borders. That means we don&#8217;t have any double borders on any side.</p>
<p>Above, I&#8217;ve also set the width for each <code>dl</code> and floated it. The <code>dt</code> simply has some text formatting while the <code>dd</code> has its margin eliminated.</p>
<p>Here&#8217;s some more styling done to the definitions:</p>
<p><code class="block">#personas dd.track {<br />
&nbsp;&nbsp;color: #666;<br />
&nbsp;&nbsp;font-family: Georgia, serif;<br />
&nbsp;&nbsp;font-style: italic;<br />
&nbsp;&nbsp;font-size: 110%;<br />
&nbsp;&nbsp;line-height: 120%;<br />
}<br />
#personas dd.track span {<br />
&nbsp;&nbsp;display: block;<br />
}<br />
#personas dd.custom {<br />
&nbsp;&nbsp;font-size: 80%;<br />
&nbsp;&nbsp;margin-top: 3px;<br />
&nbsp;&nbsp;padding-left: 22px;<br />
&nbsp;&nbsp;background-position: left 50%;<br />
}<br />
#personas dd.custom a:link,<br />
#personas dd.custom a:visited,<br />
#personas dd.custom a:hover,<br />
#personas dd.custom a:active {<br />
&nbsp;&nbsp;color: #F88C17;<br />
&nbsp;&nbsp;text-decoration: none;<br />
}<br />
#personas dd.custom a:hover {<br />
&nbsp;&nbsp;color: #F88C17;<br />
&nbsp;&nbsp;text-decoration: underline;<br />
}<br />
#personas dl.realestateagents dd.custom {<br />
&nbsp;&nbsp;background: url(../images/icon-realestate.png) no-repeat;<br />
}<br />
#personas dl.designers dd.custom {<br />
&nbsp;&nbsp;background: url(../images/icon-designer.png) no-repeat;<br />
}<br />
#personas dl.designers,<br />
#personas dl.realestateagents,<br />
#personas dl.marketers,<br />
#personas dl.superheroes {<br />
&nbsp;&nbsp;min-height: 95px;<br />
}<br />
</code></p>
<p>First, we are styling the text of the &#8220;track&#8221; definition (that&#8217;s the one we use to explain what each persona will track). I threw a very non-semantic <code>span</code> on the middle item in each of those. The reason I did that is so I could make it display as block (force it to a new line) to make sure they all line up the same. </p>
<p>A couple items in the bottom row have another definition with the class &#8220;custom&#8221;. This is to denote we have a custom version of BatchBook for this persona. First, I adjust the font size, margin, and padding. Then, I set the background position of the icons (in the same manner as explained above). Next, I set the link styles. Then, I set the background images for the Real Estate and Designers version. If you&#8217;re a designer, you just may find <a href="http://www.batchblue.com/designer/">BatchBook for Designers</a> handy. <img src='http://www.darowski.com/tracesofinspiration/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Finally, I set the minimum height of the bottom row to make room for that &#8220;custom&#8221; style, even if it isn&#8217;t there. That way the boxes all line up on the bottom. <em>(I realize this isn&#8217;t completely bulletproof, but these boxes will all have the exact same text in them so box height is easier to plan for.)</em></p>
<p>Finally, we have the thumbnail photos, which I&#8217;m actually going to cover in the next technique.</p>
<h2>CSS sprites</h2>
<p>I&#8217;ve recently been turned on to the wonder that is <a href="http://www.alistapart.com/articles/sprites/">CSS Sprites</a>. What are they? Well, for examples like the personas box above, I&#8217;d need to call 12 graphics. Instead of creating twelve graphics, I&#8217;ve created one that looks like this:</p>
<p><img src="http://www.darowski.com/tracesofinspiration/techniques/personas.jpg" alt="Personas CSS sprites file" /></p>
<p>Now, I just call the same graphic and only expose part of it, depending which persona it is. Sure, the file is bigger, but calling one image and caching it is a LOT easier on the server than fetching twelve smaller images. </p>
<p>And this is only a small example. Every button in BatchBook is now in one single graphic file (it&#8217;s pretty darn big). I just call that one graphic and adjust the background position.</p>
<p>So, here&#8217;s how the CSS works for the personas table. First, here&#8217;s how we style each photo:</p>
<p><code class="block">#personas dd.photo a {<br />
&nbsp;&nbsp;float: left;<br />
&nbsp;&nbsp;display: block;<br />
&nbsp;&nbsp;height: 45px;<br />
&nbsp;&nbsp;width: 45px;<br />
&nbsp;&nbsp;text-indent: -9999px;<br />
&nbsp;&nbsp;background: url(../images/personas.jpg) no-repeat;<br />
&nbsp;&nbsp;margin-top: 3px;<br />
&nbsp;&nbsp;margin-right: 8px;<br />
}<br />
</code></p>
<p>So, we float it, set a height &#038; width, indent the text (like covered earlier), set a background image, and give it some margins. Right now, we&#8217;re calling the same image and position for each. Here&#8217;s how we adjust the positioning for each photo:</p>
<p><code class="block">#personas dl.sales dd.photo a { background-position: 0 0; }<br />
#personas dl.freelancers dd.photo a { background-position: -45px 0; }<br />
#personas dl.virtalassistants dd.photo a { background-position: -90px 0; }<br />
#personas dl.entrepreneurs dd.photo a { background-position: -135px 0; }<br />
#personas dl.editors dd.photo a { background-position: -180px 0; }<br />
#personas dl.consultants dd.photo a { background-position: -225px 0; }<br />
#personas dl.eventorganizers dd.photo a { background-position: -270px 0; }<br />
#personas dl.nonprofits dd.photo a { background-position: -315px 0; }<br />
#personas dl.designers dd.photo a { background-position: -360px 0; }<br />
#personas dl.realestateagents dd.photo a { background-position: -405px 0; }<br />
#personas dl.marketers dd.photo a { background-position: -450px 0; }<br />
#personas dl.superheroes dd.photo a { background-position: -495px 0; }<br />
</code></p>
<p>So, with each <code>dl</code>, we change the horizontal position by 45 pixels (which makes sense, since the photos are 45 pixels wide!). If I need to add more personas, I just add them to the image, save it again, and add a few lines to the CSS. Done!</p>
<h2>Auto-clearing with .clearfix</h2>
<p>I use this one all the time, too—including in the personas example above. Say you&#8217;ve got a <code>div</code> and you put two elements in it. You float one left and float the other right. You need to clear that <code>div</code> so everything lines up correctly under it and nothing crashes together. </p>
<p>You could make sure the element after it uses a <code>clear: both;</code> style. But, you&#8217;d have to remember to put that in every single time. And what if you insert something in between them? It breaks. It is much cleaner to get the divs to clear themselves.</p>
<p>You can do with using the <a href="http://csscreator.com/?q=attributes/containedfloat.php">clearfix class</a>. Here&#8217;s how it looks:</p>
<p><code class="block">.clearfix:after {<br />
&nbsp;&nbsp;content: ".";<br />
&nbsp;&nbsp;display: block;<br />
&nbsp;&nbsp;height: 0;<br />
&nbsp;&nbsp;clear: both;<br />
&nbsp;&nbsp;visibility: hidden;<br />
}<br />
</code></p>
<p>Now, &#8220;after&#8221; the element with the class &#8220;clearfix&#8221;, it will render a &#8220;.&#8221;, display it as block (forcing a new line), set the height to &#8220;0&#8243; (I believe this is to make Firefox behave), hide it, and—of course—clear both!</p>
<p>In your IE6 and IE7 stylesheets, you&#8217;ll just have to add this:</p>
<p><code>.clearfix { height: 1%; }</code></p>
<p>That will trigger &#8220;hasLayout&#8221;. I&#8217;m not even going to try to explain hasLayout. I&#8217;ll leave it to <a href="http://www.satzansatz.de/cssd/onhavinglayout.html">this guy</a>.</p>
<h2>Font sizing: keywords &#038; percentages</h2>
<p>One of the first things you need to decide when you design a site with CSS is how you&#8217;re going to size your text. You&#8217;ve got (essentially) three options:</p>
<ul>
<li>Pixels (px)</li>
<li>Ems (em)</li>
<li>Keywords (small, medium, large, etc.)</li>
</ul>
<p>Pixels are fine for sizing text. It&#8217;s probably what you&#8217;re used to. But, there&#8217;s a problem. </p>
<p>It is quite common for users to increase the size of text on web pages. Let&#8217;s face it, a lot of sites are built by 20somethings with perfect eyesight. I wouldn&#8217;t be able to read many sites I created in college. I&#8217;m among those that will bump up the font size on sites occasionally.</p>
<p>But, as always, the problem is Internet Explorer. IE won&#8217;t adjust the size of text rendered in pixels. Kind of kills the #1 accessibility feature right there.</p>
<p>Ems are a perfectly usable workaround. But <a href="http://www.clagnut.com/blog/348/">as you can see</a>, they can be a bit difficult to grasp. I&#8217;ll be honest&#8230; I never bothered. I always thought it would be neat to create a completely em-based design so that the entire site zoomed in and out along with the text size. But now that modern browsers are replacing the text sizing option with a full-page zoom, that type of functionality is being handled by the browser. So, it&#8217;s a lot of extra work that, quite honestly, I&#8217;m glad I didn&#8217;t do.</p>
<p>So, what do I use? I use those silly keywords that come with HTML. You know&#8230; small, medium, large, etc. That&#8217;s me. Well, I actually only really use small. Because I use that as the baseline for my entire site. I then use percentages to adjust sizes accordingly.</p>
<p>First, what does it look like? I start off by establishing <code>small</code> as my baseline.</p>
<p><code>body { font-size: small; }</code></p>
<p>Then, in BatchBook I drop that down to 95% right off the bat to shrink it ever so slightly.</p>
<p><code>div#content { font-size: 95%; }</code></p>
<p>I actually leave this step out on BatchBlue.com. I guess that&#8217;s because when you&#8217;re actually inside the app, every pixel is roughly 5% more valuable. <img src='http://www.darowski.com/tracesofinspiration/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This becomes the default font size. I then use percentages to scale headings up and supplemental text down. So, for example, if I&#8217;m adding a little note to a section that I want to appear a bit smaller, I&#8217;d mark it up as:</p>
<p><code>p.note { font-size: 90%; }</code></p>
<p>Then, to style my headings I scale it up:</p>
<p><code>h1 { font-size: 180%; }<br />
h2 { font-size: 140%; }<br />
h3  {font-size: 110%; }</code></p>
<p>With the increase in prominence of full-page zoom, I&#8217;ve considered going back to pixels. I still wouldn&#8217;t do a completely em-based design, though. I just don&#8217;t have the urge to show off my math skills that much.</p>
<h2>Override iPhone text adjustment</h2>
<p>I&#8217;ll finish with a very simple one. I like to make sure things look good on my iPhone, so I was delighted to find this on the Apple site:</p>
<blockquote cite="http://developer.apple.com/webapps/designingcontent.php">
<p>Safari on iPhone adjusts the text size so it&#8217;s more readable after the user double taps. After a double-tap, Safari on iPhone gets the width of the block of text and determines the width after a double-tap. Safari on iPhone then determines an appropriate multiplier that is applied to the layout.</p>
<p>Sometimes you might find that automatic text size adjustment doesn&#8217;t produce ideal results. For example, text in absolute-positioned elements might overflow the viewport after adjustment. Other pages might need a few minor adjustments to make them look their best. In these cases, you can override the text size adjustment.</p>
<p>Use the -webkit-text-size-adjust CSS property to override Safari&#8217;s default text size adjustment. The values for -webkit-text-size-adjust are:</p>
<ul>
<li>none: &lt;body style=&#8221;-webkit-text-size-adjust:none&#8221;&gt;</li>
<li>auto: &lt;table style=&#8221;-webkit-text-size-adjust:auto&#8221;&gt;</li>
<li>multiplier percentages: &lt;div style=&#8221;-webkit-text-size-adjust:200%&#8221;&gt;</li>
</ul>
</blockquote>
<p>Only thing is&#8230; I find the results from -webkit-text-size-adjust can make things look weird. You just never know. Sometimes a paragraph will appear half the size of an unordered list for no apparent reason. So, on BatchBlue.com and BatchBook, I&#8217;ve added this:</p>
<p><code>html {-webkit-text-size-adjust: none}</code></p>
<p>And we&#8217;re in business! Everything looks like it does on regular ol&#8217; Safari.</p>
<h2>Dassit!</h2>
<p>So, there you have it. That&#8217;s certainly not everything I use. And I&#8217;ve certainly used more complex solutions than those. But, the more complex something is, the less likely I am to use it again.</p>
<p><em>So, tell me dear reader, what are your favorite CSS techniques?</p>
<p>Or, what are you having a hard time wrapping your brain around (in regards to CSS)?</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2008/11/14/my-favorite-css-techniques/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Using Fluid.app to Bring Google Reader for iPhone to your Desktop</title>
		<link>http://www.darowski.com/tracesofinspiration/2008/08/14/using-fluidapp-to-bring-google-reader-for-iphone-to-your-desktop/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2008/08/14/using-fluidapp-to-bring-google-reader-for-iphone-to-your-desktop/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 01:36:07 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[Fluid]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[Site Specific Browsers]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/?p=258</guid>
		<description><![CDATA[Do you find yourself checking feeds on your iPhone and thinking, &#8220;Man&#8230; I wish Google Reader looked like this on my computer, too.&#8221; I have. Using Fluid.app and a bit of user agent trickery, you can make it happen.

Wait, What&#8217;s Fluid.app?
Fluid is a free Mac application that creates Site Specific Browsers (SSBs). An SSB allows [...]]]></description>
			<content:encoded><![CDATA[<p>Do you find yourself checking feeds on your iPhone and thinking, &#8220;Man&#8230; I wish Google Reader looked like this on my computer, too.&#8221; I have. Using <a href="http://www.fluidapp.com/">Fluid.app</a> and a bit of user agent trickery, you can make it happen.</p>
<p class="image-float"><a href="http://www.flickr.com/photos/darowskidotcom/2743155068/" title="Google Mobile in a Fluid app with iPhone User Agent by darowskidotcom, on Flickr"><img src="http://farm4.static.flickr.com/3021/2743155068_9a76516d67.jpg" width="333" height="500" alt="Google Mobile in a Fluid app with iPhone User Agent" /></a></p>
<h4>Wait, What&#8217;s Fluid.app?</h4>
<p>Fluid is a free Mac application that creates Site Specific Browsers (SSBs). An SSB allows you to run a single web site or application as a stand-alone Mac application, independent of your other web browser windows or tabs. This way, it is always instantly available via the Dock or application switcher, with no fumbling of tabs. Also, if your browser crashes, your important sites (in SSBs) are kept safe from harm. </p>
<p>What types of apps might you want to run in a SSB? How about your <a href="http://batchblue.com"><abbr title="Customer Relationship Manager">CRM</abbr></a>, project management app, feed reader, email app, etc. Anything you use a LOT.</p>
<p>If you&#8217;re on Windows, <a href="http://labs.mozilla.com/projects/prism/">Mozilla&#8217;s Prism</a> creates SSBs, but the main highlights of this article are Fluid/Safari-only.</p>
<h4>Setting It Up</h4>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2763505967/" title="Creating an SSB with Fluid.app by darowskidotcom, on Flickr"><img src="http://farm4.static.flickr.com/3162/2763505967_1ed0c04810.jpg" width="500" height="328" alt="Creating an SSB with Fluid.app" /></a></p>
<p>When you fire up Fluid, you need to choose the URL (m.google.com) and the name of your application (I chose &#8220;Mobile Google&#8221;). You can then choose a custom application icon. Why do this? Otherwise it&#8217;ll go with the teenie little favicon the site uses. There are plenty of <a href="http://www.flickr.com/groups/fluid_icons/">high resolution application icons on Flickr</a> you can use that will look more like OS X icons. </p>
<p>Once you enter all that information, you can launch your new app.</p>
<h4>Changing the User Agent</h4>
<p>Hey wait, that didn&#8217;t look like the iPhone version! Nope. You&#8217;re still just looking at the generic mobile version non-iPhone users will get. Take a moment to think about how lucky you are that you have an iPhone.</p>
<p>Here&#8217;s how you change the user agent in Fluid so that it thinks it is an iPhone:</p>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2763505973/" title="Changing the User Agent in Fluid.app by darowskidotcom, on Flickr"><img src="http://farm4.static.flickr.com/3019/2763505973_e53e8b3b9f.jpg" width="419" height="500" alt="Changing the User Agent in Fluid.app" /></a></p>
<p>I&#8217;m going to guess that you need Safari&#8217;s &#8220;Develop&#8221; menu turned on in order to do this. You can do that via the &#8220;Advanced&#8221; pane in the Safari preferences.</p>
<h4>Opening External Pages</h4>
<p>While I don&#8217;t want to do any extraneous surfing from this new SSB, I also monitor things like the <a href="http://forums.batchblue.com/">BatchBook support forums</a> and our Summize searches in Google Reader. So, if I want to open something quickly to take action, I&#8217;d rather just do it right in my little SSB. So, I do this by setting this preference below:</p>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2763505979/" title="Allowing external sites to open in Fluid.app by darowskidotcom, on Flickr"><img src="http://farm4.static.flickr.com/3162/2763505979_0614f5cb39.jpg" width="500" height="369" alt="Allowing external sites to open in Fluid.app" /></a></p>
<p>And there you have it. You&#8217;ve got a handy little Google Reader (and Gmail/Calendar/Docs/etc.) widget on your desktop at all times. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2008/08/14/using-fluidapp-to-bring-google-reader-for-iphone-to-your-desktop/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>My Favorite iPhone Apps (So Far)</title>
		<link>http://www.darowski.com/tracesofinspiration/2008/07/28/my-favorite-iphone-apps-so-far/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2008/07/28/my-favorite-iphone-apps-so-far/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 22:43:32 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Last.fm]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/?p=253</guid>
		<description><![CDATA[
When everybody was anxiously awaiting the new iPhone 3G, I just sat there and said &#8220;nope, not gonna upgrade—I like what I have.&#8221; No, I wasn&#8217;t in denial or just being difficult. It&#8217;s just that when you don&#8217;t really go anywhere, there&#8217;s not much of a need for things like GPS. And EDGE is pretty [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/darowskidotcom/2715495838/" title="iPhone App Screen by darowskidotcom, on Flickr"><img src="http://farm4.static.flickr.com/3187/2715495838_e0b11407f1_o.png" width="320" height="480" alt="iPhone App Screen" /></a></p>
<p>When everybody was anxiously awaiting the new iPhone 3G, I just sat there and said &#8220;nope, not gonna upgrade—I like what I have.&#8221; No, I wasn&#8217;t in denial or just being difficult. It&#8217;s just that when you don&#8217;t really go anywhere, there&#8217;s not much of a need for things like GPS. And EDGE is pretty sweet where I am, so the 3G wasn&#8217;t all that appealing.</p>
<p>Plus there&#8217;s the fact that I&#8217;ve been with AT&#038;T ever since they were Cingular (and actually had their shit together), so I&#8217;ve got some sort of grandfathered super cheap family plan that I&#8217;m not too keen on parting with.</p>
<p>But the big reason is that us iPhone 1.0 kids still get the software upgrade. That&#8217;s what I wanted. The software.</p>
<p>I wanted APPS.</p>
<p>So, a couple weeks after upgrading to iPhone 2.0, I wanted to share some of my favorite iPhone apps.</p>
<p><em>(Note that all links are to iTunes App Store)</em></p>
<h4><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewArtist?id=284916682">Last.fm</a></h4>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2715495494/" title="Last.fm for iPhone by darowskidotcom, on Flickr"><img src="http://farm4.static.flickr.com/3160/2715495494_5ecf701346_o.png" width="320" height="480" alt="Last.fm for iPhone" /></a></p>
<p>During the first iPhone 2.0 weekend, if I saw one more tweet that said &#8220;OMFG Pandora for iPhone is sooooo awesome!&#8221; I&#8230; well, I probably wouldn&#8217;t have done anything. I just sat there on my high Last.fm horse saying &#8220;so what, Last.fm is still better&#8230; even with no iPhone app!&#8221;. Then Last.fm released an iPhone app. And I was thrilled.</p>
<p>The Last.fm app allows you to listen to a radio station of your music library (tracks you&#8217;ve scrobbled before), stations based on any artist you like, stations based on any of your friends or neighbours (those Last.fm users with taste most similar to yours) libraries, and—of course—a station of only recommendations based on your listening habits.</p>
<p>I&#8217;ll save the gushing of how much I love the Last.fm service, because I&#8217;ve already done so here <a href="http://www.darowski.com/tracesofinspiration/category/lastfm/">many times before</a>.</p>
<p>Wish List:</p>
<ul>
<li>The app must stay in the foreground to keep playing. Would be wonderful if it kept playing in the background.</li>
<li>Artist bios (which are user-generated and generally solid) being available in the app would be nice.</li>
<li>I would like to sort my Last.fm friends by musical compatibility rating (this is also something I want to see in the web app).</li>
</ul>
<h4><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284919489&#038;mt=8">Exposure</a></h4>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2715495530/" title="Exposure for iPhone by darowskidotcom, on Flickr"><img src="http://farm4.static.flickr.com/3249/2715495530_07a7b628d7_o.png" width="320" height="480" alt="Exposure for iPhone" /></a></p>
<p>Wow. I just found this one today and I&#8217;m in love. If you&#8217;re a Flickr user with an iPhone, get it. Right away. Everything&#8217;s here. View your photos. View your friend&#8217;s photos. View featured photos. View geotagged photos near you. You can even view and add comments to photos from within Exposure. This app is about as good as it gets.</p>
<p>There&#8217;s a free, ad-based version for free and a $9.99 version with no ads. To be honest, the ads are so unobnoxious there&#8217;s little reason to upgrade beyond supporting this fantastic developer. I&#8217;d have no problem with them cranking up the advertising level a notch.</p>
<p>Wish List:</p>
<ul>
<li>Judging by <a href="http://getsatisfaction.com/connectedflow/topics/let_me_take_pictures">this Get Satisfaction thread</a>, I&#8217;m not alone in wanting the ability to upload from Exposure to Flickr. Why not just email photos to Flickr? Because that compresses them to 640&#215;480. I&#8217;d love to retain the camera&#8217;s 1600&#215;1200 resolution.</li>
</ul>
<h4><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284967867&#038;mt=8">Twinkle</a></h4>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2715495644/" title="Twinkle for iPhone by darowskidotcom, on Flickr"><img src="http://farm4.static.flickr.com/3143/2715495644_f574cbf6b7_o.png" width="320" height="480" alt="Twinkle for iPhone" /></a> <a href="http://www.flickr.com/photos/darowskidotcom/2715495584/" title="Twinkle for iPhone: Nearby by darowskidotcom, on Flickr"><img src="http://farm3.static.flickr.com/2121/2715495584_073259c465_o.png" width="320" height="480" alt="Twinkle for iPhone: Nearby" /></a></p>
<p>Ah, the race to create the best Twitter app for iPhone. There&#8217;s Twitterrific. There&#8217;s Twittelator. But for me, it&#8217;s Twinkle.</p>
<p>Why Twinkle? It&#8217;s pretty, first of all. That&#8217;s quite important to me. I also like that it&#8217;s location-aware. I can see who&#8217;s tweeting near me (quite cool when I was recently on vacation). One limitation is that you only see the local tweets from those using Twinkle, not the entire Twittersphere.</p>
<p>Wish List:</p>
<ul>
<li>I do wish there was one dedicated screen for @replies (like it has for direct messages). Twittelator combines these, referring to them collectively as &#8220;Replies&#8221;. I&#8217;m cool with that.</li>
<li>This one is a limitation of the Twitter API and not Twinkle, but I<br />
will never be able to rely on a 3rd party Twitter app until they lift the restrictions on API calls. I don&#8217;t have Twitter open all the time, so just getting the last 20 or so tweets doesn&#8217;t work for me. For this reason, I use m.twitter.com to read tweets more than anything else.</li>
</ul>
<h4><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=281704574&#038;mt=8">AIM</a></h4>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2715495800/" title="AIM for iPhone by darowskidotcom, on Flickr"><img src="http://farm4.static.flickr.com/3039/2715495800_43a7212763_o.png" width="320" height="480" alt="AIM for iPhone" /></a></p>
<p>Quite honestly, it&#8217;s AOL Instant Messenger. It works as advertised. In this case, no news is good news.</p>
<p>Wish List:</p>
<ul>
<li>My thumb is large. It really is. It covers about 18 iPhone keyboard buttons. Being able to type on the landscape keyboard helps me immensely. I&#8217;d love to see this added to the AIM app.</li>
</ul>
<h4><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284882215&#038;mt=8">Facebook</a></h4>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2714680727/" title="Facebook for iPhone: Mini-Feed by darowskidotcom, on Flickr"><img src="http://farm4.static.flickr.com/3208/2714680727_6efdefda36_o.png" width="320" height="480" alt="Facebook for iPhone: Mini-Feed" /></a></p>
<p>I&#8217;ve got this love/hate thing with Facebook. Let&#8217;s just say the iPhone app is 100% love. The profile browsing, while pretty click-heavy, is very slick. The message inbox is well done, too. I&#8217;ve always felt Facebook&#8217;s messaging system is it&#8217;s #1 feature. It&#8217;s so well done. The iPhone app even has chat, though I haven&#8217;t found myself using that yet.</p>
<p>Wish List:</p>
<ul>
<li>Not much&#8230; just let me type in landscape!</li>
</ul>
<h4><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285073074&#038;mt=8">WordPress</a></h4>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2714680667/" title="WordPress for iPhone: Posts by darowskidotcom, on Flickr"><img src="http://farm4.static.flickr.com/3144/2714680667_ea6e0879cb_o.png" width="320" height="480" alt="WordPress for iPhone: Posts" /></a> <a href="http://www.flickr.com/photos/darowskidotcom/2715495718/" title="WordPress for iPhone: Edit Post by darowskidotcom, on Flickr"><img src="http://farm4.static.flickr.com/3030/2715495718_b4377188d9_o.png" width="320" height="480" alt="WordPress for iPhone: Edit Post" /></a></p>
<p>I&#8217;ll admit&#8230; this one makes the list without me really using it much yet. But the potential is awesome. Being able to reliably work on blog posts on iPhone will be a huge help. The <a href="http://wphoneplugin.org/">WPhone plugin</a> has served me well, but feels buggy (especially comment moderation). </p>
<p>This is a very early version of the app, though, and it does need some key features.</p>
<p>Wish List:</p>
<ul>
<li>Again&#8230; let me type in landscape!</li>
<li>You can edit local drafts, but not saved drafts on the server. This is kind of a bummer—and weird since you can edit published posts that are on the server.</li>
<li>Comment moderation, please?</li>
<li>Being able to post and edit Pages (and maybe even tweak the theme code) would be nice.</li>
</ul>
<p>I have been using some other apps, but they just didn&#8217;t quite crack my &#8220;favorites&#8221; list. Among those:</p>
<h4>Games</h4>
<p>I was on vacation last week, so I had a bit of time to play with games. Most often, I played <strong>Aurora Feint</strong>, but when I installed the update, it blew away my saved game. I&#8217;m thinking I won&#8217;t have the time or patience to work my way back to where I was. <strong>Tap Tap Revenge</strong> is just&#8230; too cool. I also have played <strong>Jirbo Break</strong> a bit. Not bad.</p>
<h4>For the Pre-Schooler</h4>
<p>My daughter is 3 1/2 but is becoming an iPhone power user. She loves flipping between photos, exploring on the Google Map, or typing her name in the Notes app. As far as third party apps, she&#8217;s been enjoying <strong>Scribble</strong>, a very simple drawing game. She also has played <strong>JirboMatch</strong> (a memory game) and <strong>Bubbles</strong> (a very simple bubble popping time-waster) a bit.</p>
<h4>What else?</h4>
<p>I don&#8217;t know. I can&#8217;t help but feel a bit underwhelmed by the apps so far. I&#8217;m not really sure what I was expecting, but I&#8217;m not quite as excited as I thought I would be. I&#8217;m not really seeing any type of full featured word-processing apps or much productivity-wise beyond perhaps OmniFocus. iPhone definitely has the <em>potential</em> to be a viable platform, but I&#8217;m not feeling it is being taken advantage of yet. It seems that most of the innovation is in the gaming realm. That probably mimics the industry as a whole, but I&#8217;m not a gamer. I&#8217;d like to be wowed while being productive.</p>
<p>Again, I&#8217;m not sure what app it will take to do that. The WordPress app has the potential to be something along those lines. If the AIM app was actually Adium, I&#8217;d be far more excited. If the whole 2.0 update was a bit more stable, I&#8217;d be far happer.</p>
<p><em>So, what apps have been your favorites? What&#8217;s missing?</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2008/07/28/my-favorite-iphone-apps-so-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Unspoken Savings of iPhone</title>
		<link>http://www.darowski.com/tracesofinspiration/2008/06/24/the-unspoken-savings-of-iphone/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2008/06/24/the-unspoken-savings-of-iphone/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 01:12:34 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/?p=247</guid>
		<description><![CDATA[We know about the core features of iPhone (the bottom row of the home screen)—Phone (duh), Mail, Safari (the iPhone&#8217;s web browser), and iPod (which handles audio, video, photos, etc.).
But, I&#8217;m always finding extra uses for my iPhone. I just wanted to share some of the products I&#8217;ll never have to buy, as long as [...]]]></description>
			<content:encoded><![CDATA[<p>We know about the core features of iPhone (the bottom row of the home screen)—<strong>Phone</strong> (duh), <strong>Mail</strong>, <strong>Safari</strong> (the iPhone&#8217;s web browser), and <strong>iPod</strong> (which handles audio, video, photos, etc.).</p>
<p>But, I&#8217;m always finding extra uses for my iPhone. I just wanted to share some of the products I&#8217;ll never have to buy, as long as I have my iPhone.</p>
<ul>
<li><strong>Flashlight:</strong> I use this &#8220;feature&#8221; more than I use the phone. This thing isn&#8217;t a heavy duty flashlight, but it&#8217;s perfect for checking on sleeping kids, looking for a plug in a dark room, etc.</li>
<li><strong>Alarm Clock:</strong> Best UI of any alarm clock I&#8217;ve ever owned. In fact, my existing alarm clock has been blinking 12:00 for months.</li>
<li><strong>Watch:</strong> I haven&#8217;t had a watch since I got a cell phone. Not only do I get the time when I pull out my iPhone, I see my wallpaper of my kiddos.</li>
<li><strong>Calculator:</strong> Sure, I haven&#8217;t owned a calculator since high school. But on quite a few occasions, I&#8217;ve thought &#8220;oh yeah, my iPhone has one!&#8221;. Keep in mind that the new software update will add a <em>scientific</em> calculator.</li>
<li><strong>Notepad:</strong> The other day, I was fetching coffee for a couple guys. I couldn&#8217;t find a piece of paper anywhere. I took the order down as an iPhone note. Sure, they harassed me about it, but it worked!</li>
<li><strong>Newspaper:</strong> Google Reader on iPhone, FTW.</li>
<li><strong>Map:</strong> You know those huge maps &#038; atlases a bunch of people have stuffed in their car? I have Google Maps on the iPhone.</li>
<li><strong>Pocket Calendar:</strong> My wife LIVES by her pocket calendar. I live by six ICAL feeds fed into iCal.app and synced to iPhone.</li>
<li><strong>Rolodex:</strong> Okay, I&#8217;ve never owned one of these. But between exporting my contacts to Address book and accessing <a href="http://blog.batchblue.com/?p=88">BatchBook via the iPhone interface</a>, I&#8217;m covered.</li>
</ul>
<p>I haven&#8217;t taken the time to add up what all that costs, but I&#8217;m pretty sure it&#8217;d subsidize the phone. <img src='http://www.darowski.com/tracesofinspiration/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2008/06/24/the-unspoken-savings-of-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BatchBook for iPhone (And How I Set Up the Development Environment)</title>
		<link>http://www.darowski.com/tracesofinspiration/2008/05/07/batchbook-for-iphone-and-how-i-set-up-the-development-environment/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2008/05/07/batchbook-for-iphone-and-how-i-set-up-the-development-environment/#comments</comments>
		<pubDate>Thu, 08 May 2008 01:19:42 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[BatchBlue]]></category>
		<category><![CDATA[BatchBook]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhoney]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/2008/05/07/batchbook-for-iphone-and-how-i-set-up-the-development-environment/</guid>
		<description><![CDATA[
On Monday, I announced the release of BatchBook for iPhone over at the BatchBlue Blog. Check out the post for the details of what features we launched with and what&#8217;s coming next. Don&#8217;t have a BatchBook account yet? You can sign up for free.
But what I wanted to talk about here is how I set [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/14030843@N08/2468778707/" title="BatchBook for iPhone: Home by batchbluesoftware, on Flickr"><img src="http://farm3.static.flickr.com/2084/2468778707_75a5dca079.jpg" width="263" height="500" alt="BatchBook for iPhone: Home" /></a></p>
<p>On Monday, <a href="http://blog.batchblue.com/?p=88">I announced the release of BatchBook for iPhone</a> over at the BatchBlue Blog. Check out the post for the details of what features we launched with and what&#8217;s coming next. Don&#8217;t have a BatchBook account yet? You can <a href="https://signup.batchbook.com/account/choose">sign up for free</a>.</p>
<p>But what I wanted to talk about here is how I set up the development environment. Obviously, designing for a phone is much different than for a desktop or laptop. Luckily, there are plenty of tools available to make developing for the iPhone both a breeze and—quite frankly—incredibly enjoyable.</p>
<h4>iui</h4>
<p>I highly recommend starting with Joe Hewitt&#8217;s wonderful <a href="http://code.google.com/p/iui/">iui</a> framework for iPhone-optimized web apps. The framework has a very small footprint, can be heavily customized, and is downright fun to experiment with.</p>
<h4>iPhoney</h4>
<p>Testing can be interesting&#8230; you don&#8217;t want to keep pushing code live and firing up your phone, so what&#8217;s the best approach to take?</p>
<p>First, I tried <a href="http://www.marketcircle.com/iphoney/">iPhoney</a>. iPhoney is your own gorgeous iPhone sitting your desktop. You can tell iPhoney what User Agent to behave as—the iPhone, standard Safari/WebKit, or more. </p>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2452989523/" title="iPhoney - Switch User Agent by darowskidotcom, on Flickr"><img src="http://farm3.static.flickr.com/2379/2452989523_d0dfd64207.jpg" width="283" height="500" alt="iPhoney - Switch User Agent" /></a></p>
<h4>Safari 3.1</h4>
<p>Once you get to a certain point, though, you need to use some developer tools to fine tune your code. Safari 3.1 came with a bunch of developer tools. Among them are an element inspector so you can see the cascade of styles attached to an element (think a prettier version of Firebug that isn&#8217;t quite as powerful). Also, you can choose from a huge list a of user agents.</p>
<p>Using the iPhone user agent with the element inspector lets you troubleshoot any display issues you may be having.</p>
<p>To turn on the iPhone Developer Tools, head to Safari&#8217;s preferences:</p>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2452527397/" title="Safari 3.1 - Activate Develop Menu by darowskidotcom, on Flickr"><img src="http://farm3.static.flickr.com/2211/2452527397_e1a928e570.jpg" width="500" height="315" alt="Safari 3.1 - Activate Develop Menu" /></a></p>
<p>Once you quit Safari and open it back up, you&#8217;ll see the Develop menu.</p>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2452527403/" title="Safari 3.1 - Develop Menu by darowskidotcom, on Flickr"><img src="http://farm3.static.flickr.com/2256/2452527403_a8bcb1499a.jpg" width="500" height="219" alt="Safari 3.1 - Develop Menu" /></a></p>
<p>From there, just choose iPhone from the User Agents list and you&#8217;re in action!</p>
<p><a href="http://www.flickr.com/photos/darowskidotcom/2452527413/" title="Safari 3.1 - Change User Agent by darowskidotcom, on Flickr"><img src="http://farm3.static.flickr.com/2407/2452527413_50dd80b97c.jpg" width="500" height="253" alt="Safari 3.1 - Change User Agent" /></a></p>
<p>So, have fun! I&#8217;m personally looking forward to updating the BatchBook iPhone app and am tempted to play with some other ideas for creating iPhone apps. I have found that working with a totally different canvas (a phone as opposed to a desktop browser) after all these years can actually be quite thrilling.</p>
<p>Plus, developing for iPhone means no Internet Explorer!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2008/05/07/batchbook-for-iphone-and-how-i-set-up-the-development-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Quick &amp; Cute Stories About iPhones and Kiddies</title>
		<link>http://www.darowski.com/tracesofinspiration/2007/09/11/two-quick-cute-stories-about-iphones-and-kiddies/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2007/09/11/two-quick-cute-stories-about-iphones-and-kiddies/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 12:30:17 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/2007/09/11/two-quick-cute-stories-about-iphones-and-kiddies/</guid>
		<description><![CDATA[With my head basically down 18+ hours a day working on a product launch, I haven&#8217;t been prolific in my blogging lately. But I had to share a couple cute stories concerning the iPhone and kiddies.
First, Ella&#8217;s 4-year old cousin came over this weekend to play. We were all outside. Nolan (now 11 weeks) was [...]]]></description>
			<content:encoded><![CDATA[<p>With my head basically down 18+ hours a day working on a product launch, I haven&#8217;t been prolific in my blogging lately. But I had to share a couple cute stories concerning the iPhone and kiddies.</p>
<p>First, Ella&#8217;s 4-year old cousin came over this weekend to play. We were all outside. Nolan (now 11 weeks) was a bit cranky, so I was walking around rocking him. He loves music to calm him down, so I was playing Death Cab For Cutie (his favorite) on the iPhone as it laid on his stomach. I turned to Ella&#8217;s friend and said, &#8220;look, Nolan has a radio on his belly.&#8221;</p>
<p>She looked at me like I had six heads and said &#8220;that&#8217;s not a radio, that&#8217;s an iPod.&#8221;</p>
<p>Later, I showed Ella (a couple months shy of three years old) a photo of her I took on the iPhone. She pulled it from me and—like she&#8217;s been doing this all her life—did the one finger flip through all the photos. The best part was when she switched to landscape for certain photos. Guess the UI is simple enough for someone under three.</p>
<p>I&#8217;ll tell you—it&#8217;s hard not to love this thing. My latest use for it? It is already the best alarm clock I ever had. Erin said, &#8220;Wow, and the ring isn&#8217;t even annoying.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2007/09/11/two-quick-cute-stories-about-iphones-and-kiddies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Makes Everyone Happy Regarding the iPhone Price Drop</title>
		<link>http://www.darowski.com/tracesofinspiration/2007/09/06/apple-makes-everyone-happy-regarding-the-iphone-price-drop/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2007/09/06/apple-makes-everyone-happy-regarding-the-iphone-price-drop/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 00:47:41 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/2007/09/06/apple-makes-everyone-happy-regarding-the-iphone-price-drop/</guid>
		<description><![CDATA[Shortly after it was released, BatchBlue got me an iPhone. You know&#8230; gotta test the app.  
Yesterday, Apple had a special event in which they unveiled all new iPods, including the rather sick iPod Touch. It is an iPhone without the &#8230; er &#8230; phone.¬† If I hadn&#8217;t gotten an iPhone for work, this [...]]]></description>
			<content:encoded><![CDATA[<p>Shortly after it was released, BatchBlue got me an iPhone. You know&#8230; gotta test the app. <img src='http://www.darowski.com/tracesofinspiration/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Yesterday, Apple had a special event in which they unveiled all new iPods, including the rather sick <a href="http://www.apple.com/ipodtouch/">iPod Touch</a>. It is an iPhone without the &#8230; er &#8230; phone.¬† If I hadn&#8217;t gotten an iPhone for work, this would have been the product I was waiting for. Since, besides SMS, the phone portion of the iPhone is what I use the least.</p>
<p>Apple also made another annoucement. The iPhone&#8217;s price was being chopped by $200. While price drops are usually welcomed with open arms, current iPhone owners absolutely went ballistic. I&#8217;ll admit, I was far less bent because it was a company device so it really didn&#8217;t come out of pocket. Plus, I&#8217;d say I&#8217;ve done at least $200 worth of testing on it, so it&#8217;s no big deal to me.</p>
<p>But others freaked. Hey, it&#8217;s the price of being an early adopter, right? Well, Steve got it right. In yet another <a href="http://www.apple.com/hotnews/openiphoneletter/">open letter from Steve</a>, he addressed the issue.</p>
<blockquote><p>I have received hundreds of emails from iPhone customers who are upset about Apple dropping the price of iPhone by $200 two months after it went on sale. <strong>After reading every one of these emails, I have some observations and conclusions.</strong></p></blockquote>
<p>Emphasis is mine. I like that he starts right off by saying he read every single one. While it may or may not be exactly true, it still conveys they &#8220;man, I really didn&#8217;t expect this shitstorm, but you have my attention&#8221; angle.</p>
<p>The three observations boil down to:</p>
<ol>
<li>This is their chance to add as many users for the holiday season as possible. So, lowering the price will get many, many more users at this important time of year.</li>
<li>Things change in tech quickly. If you&#8217;re always waiting for a price drop, you&#8217;ll be disappointed soon after every time.</li>
<li>They need to do a better job of taking care of their early customers.</li>
</ol>
<p>Whoa, what? Yeah, he said:</p>
<blockquote><p>Third, even though we are making the right decision to lower the price of iPhone, and even though the technology road is bumpy, we need to do a better job taking care of our early iPhone customers as we aggressively go after new ones with a lower price. Our early customers trusted us, and we must live up to that trust with our actions in moments like these.</p></blockquote>
<p>So, the best part:</p>
<blockquote><p>Therefore, we have decided to offer every iPhone customer who purchased an iPhone from either Apple or AT&amp;T, and who is not receiving a rebate or any other consideration, a $100 store credit towards the purchase of any product at an Apple Retail Store or the Apple Online Store. Details are still being worked out and will be posted on Apple&#8217;s website next week. Stay tuned.</p></blockquote>
<p>Well damn, that was well played by Mr. Jobs. You just picked up a new <a href="http://www.apple.com/iwork/">iWork</a> customer (and will reap the benefits of the upgrade path).</p>
<p>And I still love my iPhone.</p>
<p>But I still friggin&#8217; hate AT&amp;T. My second bill was more effed up than <a href="http://www.darowski.com/tracesofinspiration/2007/08/06/wtf-happened-to-customer-service/" title="WTF Happened to Customer Service?">the first one</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2007/09/06/apple-makes-everyone-happy-regarding-the-iphone-price-drop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using an iPhone with a Work Machine and a Home Machine</title>
		<link>http://www.darowski.com/tracesofinspiration/2007/08/24/using-an-iphone-with-a-work-machine-and-a-home-machine/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2007/08/24/using-an-iphone-with-a-work-machine-and-a-home-machine/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 15:07:31 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/2007/08/24/using-an-iphone-with-a-work-machine-and-a-home-machine/</guid>
		<description><![CDATA[When I got my iPhone, without thinking too much about it, I copied a bunch of music and photos from my home computer to my work MacBook. I did this because I would be syncing the iPhone with the MacBook (the iPhone is a &#8220;work machine&#8221;, after all).
What are the downsides here? First of all, [...]]]></description>
			<content:encoded><![CDATA[<p>When I got my iPhone, without thinking too much about it, I copied a bunch of music and photos from my home computer to my work MacBook. I did this because I would be syncing the iPhone with the MacBook (the iPhone is a &#8220;work machine&#8221;, after all).</p>
<p>What are the downsides here? First of all, you&#8217;re wasting hard drive space on your work machine with music and photos—that you&#8217;re already using to take up room on another machine. Second, since I work from home, all that music is almost always available via my shared iTunes anyway. Third, I have to make a conscious effort to pick and choose what to put on the MacBook so I can sync it to my iPhone.</p>
<p>Well, that was dumb.</p>
<p>Turns out, you can sync different areas of the iPhone to different machines. So, here&#8217;s my breakdown:</p>
<ul>
<li>Synced to <strong>work</strong> MacBook:
<ul>
<li><strong>Email</strong> (I have the work email on the iPhone. I use GMail through Safari on the iPhone.)</li>
<li><strong>Address Book</strong> (My work Address Book is not yet well-populated, but that&#8217;s where my data <em>will</em> be soon.)</li>
<li><strong>Safari bookmarks</strong> (I actually don&#8217;t use local bookmarks as a del.icio.us fan. But I use the local bookmarks just for bookmarks I want to have on my iPhone. So, the nice thing here is that I can use bookmarklets on the iPhone, to do things like save to del.icio.us, find text on a page, or reveal Microformats.)</li>
</ul>
</li>
<li>Synced to my <strong>home</strong> eMac:
<ul>
<li><strong>Music</strong> (Right now, I have a smart playlist for my dozen or so favorite artists that I sync to the iPhone.)</li>
<li><strong>Photos</strong> (For the first time, I&#8217;m using the rating feature. I have a smart folder to sync anything with five stars.)</li>
<li><strong>Podcasts</strong> (Though I usually listen to them on Erin&#8217;s 1st gen. Shuffle.)</li>
<li><strong>Videos</strong> (I have the wonderful 45-minute videos &#8220;Ella Six Months&#8221; and &#8220;Ella One Year&#8221; as well as &#8220;Ella&#8217;s 1st Birthday Party&#8221; and a video of the family cat. Oh, and a couple Death Cab videos pulled from YouTube with vixy.net.)</li>
</ul>
</li>
</ul>
<p>I find this works wonderfully. I just sync the work stuff more often, the play stuff when I want to get new photos of Nolan on there. Now my work hard drive is music- and photo-less, which frees a ton of space.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2007/08/24/using-an-iphone-with-a-work-machine-and-a-home-machine/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iPhone Second Impressions</title>
		<link>http://www.darowski.com/tracesofinspiration/2007/07/28/iphone-second-impressions/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2007/07/28/iphone-second-impressions/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 05:04:57 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/2007/07/28/iphone-second-impressions/</guid>
		<description><![CDATA[When I first got my iPhone, I wrote up my first impressions. I was in Maine most of this week, on the beach. I wasn&#8217;t on vacation, though&#8230; I was working. But the house where I was staying had no wifi. But it did have a shitty EDGE connection. So, I hammered on the iPhone. [...]]]></description>
			<content:encoded><![CDATA[<p>When I first got my iPhone, I wrote up <a href="http://www.darowski.com/tracesofinspiration/2007/07/14/iphone-first-impressions/" title="iPhone First Impressions">my first impressions</a>. I was in Maine most of this week, on the beach. I wasn&#8217;t on vacation, though&#8230; I was working. But the house where I was staying had no wifi. But it did have a shitty EDGE connection. So, I hammered on the iPhone. A LOT.</p>
<p>First of all, here&#8217;s why the EDGE was weak. This is where I was using it from&#8230; literally the end of the country.</p>
<p><a href="http://www.flickr.com/photos/darowskidotcom/923868584/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1153/923868584_6296adb64e.jpg" alt="View from the deck @ York Beach, ME" height="375" width="500" /></a></p>
<p>If I drove downtown, the EDGE was <strong>much</strong> better. So, using it on the beach was an exercise in patience. But, I just wanted to share some more thoughts after using it more and more.</p>
<ul>
<li>I found myself wishing for copy/paste about once every hour. Or even just to select a large amount of text. I repeatedly wanted to reply to a long email, but only quote part of it. Forget about it&#8230; unless you want to hit that delete button 759 times.</li>
<li>Not too many application crashes, but still some.</li>
<li>I would like an Apple-created IM application that works a lot like the SMS one. I&#8217;d also like an Apple-esque RSS reader. Newshutch just isn&#8217;t working for me anymore on the iPhone. A shame because I love it on the desktop, but I need to use the same on both.</li>
<li>Imagine my shock when a Word doc was attached, and I could click to open it. I can only view it (not edit), but that&#8217;s all I needed to do. I don&#8217;t remember Apple mentioning this, so it was a nice surprise. Opens PDFs the same way. Supposed to open an Excel sheet, but the only one I tried it with made the phone crash and burn. A rare restart was required.</li>
<li>Using GMail isn&#8217;t all that smooth. I know you can &#8220;Add an Account&#8221; to Mail and use GMail through that interface, but you need to enable POP in your GMail account. Correct me if I&#8217;m wrong, but doesn&#8217;t that mean it won&#8217;t be synced on all my machines/devices anymore?</li>
<li>I love Mail for my IMAP work account though.</li>
<li>It is a bit too easy to delete an email in Mail. It saves it to a Trash folder on the iPhone, but I still have yet to find this folder. I&#8217;ve put a couple emails in there I&#8217;d like to get back.</li>
<li>I put about two hours of video of Ella on there. Gorgeous. She enjoys being able to see herself when she was Nolan&#8217;s age! So cute to see a two year old walking around with an iPhone showing it to everyone.</li>
<li>Notes is pretty cool. But would be great to sync that with my Mac somewhere. Say you already have a lot of text on your MacBook you want to email. That way you can drop it in a note, bypass the copy/paste issue.</li>
<li>Or, they could just implement copy/paste.</li>
<li>I&#8217;d like to be able to attach files to emails that I put on the iPhone in disk mode (wait, does it do disk mode?)</li>
<li>Okay, lack of Flash is a bit more annoying than I thought. For Flash Video purposes only.</li>
<li>Wow, you get used to this keyboard really quickly. I&#8217;ve sent a LOT of email from this thing.</li>
<li>I&#8217;m still shocked by the camera (see below):</li>
</ul>
<p><a href="http://www.flickr.com/photos/darowskidotcom/888028865/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1139/888028865_585036e54a.jpg" alt="On the beach in York, ME" height="500" width="375" /></a></p>
<p>And the one thing I&#8217;m almost afraid to admit&#8230;</p>
<p>I was looking in the rear view mirror to see if Nolan was asleep in his car seat. I reached up towards the mirror to do a two-fingered flick to zoom in. That&#8217;s almost like reaching for command-Z when you spill something.</p>
<p>I&#8217;m eagerly awaiting software version 1.1 (to get it a bit more stable—and can I get me some copy/paste?), but man, this thing is great.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2007/07/28/iphone-second-impressions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iPhone First Impressions</title>
		<link>http://www.darowski.com/tracesofinspiration/2007/07/14/iphone-first-impressions/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2007/07/14/iphone-first-impressions/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 02:23:51 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/2007/07/14/iphone-first-impressions/</guid>
		<description><![CDATA[At Thursday morning&#8217;s BatchBlue communications meeting, I was presented with a shiny new iPhone. You know&#8230; a boy does have to test his web apps, right? Well, I&#8217;ve been testing the unit out quite a bit—particularly (as I expected) Safari. I just wanted to toss up some notes from the first two and a half [...]]]></description>
			<content:encoded><![CDATA[<p>At Thursday morning&#8217;s BatchBlue communications meeting, I was presented with a shiny new iPhone. You know&#8230; a boy <em>does</em> have to test his web apps, right? Well, I&#8217;ve been testing the unit out quite a bit—particularly (as I expected) Safari. I just wanted to toss up some notes from the first two and a half days.</p>
<h4>Specs:</h4>
<ul>
<li>Size was&#8230; pretty much what I expected. A slightly taller video iPod.</li>
<li>As for the price, having the company foot the bill softened the blow. But I have to say, it was going to be purchased anyway after seeing how shockingly reasonable the plans were.</li>
<li>I got the 8 GB version. As the boss said, &#8220;I wouldn&#8217;t do that to you.&#8221;</li>
</ul>
<h4>Performance</h4>
<ul>
<li>I love that it picks up wifi when I&#8217;m at home.</li>
<li>EDGE is slow, but not painful (though this is coming from a guy that had dialup at home for years longer than most).</li>
<li>The part I have to admit—Safari has crashed about five times (seems to happen with GMail and JiveTalk (which is in alpha, so that may be it).</li>
<li>The iPod also stangely crashed three times while trying to get through one podcast episode. No other iPod crashes, though. Odd.</li>
<li>Kinda expected a weaker antenna, but worth noting that my MacBook can connect to my wifi in the backyard. iPhone has to use EDGE.</li>
<li>The keyboard is a bit daunting at first, but I&#8217;ve already gotten a lot better at it. You have to do what they say and let go and trust the autocorrect.</li>
<li>Battery life seems adequate. I&#8217;ve only either lightly used it or heavily used it, so I&#8217;ve either barely touched the battery or strained it quickly. Still, I haven&#8217;t dropped below half. I&#8217;ll report more on this with more use.</li>
<li>One of the big complaints people have is the omission of copy/paste. This is a very valid complaint. I&#8217;d love to just be able to select something and copy it. Of course, the interface doesn&#8217;t even have selecting at this point. It is a problem they will have to solve.</li>
<li>I&#8217;m a big two-finger scroller on the trackpad of my MacBook. The iPhone scrolling actually works in the opposite manner. On the MacBook, you move your fingers downward to make the page contents move up (meaning you are looking below the current content). The iPhone metaphor is that the content goes in the direction your finger does. Takes me some time to get used to that going from device to device.</li>
</ul>
<h4>Safari</h4>
<ul>
<li>Safari is really the #1 reason I got it. I want web browsing without lugging a computer.</li>
<li>The zooming is extremely smooth. Really crisp text makes reading a breeze.</li>
<li>One of the main reasons I wanted it was for RSS feed reading. A LOT of reading. It&#8217;s really not bad at all for that despite the size.</li>
<li>I use Newshutch for RSS reading, though, and that may be an issue. Safari on iPhone has no scrollbars—to scroll you use one finger. To scroll a scrollable div within a page, you use two fingers. Newshutch recently made both columns into scrollable divs. Nice touch on a full screen, but if you are zooming to read text on a mobile device, it is a royal pain in the ass to have to deal with the scrolling divs.</li>
<li>Also some advice for Newshutch is that the &#8220;mark as read&#8221; button at the top of a post should not only be visible on a rollover (no rollover on iPhone). That feature would be far more handy at the top of the post.</li>
<li>Might have to switch to a different reader now that I&#8217;ll do most of my reading on iPhone.</li>
<li>BatchBook runs great so far. Only one issue that I&#8217;ve noticed (one scrollable div doesn&#8217;t work with the two-finger trick).</li>
<li>iPhone also overrides your minimum width in your CSS. So, some pages are thinner than they are meant to be and that can cause rendering issues.</li>
<li>I&#8217;ve only noticed one site that served me a mobile version without me asking—redsox.com. I visited m.twitter.com on my own. Wishing GMail had a less heavy mobile version (it does have an app, but you can&#8217;t install those on iPhone). I may have to try out the HTML only version. See if that&#8217;s more lightweight.</li>
<li>One complaint a friend had about the &#8220;JesusPhone&#8221; was that it had no IM ability. However, <a href="http://www.beejive.com/" title="JiveTalk Mobile Instant Messaging">JiveTalk</a> has been awesome. I can connect to AIM and GTalk using that now. That&#8217;s going to be incredibly useful. Just in alpha now though.</li>
<li>When a web site doesn&#8217;t have a &#8220;Remember Me&#8221; checkbox, there&#8217;s no way to save passwords. Kind of a pain in the butt considering all the special characters usernames and passwords (should) have.</li>
<li>Out of curiosity, I surfed over to some links to mp3 files. Safari played the mp3 files in a nice media player within the browser. Tried with some mp4 video. Said Safari couldn&#8217;t play it. (I thought standard Safari would, but I just checked and it downloads mp4s. So, I suppose this is as expected.)</li>
</ul>
<h4>Mail</h4>
<ul>
<li>Number two reason I wanted it.</li>
<li>Imported my IMAP work account without a hitch.</li>
<li>I really like the interface of the inbox, messages, new messages, etc.</li>
<li>Don&#8217;t have my other IMAP mailboxes available, so things I&#8217;ve archived I can&#8217;t get. This also means I can&#8217;t clean out my inbox on the go.</li>
<li>Wish the write new message interface would switch to landscape like Safari. Would make the buttons much wider for someone with big honkin&#8217; thumbs like me.</li>
</ul>
<h4>YouTube</h4>
<ul>
<li>First YouTube search I did was for &#8220;Arcade Fire&#8221;, since I know they have a ton of cool stuff on YouTube. Was treated to a gorgeous quality version of Keep the Car Running.</li>
<li>However, it seems just a handful of YouTube videos are actually in the iPhone format. Total bummer. Many searches I would expect many hits for yielded nothing.</li>
<li>Can&#8217;t wait my own videos I uploaded to YouTube.</li>
<li>Perhaps they are converting them over time? Other wise might not be that useful a widget.</li>
</ul>
<h4>Weather</h4>
<ul>
<li>Just wanted to throw this in there because it is slick, fast, and zippy&#8230; just like the Dashboard widget.</li>
</ul>
<h4>Phone Calls</h4>
<ul>
<li>Surprisingly, not my top use for the thing. I think I&#8217;ve made three phone calls or so and received about three. Nice keypad, though.</li>
</ul>
<h4>SMS</h4>
<ul>
<li>Also not a big SMS guy, either. But I sent a couple messages. Interface to type is what you&#8217;d expect. Messages show up as iChat bubbles. Very nice. I&#8217;ve got 200 of these things a month. Might as well use &#8216;em.</li>
</ul>
<h4>iPod</h4>
<ul>
<li>Wow, video is sweet on this thing. Loaded up the &#8220;Joe Carter game&#8221; from the 1993 World Series. Scrubbed to a random point and saw my beloved Pete Incaviglia make a catch. Beautiful quality. Watched one of my own TWML video podcasts, too. Very nice.</li>
<li>Audio is slick, too. Coverflow is wow-inducing. I&#8217;ve still only uploaded a few albums on here though.</li>
<li>Tried to play some podcasts from it in the car today. Apparently it must use some sort of different headphone jack, because a 1/8&#8243; to a tape deck didn&#8217;t work.</li>
<li>The number one most amazing and useful thing about the iPod features—the thing has a freakin&#8217; speaker! Nolan is big into music to appease him, so it&#8217;s been nice to have Travis or Death Cab with me at all times to play for him if he gets fussy. Makes sense that a phone has a feature, but to have it for the iPod was something I hadn&#8217;t considered.</li>
</ul>
<h4>Photos</h4>
<ul>
<li>Very slick slideshows, advancing animations, and rotation.</li>
<li>Photos look beautiful on the large, bright screen.</li>
<li>I find that when I sync, it keeps wanting to import photos to iPhoto that I&#8217;ve already imported. Just telling iPhoto to not import duplicates works, but it keeps asking me.</li>
</ul>
<h4>Camera</h4>
<ul>
<li>I saved the camera for last so I can post some samples. First of all, the viewfinder is the WHOLE FREAKIN&#8217; IPHONE SCREEN. So, it&#8217;s basically so enormous that it is shocking.</li>
<li>It ain&#8217;t quick. Ella has often turned around by the time it takes the photo.</li>
<li>1200 x 1600 from a phone? What more can you ask?</li>
<li>Tough getting used to how to point it. Doesn&#8217;t feel natural at first, especially in portrait mode. I&#8217;m getting used to it.</li>
</ul>
<p>Some photo samples (click for larger versions):</p>
<p><a href="http://www.flickr.com/photos/darowskidotcom/813290830/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1238/813290830_926f1676bd_m.jpg" alt="iPhone Camera: Low Light" height="240" width="180" /></a></p>
<p>Low light is a bit grainy, but really not too bad.</p>
<p><a href="http://www.flickr.com/photos/darowskidotcom/813290946/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1167/813290946_43e272957c_m.jpg" alt="iPhone Camera: Nice &amp; Sharp" height="240" width="180" /></a></p>
<p>Nice focus and sharpness here. This was taken from inside Ella&#8217;s playhouse, looking at her outside the door.</p>
<p><a href="http://www.flickr.com/photos/darowskidotcom/813290980/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1281/813290980_840fe4dca9_m.jpg" alt="iPhone Camera: Oddly Stretched" height="240" width="180" /></a></p>
<p>A couple photos, like the one above, seemed oddly stretched. She&#8217;s skinny, but not this skinny.</p>
<p><a href="http://www.flickr.com/photos/darowskidotcom/813291100/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1288/813291100_43a0ed6c79_m.jpg" alt="iPhone Camera: Action Shot" height="240" width="180" /></a></p>
<p>Finally, this is the one that blew me away. This is Ella running, taken by a cameraphone. Please take a look at the <a href="http://www.flickr.com/photo_zoom.gne?id=813291100&amp;size=o" title="Ella in Motion">full size version</a>. Look how sharp this bad boy is. Very impressive.</p>
<h4>Bottom Line</h4>
<p>Wow.</p>
<p>I need to preface this with a couple things, though. First of all, I&#8217;m the person this device was made for. I&#8217;m a Mac Geek. I make web apps and need to test them on all browsers and devices. I don&#8217;t make a ton of calls or send SMS messages (so the minimum plan was good for me). I&#8217;ll use the unlimited data until they&#8217;re upset they let me have unlimited. I&#8217;ll use this from the couch just so I can hold Nolan while getting stuff done.</p>
<p>There are some issues, of course. The crashes were bummers. Copy/paste is really needed. An Apple-created IM app would probably be more robust.</p>
<p>But overall, this thing is sweet. Not only was it worth my boss&#8217; money, it was really worth my own if I had to do it. I&#8217;ll have to write more when I find some web apps that work really well with the iPhone. It should be fun hunting for those gems.</p>
<p><strong>Update:</strong> I posted my <a href="http://www.darowski.com/tracesofinspiration/2007/07/28/iphone-second-impressions/" title="iPhone Second Impressions">iPhone Second Impressions</a>.</p>
<p><strong>Update:</strong> With the first iPhone updater, all my IMAP mailboxes are now available. Sweet!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2007/07/14/iphone-first-impressions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crosspost: &#8220;iPhone and BatchBook, Sitting in a Tree&#8221;</title>
		<link>http://www.darowski.com/tracesofinspiration/2007/06/14/crosspost-iphone-and-batchbook-sitting-in-a-tree/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2007/06/14/crosspost-iphone-and-batchbook-sitting-in-a-tree/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 20:27:16 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[BatchBlue]]></category>
		<category><![CDATA[BatchBook]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/2007/06/14/crosspost-iphone-and-batchbook-sitting-in-a-tree/</guid>
		<description><![CDATA[
This morning I upped a post over at the BatchBlog about Apple&#8217;s decision to not offer an SDK for the iPhone (and how that affects us at BatchBlue). We&#8217;re making a web app, so it&#8217;s not really rattling our plans any. But others are less than thrilled.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://batchblue.com/images/blog/batchbook_iphone.jpg" title="BatchBook and iPhone" alt="BatchBook and iPhone" height="308" width="500" /></p>
<p>This morning <a href="http://batchblue.com/wordpress/?p=18" title="iPhone and BatchBook, Sitting in a Tree">I upped a post</a> over at the BatchBlog about Apple&#8217;s decision to not offer an SDK for the iPhone (and how that affects us at BatchBlue). We&#8217;re making a web app, so it&#8217;s not really rattling our plans any. But others are less than thrilled.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2007/06/14/crosspost-iphone-and-batchbook-sitting-in-a-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
