<?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; Safari</title>
	<atom:link href="http://www.darowski.com/tracesofinspiration/category/safari/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>Sun, 23 Oct 2011 03:38:55 +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>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>How To Run Safari 2 and Safari 3 At Once</title>
		<link>http://www.darowski.com/tracesofinspiration/2007/06/21/how-to-run-safari-2-and-safari-3-at-once/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2007/06/21/how-to-run-safari-2-and-safari-3-at-once/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 21:10:01 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/2007/06/21/how-to-run-safari-2-and-safari-3-at-once/</guid>
		<description><![CDATA[
Okay, maybe I was a bit harsh.
I ranted the other day about Safari 3 replacing Safari 2 on my machine (among other things). It took a teenie bit of thinking, but I came up with a workaround.
Before installing Safari 3 Beta:

Duplicate Safari in you Applications folder.
Rename the new copy &#8220;Safari 2&#8243;
Run the Safari 3 installer.
Restart. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/darowskidotcom/582623258/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1066/582623258_a6fa393fa4.jpg" alt="Run Safari 2 and Safari 3 Simultaneously" height="313" width="500" /></a></p>
<p>Okay, maybe I was a bit harsh.</p>
<p><a href="http://www.darowski.com/tracesofinspiration/2007/06/13/safari-30-beta-rant/" title="Safari 3.0 Beta Rant">I ranted the other day</a> about Safari 3 replacing Safari 2 on my machine (among other things). It took a teenie bit of thinking, but I came up with a workaround.</p>
<p>Before installing Safari 3 Beta:</p>
<ol>
<li>Duplicate Safari in you Applications folder.</li>
<li>Rename the new copy &#8220;Safari 2&#8243;</li>
<li>Run the Safari 3 installer.</li>
<li>Restart. You have two Safaris.</li>
</ol>
<p>IE can&#8217;t even run two versions on the same computer (without hacking). I have Firefox 1.5 and 2.0 installed, but I can only run one at a time. I can run both Safaris simultaneously. Now that&#8217;s pretty cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2007/06/21/how-to-run-safari-2-and-safari-3-at-once/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Safari 3.0 Beta Rant</title>
		<link>http://www.darowski.com/tracesofinspiration/2007/06/13/safari-30-beta-rant/</link>
		<comments>http://www.darowski.com/tracesofinspiration/2007/06/13/safari-30-beta-rant/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 02:16:29 +0000</pubDate>
		<dc:creator>Adam Darowski</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.darowski.com/tracesofinspiration/2007/06/13/safari-30-beta-rant/</guid>
		<description><![CDATA[I&#8217;ll start off by saying I&#8217;m a fan of Apple&#8217;s Safari browser. In fact, I used it as my main browser until recently. Once I started doing web development on a more consistent basis, I really needed Firefox for the plugins. In fact, since starting at BatchBlue, my most used piece of software is Firebug. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll start off by saying I&#8217;m a fan of Apple&#8217;s Safari browser. In fact, I used it as my main browser until recently. Once I started doing web development on a more consistent basis, I really needed Firefox for the plugins. In fact, since starting at BatchBlue, my most used piece of software is Firebug. I can&#8217;t use Safari if it doesn&#8217;t have Firebug or Web Developer Toolbar.</p>
<p>So, Apple just released the new Safari beta. It runs on Windows now, too. While I don&#8217;t think it will have the same effect as iTunes on Windows, it can&#8217;t hurt. So, I&#8217;ve installed it on both systems (Windows via Parallels). I installed on Windows first. It was a breeze. Then I installed it on the Mac.</p>
<p>First of all, why the eff do I have to restart&#8230; to install a web browser? You didn&#8217;t make me restart on Windows, why on the Mac? Firefox doesn&#8217;t make me restart. Shiira doesn&#8217;t make me restart. Hell, I don&#8217;t think OFFICE made me restart. Why do I have to restart? I normally wouldn&#8217;t care, but I&#8217;m running Rails locally for testing. When I restart my Mac, I have to restart the local database, restart Rails, and do a bunch of other stuff I don&#8217;t really know how to do. Luckily, Sean gave me a step by step &#8220;so you&#8217;re a Terminal noob and you are still trying to run Rails locally&#8221; cheat sheet. But sheesh. I haven&#8217;t restarted in weeks. Why restart to install a browser?</p>
<p>Second&#8230; when did Safari become Internet Explorer. Okay, maybe that&#8217;s a little harsh. But where the heck did Safari 2 go? Why did you replace it? I need to test in both! So now, I get to UNinstall Safari 3&#8230; no doubt I&#8217;ll have to restart again (gah!) then test in Safari 2. If I want to test in Safari 3&#8230; guess what&#8230; install again&#8230; restart&#8230; curse&#8230;</p>
<p>Come on, Apple. You do this stuff right. I know it&#8217;s just a beta, but come on&#8230;</p>
<p><strong>Update:</strong> Here&#8217;s a <a href="http://www.darowski.com/tracesofinspiration/2007/06/21/how-to-run-safari-2-and-safari-3-at-once/" title="How to Run Safari 2 and Safari 3 At Once">workaround</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darowski.com/tracesofinspiration/2007/06/13/safari-30-beta-rant/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

