<?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>zomigi.com &#187; links</title>
	<atom:link href="http://zomigi.com/tags/links/feed/" rel="self" type="application/rss+xml" />
	<link>http://zomigi.com</link>
	<description>The professional blog of Zoe Mickley Gillenwater</description>
	<lastBuildDate>Wed, 23 Nov 2011 13:48:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Media queries presentation at indieconf</title>
		<link>http://zomigi.com/blog/media-queries-presentation/</link>
		<comments>http://zomigi.com/blog/media-queries-presentation/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 16:30:40 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[flexible]]></category>
		<category><![CDATA[Flexible Web Design]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[liquid]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[responsive web design]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[Stunning CSS3]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=621</guid>
		<description><![CDATA[Download the slides for my presentation on CSS3: Using Media Queries to Improve the Web Site Experience for indieconf, as well as get links to related resources on media query techniques, tools, and inspiration.]]></description>
			<content:encoded><![CDATA[<p>Today I had the pleasure of speaking at <a href="http://www.indieconf.com/">indieconf</a>, a conference for independent web developers and designers, right here in my backyard of Raleigh, NC. I talked about the basics of CSS3 media query syntax but focused on the challenges and considerations that go into building a site from scratch with media queries to power the layout. I used the fictional <a href="http://stunningcss3.com/code/bakery/index.html">Little Pea Bakery</a> site from my book <a href="http://stunningcss3.com/"><em>Stunning CSS3</em></a> as a demo for how to adapt the CSS to make better use of the space at different viewport widths. I covered some tips for making your design work on mobile devices and even old versions of IE.</p>
<p>You can view the slides on <a href="http://www.slideshare.net/zomigi/css3-using-media-queries-to-improve-the-web-site-experience">SlideShare</a>, or download the slides here:</p>
<p><a href="/downloads/CSS3-Media-Queries_indieconf_111119.pdf">CSS3: Using media queries to improve the web site experience (PDF, 2.4 mb)</a></p>
<p>Here are several links to related resources, some of which are in the  slides plus many that were not but which I recommend and think you&#8217;ll  find useful.</p>
<h3>Media query articles, tutorials, and tools</h3>
<ul>
<li>&#8220;<a href="http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/">Essential considerations for crafting quality media queries</a>&#8221; by me</li>
<li><a href="http://stunningcss3.com/samples/index.html">Excerpt of Chapter 6 of Stunning CSS3 on media queries</a> by me</li>
<li>&#8220;<a href="http://artequalswork.com/posts/target-first.php">Design for a Target Experience First</a>&#8221; by Nathan C. Ford</li>
<li><a href="http://www.goldilocksapproach.com/">The Goldilocks Approach</a> by Front design agency</li>
<li>&#8220;<a href="http://www.netmagazine.com/features/21-top-tools-responsive-web-design">21 top tools for  responsive web design</a>&#8221; by Denise Jacobs for .net Magazine</li>
<li>&#8220;<a href="http://www.smashingmagazine.com/responsive-web-design-guidelines-tutorials/">Responsive Web Design Guidelines and Tutorials</a>&#8221; by Smashing Magazine</li>
<li>&#8220;<a href="http://dev.opera.com/articles/view/an-introduction-to-meta-viewport-and-viewport/">An introduction to meta viewport and @viewport</a>&#8221; by Andrea Bovens for Dev.Opera</li>
<li>&#8220;<a href="http://www.alaress.com.au/2011/04/developing-for-high-dpi-devices/">Why images appear blurry on mobile devices</a>&#8221; by Christopher Cohen</li>
</ul>
<p><span id="more-621"></span></p>
<h3>Dealing with IE 6-8 support</h3>
<ul>
<li><a href="https://github.com/scottjehl/Respond">Respond</a> script by Scott  Jehl</li>
<li><a href="http://code.google.com/p/css3-mediaqueries-js/">css3-mediaqueries.js</a> script by Wouter van der Graaf</li>
<li>“<a href="http://adactio.com/journal/4494/">Windows mobile media queries</a>” by Jeremy Keith</li>
<li>&#8220;<a href="http://blogs.msdn.com/b/iemobile/archive/2010/12/08/targeting-mobile-optimized-css-at-windows-phone-7.aspx">Targeting mobile-optimized CSS at Windows Phone 7</a>&#8221; by IE Mobile Team</li>
</ul>
<h3>Fluid/liquid layout</h3>
<ul>
<li><a href="http://flexiblewebbook.com/"><em>Flexible Web Design: Creating Liquid and Elastic Layouts with CSS</em></a> book by me</li>
<li>&#8220;<a href="../blog/essential-resources-for-creating-liquid-and-elastic-layouts/">70+ essential resources for creating liquid and elastic layouts</a>&#8221; by me</li>
</ul>
<h3>Media query inspiration</h3>
<ul>
<li><a href="http://mediaqueri.es/">Mediaqueri.es</a> gallery</li>
<li>My media query inspiration bookmarks on <a href="http://delicious.com/pixelsurge/mediaqueries+nicedesign">delicious</a> and <a href="https://gimmebar.com/loves/zomigi/tag/mediaqueries">Gimmebar</a></li>
<li>My liquid layout inspiration bookmarks on <a href="http://delicious.com/pixelsurge/liquid+nicedesign">delicious</a> and <a href="https://gimmebar.com/loves/zomigi/tag/liquid">Gimmebar</a></li>
<li>&#8220;<a href="http://zomigi.com/blog/examples-of-flexible-layouts-with-css3-media-queries/">Examples of flexible layouts with CSS3 media queries</a>&#8221; by me</li>
</ul>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/' title='Essential considerations for crafting quality media queries'>Essential considerations for crafting quality media queries</a></li>
<li><a href='http://zomigi.com/blog/theres-already-a-book-on-responsive-web-design-want-to-win-it/' title='There&#8217;s already a book on responsive web design. Want to win it?'>There&#8217;s already a book on responsive web design. Want to win it?</a></li>
<li><a href='http://zomigi.com/blog/examples-of-flexible-layouts-with-css3-media-queries/' title='Examples of flexible layouts with CSS3 media queries'>Examples of flexible layouts with CSS3 media queries</a></li>
<li><a href='http://zomigi.com/blog/adobe-max/' title='Adobe MAX slides and resources'>Adobe MAX slides and resources</a></li>
<li><a href='http://zomigi.com/blog/web-directions-usa/' title='Web Directions USA slides and resources'>Web Directions USA slides and resources</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/media-queries-presentation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web accessibility presentation and resources</title>
		<link>http://zomigi.com/blog/web-accessibility-presentation-resources/</link>
		<comments>http://zomigi.com/blog/web-accessibility-presentation-resources/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 17:15:03 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[screen readers]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=607</guid>
		<description><![CDATA[Download the slides for my presentation on Web Accessibility for the Charlotte User Experience group, as well as get links to related resources on accessibility techniques and tools.]]></description>
			<content:encoded><![CDATA[<p>Yesterday I had the pleasure of speaking at a meeting of the Charlotte User Experience group. I talked about the basics of web accessibility: what it is, who it affects, why it matters, and some of the fundamental things you ought to be doing in your pages to make them more accessible.</p>
<p>You can view the slides on <a href="http://www.slideshare.net/zomigi/web-accessibility-10172549">SlideShare</a>, or download the slides here:</p>
<p><a href="/downloads/Web-Accessibility_Charlotte-UX_111114.pdf">Web Accessibility (PDF, 2 mb)</a></p>
<p>Here are several links to related resources, some of which are in the slides plus many that were not but which I recommend and think you&#8217;ll find useful.</p>
<h3>Top sites on accessibility</h3>
<p>These are my favorite sites to read to learn accessibility techniques and news on developments in technology like HTML5 and screen readers. I highly recommend subscribing to the RSS feeds of these.</p>
<ul>
<li><a href="http://webaim.org">WebAIM</a></li>
<li><a href="http://www.accessibleculture.org">Accessible Culture</a></li>
<li><a href="http://www.paciellogroup.com/blog/">The Paciello Group Blog</a></li>
<li><a href="http://yaccessibilityblog.com/library/">Yahoo! Accessibility Lab&#8217;s Library</a></li>
</ul>
<p><span id="more-607"></span></p>
<h3>WCAG 2.0</h3>
<ul>
<li>&#8220;<a href="http://www.w3.org/WAI/WCAG20/quickref/">How to Meet WCAG 2.0</a>&#8221; customizable quick reference from the W3C</li>
<li>&#8220;<a href="http://webaim.org/standards/ wcag/checklist">WebAIM&#8217;s WCAG 2.0 Checklist</a>&#8220;</li>
</ul>
<h3>WAI-ARIA</h3>
<ul>
<li><a href="https://developer.mozilla.org/en/ARIA">ARIA portal on Mozilla Developer Network</a></li>
<li>&#8220;<a  rel="external" href="../blog/videos-of-screen-readers-using-aria-updated/" target="_blank">Videos of Screen Readers Using ARIA, Updated</a>&#8221; by me</li>
</ul>
<h3>HTML5 and accessibility</h3>
<ul>
<li><a href="http://www.html5accessibility.com/">HTML5accessibility.com</a> created by The Paciello Group</li>
<li>&#8220;<a href="http://www.accessibleculture.org/articles/2011/10/jaws-ie-and-headings-in-html5/">JAWS, IE and Headings in HTML5</a>&#8221; by Jason Kiss, Accessible Culture</li>
</ul>
<h3>CSS and accessibility</h3>
<ul>
<li>&#8220;<a href="http://yaccessibilityblog.com/library/css-clip-hidden-content.html">Clip your hidden content for better accessibility</a>&#8221; by Theirry Koblentz on Yahoo! Accessibility Lab&#8217;s Library</li>
<li>&#8220;<a href="http://webaim.org/techniques/css/invisiblecontent/">CSS in Action: Invisible Content Just for Screen Reader Users</a>&#8221; by WebAIM</li>
<li>&#8220;<a href="http://simplyaccessible.com/article/better-for-accessibility/">Better for Accessibility</a>&#8221; by Derek Featherstone</li>
</ul>
<h3>Creating accessible content</h3>
<ul>
<li>&#8220;<a href="http://www.4syllables.com.au/2010/12/text-alternatives-decision-tree/">Text alternatives for images: a decision tree</a>&#8221; by 4Syllables</li>
<li>&#8220;<a href="http://www.4syllables.com.au/2010/09/accessibility-web-writers-part-1/">Accessibility for web writers</a>&#8221; article series by 4Syllables</li>
<li>&#8220;<a href="http://www.paciellogroup.com/blog/2010/11/using-the-html-title-attribute/">Using the HTML title attribute</a>&#8221; by Steve Faulkner, The Paciello Group</li>
<li>&#8220;<a href="http://www.paciellogroup.com/blog/2011/07/html5-accessibility-chops-form-control-labeling/">HTML5 Accessibility Chops: form control labeling</a>&#8221; by Steve Faulkner, The Paciello Group</li>
<li>&#8220;<a href="http://www.alistapart.com/articles/makingcompactformsmoreaccessible/">Making Compact Forms More Accessible</a>&#8221; by Mike Brittain on A List Apart</li>
<li>&#8220;<a href="http://webaim.org/techniques/skipnav/">&#8216;Skip Navigation&#8217; Links</a>&#8221; by WebAIM</li>
<li>&#8220;<a href="http://www.paciellogroup.com/blog/2011/10/detecting-if-images-are-disabled-in-browsers/">Detecting if images are disabled in browsers</a>&#8221; by Steve Faulkner, The Paciello Group</li>
<li>&#8220;<a href="http://www.sitepoint.com/accessible-javascript/">Accessible JavaScript: Beyond the Mouse</a>&#8221; by James Edward on Sitepoint</li>
<li><a href="http://blackwidows.co.uk/resources/color-contrast-analyser.php">Black Widow Web Design&#8217;s Color Contrast Analyser</a> tells you if contrast is too high for people with dyslexia</li>
<li><a href="http://www.d.umn.edu/itss/support/Training/Online/webdesign/tools.html#colortools">Color Tools</a> links to a bunch of traditional color contrast analyzer tools</li>
</ul>
<h3>Screen readers</h3>
<ul>
<li><a href="http://www.nvda-project.org">NVDA</a>: free, Windows</li>
<li><a href="http://www.apple.com/accessibility/voiceover/">VoiceOver</a>: included on Mac and iOS</li>
<li><a href="http://www.freedomscientific.com">JAWS</a>: free trial version</li>
<li><a href="http://www.gwmicro.com">Window-Eyes</a>: free trial version</li>
<li>&#8220;<a href="http://webaim.org/projects/screenreadersurvey3/">Screen Reader User Survey #3 Results</a>&#8221; by WebAIM</li>
</ul>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/videos-of-screen-readers-using-aria-updated/' title='Videos of screen readers using ARIA, updated'>Videos of screen readers using ARIA, updated</a></li>
<li><a href='http://zomigi.com/blog/a-few-links-css-and-accessibility/' title='A few links: CSS and accessibility'>A few links: CSS and accessibility</a></li>
<li><a href='http://zomigi.com/blog/videos-of-screen-readers-using-aria/' title='Videos of screen readers using ARIA'>Videos of screen readers using ARIA</a></li>
<li><a href='http://zomigi.com/blog/media-queries-presentation/' title='Media queries presentation at indieconf'>Media queries presentation at indieconf</a></li>
<li><a href='http://zomigi.com/blog/css3-book-launch-event/' title='CSS3 book launch event'>CSS3 book launch event</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/web-accessibility-presentation-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Videos of screen readers using ARIA, updated</title>
		<link>http://zomigi.com/blog/videos-of-screen-readers-using-aria-updated/</link>
		<comments>http://zomigi.com/blog/videos-of-screen-readers-using-aria-updated/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 19:36:29 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[aria]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[screen readers]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=576</guid>
		<description><![CDATA[Recordings of screen readers using web page components that do and do not make use of WAI-ARIA can be a good educational resource for why ARIA is important to accessibility. Here are all the videos of such demos that I've found.]]></description>
			<content:encoded><![CDATA[<p class="note">My previous post &#8220;<a href="http://zomigi.com/blog/videos-of-screen-readers-using-aria/">Videos of screen readers using ARIA</a>&#8221; needed a good updating: I&#8217;d found several more applicable videos and some of the original videos had disappeared from the web, leaving the links to them broken. This article includes all the content from that original post that&#8217;s still online plus all the new stuff I&#8217;ve found, organized by topic this time.</p>
<p>I&#8217;ve been doing a lot of investigation into <a href="http://www.w3.org/TR/wai-aria/">WAI-ARIA</a> for work recently, mainly revolving around educating other developers. I&#8217;ve found a lot of great demos of pages and widgets that use ARIA, but not too many videos of screen readers using said widgets. This is a shame, because it&#8217;s often hard to understand the impact of ARIA without hearing how a screen reader announces the content both without and with ARIA in place, and not many people have or know how to use screen readers. I can certainly show developers who are accessibility-newbies the ARIA demos, but their accessibility benefits aren&#8217;t that clear without a recording of a screen reader using them and their non-ARIA counterparts.</p>
<p>Nevertheless, I was able to find a few videos of screen readers using ARIA-enhanced widgets, as well as other uses of ARIA, and I wanted to share the links here. I&#8217;m willing to bet there are more out there—it&#8217;s just hard to find them, since simply searching for &#8220;aria&#8221; on YouTube will get you a bunch of videos of people singing opera, not screen readers! So if you know of others, please let us know in the comments.<br />
<span id="more-576"></span></p>
<h3>Live regions</h3>
<p>This video, though longer than it needs to be, is great because it shows a page without and then with <a href="http://www.w3.org/TR/wai-aria-practices/#docmgt">ARIA live regions</a> enabled, as well as the difference between &#8220;polite&#8221; and &#8220;rude&#8221; notifications.</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/9nZnTdSAkH0" frameborder="0" type="text/html"></iframe>
<p>Here&#8217;s a less clear but much shorter demo of live regions. Every time text is added to the log text box, the entire contents of the box are read out by the screen reader automatically:</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/jFB_zJE_pjY" frameborder="0" type="text/html"></iframe>
<p>And here&#8217;s the shortest of them all: a demo of how a screen reader would announce how many characters are remaining for your Tweet when typing one on Twitter—if Twitter were to actually <a href="http://webstandardssherpa.com/reviews/improving-the-tweet-box">implement live regions</a>:</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/EGQSx9ciJpg" frameborder="0" type="text/html"></iframe>
<p><span class="note">[Update 10/21/11]</span> Another practical example of how to put live regions to use, this time on Yahoo!&#8217;s site for real. The video doesn&#8217;t mention ARIA live regions explicitly, but that&#8217;s how they&#8217;re getting the search results suggestions to be read out automatically.</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/Vd_W_8tIDNA" frameborder="0" type="text/html"></iframe>
<h3>Landmark roles</h3>
<p>Lucica Ibanescu <a href="http://cssgallery.info/how-screen-readers-speak-a-page-with-html5-and-aria/">tested a page</a> with and without <a href="http://www.w3.org/TR/wai-aria/roles#landmark_roles">ARIA landmark roles</a> and recorded NVDA, JAWS, and Window-Eyes using both versions. Here&#8217;s the version with the ARIA landmarks:</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/LP3zLrOjQSY" frameborder="0" type="text/html"></iframe>
<p>Here&#8217;s how the landmarks on Flickr&#8217;s site are read:</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/gS7Op020o-8" frameborder="0" type="text/html"></iframe>
<p><a href="http://www.nomensa.com/">Nomensa</a> has a nice, simple demo of how landmarks are read on their own site:</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/IhWMou12_Vk" frameborder="0" type="text/html"></iframe>
<h3>Widgets</h3>
<p>Aaron Gustafson has a video of his great <a href="http://easy-designs.github.com/tabinterface.js/">TabInterface tabs widget</a> being read by NVDA.</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/LF6I-uo4frc" frameborder="0" type="text/html"></iframe>
<p>The Yahoo! User Interface (YUI) Library used to have video demos of all their ARIA-enhanced widgets online, but for some reason they&#8217;ve disappeared. However, I found someone else&#8217;s recording of YUI&#8217;s drop-down menu widget, seen here being read by NVDA:</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/1DShGU3Sqfs" frameborder="0" type="text/html"></iframe>
<p>You can also see how <a href="http://www.youtube.com/watch?v=3c8iXoomc2Y">JAWS reads this menu</a>. This same person posted a video of a different Yahoo <a href="http://www.youtube.com/watch?v=CypVC6FgMC8">drop-down menu widget that doesn&#8217;t use ARIA</a>, so you can compare the two experiences with and without ARIA.</p>
<p>Similarly, here&#8217;s the ARIA version of YUI&#8217;s tabs:</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/M8ld7AzCnXk" frameborder="0" type="text/html"></iframe>
<p>Compare this to the experience with the older YUI <a href="http://www.youtube.com/watch?v=vayOAKcQP6A">tabs that don&#8217;t use ARIA</a>.</p>
<h3>Miscellaneous</h3>
<p>Here&#8217;s a video of an extremely simple but very helpful use of ARIA: adding <code><a href="http://www.w3.org/TR/wai-aria/states_and_properties#aria-describedby">aria-describedby</a></code> to &#8220;more&#8221; links so that the text that&#8217;s read out for each makes more sense out of context, such as when tabbing through the page or reading a list of links by themselves.</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/kFQrHp9zCNY" frameborder="0" type="text/html"></iframe>
<p>Here&#8217;s how the same page sounded before using <code>aria-describedby</code>:</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/k5kO6lxnAjE" frameborder="0" type="text/html"></iframe>
<p>You can see the code that produced this change in the article <a href="http://yaccessibilityblog.com/library/easy-fixes-to-common-accessibility-problems.html#dupe-link-label">Easy Fixes to Common Accessibility Problems</a> by Todd Kloots on the Yahoo! Accessibility blog.</p>
<p>Another quick and useful ARIA trick involves using <code><a href="http://www.w3.org/TR/wai-aria/states_and_properties#aria-labelledby">aria-labelledby</a></code> to label a form text field with the content of a select field rather than the label element, as seen here:</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/Xr32OASZO_Q" frameborder="0" type="text/html"></iframe>
<p>The code for this is fully described in the article &#8220;<a href="http://yaccessibilityblog.com/library/dynamic-form-labels-aria.html">Create Dynamic Form Labels with ARIA</a>&#8221; by Ted Drake on the Yahoo! Accessibility blog.</p>
<p>Here&#8217;s another video from Yahoo! showing how to use <code><a href="http://www.w3.org/TR/wai-aria/roles#img">role="img"</a></code> and <code><a href="http://www.w3.org/TR/wai-aria/states_and_properties#aria-label">aria-label</a></code> to make a CSS background image be treated like a foreground image by a screen reader:</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/v1gsOG5IEhs" frameborder="0" type="text/html"></iframe>
<h3>Any more?</h3>
<p>If you know of any other videos of screen readers using ARIA-enhanced pages, please let me know in the comments. I&#8217;ll update this page with any videos you share plus new ones that come out over time that I happen to stumble across.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/videos-of-screen-readers-using-aria/' title='Videos of screen readers using ARIA'>Videos of screen readers using ARIA</a></li>
<li><a href='http://zomigi.com/blog/web-accessibility-presentation-resources/' title='Web accessibility presentation and resources'>Web accessibility presentation and resources</a></li>
<li><a href='http://zomigi.com/blog/a-few-links-css-and-accessibility/' title='A few links: CSS and accessibility'>A few links: CSS and accessibility</a></li>
<li><a href='http://zomigi.com/blog/media-queries-presentation/' title='Media queries presentation at indieconf'>Media queries presentation at indieconf</a></li>
<li><a href='http://zomigi.com/blog/css3-book-launch-event/' title='CSS3 book launch event'>CSS3 book launch event</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/videos-of-screen-readers-using-aria-updated/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>A few links: CSS and accessibility</title>
		<link>http://zomigi.com/blog/a-few-links-css-and-accessibility/</link>
		<comments>http://zomigi.com/blog/a-few-links-css-and-accessibility/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 16:11:07 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[screen readers]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=571</guid>
		<description><![CDATA[A few links to handy articles from 456 Berea Street related to CSS and accessibility: using list-style:none, using display:table, and styling buttons to look like links.]]></description>
			<content:encoded><![CDATA[<p>The blog <a href="http://www.456bereastreet.com/">456 Berea Street</a> by <a href="http://twitter.com/rogerjohansson">Roger Johansson</a> is one of my favorite sites for useful information on web standards topics presented in a really clearly written and succinct way. He&#8217;s had some great articles recently related to the intersection of CSS and accessibility that I thought were worth sharing.</p>
<h3>&#8220;<a href="http://www.456bereastreet.com/archive/201109/screen_readers_list_items_and_list-stylenone/">Screen readers, list items and list-style:none</a>&#8220;</h3>
<p>Roger found that some screen readers won’t announce list items if <code>list-style:none</code> is set on the list. (They will announce the list as a whole, just not the individual list <em>items</em>.) This very common bit of CSS <em>visually </em>represses the list markers, of course, but (probably?) shouldn’t change the spoken output. Unfortunately, this falls squarely into the &#8220;good to know, but what do you want me to do about it?&#8221; camp. Just keep it in mind, and hopefully the offending screen readers will fix this behavior soon.</p>
<h3>&#8220;<a href="http://www.456bereastreet.com/archive/201110/using_displaytable_has_semantic_effects_in_some_screen_readers/">Using display:table has semantic effects in some screen readers</a>&#8220;</h3>
<p>Same sort of thing, only with <code>display:table</code>. NVDA in Firefox as well as the ORCA screen reader incorrectly announce elements that you’ve set to <code>display:table</code> as actual, semantic tables. This might be an area where you do have other options than using <code>display:table</code> (as opposed to <code>list-style:none</code>, where there are no alternatives if you don&#8217;t want markers), so this screen reader quirk is a little more helpful to know. I wouldn&#8217;t consider this a deal-breaker, but if you can easily avoid it, I say why not? If you can&#8217;t really avoid it, I wouldn&#8217;t sweat it, but again, keep it in mind.</p>
<h3>&#8220;<a href="http://www.456bereastreet.com/archive/201110/styling_button_elements_to_look_like_links/">Styling button elements to look like links</a>&#8220;</h3>
<p>This is a useful CSS snippet for when you want something to look like a link (plain text) but act like a button (initiate an action other than taking someone to a new page). Roger points out, of course, that it would be better if the design were changed so that things that act like buttons look like buttons, but this is a good option when you can’t convince those darn designers to change things! (I&#8217;m allowed to jokingly complain about designers since I am one.)<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/web-accessibility-presentation-resources/' title='Web accessibility presentation and resources'>Web accessibility presentation and resources</a></li>
<li><a href='http://zomigi.com/blog/videos-of-screen-readers-using-aria-updated/' title='Videos of screen readers using ARIA, updated'>Videos of screen readers using ARIA, updated</a></li>
<li><a href='http://zomigi.com/blog/videos-of-screen-readers-using-aria/' title='Videos of screen readers using ARIA'>Videos of screen readers using ARIA</a></li>
<li><a href='http://zomigi.com/blog/media-queries-presentation/' title='Media queries presentation at indieconf'>Media queries presentation at indieconf</a></li>
<li><a href='http://zomigi.com/blog/ie-7-button-text-redraw-bug/' title='IE 7 button text redraw bug'>IE 7 button text redraw bug</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/a-few-links-css-and-accessibility/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Videos of screen readers using ARIA</title>
		<link>http://zomigi.com/blog/videos-of-screen-readers-using-aria/</link>
		<comments>http://zomigi.com/blog/videos-of-screen-readers-using-aria/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 19:50:43 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[aria]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[screen readers]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=502</guid>
		<description><![CDATA[Recordings of screen readers using widgets with and without WAI-ARIA can be a good educational resource for why ARIA is important to accessibility. There aren't many out there, but here's what I found.]]></description>
			<content:encoded><![CDATA[<p class="note">Note: This article is out of date. The new post &#8220;<a href="http://zomigi.com/blog/videos-of-screen-readers-using-aria-updated/">Videos of screen readers using ARIA, updated</a>&#8221; contains all the original content that is still relevant plus new content that&#8217;s arisen since this piece was written.</p>
<p>I&#8217;ve been doing a lot of investigation into <a href="http://www.w3.org/TR/wai-aria/">WAI-ARIA</a> for work recently, mainly revolving around educating other developers. I&#8217;ve found a lot of great demos of pages and widgets that use ARIA, but not too many videos of screen readers using said widgets. This is a shame, because it&#8217;s often hard to understand the impact of ARIA without hearing how a screen reader announces the content both without and with ARIA in place, and not many people have or know how to use screen readers. I can certainly show developers who are accessibility-newbies the ARIA demos, but their accessibility benefits aren&#8217;t that clear without a recording of a screen reader using them and their non-ARIA counterparts.</p>
<p>Nevertheless, I was able to find a few videos of screen readers using ARIA, and I wanted to share the links here. I&#8217;m willing to bet there are more out there—it&#8217;s just hard to find them, since simply searching for &#8220;aria&#8221; on YouTube will get you a bunch of videos of people singing opera, not screen readers! So if you know of others, please let us know in the comments.</p>
<p><span id="more-502"></span>This first video is the best, as it shows a page without and then with <a href="http://www.w3.org/TR/wai-aria-practices/#docmgt">ARIA live regions</a> enabled, as well as the difference between polite and rude notifications.</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/9nZnTdSAkH0" frameborder="0" type="text/html"></iframe>
<p><a href="http://www.youtube.com/watch?v=9nZnTdSAkH0">ARIA Live Regions Screen Reader Demo</a></p>
<p><a href="http://developer.yahoo.com/yui/">YUI</a> has ARIA versions of several of their widgets, and each has a video of a screen reader using it:</p>
<ul>
<li><a href="http://video.yahoo.com/watch/5595263/14686277">YUI 3 Beta 1 ARIA Menu Button</a></li>
<li><a href="http://video.yahoo.com/watch/5595254/14686262">YUI 3 Beta 1 ARIA Tabview</a></li>
<li><a href="http://video.yahoo.com/watch/5595217/14686161">YUI 3 Beta 1 ARIA Toolbar</a></li>
<li><a href="http://video.yahoo.com/watch/4627865/12374597">ARIA-enabled Alert dialog</a></li>
<li><a href="http://video.yahoo.com/watch/4561284/12214507">Example Page Using YUI Grids And ARIA Landmark Roles</a></li>
<li><a href="http://video.yahoo.com/watch/4497444/12052104">Menu Button Using The &#8220;activedescendant&#8221; Property</a></li>
<li><a href="http://video.yahoo.com/watch/4497181/12051469">Screen reader accessible Menu Button</a></li>
<li><a href="http://video.yahoo.com/watch/4487975/12030121">Menu Button Using Roaming TabIndex Technique</a></li>
<li><a href="http://video.yahoo.com/watch/4059872/10967271">YUI MenuNav Node Plugin using ARIA</a></li>
<li><a href="http://video.yahoo.com/watch/3609568/9957126">Using the Carousel ARIA Plugin</a></li>
<li><a href="http://video.yahoo.com/watch/3608798/9955360">Using the Menu ARIA Plugin</a></li>
<li><a href="http://video.yahoo.com/watch/3608783/9955344">Using the Container ARIA Plugin</a></li>
<li><a href="http://video.yahoo.com/watch/3608716/9955201">Using the Button ARIA Plugin</a></li>
</ul>
<p>Unfortunately none of the YUI videos demonstrate what the user would hear were it not for the addition of ARIA, but they&#8217;re interesting nonetheless.</p>
<h3>Update 2/17/11:</h3>
<p>A couple comments pointed me to some additional videos of screen readers using ARIA.</p>
<p>Lucica Ibanescu <a href="http://cssgallery.info/how-screen-readers-speak-a-page-with-html5-and-aria/">tested a page</a> with and without <a href="http://www.w3.org/TR/wai-aria/roles#landmark_roles">ARIA landmark roles</a> and recorded NVDA, JAWS, and Window-Eyes using both versions. Here&#8217;s the version with the ARIA landmarks:</p>
<iframe width="480" height="385" src="http://www.youtube.com/embed/LP3zLrOjQSY" frameborder="0" type="text/html"></iframe>
<p>Aaron Gustafson also has a video of his great <a href="http://vimeo.com/10489058">TabInterface widget being read by NVDA</a>.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/videos-of-screen-readers-using-aria-updated/' title='Videos of screen readers using ARIA, updated'>Videos of screen readers using ARIA, updated</a></li>
<li><a href='http://zomigi.com/blog/web-accessibility-presentation-resources/' title='Web accessibility presentation and resources'>Web accessibility presentation and resources</a></li>
<li><a href='http://zomigi.com/blog/a-few-links-css-and-accessibility/' title='A few links: CSS and accessibility'>A few links: CSS and accessibility</a></li>
<li><a href='http://zomigi.com/blog/media-queries-presentation/' title='Media queries presentation at indieconf'>Media queries presentation at indieconf</a></li>
<li><a href='http://zomigi.com/blog/css3-book-launch-event/' title='CSS3 book launch event'>CSS3 book launch event</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/videos-of-screen-readers-using-aria/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>CSS3 book launch event</title>
		<link>http://zomigi.com/blog/css3-book-launch-event/</link>
		<comments>http://zomigi.com/blog/css3-book-launch-event/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 14:39:18 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[Stunning CSS3]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=492</guid>
		<description><![CDATA[Come hear Jason Cranford Teague and I speak about CSS3 at our free book launch event. Get a sneak peak by downloading my slides and seeing related resources.]]></description>
			<content:encoded><![CDATA[<div>
<p>In a few hours I&#8217;ll be speaking at the online <a href="http://css3booklaunch.eventbrite.com/">CSS3 Book Launch</a> on &#8220;Real-world CSS3.&#8221; I&#8217;ll be talking about ways CSS3 can reduce your development times, decrease page loading times, improve usability, and increase the adaptability of your pages to different devices (including iPads, iPhones, and Android smart phones). I include a case study of a real site&#8217;s loading time and appearance before and after CSS3. I also talk in-depth about the <a href="http://zomigi.com/blog/examples-of-flexible-layouts-with-css3-media-queries/">example site from <em>Stunning CSS3</em></a> that uses media queries to improve its appearance and usability at different screen sizes.</p>
<p>You can view the slides on <a href="http://www.slideshare.net/zomigi/realworld-css3">SlideShare</a>, or download the slides here:</p>
<p><a href="/downloads/Real-world-CSS3_110125-Book-Launch.pdf">Real-world CSS3 (PDF, 2.3 mb)</a></p>
<p>Slides always make more sense with the person talking over them, so I hope you&#8217;ll <a href="http://css3booklaunch.eventbrite.com/">register for the free event</a> and come see me live! <a href="http://www.jasonspeaking.com/">Jason Cranford Teague</a> will also be speaking about a variety of cool CSS3 stuff related to his book <a href="http://www.speaking-in-styles.com/index.php/the-book/css3-visual-quickstart-guide/">CSS3 Visual Quickstart Guide</a>. Finally, Peachpit is giving away a bunch of copies of our <a href="http://www.stunningcss3.com/">books</a>. It&#8217;s a great chance to get your questions about CSS3 answered and possibly score a new book as well. It&#8217;s today from 3 pm to 5 pm Eastern time, but if you can&#8217;t make it then you can still register and watch the recording later.</p>
<p>Here are several links to related resources that I couldn&#8217;t put in the slides but which you might find useful.</p>
<h3>Beginner CSS3 Articles</h3>
<ul>
<li><a href="http://www.smashingmagazine.com/2010/06/17/start-using-css3-today-techniques-and-tutorials/">Start Using CSS3 Today: Techniques and Tutorials</a></li>
<li><a href="http://www.smashingmagazine.com/2009/10/26/modern-css-layouts-the-essential-characteristics/">Modern CSS Layouts: The Essential Characteristics</a></li>
<li><a href="http://www.smashingmagazine.com/2010/05/06/modern-css-layouts-part-2-the-essential-techniques/">Modern CSS Layouts, Part 2: The Essential Techniques</a></li>
<li><a href="http://www.alistapart.com/articles/prefix-or-posthack/">Prefix or Posthack</a></li>
</ul>
<p><img  src="http://zomigi.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /><span id="more-492"></span></p>
<h3>Benefits of CSS3</h3>
<ul>
<li><a href="http://www.awayback.com/css3-and-veer-navigation/">CSS3 and Veer navigation</a></li>
<li><a href="http://www.position-absolute.com/articles/how-to-get-css3-box-shadow-accepted-as-a-viable-option-at-your-workplace/">How to: Get CSS3 box-shadow and border-radius accepted as a viable option at your workplace</a></li>
</ul>
<h3>Media Queries</h3>
<ul>
<li><a href="http://zomigi.com/blog/examples-of-flexible-layouts-with-css3-media-queries/">Examples of flexible layouts with CSS3 media queries</a></li>
<li><a href="http://www.mayfielddigital.co.uk/blog/web-round-up/best-responsive-web-design-examples-and-resources/">Web round up #11: The best responsive web design examples and resources</a></li>
<li><a href="http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/">Responsive Web Design: What It Is and How To Use It</a></li>
<li><a href="http://www.quirksmode.org/mobile/viewports2.html">A tale of two viewports &#8211; part two</a></li>
<li><a href="http://davidbcalhoun.com/2010/viewport-metatag">The viewport metatag (Mobile web part 1)</a></li>
<li><a href="http://www.quirksmode.org/blog/archives/2010/04/the_orientation.html">The orientation media query</a></li>
<li><a href="http://mislav.uniqpath.com/2010/04/targeted-css/">Detecting device size &amp; orientation in CSS</a></li>
<li><a href="http://www.lukew.com/ff/entry.asp?1142">Designing for the Retina Display (326ppi)</a></li>
<li><a href="http://www.protofluid.com/">Protofluid</a></li>
<li><a href="http://code.google.com/p/css3-mediaqueries-js/">css3-mediaqueries-js</a></li>
<li><a href="https://www.adobe.com/devnet/dreamweaver/articles/dw_html5_pt3.html">Dreamweaver CS5 media queries</a></li>
</ul>
<h3>Flexible Layouts</h3>
<ul>
<li><a href="http://www.zomigi.com/blog/essential-resources-for-creating-liquid-and-elastic-layouts/">70+ essential resources for creating liquid and elastic layouts</a></li>
<li><a href="http://www.flexiblewebbook.com/">Flexible Web Design: Creating Liquid and Elastic Layouts with CSS</a></li>
<li><a href="http://zomigi.com/blog/examples-of-flexible-layouts-with-css3-media-queries/">Examples of flexible layouts with CSS3 media queries</a></li>
</ul>
<h3>Performance</h3>
<ul>
<li><a href="http://www.phpied.com/the-performance-business-pitch/">The performance business pitch</a></li>
<li><a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html">Using site speed in web search ranking</a></li>
<li><a href="http://radar.oreilly.com/2009/06/bing-and-google-agree-slow-pag.html">Bing and Google Agree: Slow Pages Lose Users</a></li>
</ul>
<p>Finally, if you&#8217;re interested in learning more about my book, <a href="http://www.stunningcss3.com/"><em>Stunning CSS3: A Project-based Guide to the Latest in CSS</em></a>, head on over to <a href="http://www.stunningcss3.com/">www.stunningcss3.com</a>. That&#8217;s where the example files for the media query bakery site I show during my presentation are hosted, as well as a sample excerpt from chapter 6 that explains how to build the media queries for that site.</p>
</div>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/media-queries-presentation/' title='Media queries presentation at indieconf'>Media queries presentation at indieconf</a></li>
<li><a href='http://zomigi.com/blog/adobe-max/' title='Adobe MAX slides and resources'>Adobe MAX slides and resources</a></li>
<li><a href='http://zomigi.com/blog/web-directions-usa/' title='Web Directions USA slides and resources'>Web Directions USA slides and resources</a></li>
<li><a href='http://zomigi.com/blog/maintainable-efficient-css/' title='Highly Maintainable, Efficient, and Optimized CSS'>Highly Maintainable, Efficient, and Optimized CSS</a></li>
<li><a href='http://zomigi.com/blog/css-summit-2010/' title='CSS Summit 2010 slides and resources'>CSS Summit 2010 slides and resources</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/css3-book-launch-event/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adobe MAX slides and resources</title>
		<link>http://zomigi.com/blog/adobe-max/</link>
		<comments>http://zomigi.com/blog/adobe-max/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 22:40:26 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=427</guid>
		<description><![CDATA[Download the slides for my presentation on Designing with CSS3 Effectively and Efficiently for Adobe MAX, as well as get links to related resources on CSS3 effects, benefits, and media queries.]]></description>
			<content:encoded><![CDATA[<p>I just finished speaking at <a href="http://usa10.webdirections.org/">Adobe MAX</a> on &#8220;Designing with CSS3 Effectively &amp; Efficiently,&#8221; the latest iteration of the talk I gave at <a href="../blog/web-directions-usa/">Web Directions USA</a>, the <a href="../blog/css-summit-2010/">CSS Summit</a>, and <a href="../blog/convergese-2010-and-upcoming-conferences/">ConvergeSE</a>.  I talked about how CSS3 is about more than making things look pretty   (though it’s really good at that too). Many CSS3 techniques can reduce   your development times, decrease page loading times, improve usability,   and increase the adaptability of your pages to different devices   (including iPads, iPhones, and Android smart phones). I showed examples of the pieces of CSS3  you  can add to your web sites right now and how they might benefit your   projects in tangible ways. I included a case study of a real site&#8217;s loading time and appearance  before and after CSS3, plus an example page built using media queries to  improve its appearance and usability at different screen sizes.</p>
<p>You can view the slides on <a href="http://www.slideshare.net/zomigi/designing-with-css3-effectively-efficiently">SlideShare</a>, or download the slides here:</p>
<p><a href="/downloads/Effective-Efficient-Design-CSS3_102610-AdobeMAX.pdf">Designing with CSS3 Effectively &amp; Efficiently (PDF, 3.3 mb)</a></p>
<p>Here are several links to related resources that I couldn&#8217;t put in  the slides but which you might find useful.<img  src="../wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<h3>Beginner CSS3 Articles</h3>
<ul>
<li><a href="http://www.smashingmagazine.com/2010/06/17/start-using-css3-today-techniques-and-tutorials/">Start  Using CSS3 Today: Techniques and Tutorials</a></li>
<li><a href="http://www.smashingmagazine.com/2009/10/26/modern-css-layouts-the-essential-characteristics/">Modern  CSS Layouts: The Essential Characteristics</a></li>
<li><a href="http://www.smashingmagazine.com/2010/05/06/modern-css-layouts-part-2-the-essential-techniques/">Modern  CSS Layouts, Part 2: The Essential Techniques</a></li>
<li><a href="http://www.alistapart.com/articles/prefix-or-posthack/">Prefix   or Posthack</a></li>
</ul>
<p><span id="more-427"></span></p>
<h3>Benefits of CSS3</h3>
<ul>
<li><a href="http://www.awayback.com/css3-and-veer-navigation/">CSS3 and  Veer navigation</a></li>
<li><a href="http://www.position-absolute.com/articles/how-to-get-css3-box-shadow-accepted-as-a-viable-option-at-your-workplace/">How  to: Get CSS3 box-shadow and border-radius accepted as a viable option  at your workplace</a></li>
</ul>
<h3>Media Queries</h3>
<ul>
<li><a href="http://www.quirksmode.org/mobile/viewports2.html">A tale of two viewports &#8211; part two</a></li>
<li><a href="http://davidbcalhoun.com/2010/viewport-metatag">The  viewport metatag (Mobile web part 1)</a></li>
<li><a href="http://www.quirksmode.org/blog/archives/2010/04/the_orientation.html">The  orientation media query</a></li>
<li><a href="http://mislav.uniqpath.com/2010/04/targeted-css/">Detecting  device size &amp; orientation in CSS</a></li>
<li><a href="http://www.lukew.com/ff/entry.asp?1142">Designing for the Retina Display (326ppi)</a></li>
<li><a href="http://www.protofluid.com/">Protofluid</a></li>
<li><a href="http://code.google.com/p/css3-mediaqueries-js/">css3-mediaqueries-js</a></li>
<li><a href="https://www.adobe.com/devnet/dreamweaver/articles/dw_html5_pt3.html">Dreamweaver CS5 media queries</a></li>
</ul>
<h3>Flexible Layouts</h3>
<ul>
<li><a href="http://www.zomigi.com/blog/essential-resources-for-creating-liquid-and-elastic-layouts/">70+  essential resources for creating liquid and elastic layouts</a></li>
<li><a href="http://www.flexiblewebbook.com/">Flexible Web Design: Creating Liquid and Elastic Layouts with CSS</a></li>
</ul>
<h3>Performance</h3>
<ul>
<li><a href="http://www.phpied.com/the-performance-business-pitch/">The performance business pitch</a></li>
<li><a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html">Using site speed in web search ranking</a></li>
<li><a href="http://radar.oreilly.com/2009/06/bing-and-google-agree-slow-pag.html">Bing and Google Agree: Slow Pages Lose Users</a></li>
</ul>
<p>Finally, if you&#8217;re interested in learning more about my book, <a href="http://www.stunningcss3.com/">Stunning CSS3: A Project-based Guide to the Latest in CSS</a>, head on over to <a href="http://www.stunningcss3.com/">www.stunningcss3.com</a>.   That&#8217;s where the example files for the media query site I showed  during  my presentation will eventually be hosted. For now, check out  the CSS  used on the site to see a wide variety of CSS3 techniques in  use.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/web-directions-usa/' title='Web Directions USA slides and resources'>Web Directions USA slides and resources</a></li>
<li><a href='http://zomigi.com/blog/media-queries-presentation/' title='Media queries presentation at indieconf'>Media queries presentation at indieconf</a></li>
<li><a href='http://zomigi.com/blog/maintainable-efficient-css/' title='Highly Maintainable, Efficient, and Optimized CSS'>Highly Maintainable, Efficient, and Optimized CSS</a></li>
<li><a href='http://zomigi.com/blog/css-summit-2010/' title='CSS Summit 2010 slides and resources'>CSS Summit 2010 slides and resources</a></li>
<li><a href='http://zomigi.com/blog/convergese-2010-and-upcoming-conferences/' title='ConvergeSE 2010 and upcoming conferences'>ConvergeSE 2010 and upcoming conferences</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/adobe-max/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Web Directions USA slides and resources</title>
		<link>http://zomigi.com/blog/web-directions-usa/</link>
		<comments>http://zomigi.com/blog/web-directions-usa/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 00:43:35 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=409</guid>
		<description><![CDATA[Download the slides for my presentation on Effective and Efficient Design with CSS3 for Web Directions USA, as well as get links to related resources on CSS3 effects, benefits, and media queries.]]></description>
			<content:encoded><![CDATA[<p>I just finished speaking at <a href="http://usa10.webdirections.org/">Web Directions USA</a> on &#8220;Effective &amp; Efficient  Design with CSS3,&#8221; the latest iteration of an the talk I gave at the <a href="../blog/css-summit-2010/">CSS Summit</a> and <a href="../blog/convergese-2010-and-upcoming-conferences/">ConvergeSE</a>. I talked about how CSS3 is about more than making things look pretty  (though it’s really good at that too). Many CSS3 techniques can reduce  your development times, decrease page loading times, improve usability,  and increase the adaptability of your pages to different devices  (including iPads and iPhones). I showed examples of the pieces of CSS3 you  can add to your web sites right now and how they might benefit your  projects in tangible ways. I included a case study of a real site before and after CSS3, plus an example page built using media queries to improve its appearance and usability at different screen sizes.</p>
<p>You can view the slides on <a href="http://www.slideshare.net/zomigi/effective-and-efficient-design-with-css3">SlideShare</a>, or download the slides here:</p>
<p><a href="/downloads/Effective-Efficient-Design-CSS3_100923-WDUSA.pdf">Effective &amp; Efficient Design with CSS3 (PDF, 2.9 mb)</a></p>
<p>Here are several links to related resources that I couldn&#8217;t put in  the slides but which you might find useful.<img  src="../wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<h3>Beginner CSS3 Articles</h3>
<ul>
<li><a href="http://www.smashingmagazine.com/2010/06/17/start-using-css3-today-techniques-and-tutorials/">Start  Using CSS3 Today: Techniques and Tutorials</a></li>
<li><a href="http://www.smashingmagazine.com/2009/10/26/modern-css-layouts-the-essential-characteristics/">Modern  CSS Layouts: The Essential Characteristics</a></li>
<li><a href="http://www.smashingmagazine.com/2010/05/06/modern-css-layouts-part-2-the-essential-techniques/">Modern  CSS Layouts, Part 2: The Essential Techniques</a></li>
<li><a href="http://www.alistapart.com/articles/prefix-or-posthack/">Prefix   or Posthack</a></li>
</ul>
<p><span id="more-409"></span></p>
<h3>Benefits of CSS3</h3>
<ul>
<li><a href="http://www.awayback.com/css3-and-veer-navigation/">CSS3 and  Veer navigation</a></li>
<li><a href="http://www.position-absolute.com/articles/how-to-get-css3-box-shadow-accepted-as-a-viable-option-at-your-workplace/">How  to: Get CSS3 box-shadow and border-radius accepted as a viable option  at your workplace</a></li>
</ul>
<h3>Media Queries</h3>
<ul>
<li><a href="http://www.quirksmode.org/mobile/viewports2.html">A tale of two viewports &#8211; part two</a></li>
<li><a href="http://davidbcalhoun.com/2010/viewport-metatag">The  viewport metatag (Mobile web part 1)</a></li>
<li><a href="http://www.quirksmode.org/blog/archives/2010/04/the_orientation.html">The  orientation media query</a></li>
<li><a href="http://mislav.uniqpath.com/2010/04/targeted-css/">Detecting  device size &amp; orientation in CSS</a></li>
<li><a href="http://www.lukew.com/ff/entry.asp?1142">Designing for the Retina Display (326ppi)</a></li>
<li><a href="http://www.protofluid.com/">Protofluid</a></li>
</ul>
<h3>Flexible Layouts</h3>
<ul>
<li><a href="http://www.zomigi.com/blog/essential-resources-for-creating-liquid-and-elastic-layouts/">70+  essential resources for creating liquid and elastic layouts</a></li>
<li><a href="http://www.flexiblewebbook.com/">Flexible Web Design: Creating Liquid and Elastic Layouts with CSS</a></li>
</ul>
<p>Finally, if you&#8217;re interested in learning more about my book, <a href="http://www.stunningcss3.com/">Stunning CSS3: A Project-based Guide to the Latest in CSS</a>, head on over to <a href="http://www.stunningcss3.com/">www.stunningcss3.com</a>.  That&#8217;s where the example files for the media query site I showed during  my presentation will eventually be hosted. For now, check out the CSS  used on the site to see a wide variety of CSS3 techniques in use.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/adobe-max/' title='Adobe MAX slides and resources'>Adobe MAX slides and resources</a></li>
<li><a href='http://zomigi.com/blog/media-queries-presentation/' title='Media queries presentation at indieconf'>Media queries presentation at indieconf</a></li>
<li><a href='http://zomigi.com/blog/maintainable-efficient-css/' title='Highly Maintainable, Efficient, and Optimized CSS'>Highly Maintainable, Efficient, and Optimized CSS</a></li>
<li><a href='http://zomigi.com/blog/css-summit-2010/' title='CSS Summit 2010 slides and resources'>CSS Summit 2010 slides and resources</a></li>
<li><a href='http://zomigi.com/blog/convergese-2010-and-upcoming-conferences/' title='ConvergeSE 2010 and upcoming conferences'>ConvergeSE 2010 and upcoming conferences</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/web-directions-usa/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Highly Maintainable, Efficient, and Optimized CSS</title>
		<link>http://zomigi.com/blog/maintainable-efficient-css/</link>
		<comments>http://zomigi.com/blog/maintainable-efficient-css/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 15:44:32 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=394</guid>
		<description><![CDATA[Download the slides for my presentation on maintainable and efficient CSS for Think Vitamin's HTML &#038; CSS online conference, as well as get links to related resources on CSS development best practices.]]></description>
			<content:encoded><![CDATA[<p>Earlier today, I gave a presentation at <a href="http://thinkvitamin.com/online-conferences/html-css/">Think Vitamin&#8217;s HTML &amp; CSS Online Conference</a> entitled &#8220;Highly Maintainable, Efficient, and Optimized CSS.&#8221; I tried to squeeze as many tips as I could in to cover how to create CSS that is well organized and readable for teams to work on together as well as you to maintain later, while still keeping efficiency in mind. The slides are up on <a href="http://www.slideshare.net/zomigi/highly-maintainable-efficient-and-optimized-css">Slideshare</a>, but you can also download them in their full glory here:</p>
<p><a href="http://www.zomigi.com/downloads/Highly-Maintainable-Efficient-Optimized-CSS.pdf">Highly Maintainable, Efficient, and Optimized CSS (PDF, 1 mb)</a></p>
<p>Here are links to just a few of the hundreds of related resources I could link to!</p>
<h3>Maintainability</h3>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/scriptjunkie/ff679957.aspx">Be a CSS Team Player: CSS Best Practices for Team-Based Development</a></li>
<li><a href="http://stackoverflow.com/questions/956996/best-practices-css-stylesheet-formatting">Best Practices &#8211; CSS Stylesheet Formatting</a></li>
<li><a href="http://www.slideshare.net/stubbornella/object-oriented-css">Object Oriented CSS</a></li>
<li><a href="http://www.sitepoint.com/dustmeselectors/">Dust-Me Selectors</a></li>
</ul>
<p><span id="more-394"></span></p>
<h3>Resets</h3>
<ul>
<li><a href="http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/">Eric Meyer&#8217;s Reset Reloaded</a></li>
<li><a href="http://developer.yahoo.com/yui/reset/">YUI 2: Reset CSS</a></li>
<li><a href="http://snook.ca/archives/html_and_css/no_css_reset/">No CSS Reset</a></li>
<li><a href="http://www.maxdesign.com.au/articles/css-reset/">CSS Reset &#8211; a simpler option</a></li>
</ul>
<h3>Sprites</h3>
<ul>
<li><a href="http://css-tricks.com/css-sprites/">CSS Sprites: What They Are, Why They’re Cool, and How To Use Them</a></li>
<li><a href="http://css-tricks.com/css-sprites-workflow/">CSS Sprites Workflow</a></li>
<li><a href="http://www.smashingmagazine.com/2010/03/26/css-sprites-useful-technique-or-potential-nuisance/">CSS Sprites: Useful Technique, or Potential Nuisance?</a></li>
<li><a href="http://www.smashingmagazine.com/2009/04/27/the-mystery-of-css-sprites-techniques-tools-and-tutorials/">The Mystery Of CSS Sprites: Techniques, Tools And Tutorials</a></li>
</ul>
<h3>Performance</h3>
<ul>
<li><a href="http://developer.yahoo.com/performance/rules.html">Best Practices for Speeding Up Your Web Site</a></li>
<li><a href="http://code.google.com/speed/articles/">Let&#8217;s make the web faster</a></li>
<li><a href="http://www.phpied.com/performance-advent-calendar-2009/">Performance Advent Calendar 2009</a></li>
<li><a href="http://www.stevesouders.com/blog/2009/04/09/dont-use-import/">Don&#8217;t use @import</a></li>
<li><a href="http://www.phpied.com/conditional-comments-block-downloads/">Conditional comments block downloads</a></li>
<li><a href="http://css-tricks.com/efficiently-rendering-css/">Efficiently Rendering CSS</a></li>
<li><a href="http://www.stevesouders.com/blog/2009/03/10/performance-impact-of-css-selectors/">Performance Impact of CSS Selectors</a></li>
<li><a href="http://screwlewse.com/2010/08/different-css-techniques-and-their-performance/">Different CSS techniques and their performance</a></li>
</ul>
<h3>CSS compression</h3>
<ul>
<li><a href="http://www.http-compression.com/">HTTP Compression</a></li>
<li><a href="http://code.google.com/p/minify/">Minify</a></li>
<li><a href="http://www.sergeychernyshev.com/blog/speed-up-your-site-drop-in-htaccess-file/">Drop-in .htaccess file</a></li>
<li><a href="http://www.codebeautifier.com/">Code Beautifer</a></li>
<li><a href="http://www.csscompressor.com/">CSS Compressor</a></li>
<li><a href="http://www.cssdrive.com/index.php/main/csscompressor/">CSS Compressor</a></li>
<li><a href="http://www.cssoptimiser.com/">CSS Optimizer</a></li>
<li><a href="http://csstidy.sourceforge.net/">CSS Tidy</a></li>
<li><a href="http://yuilibrary.com/projects/yuicompressor">YUI Compressor</a></li>
</ul>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/adobe-max/' title='Adobe MAX slides and resources'>Adobe MAX slides and resources</a></li>
<li><a href='http://zomigi.com/blog/web-directions-usa/' title='Web Directions USA slides and resources'>Web Directions USA slides and resources</a></li>
<li><a href='http://zomigi.com/blog/media-queries-presentation/' title='Media queries presentation at indieconf'>Media queries presentation at indieconf</a></li>
<li><a href='http://zomigi.com/blog/css-summit-2010/' title='CSS Summit 2010 slides and resources'>CSS Summit 2010 slides and resources</a></li>
<li><a href='http://zomigi.com/blog/convergese-2010-and-upcoming-conferences/' title='ConvergeSE 2010 and upcoming conferences'>ConvergeSE 2010 and upcoming conferences</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/maintainable-efficient-css/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>CSS Summit 2010 slides and resources</title>
		<link>http://zomigi.com/blog/css-summit-2010/</link>
		<comments>http://zomigi.com/blog/css-summit-2010/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 17:30:42 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=384</guid>
		<description><![CDATA[I spoke at the CSS Summit on "Effective and Efficient Design with CSS3." You can download the slides and get links to related resources.]]></description>
			<content:encoded><![CDATA[<p>I just finished speaking at the <a href="http://www.csssummit.com">CSS Summit</a> online conference. Well, technically, I&#8217;m writing this <em>before </em>I spoke, so that the post can be up as soon as my talk is done. Sneaky, huh? Anyway, my  presentation was titled &#8220;Effective &amp; Efficient Design with CSS3,&#8221; an extension of the talk I gave at <a href="http://zomigi.com/blog/convergese-2010-and-upcoming-conferences/">ConvergeSE</a>.</p>
<p><img  src="http://zomigi.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" />If you&#8217;d like  to check out the slides, here they are:</p>
<p><a href="http://zomigi.com/downloads/Effective-Efficient-Design-CSS3_100728-CSSSummit.pdf">Effective &amp; Efficient Design with CSS3 (PDF, 1.7 mb)</a></p>
<p>Here are several links to related resources that I couldn&#8217;t put in  the slides but which you might find useful.<span id="more-384"></span></p>
<h3>Beginner CSS3 Articles</h3>
<ul>
<li><a href="http://www.smashingmagazine.com/2010/06/17/start-using-css3-today-techniques-and-tutorials/">Start  Using CSS3 Today: Techniques and Tutorials</a></li>
<li><a href="http://www.smashingmagazine.com/2009/10/26/modern-css-layouts-the-essential-characteristics/">Modern  CSS Layouts: The Essential Characteristics</a></li>
<li><a href="http://www.smashingmagazine.com/2010/05/06/modern-css-layouts-part-2-the-essential-techniques/">Modern  CSS Layouts, Part 2: The Essential Techniques</a></li>
<li><a href="http://www.alistapart.com/articles/prefix-or-posthack/">Prefix   or Posthack</a></li>
</ul>
<h3>Benefits of CSS3</h3>
<ul>
<li><a href="http://www.awayback.com/css3-and-veer-navigation/">CSS3 and  Veer navigation</a></li>
<li><a href="http://www.position-absolute.com/articles/how-to-get-css3-box-shadow-accepted-as-a-viable-option-at-your-workplace/">How  to: Get CSS3 box-shadow and border-radius accepted as a viable option  at your workplace</a></li>
</ul>
<h3>Media Queries</h3>
<ul>
<li><a href="http://www.quirksmode.org/mobile/viewports2.html">A tale of two viewports &#8211; part two</a></li>
<li><a href="http://davidbcalhoun.com/2010/viewport-metatag">The  viewport metatag (Mobile web part 1)</a></li>
<li><a href="http://www.quirksmode.org/blog/archives/2010/04/the_orientation.html">The  orientation media query</a></li>
<li><a href="http://mislav.uniqpath.com/2010/04/targeted-css/">Detecting  device size &amp; orientation in CSS</a></li>
<li><a href="http://www.lukew.com/ff/entry.asp?1142">Designing for the Retina Display (326ppi)</a></li>
<li><a href="http://www.protofluid.com">Protofluid</a></li>
</ul>
<h3>Flexible Layouts</h3>
<ul>
<li><a href="http://www.zomigi.com/blog/essential-resources-for-creating-liquid-and-elastic-layouts/">70+  essential resources for creating liquid and elastic layouts</a></li>
<li><a href="http://www.flexiblewebbook.com/">Flexible Web Design: Creating Liquid and Elastic Layouts with CSS</a></li>
</ul>
<p>Finally, if you&#8217;re interested in learning more about my book, <a href="http://www.stunningcss3.com/">Stunning CSS3: A Project-based Guide to the Latest in CSS</a>, head on over to <a href="http://www.stunningcss3.com/">www.stunningcss3.com</a>. That&#8217;s where the example files for the media query site I showed during my presentation will eventually be hosted. For now, check out the CSS used on the site to see a wide variety of CSS3 techniques in use.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/media-queries-presentation/' title='Media queries presentation at indieconf'>Media queries presentation at indieconf</a></li>
<li><a href='http://zomigi.com/blog/adobe-max/' title='Adobe MAX slides and resources'>Adobe MAX slides and resources</a></li>
<li><a href='http://zomigi.com/blog/web-directions-usa/' title='Web Directions USA slides and resources'>Web Directions USA slides and resources</a></li>
<li><a href='http://zomigi.com/blog/convergese-2010-and-upcoming-conferences/' title='ConvergeSE 2010 and upcoming conferences'>ConvergeSE 2010 and upcoming conferences</a></li>
<li><a href='http://zomigi.com/blog/maintainable-efficient-css/' title='Highly Maintainable, Efficient, and Optimized CSS'>Highly Maintainable, Efficient, and Optimized CSS</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/css-summit-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

