<?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>Pop Art Blog &#187; accessibility</title>
	<atom:link href="http://blogs.popart.com/tags/accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.popart.com</link>
	<description>Flashes of Pop, Wit and Reason</description>
	<lastBuildDate>Mon, 26 Jul 2010 21:16:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>An Event Apart San Francisco&#160;2008</title>
		<link>http://blogs.popart.com/2008/09/an-event-apart-san-francisco-2008/</link>
		<comments>http://blogs.popart.com/2008/09/an-event-apart-san-francisco-2008/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 00:53:00 +0000</pubDate>
		<dc:creator>Scott Vandehey</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[aeasf08]]></category>
		<category><![CDATA[aneventapart]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[ericmeyer]]></category>
		<category><![CDATA[heatherchamp]]></category>
		<category><![CDATA[jasonsantamaria]]></category>
		<category><![CDATA[jeffreyzeldman]]></category>
		<category><![CDATA[jeffveen]]></category>
		<category><![CDATA[jeremykeith]]></category>
		<category><![CDATA[palacehotel]]></category>
		<category><![CDATA[sanfrancisco]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">/scott-vandehey/archive/2008/09/02/an-event-apart-san-francisco-2008.aspx</guid>
		<description><![CDATA[
I&#8217;ve managed to attend An Event Apart every year so far, and this year was particularly exciting because the nearest location was in San Francisco. I went to Seattle the last two times, which was fine, but I know Seattle pretty well, so the opportunity to play tourist in a new city was very appealing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/spaceninja/2795113450/"><img src="http://farm4.static.flickr.com/3177/2795113450_1681dbbe3b.jpg" class="photo" alt="Columbus Tower" /></a></p>
<p class="leadtxt">I&#8217;ve managed to attend An Event Apart <a href="http://spaceninja.com/an-event-apart-seattle-liveblogging-the-event/">every</a> <a href="http://spaceninja.com/an-event-apart-seattle-2007/">year</a> so far, and this year was particularly exciting because the nearest location was in San Francisco. I went to Seattle the last two times, which was fine, but I know Seattle pretty well, so the opportunity to play tourist in a new city was very appealing to me. Luckily, my coworker Libby was coming with me, and she used to work in &#8220;the City&#8221; so I had the advantage of a guide.</p>
<p>(While I was there, I took hundreds of photos, and even after whittling it down, I still uploaded more than 100 to flickr. Rather than bore you with them, I&#8217;ll keep this post limited to discussion of the conference, and if you want to see dozens of photos of beautiful architecture, you can check out <a href="http://flickr.com/photos/spaceninja/sets/72157606932652142/">the photo set</a>.)</p>
<p><a href="http://www.flickr.com/photos/spaceninja/2794443907/"><img src="http://farm4.static.flickr.com/3127/2794443907_b885b48101.jpg" class="photo" alt="Palace Hotel" /></a></p>
<p>The conference was held in the beautiful Palace Hotel on Market St. in the Financial District. My inner <cite>Blues Brothers</cite> fan had to suppress a giggle that we&#8217;d be going to the Palace Hotel Ballroom (where it&#8217;s ladies&#8217; night!). The hotel itself is beautiful, and the dining room you see when you first walk in has an amazing ornate glass ceiling. The rooms we were in weren&#8217;t quite as nice, but even they had fancy chandeliers and the sight of hundreds of web people with their laptops and geeky t-shirts (myself included) was a bit surreal.</p>
<blockquote><p>&#8220;If your web site structure in any way resembles your org. chart, you&#8217;ve&nbsp;failed.&#8221;<br />
<small>&#8211; Jeffrey Zeldman</small>
</p>
</blockquote>
<p>Zeldman kicked things off with a bang, as usual. His modestly-titled presentation &#8220;Understanding Web Design&#8221; continued themes he touched on in previous years. He gave 12 tips for web designers, of which the first and last were &#8220;start with the user.&#8221; By focusing on the user&#8217;s needs, rather than the designer or the client, it becomes more clear how a site should function. (Though he left out the anecdote he used previously that the only other industry to call their target audience &#8220;users&#8221; is drug dealers.)</p>
<p>He reiterated an idea that he and Jason Santa Maria have both talked about &#8212; &#8220;sell ideas, not pixels.&#8221; Don&#8217;t go to your client with the &#8220;green comp&#8221; and the &#8220;72pt Helvetica Comp.&#8221; Go to them with the &#8220;Human Interest Comp&#8221; and the &#8220;Photographic Impact Comp.&#8221; It&#8217;s easier for clients to talk about the differences between ideas &#8212; otherwise they get hung up on design details.</p>
<p>Next up came Eric Meyer with a new presentation called &#8220;The Lessons of CSS Frameworks,&#8221; where he analyzed several popular CSS frameworks for what they could teach us. Long story short: Don&#8217;t use other people&#8217;s CSS frameworks except as a jumping-off point. Ideally, you should be creating your own framework. The one really fascinating thing to come out of it, though, was a discussion of the &#8220;ideal&#8221; font-sizes for headings, which he came up with by averaging the sizes across all the frameworks.</p>
<blockquote><p>
&#8220;How did you convince your organization to switch to CSS from tables? Oh&nbsp;really? I&#8217;m&nbsp;sorry.&#8221;<br />
<small>&#8211; Jason Santa Maria</small></p>
</blockquote>
<p>Jason Santa Maria talked about the difficulties of designing for the web, starting with the great example of the wonderful design in <cite>Wired</cite> magazine, and how none of that design carries over to their website, which uses a completely standard template. After talking about why web designs tend to look alike, he came to the example of his recent site redesign as a way to inject some art direction into a template-driven site.</p>
<p>Luke Wroblewski took us through lunch, discussing visual hierarchy, and how to design a site to encourage users to see the important bits and complete the important actions. He cited eye tracking studies that show that users do not read everything on a page &#8212; they skip around like mad, looking for anything that seems relevant &#8212; and if they don&#8217;t find anything quickly, they move on.</p>
<blockquote><p>
&#8220;Being community manager is like being a pinata. People beat on you with sticks and you still have to give them&nbsp;candy.&#8221;</p>
<p><small>&#8211; Heather Champ</small>
</p>
</blockquote>
<p>After lunch, Heather Champ came out to talk about the work she does as a community manager for flickr. I was already somewhat aware of her from reading her husband&#8217;s website, and I had seen her pop up a few times in the flickr support forums. This was the first time I&#8217;d seen her speak, and I have to say, she may be one of my new favorite web people. She is passionate, and the things she had to say about how to manage a community were equally smart and funny. I have a new appreciation for the work that goes on behind the scenes at flickr&#8230; and rereading this paragraph, perhaps a bit of a crush on the woman herself.</p>
<p>Liz Danzico spoke next about frameworks, and I&#8217;m ashamed to say that I got almost nothing out of her talk. The entire presentation was based on a metaphor of music notation, and I was completely lost. I don&#8217;t know anything about music notation, so her analogies might as well have been in another language. It&#8217;s too bad, because I know she&#8217;s smart, and I was looking forward to her talk.</p>
<p><a href="http://www.flickr.com/photos/spaceninja/2794383827/"><img src="http://farm4.static.flickr.com/3047/2794383827_d3bdac46e1.jpg" class="photo" alt="An Event Apart Ballroom" /></a></p>
<p>Dan Cederholm was the last official speaker for the first day, and he talked about &#8220;Bulletproof&#8221; design. I&#8217;ve seen him speak before, and it was great, as usual, but very little new information for anyone who&#8217;s read his book or seen him speak before. Still, he got a ton of applause when he said that websites don&#8217;t need to look exactly the same in every browser.</p>
<p>Oddly, the day was capped by a presentation from a sponsor. It was tacked on at the end of an already long day, the introduction was brief, and probably two-thirds of the audience had already left. Scott Fegette from Adobe came out and promised that his presentation wasn&#8217;t a sales pitch for Dreamweaver (which he works on). We tried to stick it out, but it became obvious within minutes that it <em>was</em> a sales pitch, and we bailed like everyone else.</p>
<blockquote><p>
&#8220;Your stylesheets SUGGEST the way a website should look. The user decides how your site WILL&nbsp;look.&#8221;</p>
<p><small>&#8211; Jeremy Keith</small>
</p>
</blockquote>
<p>Day two of the conference wasn&#8217;t quite as strong. Jeremy Keith kicked things off with a presentation about the process they use at Clearleft. It was interesting in that it&#8217;s always interesting to get a peek behind-the-scenes of another agency, but I really didn&#8217;t learn anything.</p>
<p>Eric Meyer went next to talk about debug and reset stylesheets. If you read his website, you&#8217;ve already seen everything we heard, but it&#8217;s always nice to see the master at work. Two things I walked out not knowing before: 1) for testing purposes, use <code>outline: 1px solid red;</code> rather than <code>border</code> because <code>outline</code> doesn&#8217;t affect layouts, and 2) reset stylesheets are <em>much</em> more popular than I thought. Probably 90% of the room raised their hands when Eric asked who used them. I don&#8217;t make CSS decisions based on the &#8220;wisdom of the crowd&#8221; but with that number of people, maybe it&#8217;s worth taking a closer look.</p>
<p>Derek Featherstone gave a talk called &#8220;Accessibility Beyond Compliance&#8221; which had one of the best opening lines I&#8217;ve ever heard. He walked up on stage, cleared his throat, and started with &#8220;The person on the other end of the phone said &#8216;I&#8217;m sorry sir, but I have to hang up now.&#8217;&#8221; He was telling a story about a blind user whose bank wouldn&#8217;t help him because he was using a screenreader &#8212; and they thought that meant there was another person in the room, violating their privacy policies.</p>
<p>Beyond the stories he told, which were very powerful, and helped to illustrate the point that accessibility is more than just <code>alt</code> attributes, the thing I walked away with was that managing <code>focus</code> in your web applications is incredibly important.</p>
<p>After lunch, Kelly Goto gave a talk about agile development. It was pretty good, and she&#8217;s a good speaker (I enjoyed a presentation I saw her give on the future of mobile at An Event Apart Seattle in 2006), but my lack of interest in agile combined with a big lunch was like a sleeping pill. No fault of hers, but I was really struggling to stay awake.</p>
<blockquote><p>
&#8220;I wore a shirt that says &#8216;Math is easy. Design is hard.&#8217; You know what&#8217;s not funny at Google? That&nbsp;shirt.&#8221;<br />
<small>&#8211; Jeff Veen</small>
</p>
</blockquote>
<p>Jeff Veen gave the last presentation, and I have to say, he&#8217;s probably the most compelling public speaker I&#8217;ve ever seen. I wouldn&#8217;t even know where to start summarizing it. His larger theme seemed to be how to present data in such a way that users can &#8220;find their story.&#8221; He discussed infographics, from Snow&#8217;s cholera map to Minard&#8217;s Napoleon map. (When he got to that, he suggested a game called &#8220;Web Conference Bingo,&#8221; which would include the Minard map, an iPod, LOLcats, etc.) He even mentioned that the look of the charts in Google Analytics were inspired by the flyover maps from <cite>Raiders of the Lost Ark</cite>. None of this really captures the fact that he is just an amazing speaker. If you ever get a chance to see him, take it. You&#8217;ll be glad you did.</p>
<p>All In all, I&#8217;ve got to say that An Event Apart remains the best web conference I&#8217;ve ever attended. You definitely get your money&#8217;s worth, and even though I&#8217;ve come three years in a row, I always come away having learned a lot, and with a renewed excitement about my job. The single-track format makes a huge difference, too, because you don&#8217;t have to stress about which sessions are the best to attend, or sneaking out of a bad session to go to your second choice. Plus &#8212; and this might seem minor, but if you&#8217;ve ever been to a conference, you&#8217;ll know it&#8217;s a big deal &#8212; they take a 15-minute break between every speaker. This means time to go to the bathroom, grab a drink, and just stretch your legs for a few minutes. Plain and simple, these guys get it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.popart.com/2008/09/an-event-apart-san-francisco-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPIN Seminar &#8211; Improving Accessibility and Quality in Web-Based&#160;Applications</title>
		<link>http://blogs.popart.com/2008/01/spin-seminar-improving-accessibility-and-quality-in-web-based-applications/</link>
		<comments>http://blogs.popart.com/2008/01/spin-seminar-improving-accessibility-and-quality-in-web-based-applications/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 08:12:00 +0000</pubDate>
		<dc:creator>Ben Waldron</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">/ben-waldron/archive/2008/01/14/spin-seminar-improving-accessibility-and-quality-in-web-based-applications.aspx</guid>
		<description><![CDATA[The good people at Rose City SPIN (Software Process Improvement Network) and OGI had me back to talk about Accessibility.&#160; I thought the whole thing was going to be cancelled &#8211; we had a tornado in the area that night.&#160; Unlike the midwest, I learned that tornado in Portland are very rare.&#160; Almost as rare [...]]]></description>
			<content:encoded><![CDATA[<p mce_keep="true">The good people at Rose City SPIN (Software Process Improvement Network) and OGI had me back to talk about Accessibility.&nbsp; I thought the whole thing was going to be cancelled &#8211; we had a tornado in the area that night.&nbsp; Unlike the midwest, I learned that tornado in Portland are very rare.&nbsp; Almost <a class="" href="http://www.mthoodvacationhome.com/" mce_href="http://www.mthoodvacationhome.com">as</a> rare as snow we had on Christmas&#8230;that hasn&#8217;t happened since the 30&#8217;s.&nbsp; Thanks to all those that braved an ugly evening to come talk about accessibility and mobile applications.</p>
<p mce_keep="true">Slides:&nbsp; <a href="http://www.popart.com/files/Web_Accessibility_SPIN_January_2008.pdf" mce_href="http://www.popart.com/files/Web_Accessibility_SPIN_January_2008.pdf">http://www.popart.com/files/Web_Accessibility_SPIN_January_2008.pdf</a></p>
<p mce_keep="true">Summary:</p>
<p mce_keep="true">It is clear that the web is the platform for most of our content and applications going forward. It is important that we are all good web citizens and produce content that is easily consumed. To that end, this seminar&nbsp;focused on practical techniques that can be employed to reach and serve the broadest possible audiences in the best possible way. The topics&nbsp;included how to provide services that are accessible to people with disabilities and usable from mobile phones or other devices &#8212; without destroying the development budget.</p>
<p>This seminar demonstrated the considerations that go into building successful web applications and the tools that can assist the quality assurance process. </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.popart.com/2008/01/spin-seminar-improving-accessibility-and-quality-in-web-based-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Few Dumb&#160;Questions</title>
		<link>http://blogs.popart.com/2007/11/a-few-dumb-questions/</link>
		<comments>http://blogs.popart.com/2007/11/a-few-dumb-questions/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 21:32:00 +0000</pubDate>
		<dc:creator>Scott Vandehey</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[blind]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">/scott-vandehey/archive/2007/11/16/a-few-dumb-questions.aspx</guid>
		<description><![CDATA[
&#8220;I’d rather answer a few dumb questions than put up with a few dumb assumptions.&#8221;
&#8211; Aaron Cannon, in reply to a question about whether he tires of people asking him about his blindness

]]></description>
			<content:encoded><![CDATA[<blockquote>
<p>&#8220;I’d rather answer a few dumb questions than put up with a few dumb assumptions.&#8221;<br />
<br /><small>&#8211; <a href="http://northtemple.com/1078">Aaron Cannon</a>, in reply to a question about whether he tires of people asking him about his blindness</small></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blogs.popart.com/2007/11/a-few-dumb-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selling Web Standards is&#160;Hard</title>
		<link>http://blogs.popart.com/2007/08/selling-web-standards-is-hard/</link>
		<comments>http://blogs.popart.com/2007/08/selling-web-standards-is-hard/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 00:08:00 +0000</pubDate>
		<dc:creator>Scott Vandehey</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[clientservices]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[sales]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">/scott-vandehey/archive/2007/07/31/selling-web-standards-is-hard.aspx</guid>
		<description><![CDATA[I recently had a fascinating conversation with our VP of Client Services. Long story short, I learned that selling web standards is difficult, because many of the benefits it offers are &#8220;soft.&#8221; For instance, if we tell a client that the extra money we charged them to upgrade their site to web standards will make [...]]]></description>
			<content:encoded><![CDATA[<p class="leadtxt">I recently had a fascinating conversation with our VP of Client Services. Long story short, I learned that selling web standards is difficult, because many of the benefits it offers are &#8220;soft.&#8221; For instance, if we tell a client that the extra money we charged them to upgrade their site to web standards will make future updates easier, the Client Services team is afraid the client will come back and say that we should charge them less for updates.</p>
<p>For a standards zealot like myself, this was hard to hear. Like most deciples of Zeldman, when someone asks me why we should use web standards for a site, I go back to the <a href="http://www.alistapart.com/articles/csstalking/">CSS talking points</a> in this article from A List Apart. First, web standards mean dramatically improved accessibility, even degrading gracefully in older browsers that don&#8217;t support CSS. Secondly, standards-compliant sites tend to be cheaper to produce and maintain when compared to older table-based layouts, and finally, standards mean that a site is &#8220;future-proof&#8221; because they will be much easier to maintain and update as time passes and coding standards continue to change.</p>
<p><span id="more-2256"></span>What I learned in this conversation is that only one of those is really something that our Client Services team can sell. Client care about accessibility &#8211; not because disabled access is a big issue, but because accessible sites are also more search-engine friendly. We can proudly point to several examples in our portfolio where we refreshed a client&#8217;s site with standards and their search engine rankings showed a marked improvement.</p>
<p>On the flip side, clients rarely care about future-proofing their websites. This is perhaps due to the enterprise-level clients that we tend to work with, but our clients rarely want to spend more money today to make things easier in the future. Typically, our clients have to struggle for every bit of their marketing budgets, and web is usually only a small fraction of what they get. So when they hear us say that doing something now will save them money someday, their instinct is to decline.</p>
<p>Most frustrating, however, was when our Client Services VP told me that web standards sites are <em>not</em> cheaper. After going around the table a few times, we managed to agree that we were using different definitions of cheaper. When I say a site is cheaper, I mean that initial production of the site will take somewhat less time than a comparable table-based layout, and that future updates to the layout or design of the site will take much less time than they would have otherwise.</p>
<p>However, her experience with our standards-based designs has been that they take about the same amount of time for both initial production and any future updates. They may not cost more, but they don&#8217;t cost less. The problem here is that the sites she was referring to had major content updates, not just design updates. If a design update keeps the same content and markup, but only changes the look and feel, then I can do the entire update via CSS, and save a great deal of time because I&#8217;ll be updating many pages at once, rather than updating dozens of table-based pages. But if the client wants us to add new features or anything else that requires changing the markup as well as the CSS, then she&#8217;s right that the updates take about the same amount of time as they would have in a non-standards site.</p>
<p>That kind of thing causes a nightmare for the Client Services team. If we tell a client that updates to their site in the future will be cheaper (without qualifying that we&#8217;re talking about certain kinds of updates), and then we come back with a price quote that&#8217;s not cheaper, the client gets upset, and it puts the Client Services team in a bad position.</p>
<p>Certainly, this kind of thing can be avoided by properly educating the client, but that&#8217;s a whole different can of worms. The important take-away for me was to immediately stop claiming that standards-based sites are cheaper without adding the qualifier that they are only cheaper under specific circumstances.</p>
<p>The way to sell standards to Client Services is to tell them that it will dramatically improve accessibility and search engine rankings, and <em>won&#8217;t cost more</em> than a comparable table-based design.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.popart.com/2007/08/selling-web-standards-is-hard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Event Apart Seattle&#160;2007</title>
		<link>http://blogs.popart.com/2007/07/an-event-apart-seattle-2007/</link>
		<comments>http://blogs.popart.com/2007/07/an-event-apart-seattle-2007/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 18:02:00 +0000</pubDate>
		<dc:creator>Scott Vandehey</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[aeaseattle07]]></category>
		<category><![CDATA[alistpart]]></category>
		<category><![CDATA[aneventapart]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ericmeyer]]></category>
		<category><![CDATA[jeffreyzeldman]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[seattle]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">/scott-vandehey/archive/2007/07/06/an-event-apart-seattle-2007.aspx</guid>
		<description><![CDATA[Last year, I attended An Event Apart 2006 in Seattle. It was a great event, although I remember it being really rushed, because they seven sessions packed into one day. So when I heard that they were coming back to Seattle, and had changed the format to two days, I signed up right away. I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Last year, I attended <a href="http://spaceninja.com/an-event-apart-seattle-liveblogging-the-event/">An Event Apart 2006 in Seattle</a>. It was a great event, although I remember it being really rushed, because they seven sessions packed into one day. So when I heard that they were coming back to Seattle, and had changed the format to two days, I signed up right away. I&#8217;m happy to tell you that the new format is a huge improvement. The event no longer feels rushed, and even though there are six sessions every day, there&#8217;s a 15 minute break between each one, and a 1&frac12; hour lunch. That might sound insignificant, but if you&#8217;ve ever been to an all-day tech conference, you&#8217;ll understand what a lifesaver those breaks can be.</p>
<p><a href="http://www.flickr.com/photos/spaceninja/592590745/"><img src="http://farm2.static.flickr.com/1001/592590745_22688bef0d.jpg" class="photo" alt="Downtown and Docks" /></a></p>
<p><span id="more-2298"></span>The venue was the same as last year, the Bell Harbor conference center on Pier 66, which is just down the street from Pike Place Market in downtown Seattle. The room is large, but comfortable. It&#8217;s wide, but not too long, so you&#8217;ve always got a good view of the stage. Last year, the only real problem with the room was the lack of power outlets – when you&#8217;ve got hundreds of geeks with laptops and only a few outlets, you&#8217;ve got a problem. This year, they ran extension cords down every other aisle, with power strips every few feet, so there were no problems keeping your laptop charged. They paid for the high-speed wifi, but as you might expect, it still got pretty bogged down with so many people using it.</p>
<p>Like last year, they had a simple gift bag with an AEA-branded notebook, but instead of coming in a plastic bag, they gave out <a href="http://www.flickr.com/photos/criana/434476812/">embroidered tote-bags</a> and a notebook containing all the slides printed out for taking notes, which are pretty nice upgrades.</p>
<p>Of course, the biggest change is upping the number of speakers from four to ten. <a href="http://zeldman.com/">Jeffrey Zeldman</a> and <a href="http://meyerweb.com/">Eric Meyer</a> spoke on both days, and everyone else spoke once. The subject matter was varied and interesting, as were the speakers. In fact, if I tried to write a full review for every session this blog post would be as thick as a phone book, so I&#8217;ll just give some selected notes here, and assure you that none of these people were slouches.</p>
<p><a href="http://www.flickr.com/photos/spaceninja/592570611/"><img src="http://farm2.static.flickr.com/1244/592570611_77a4c61ae9.jpg" class="photo" alt="Ready to Start!" /></a></p>
<p>Eric started the first day with &#8220;Secrets of the CSS Jedi,&#8221; which was all about thinking outside the box with CSS. He illustrated that the default behavior of all HTML elements is defined by the browser, and each browser defines things slightly differently – especially font handling – which is why he advocates the use of a <a href="http://meyerweb.com/eric/thoughts/2007/04/18/reset-reasoning/">reset stylesheet.</a></p>
<p>Next up, Jeffrey discussed &#8220;Writing the User Interface.&#8221; Briefly, he says that content drives traffic, freshness counts, and language is the main interface on most sites, which is why all sites have large writing and editorial budgets. When everyone laughed, he asked for raised hands if you have a writing budget or a copy czar. When only a few people raised their hands, he said &#8220;In conclusion, get a writing budget and hire a copy czar,&#8221; and then pretended to walk off stage. After everyone laughed he went on to show how copy is the easiest and often the cheapest part of a site to fix by tweaking the copy on several example sites to make things more clear.</p>
<p><a href="http://jasonsantamaria.com/">Jason Santa Maria</a> gave a presentation titled &#8220;Design Your Way Out of a Paper Bag.&#8221; It was basically an overview of his creative process. He advocated carrying a sketchbook and making a creative space to work in, as well as researching your subject thoroughly and following an iterative design process that includes &#8220;gray box&#8221; designs and wireframes before doing comps.</p>
<blockquote><p>&#8220;Jeffrey is fantastic with clients. He can tell them that they&#8217;re complete idiots, and they&#8217;re like &#8216;Yeah, we are.&#8217;&#8221;<br />
<small>&#8211; Jason Santa Maria talking about Jeffrey Zeldman</small></p>
</blockquote>
<p>At lunch, Jason sat at our table and recognized me from last year, which was pretty cool. He chatted with us all through lunch, and told us what it&#8217;s like working for <a href="http://happycog.com/">Happy Cog</a>, jumping between the Philadelphia offices, and working with the New York crew, who don&#8217;t have an office yet. He also told us a bit about his plans for the A List Apart books, which sound like they&#8217;re going to be very cool.</p>
<p>Also at lunch, I saw some of my former coworkers from <a href="http://luxuryrealestate.com/">Luxury Real Estate</a>, which was cool, because when I was working there, they didn&#8217;t want to spend money on things like conferences, so it sounds like things might be improving over there.</p>
<p><a href="http://tbray.org/ongoing/">Tim Bray</a> gave a lecture after lunch titled &#8220;Reporting from the Engine Room.&#8221; He told a funny story about how he and Jeffrey used to write newsletters together, and basically his job was to rewrite Jeffrey&#8217;s polite letters into offensive rants, which became hugely popular. He jumped from topic to topic, briefly discussing Ruby on Rails, why blogs with good content tend to have bad design, and the evolution of the web away from rich applications. At one point, when an audience member asked if his graphic was made with web-safe colors, he replied &#8220;That&#8217;s so 20th century.&#8221;</p>
<p><a href="http://uiaccess.com/profile.html">Shawn Henry</a> talked about &#8220;Getting Real with Accessibility,&#8221; which boiled down to testing your work in screen readers and voicing browsers, using proper ALT text for images, and scaling your text size up and down. Most of all, however, she advocated doing real user testing with some disabled people, because no test substitutes for the way real people interact with things. She also talked about how no two disabled people will use their tools the same way, so it&#8217;s silly to only test one thing, or only for one disability.</p>
<p>Finishing out the first day, <a href="http://andybudd.com/">Andy Budd</a> gave a talk titled &#8220;Are You Experienced,&#8221; which was about User Experience Design. He talked about how people don&#8217;t read instructions anymore, and how we based our assumptions about technology on previous experience – interacting with our Tivo or DVD player the same way we used our VCRs, for instance. His big conclusion points were that technology shouldn&#8217;t make people feel stupid, and personality counts. Sites like <a href="http://flickr.com/">flickr</a> and products like the Wii or the iPod succeed because they understand this.</p>
<p><a href="http://www.flickr.com/photos/spaceninja/592597467/"><img src="http://farm2.static.flickr.com/1314/592597467_29531cbf3f.jpg" class="photo" alt="Audience, Part II" /></a></p>
<p>On day two, <a href="http://mikeindustries.com/blog/">Mike Davidson</a> started out by talking about &#8220;Civil Disobedience in Interactive Media.&#8221; He told us that he was arrested on Bill Gates&#8217; property when he was 19 for underage drinking (they had launched their boat off his dock). His point here was that standards and rules should be viewed as guidelines. If breaking a rule will cause no harm to others, and the benefits outweigh the costs, then breaking it might be the right decision. So even though he got arrested, he had a great time with his friends, and got this funny story to tell at conferences. Speaking about web standards, he said if you&#8217;re going to break the rules, then you should look for the most elegant hack. There was definitely a tone of subversion to his talk, with a running undercurrent of concern that large standards bodies and companies are making the rules instead of the people who have to follow them, and it should be the other way around. </p>
<p><a href="http://subtraction.com/">Khoi Vinh</a> gave a presentation titled &#8220;From Dots to Design,&#8221; which was all about grid design, and covered most of the same material as his blog posts about his <a href="http://www.subtraction.com/archives/2007/0318_oh_yeeaahh.php">mock Yahoo redesign</a>.</p>
<p><a href="http://shauninman.com/">Shaun Inman</a> discussed &#8220;Evolving an Interface,&#8221; which was mostly about the changes that he made to his stats program, <a href="http://haveamint.com/">Mint</a> when he upgraded it to version two. He focused a lot on progressive disclosure, and things like making tabs look like tabs to avoid confusing the users. He also said to avoid &#8220;interface artifacts,&#8221; which are anything that adds noise to an interface without adding any value, such as colons on form labels. I had never thought about it before, but I guess they are pretty useless.</p>
<p>After lunch, Eric spoke again, this time about &#8220;The State of CSS in an IE7 World.&#8221; Mostly stuff I already knew, like the addition of fixed positioning, children of element selectors, first children selectors, attribute selectors, etc. Basically, his conclusion was that IE7, while it has some quirks, is on-par with other current browsers. Interestingly, he advocated the use of <a href="http://dean.edwards.name/IE7/">Dean Edwards&#8217; IE7 scripts</a> to add these behaviors to IE6, which I don&#8217;t remember him ever advocating before.</p>
<p>Jeffrey discussed &#8220;Selling Design,&#8221; which was a repeat of a lecture he gave last year, but it&#8217;s a good one, so I didn&#8217;t mind. His practical advice was to not sell the art choices you make, but the ideas and feelings behind it. The client wants ideas, not pixels. The best part was when he put up this sequence of slides:</p>
<p><a href="http://www.flickr.com/photos/spaceninja/740950682/"><img src="http://farm2.static.flickr.com/1192/740950682_24410699b3.jpg" class="photo" alt="Zeldman on Choosing Clients" /></a></p>
<p>Finishing out the event <a href="http://veen.com/jeff/index.html">Jeff Veen</a> talked about &#8220;Designing the Next Generation of Web Apps.&#8221;  He laid out the goal of any web app: To develop an experience based on the patterns inherent in our stuff that empowers users to accomplish their goals. In order to do this successfully, you need something that strikes a balance between being business-viable, engineering-possible, and user-desirable. Finally, he said something that really resonated with me – You don&#8217;t know what else the user is doing, but it&#8217;s likely that your website is just one small distraction in their larger picture.</p>
<p>All in all, I really felt like the conference was a big improvement over last year. The new format means that things don&#8217;t feel as rushed, and the much larger number of speakers means more subject variety and fewer opportunities to get bored. Even the little improvements like the swag bag and getting enough power strips really helped make it a great experience. I would highly recommend An Event Apart to anyone in the web industry.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.popart.com/2007/07/an-event-apart-seattle-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulletproof Web Design: One Paragraph&#160;Review</title>
		<link>http://blogs.popart.com/2006/12/bulletproof-web-design-one-paragraph-review/</link>
		<comments>http://blogs.popart.com/2006/12/bulletproof-web-design-one-paragraph-review/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 18:36:00 +0000</pubDate>
		<dc:creator>Scott Vandehey</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">/scott-vandehey/archive/2006/12/04/bulletproof-web-design-one-paragraph-review.aspx</guid>
		<description><![CDATA[Having already written a book introducing readers to the web standards movement, Dan Cedarholm returns to cover more advanced material. While his first focused on markup and basic scenarios like grocery lists, this book focuses on CSS and accessibility. In particular, he explores how to let a web page flex around things like large font [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/spaceninja/298401105/"><img src="http://static.flickr.com/102/298401105_0cffe0e131_t.jpg" alt="Bulletproof Web Design by Dan Cedarholm" class="photo floatright" /></a>Having already written a book introducing readers to the web standards movement, Dan Cedarholm returns to cover more advanced material. While his first focused on markup and basic scenarios like grocery lists, this book focuses on CSS and accessibility. In particular, he explores how to let a web page flex around things like large font sizes or lengthy headlines without breaking &#8211; hence, bulletproof. While this material is all certainly all available online, this is a handy reference to some of the best practices and techniques that the gurus in the field have been using, and I would recommend it to anyone who feels like they understand the basics, but need a little boost to get to the next level. (<em>If this book were a college course, it would be 300 level.</em>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.popart.com/2006/12/bulletproof-web-design-one-paragraph-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Just an Error&#160;Message</title>
		<link>http://blogs.popart.com/2006/10/its-just-an-error-message/</link>
		<comments>http://blogs.popart.com/2006/10/its-just-an-error-message/#comments</comments>
		<pubDate>Fri, 06 Oct 2006 00:11:00 +0000</pubDate>
		<dc:creator>Scott Vandehey</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[popups]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[warnings]]></category>

		<guid isPermaLink="false">/scott-vandehey/archive/2006/10/05/It_2700_s-Just-an-Error-Message.aspx</guid>
		<description><![CDATA[Raymond from The Old New Thing has written a great article to remind us that &#34;The Default Answer to Every Dialog Box is &#39;Cancel&#39;.&#34; He includes many examples, but what it boils down to is that average users are frequently intimidated by dialog boxes, and if given the choice, will avoid them. The solution is [...]]]></description>
			<content:encoded><![CDATA[<p>Raymond from The Old New Thing has written a great article to remind us that &quot;<a href="http://blogs.msdn.com/oldnewthing/archive/2003/09/01/54734.aspx">The Default Answer to Every Dialog Box is &#39;Cancel&#39;</a>.&quot; He includes many examples, but what it boils down to is that average users are frequently intimidated by dialog boxes, and if given the choice, will avoid them. The solution is to clarify your messages as much as possible. For instance, in a dialog box asking if the user wants to save their document, Microsoft will present two buttons, labelled &quot;Yes&quot; and &quot;Cancel.&quot; Apple, on the other hand, will present two buttons labelled &quot;Yes, save&quot; or &quot;No, don&#39;t save.&quot; This still isn&#39;t perfect, but it&#39;s a huge step in the right direction. Just remember that your user has zero interest in how your program functions, and don&#39;t burden them with information and choices that are only interesting to the programmer.</p>
<p><a href="http://www.mikeindustries.com/blog/archive/2006/07/july-randoms">Mike Davidson</a> pointed me to this Nietzsche quote in a post by <a href="http://www.veen.com/jeff/archives/000901.html">Jeffrey Veen</a>, who was referencing a slide by <a href="http://www.muldermedia.com/">Steve Mulder</a> (how&#39;s that for attribution?) which applies neatly to this situation:</p>
<blockquote><p>To predict the behavior of ordinary people in advance, you only have to assume that they will always try to escape a disagreeable situation with the smallest possible expenditure of intelligence.<br />
<br /><small>&#8211; <a href="http://history.enotes.com/famous-quotes/to-predict-the-behavior-of-ordinary-people-in">Friedrich Nietzsche</a></small></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blogs.popart.com/2006/10/its-just-an-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nine Misconceptions About&#160;Standards</title>
		<link>http://blogs.popart.com/2006/10/nine-misconceptions-about-standards/</link>
		<comments>http://blogs.popart.com/2006/10/nine-misconceptions-about-standards/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 23:59:00 +0000</pubDate>
		<dc:creator>Scott Vandehey</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">/scott-vandehey/archive/2006/10/04/Nine-Misconceptions-About-Standards.aspx</guid>
		<description><![CDATA[Phillip Lenssen from Google Blogoscoped has written a fantastic article, titled &#34;9 Ways to Misunderstand Web Standards.&#34; In it, he outlines some common misconceptions that people have about standards. These are the kinds of things you hear from people who know just enough about standards to be dangerous. All of the items in his list [...]]]></description>
			<content:encoded><![CDATA[<p>Phillip Lenssen from Google Blogoscoped has written a fantastic article, titled &quot;<a href="http://blog.outer-court.com/archive/2006-06-23-n15.html">9 Ways to Misunderstand Web Standards</a>.&quot; In it, he outlines some common misconceptions that people have about standards. These are the kinds of things you hear from people who know just enough about standards to be dangerous. All of the items in his list are great, but my favorites are &quot;Accessability Means to Always Use ALT Text,&quot; and &quot;With CSS We&#39;re Completely Separating Content and Layout.&quot; Go read this, print it out, and be prepared to give to your associates when they start down the wrong path.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.popart.com/2006/10/nine-misconceptions-about-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s Responsible for&#160;Accessibility?</title>
		<link>http://blogs.popart.com/2006/09/whos-responsible-for-accessability/</link>
		<comments>http://blogs.popart.com/2006/09/whos-responsible-for-accessability/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 22:15:00 +0000</pubDate>
		<dc:creator>Scott Vandehey</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">/scott-vandehey/archive/2006/09/12/Who_2700_s-Responsible-for-Accessability_3F00_.aspx</guid>
		<description><![CDATA[Jeff Croft recently wrote a fascinating post and a followup which boiled down to asking where the responsibility for accessibility lies: the web designer, or the software used to access the website? His argument is that &#34;the burden of accommodating the minorities should fall on the operating system and browser makers.&#34; This question really dropped [...]]]></description>
			<content:encoded><![CDATA[<p>Jeff Croft recently wrote <a href="http://www2.jeffcroft.com/2006/aug/21/has-accessibility-been-taken-too-far/">a fascinating post</a> and <a href="http://www2.jeffcroft.com/2006/aug/24/accessibility-follow-up/">a followup</a> which boiled down to asking where the responsibility for accessibility lies: the web designer, or the software used to access the website? His argument is that &quot;the burden of accommodating the minorities should fall on the operating system and browser makers.&quot; This question really dropped a hornet&#39;s nest into the community, many of whom quickly and enthusiastically did exactly what you would expect: Accuse Jeff Croft of being insensitive to the needs of disabled users.</p>
<p>Jeff struggled to defend himself, but the problem is that his most vocal critics had missed his point. As he points out, they see accessibility as a black and white issue, where you either provide access or you do not, when it&#39;s actually a continuum. No web designer can possibly cover all the bases in the real world. Budgets and deadlines make it impractical to support users that make up less than 1% of your base. That&#39;s why we quit supporting <acronym title="Netscape Navigator 4">NN4</acronym>.</p>
<p>Jeff actually makes this point very well, discussing how web designers eventually have to draw a line in the sand and say &quot;that&#39;s enough.&quot; It might be because there&#39;s not enough time left in the project, it might be because the client can&#39;t or won&#39;t pay for the work to be done, or even because the accessibility goals are incompatable with the business goals. Regardless, at the end of the day, it&#39;s unreasonable to expect every site to work for every person.</p>
<p>Once again, my web slogan of All Things In Moderation applies. The web designer should make every reasonable effort towards accessibility. But users should understand that no site will be fully accessable, and users who fall into a minority, whether because of a disability or an uncommon browser, should not expect every site to work for them. These users can expect to receive support from their operating system and web browsers, in the form of accessibility tools like magnification, stylesheet overrides, text scaling and screen readers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.popart.com/2006/09/whos-responsible-for-accessability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reversed Type&#160;Opinions</title>
		<link>http://blogs.popart.com/2006/09/reversed-type-opinions/</link>
		<comments>http://blogs.popart.com/2006/09/reversed-type-opinions/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 17:40:00 +0000</pubDate>
		<dc:creator>Scott Vandehey</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">/scott-vandehey/archive/2006/09/11/Reversed-Type-Opinions.aspx</guid>
		<description><![CDATA[I find it fascinating that I keep stumbling across debates about whether light text on a dark background is readable/usable or not. There seem to be two camps: Those who argue that you should never use reversed type, because it&#39;s not accessable, and people who argue that it&#39;s not a big deal for various reasons.
Light [...]]]></description>
			<content:encoded><![CDATA[<p>I find it fascinating that I keep stumbling across <a href="http://veerle.duoh.com/blog/comments/my_view_on_light_text_on_dark_background_vs_readability/">debates about whether light text on a dark background is readable/usable or not</a>. There seem to be two camps: Those who argue that you should never use reversed type, because it&#39;s not accessable, and people who argue that it&#39;s not a big deal for various reasons.</p>
<p>Light text on a dark background is not inherently evil or even inherently unreadable. Certainly, white text on a black background gives me a headache just like everyone else. When I read <a href="http://blog.scifi.com/battlestar/">Ron Moore&#39;s blog</a>, I have to cut-and-paste the text into Word. But I also remember using WordPerfect back in highschool, and how everyone had it set to display white type on a blue background, because it was less intense than staring at black text on a white background for hours.</p>
<p>Allow me to repeat my web mantra: <strong>All things in moderation.</strong></p>
<p>White text on a black background is an <em>extreme</em>. So is black text on a white background. Everyone please stop talking about studies showing that black text on a white background is easier to read. Those studies refer to print. Remember that on a monitor, large fields of white are like looking directly at a light bulb. Consider taking that white to an off-white like, say, <a href="http://spaceninja.com/blog/">a nice tan</a> or green, and if you want to reverse type, that&#39;s fine, but don&#39;t go for white on black &#8211; the contrast is too much. Try off-white on <a href="http://nyarlo.net/">a medium-dark color</a>, like Veerle&#39;s site. Extreme contrast is bad. Moderation is good.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.popart.com/2006/09/reversed-type-opinions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
