<?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>markhealey.org &#187; web design</title>
	<atom:link href="http://www.markhealey.org/archives/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhealey.org</link>
	<description>A flavorful blend of all things Mark.</description>
	<lastBuildDate>Sun, 28 Feb 2010 19:07:03 +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>jQuery Visual Cheat Sheet</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fjquery-visual-cheat-sheet%2F&amp;seed_title=jQuery+Visual+Cheat+Sheet</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fjquery-visual-cheat-sheet%2F&amp;seed_title=jQuery+Visual+Cheat+Sheet#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:32:30 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[developing]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/?p=1194</guid>
		<description><![CDATA[Very handy.]]></description>
			<content:encoded><![CDATA[<p><a href="http://woork.blogspot.com/2009/09/jquery-visual-cheat-sheet.html">The best cheat sheet I&#8217;ve seen for jQuery</a>. Even better than the jQuery Wiki, I think.</p>
<blockquote><p>jQuery Visual Cheat Sheet is an useful and practical reference to jQuery 1.3 for web designers and developers designed by me. This cheat sheet (6 pages) contains the full jQuery API reference with detailed descriptions and some sample code. The simple visual style I used to design this sheet allows you to find at a glance everything you are looking for.</p></blockquote>
<p>(thx Neil)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fjquery-visual-cheat-sheet%2F&amp;seed_title=jQuery+Visual+Cheat+Sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real iPhone buttons on an iPhone-optimized website</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Freal-iphone-buttons-on-an-iphone-optimized-website%2F&amp;seed_title=Real+iPhone+buttons+on+an+iPhone-optimized+website</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Freal-iphone-buttons-on-an-iphone-optimized-website%2F&amp;seed_title=Real+iPhone+buttons+on+an+iPhone-optimized+website#comments</comments>
		<pubDate>Thu, 19 Mar 2009 03:50:03 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[developing]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/?p=958</guid>
		<description><![CDATA[I'm working on an iPhone-optimized website for a client and this was a big help, so I thought I'd pass it on.]]></description>
			<content:encoded><![CDATA[<p>Apparently this is old news. Two-year-old news. I&#8217;m working on an iPhone-optimized website for a client and this was a big help, so I thought I&#8217;d pass it on. It all starts with CSS3 (Safari 3/webkit only):</p>
<p> <code>-webkit-border-image</code></p>
<p><a href="http://www.launchpadhq.com/blog/2007/07/07/replicating-iphone-buttons-the-webkit-way/">Launchpad HQ</a>:</p>
<blockquote><p>So for example, the image to the right is an original image from the iPhone. Its width is 29px. That breaks down to there being 14px on the left and right, defining the rounded corners and a 1px sliver which is the body of the button. So, in theory, if you were able to keep the left and right sides of the button stationary while expanding the 1px center piece, this would create a horizontally-scalable button with only one image.</p>
<p>But alas, how would we do this using only CSS? Well, I started digging around Safari’s ‘-webkit’ innards, and was able to to use the -webkit-border-image to accomplish exactly what I wanted.</p></blockquote>
<p>This goes very nicely with the <a href="http://www.teehanlax.com/blog/?p=447">iPhone GUI PSD</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Freal-iphone-buttons-on-an-iphone-optimized-website%2F&amp;seed_title=Real+iPhone+buttons+on+an+iPhone-optimized+website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soon, Majority of Web Users Will No Longer Use IE</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fsoon-majority-of-web-users-will-no-longer-use-ie%2F&amp;seed_title=Soon%2C+Majority+of+Web+Users+Will+No+Longer+Use+IE</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fsoon-majority-of-web-users-will-no-longer-use-ie%2F&amp;seed_title=Soon%2C+Majority+of+Web+Users+Will+No+Longer+Use+IE#comments</comments>
		<pubDate>Tue, 03 Feb 2009 15:19:07 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/?p=904</guid>
		<description><![CDATA[I think we all know its inevitable, but this is just awesome.
(thanks, Tim)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nytimes.com/external/readwriteweb/2009/02/02/02readwriteweb-soon_majority_will_drop_ie.html">I think we all know its inevitable, but this is just awesome</a>.</p>
<p>(thanks, Tim)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fsoon-majority-of-web-users-will-no-longer-use-ie%2F&amp;seed_title=Soon%2C+Majority+of+Web+Users+Will+No+Longer+Use+IE/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recession Tips For Web Designers</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Frecession-tips-for-web-designers%2F&amp;seed_title=Recession+Tips+For+Web+Designers</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Frecession-tips-for-web-designers%2F&amp;seed_title=Recession+Tips+For+Web+Designers#comments</comments>
		<pubDate>Wed, 24 Dec 2008 04:25:50 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[links]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/?p=843</guid>
		<description><![CDATA[Four keys to surviving bad economic times.]]></description>
			<content:encoded><![CDATA[<p><a href="http://24ways.org/2008/recession-tips-for-web-designers">Over at 24 Ways, Zeldman offers recession advice</a>:</p>
<blockquote><p>For web designers, there are four keys to surviving bad economic times: do good work, charge a fair price, lower your overhead, and be sure you are communicating with your client. As a reader of 24 ways, you already do good work, so let’s focus on the rest.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Frecession-tips-for-web-designers%2F&amp;seed_title=Recession+Tips+For+Web+Designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coda 1.5</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fcoda-15%2F&amp;seed_title=Coda+1.5</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fcoda-15%2F&amp;seed_title=Coda+1.5#comments</comments>
		<pubDate>Wed, 27 Aug 2008 15:16:46 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/?p=529</guid>
		<description><![CDATA[The freshly updated IDE for Mac.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time coming: today Panic released <a href="http://www.panic.com/coda/">Coda 1.5</a> for Mac. <a href="http://www.panic.com/coda/releasenotes.html">It&#8217;s chock-a-block full of updates</a> — the most significant being the search across files feature. Panic says:</p>
<p>Coda 1.5 adds a number of major new features, including:</p>
<ul>
<li>Fully integrated source control with Subversion</li>
<li>Find and replace across multiple local files</li>
<li>Easier-than-ever text clips with groups</li>
<li>A user-customizable bookshelf</li>
<li>Improved AppleScript</li>
</ul>
<p>Best of all: it&#8217;s a free update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fcoda-15%2F&amp;seed_title=Coda+1.5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 No More</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fie6-no-more%2F&amp;seed_title=IE6+No+More</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fie6-no-more%2F&amp;seed_title=IE6+No+More#comments</comments>
		<pubDate>Fri, 11 Jul 2008 15:22:04 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/?p=350</guid>
		<description><![CDATA[The "world's worst browser" is on the way out, folks.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not Steve Jobs nor is this site Apple.com. But I&#8217;m so happy about Apple&#8217;s new <a href="http://www.apple.com/mobileme/">MobileMe</a> and its <a href="http://www.apple.com/mobileme/pricing/">lack of support for IE6</a> &#8212; the first major Web application to drop support for the still-widely-used Microsoft browser &#8212; that I decided I&#8217;m dropping IE6 support, too. I spend too many hours forcing sites like this and others <a href="/about/">at my day job</a> to work in IE6, and I just don&#8217;t care enough anymore.</p>
<p>I am in the middle of a site redesign, and this is one less thing standing in my way. I l<a href="http://www.37signals.com/svn/posts/1072-apples-mobileme-drops-support-for-ie-6">ike 37signals&#8217; take on MobileMe and IE6</a>: I, too, am hoping this is the beginning of a trend. </p>
<p><img class="alignnone size-medium wp-image-353" title="ie6nomore1" src="http://www.markhealey.org/files//ie6nomore1-490x426.png" alt="" width="490" height="426" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fie6-no-more%2F&amp;seed_title=IE6+No+More/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>swfobject 2.0</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fswfobject-20%2F&amp;seed_title=swfobject+2.0</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fswfobject-20%2F&amp;seed_title=swfobject+2.0#comments</comments>
		<pubDate>Thu, 19 Jun 2008 03:27:57 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[developing]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/?p=317</guid>
		<description><![CDATA[All-new magic Flash-embedding script.]]></description>
			<content:encoded><![CDATA[<p>I just updated my script libraries to use the all-new swfobject 2.0.</p>
<blockquote class="p"><p><a href="http://code.google.com/p/swfobject/">SWFObject</a> is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small JavaScript file.</p></blockquote>
<p>Version 2 &#8212; just released last month &#8211;offers the new <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=6a253b75&amp;sliceId=2">express install from Adobe</a> as well as whole new method for loading Flash files into your pages. The project&#8217;s home base is over at <a href="http://code.google.com/p/swfobject/">Google Code</a> now, and there&#8217;s plenty of examples, help, and even a <a href="http://www.swffix.org/swfobject/generator/">code generator</a> (which is pretty slick).</p>
<p>The best news of all: upgrading to version 2.0 fixed a &#8220;wmode&#8221; transparency issue I was having in Firefox 3.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fswfobject-20%2F&amp;seed_title=swfobject+2.0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twelve Bucks Per Hour</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Ftwelve-bucks-per-hour%2F&amp;seed_title=Twelve+Bucks+Per+Hour</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Ftwelve-bucks-per-hour%2F&amp;seed_title=Twelve+Bucks+Per+Hour#comments</comments>
		<pubDate>Wed, 03 Oct 2007 14:59:13 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/archives/twelve-bucks-per-hour/</guid>
		<description><![CDATA[From Jeff Croft:
Forgive me if I sound harsh, but if your skill set is basically HTML and CSS, then I think you are worth maybe twelve bucks an hour. HTML and CSS are extremely simple languages anyone can learn in a weekend by picking up a good book or two.
&#8230;
So what is valuable? Judgement. Logic. [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://www2.jeffcroft.com/blog/2007/sep/30/tools-do-not-designer-make/">Jeff Croft</a>:</p>
<blockquote class="p"><p>Forgive me if I sound harsh, but if your skill set is basically HTML and CSS, then I think you are worth maybe twelve bucks an hour. HTML and CSS are extremely simple languages anyone can learn in a weekend by picking up a good book or two.<br />
&#8230;<br />
So what is valuable? Judgement. Logic. Creativity. Ability to learn quickly. Ability to work under pressure. Experience. Empathy. Design theory. Design history. Opinions. Decisions. And so on. I’d like to think that a good 80% of what my employer pays me for is for these things. Hopefully only a small percentage of my salary is because I know CSS and Photoshop.</p></blockquote>
<p>Via Inman.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Ftwelve-bucks-per-hour%2F&amp;seed_title=Twelve+Bucks+Per+Hour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stuck in the Stone Age [updated]</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fstuck-in-the-stone-age%2F&amp;seed_title=Stuck+in+the+Stone+Age+%5Bupdated%5D</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fstuck-in-the-stone-age%2F&amp;seed_title=Stuck+in+the+Stone+Age+%5Bupdated%5D#comments</comments>
		<pubDate>Fri, 07 Sep 2007 16:24:35 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/archives/stuck-in-the-stone-age/</guid>
		<description><![CDATA[It's true. The majority of people who look at this site are still using IE6.]]></description>
			<content:encoded><![CDATA[<p>Update @ 12:53 mountain: I didn&#8217;t even notice this until 15 seconds ago. Check out <a href="http://www.spreadfirefox.com/node/28298">the statistics from WordPress.com</a>. Fascinating. Damned non-upgraders.</p>
<p>What is it about people <em>still</em> using IE6?</p>
<p><img src="http://www.markhealey.org/files/mint-user-agents.png" alt="My Mint user agent report" align="middle" /></p>
<p>Now, my website is clearly not the most popular on the Internet, so I can&#8217;t assume 47% of <em>everyone</em> on the Web is using IE6. But I get a significant amount of traffic. From all over the globe. Lots of my site&#8217;s visitors might actually be looking for the Other Me (<a href="http://www.markhealey.org/archives/leading-a-double-life/" title="There's another Mark Healey who is actually a kick-ass big-wave rider">explanation</a>), however, the fact remains: it&#8217;s a lot of traffic. Maybe it&#8217;s not as clean of a cross-section view as, say, CNN.com&#8217;s or NYTimes.com&#8217;s statistics might be, but it&#8217;s it&#8217;s good enough for me.</p>
<p>And, I&#8217;m not going to pretend IE7 is a great browser, but it&#8217;s a giant leap forward from IE6. Even my infrequently-booted Parallels-run copy of Windows XP has updated itself to IE7. Get with it people; do yourselves a favor and stop using the world&#8217;s shittiest browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fstuck-in-the-stone-age%2F&amp;seed_title=Stuck+in+the+Stone+Age+%5Bupdated%5D/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No iPhone? No problem.</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fno-iphone-no-problem%2F&amp;seed_title=No+iPhone%3F+No+problem.</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fno-iphone-no-problem%2F&amp;seed_title=No+iPhone%3F+No+problem.#comments</comments>
		<pubDate>Mon, 16 Jul 2007 23:12:24 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/archives/no-iphone-no-problem/</guid>
		<description><![CDATA[Cool factor of 10.]]></description>
			<content:encoded><![CDATA[<p>I regularly read <a href="http://blueflavor.com" title="Blue Flavor">BlueFlavor</a>&#8217;s blog and today they launched a wonderful little app called <a href="http://getleaflets.com" title="Leaflets">Leaflets</a>. Designed specifically for the <a href="http://apple.com/iphone" title="iPhone">iPhone</a> and <a href="http://apple.com/safari" title="Safari 3">Safari 3</a>, it&#8217;s supposed to make using web apps on AT&amp;T&#8217;s EDGE network &#8220;enjoyable&#8221;.</p>
<p>I don&#8217;t have an iPhone nor do I <em>need</em> one &#8212; although I would like to &#8220;<a href="http://www.thebignoob.com/posts/mike-davidson-isnt-hearing-trumpets-but-thats-oka/" title="The Big Noob">use the future right now</a>&#8221; &#8212; I&#8217;m just not letting that stop me from using Leaflets. It&#8217;s a small window on my desktop, it gives me only the content I want to see (no flashing banner ads), and it&#8217;s super fast.</p>
<p><strong><a href="http://getleaflets.com" title="Get Leaflets">Get Leaflets</a></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fno-iphone-no-problem%2F&amp;seed_title=No+iPhone%3F+No+problem./feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sometimes the simplest things are the most effective</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fsometimes-the-simplest-things-are-the-most-effective%2F&amp;seed_title=Sometimes+the+simplest+things+are+the+most+effective</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fsometimes-the-simplest-things-are-the-most-effective%2F&amp;seed_title=Sometimes+the+simplest+things+are+the+most+effective#comments</comments>
		<pubDate>Sun, 27 May 2007 11:01:13 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/archives/sometimes-the-simplest-things-are-the-most-effective/</guid>
		<description><![CDATA[Don't you just love when someone makes something more usable?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading the New York Times newspaper for as long as I can remember. Their latest Web site <a href="http://www.nytimes.com/2006/04/02/business/02ednote.html?ex=1180324800&amp;en=c2e216a8090f17ab&amp;ei=5070" title="NYTimes redesigns">redesign in April 2006</a> proves to be the best thus far &#8212; I think &#8212; and there isn&#8217;t a day goes by I don&#8217;t enjoy visiting <a href="http://nytimes.com" title="New York Times Web site">NYTimes.com</a>. Whomever the team member was that stumbled upon the idea for built-in unobtrusive querying is a genius.</p>
<p>Not sure what I&#8217;m talking about? Find any story on the news Web site (here&#8217;s <a href="http://www.nytimes.com/2007/05/27/us/27newtok.html?hp" title="NY Times story">one</a> for you), start reading it, and highlight/select any word and double click. A smaller new window opens with the results of a query automatically run for you.</p>
<p>A good user experience. I love it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fsometimes-the-simplest-things-are-the-most-effective%2F&amp;seed_title=Sometimes+the+simplest+things+are+the+most+effective/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Peace. Love. Coda.</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fpeace-love-coda%2F&amp;seed_title=Peace.+Love.+Coda.</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fpeace-love-coda%2F&amp;seed_title=Peace.+Love.+Coda.#comments</comments>
		<pubDate>Sun, 29 Apr 2007 14:39:17 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/archives/peace-love-coda/</guid>
		<description><![CDATA[I was getting some thoughts together for an article on this site after a full week using Panic&#8217;s new IDE, Coda. But Mr. John Gruber of Daring Fireball beat me to the punch.
I say what he says:
&#8220;One way to judge the scope of an app is to think about how much time you’re intended to [...]]]></description>
			<content:encoded><![CDATA[<p>I was getting some thoughts together for an article on this site after a full week using Panic&#8217;s new IDE, <a href="http://www.panic.com/coda/" title="Coda">Coda</a>. But Mr. John Gruber of <a href="http://daringfireball.net/2007/04/coda" title="Read Coda on Daring Fireball">Daring Fireball</a> beat me to the punch.</p>
<p>I say what he says:</p>
<blockquote class="p"><p>&#8220;One way to judge the scope of an app is to think about how much time you’re intended to spend using it. There’s plenty of room for apps you use here and there for a few minutes at a time, or which you launch just once or twice a week. There’s hardly any room at all, though, for apps you work in for hours at a time, every day.</p>
<p>By this measure, Coda, the new app from Panic, is an epic.&#8221;</p></blockquote>
<p>Kudos, John.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fpeace-love-coda%2F&amp;seed_title=Peace.+Love.+Coda./feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I took it. You should, too. [Updated]</title>
		<link>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fi-took-it-you-should-too%2F&amp;seed_title=I+took+it.+You+should%2C+too.+%5BUpdated%5D</link>
		<comments>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fi-took-it-you-should-too%2F&amp;seed_title=I+took+it.+You+should%2C+too.+%5BUpdated%5D#comments</comments>
		<pubDate>Tue, 24 Apr 2007 15:47:26 +0000</pubDate>
		<dc:creator>Mark Healey</dc:creator>
				<category><![CDATA[history]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.markhealey.org/archives/i-took-it-you-should-too/</guid>
		<description><![CDATA[The 2007 Web Design Survey, by our friends at A List Apart.

In his most recent post, Zeldman offers:
&#8220;Over 12,000 people filled out The Web Design Survey during its first 24 hours online. Average completion time was 8 minutes, 45 seconds. Not a bad start. Keep spreading the word.&#8221;
]]></description>
			<content:encoded><![CDATA[<p>The 2007 Web Design Survey, by our friends at <a href="http://alistapart.com/" title="A List Apart"><em>A List Apart</em></a>.</p>
<p align="center"><a href="http://alistapart.com/articles/webdesignsurvey" rel="external" title="i took the 2007 survey"><img src="http://www.markhealey.org/files//i-took-the-2007-survey.gif" alt="i-took-the-2007-survey.gif" /></a></p>
<p>In his most recent <a href="http://www.zeldman.com/2007/04/25/the-profession-that-dare-not-speak-its-name/" title="Zeldman">post</a>, Zeldman offers:</p>
<blockquote class="p"><p>&#8220;Over 12,000 people filled out The Web Design Survey during its first 24 hours online. Average completion time was 8 minutes, 45 seconds. Not a bad start. Keep spreading the word.&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.markhealey.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.markhealey.org%2Farchives%2Fi-took-it-you-should-too%2F&amp;seed_title=I+took+it.+You+should%2C+too.+%5BUpdated%5D/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
