<?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>Everything In Between &#187; Web Accessibility</title>
	<atom:link href="http://maymay.net/blog/category/web-design/web-accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://maymay.net/blog</link>
	<description>The brutally honest, first-person account of Meitar Moscovitz&#039;s life.</description>
	<lastBuildDate>Thu, 19 Jan 2012 08:54:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How web designers can do their own HTML/CSS: Read Foundation Website Creation</title>
		<link>http://maymay.net/blog/2008/07/21/how-web-designers-can-do-their-own-htmlcss/</link>
		<comments>http://maymay.net/blog/2008/07/21/how-web-designers-can-do-their-own-htmlcss/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 14:22:19 +0000</pubDate>
		<dc:creator>Meitar</dc:creator>
				<category><![CDATA[Crosspost]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Hypertext Copywriting]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Maymay Media]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech/Computing]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Writing and blogging]]></category>

		<guid isPermaLink="false">http://maymay.net/blog/?p=476</guid>
		<description><![CDATA[Last month, 37signals published a short but sweet post about why web designers should do the HTML/CSS implementations for their own designs. The bottom line is, as we&#8217;ve all been saying for a long time now, that the Web is not the same kind of medium as other mediums like print. It is a fundamentally [...]]]></description>
			<content:encoded><![CDATA[<p>Last month, 37signals published a short but sweet post about why <a href="//www.37signals.com/svn/posts/1066-web-designers-should-do-their-own-htmlcss">web designers should do the <acronym title="HyperText Markup Language">HTML</acronym>/CSS implementations for their own designs</a>. The bottom line is, as we&#8217;ve all been saying for a long time now, that the Web is not the same kind of medium as other mediums like print. It is a fundamentally different kind of canvas than most web designers are used to using. As a result, if you as a web designer are not intimately familiar with it, you&#8217;re not going to do great work.</p>
<blockquote cite="//www.37signals.com/svn/posts/1066-web-designers-should-do-their-own-htmlcss"><p>designing for the web is a lot less about making something dazzle and a lot more about making it work. The design decisions that matter pertain directly to the constraints of the materials. What form elements to use. What font sizes. What composition. What flow. Those decisions are poorly made at an arm’s length.</p>
<p>I’ve worked with many web designers in the past who only did abstractions and then handed over pictures to be chopped and implemented by “<acronym title="HyperText Markup Language">HTML</acronym> monkeys”. It never really gelled well. The things that got strong attention were all the things that Photoshop did well. Imagery, curvy lines, and the frame. All the <em>around</em> stuff, never the <em>it</em> stuff.</p></blockquote>
<p>In other words, to do great web design you have to design <em>in</em> the Web, not in some other medium <em>for</em> the Web. I mean, serious magazine firm employs designers who don&#8217;t understand how to work with page layout programs like InDesign. Why, then, do so many web design agencies employ designers who don&#8217;t know how to work with web technologies, or even how to use programs like Dreamweaver? It doesn&#8217;t really make any sense, and it&#8217;s no wonder that the resulting implementation is rarely top-notch work.</p>
<p>But if you&#8217;re a graphic designer who doesn&#8217;t know much about Web technologies, what are you to do? Well, as a first step, I think you should pick up my new book, <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2FFoundation-Website-Creation-XHTML-JavaScript%2Fdp%2F1430209917%2F&#038;tag=maymaydotnet-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=9325">Foundation Website Creation</a><img src="http://www.assoc-amazon.com/e/ir?t=maymaydotnet-20&amp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />. It&#8217;s available from all good booksellers (and probably some crappy ones) as of today. The book is targeted towards all manner of web professionals, including graphic designers and website producers, who want to learn more about what it takes to actually implement a site.</p>
<p>If I do say so myself, the chapters on <acronym title="eXtensible HyperText Markup Language; HTML reformulated as XML">XHTML</acronym> and <acronym title="Cascading Style Sheets">CSS</acronym> are exceptionally thorough. The book <em>doesn&#8217;t</em> try to turn you into an exceptional programmer. Instead, it will explain the foundational concepts you need to know to <em>understand how <acronym title="eXtensible HyperText Markup Language; HTML reformulated as XML">XHTML</acronym> and <acronym title="Cascading Style Sheets">CSS</acronym> actually work</em>, and in so doing will enable you to use the tools you already know to solve problems and get things done.</p>
<p>I think this book will be an excellent starting point for lots of designers and other web professionals. However, it is not going to take you from zero to hero—no book can. That&#8217;s why I recommend that, after you read <cite>Foundation Website Creation</cite> and have a solid grasp of what the technology can do for you and how it actually does it, you next take a look at these excellent books:</p>
<ul>
<li><a href="http://domscripting.com/book/"><acronym title="Document Object Model">DOM</acronym> Scripting by Jeremy Keith</a> — if you&#8217;re a designer that needs to add a behavioral layer with JavaScript and Ajax to your pages, you need to read this book next.</li>
<li><a href="http://www.amazon.com/Mastering-Dreamweaver-Voices-That-Matter/dp/0321508971">Mastering <acronym title="Cascading Style Sheets">CSS</acronym> with Dreamweaver CS3</a> &#8211; if you&#8217;re familiar with Dreamweaver and want to keep using it to create standards-based web sites, then I recommend you follow <cite>Foundation Website Creation</cite> with this book by <a href="//w3conversions.com/">Stephanie Sullivan</a> and Greg Rewis to take your Dreamweaver skills to the next level.</li>
</ul>
<p>As always, most of all, have fun. Because if you&#8217;re not having fun, you&#8217;re not going to make good web sites no matter what you know.</p>
<p><strong>Note:</strong> As of this writing, the book listing on Amazon still publishes the wrong author list, which is very frustrating but out of my hands. At least the image of our book&#8217;s front cover lists the correct authors.</p>
]]></content:encoded>
			<wfw:commentRss>http://maymay.net/blog/2008/07/21/how-web-designers-can-do-their-own-htmlcss/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>I&#8217;m getting a book published and it&#8217;s called Foundation Website Creation</title>
		<link>http://maymay.net/blog/2008/05/19/im-getting-a-book-published-and-its-called-foundation-web-standards/</link>
		<comments>http://maymay.net/blog/2008/05/19/im-getting-a-book-published-and-its-called-foundation-web-standards/#comments</comments>
		<pubDate>Mon, 19 May 2008 13:50:36 +0000</pubDate>
		<dc:creator>Meitar</dc:creator>
				<category><![CDATA[Crosspost]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Maybe Maimed]]></category>
		<category><![CDATA[Maymay Media]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech/Computing]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Writing and blogging]]></category>

		<guid isPermaLink="false">http://maymay.net/blog/?p=436</guid>
		<description><![CDATA[For those who have been wondering what is keeping me so busy these days, the answer is that I&#8217;m working on the final stages of a book that is getting published as one of three co-authors. Not only am contributing three chapters (the technical chapters on (X)HTML and CSS, specifically), but I am also technically [...]]]></description>
			<content:encoded><![CDATA[<p>For those who have been wondering what is keeping me so busy these days, the answer is that I&#8217;m working on the final stages of a book that is getting published as one of three co-authors. Not only am contributing three chapters (the technical chapters on (X)<acronym title="HyperText Markup Language">HTML</acronym> and <acronym title="Cascading Style Sheets">CSS</acronym>, specifically), but I am also technically reviewing the entire book.</p>
<p>My co-authors on the book, called <a href="//www.friendsofed.com/book.html?isbn=9781430209911"><cite><del datetime="2008-06-15T10:43:08+00:00">Foundation Web Standards</del> <ins datetime="2008-06-15T10:43:08+00:00">Foundation Website Creation</ins></cite></a> (you can <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2FFoundation-Website-Creation-XHTML-JavaScript%2Fdp%2F1430209917%2F&#038;tag=maymaydotnet-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=9325" title="Buy on Amazon.com.">pre-order now</a>) and published by <a href="//friendsofed.com/">Friends of ED</a>, an <a href="//apress.com/">Apress</a> company, are <a href="//industryinteractive.net/">Jonathan Lane of Industry Interactive, Inc.</a> and <a href="//www.sanbeiji.com/">Joe Lewis, who blogs at Sanbeiji.com</a>. I&#8217;m not going to say much more until after the book is released in late July.</p>
<p>For the eager, here&#8217;s the description of the book posted on the Friends of ED website:</p>
<blockquote cite="//www.friendsofed.com/book.html?isbn=9781430209911"><p>Foundation Website Creation explores the process of constructing a web site from start to finish. There is more to the process than just knowing <acronym title="HyperText Markup Language">HTML</acronym>! Designers and developers must follow a proper process to flush out goals and objectives and determine requirements both prior to, and during project development.</p>
<p>Large Web projects are rarely completed by a single person. Producers, project managers, designers, developers, writers, and editors all play critical parts in a project&#8217;s evolution. This book provides an overview of the entire process, and also shows project development from the perspective of these different roles. It introduces the key concepts and duties performed by every member of such a team, and gives you the skills necessary to tackle projects like a professional.</p></blockquote>
<p>It&#8217;s quite exciting getting a book out, and it&#8217;s quite a bit more work than I&#8217;d have ever originally thought. That being said, it&#8217;s extremely rewarding. There&#8217;s a lot more work I need to do on it between now and the time it gets released to publishing, so, well…back to work I go.</p>
<p>Now you all know where I&#8217;ve been spending my time writing.</p>
]]></content:encoded>
			<wfw:commentRss>http://maymay.net/blog/2008/05/19/im-getting-a-book-published-and-its-called-foundation-web-standards/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>New Amazon Guide: So You&#8217;d Like To Become a Front-End Web Design Guru</title>
		<link>http://maymay.net/blog/2005/12/23/amazon-guide-become-a-web-design-guru/</link>
		<comments>http://maymay.net/blog/2005/12/23/amazon-guide-become-a-web-design-guru/#comments</comments>
		<pubDate>Fri, 23 Dec 2005 16:13:34 +0000</pubDate>
		<dc:creator>Meitar</dc:creator>
				<category><![CDATA[Business & E-Commerce]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://maymay.net/blog/?p=291</guid>
		<description><![CDATA[I've made what I think is a rather nice Amazon Guide. Laugh if you must, but I wanted to see what creating one would be like. Naturally, I decided to write a brief guide to becoming a front-end web design guru.]]></description>
			<content:encoded><![CDATA[<p>With a bit of free time over breakfast, I was fiddling with my personal site and looking over my bookshelf. I decided to make an Amazon guide to &ldquo;becoming a front-end web design guru&rdquo; based on many of the books in my ever-expanding collection. So without further ado, here it is, my guide to becoming a front-end web-design guru, featuring the most varied and useful set of 20 books I have ever read:</p>
<h3 style="clear:left;">The Grim Truth</h3>
<p>Let&#8217;s face it. These days, any Joe-shmo with Microsoft FrontPage can call himself a web developer or designer. But web surfers can tell the difference between a professionally designed site and a site designed by your dentist&#8217;s brother&#8217;s roommate&#8217;s best friend&#8217;s boyfriend. To be professional, you have to design with web standards in mind, focusing on usability and accessibility. And it has to look good &mdash; really good.</p>
<h3 style="clear:left;">The Tools You&#8217;ll Use</h3>
<p>First, you&#8217;re going to need to stock your toolbox. Start with the basics. Learn how to manipulate page layouts with (X)<acronym title="HyperText Markup Language">HTML</acronym> and <acronym title="Cascading Style Sheets">CSS</acronym> by reading <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=073571245X%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/073571245X%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Eric Meyer on CSS: Mastering the Language of Web Design</a>. Occasionally, you&#8217;ll need a dash of <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0735711674%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0735711674%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">JavaScript Design</a>. Finally, learn what works best by <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=156205810X%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/156205810X%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Designing Web Usability : The Practice of Simplicity</a>.</p>
<ul>
<li style="list-style:none;float:left;margin: .5em;padding:.5em;border:1px solid silver;"><a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=073571245X%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/073571245X%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/073571245X.01._SCMZZZZZZZ_.jpg" alt="Eric Meyer on CSS: Mastering the Language of Web Design" /></a></li>
<li style="list-style:none;float:left;margin: .5em;padding:.5em;border:1px solid silver;"><a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=156205810X%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/156205810X%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/156205810X.01.IN07._SCMZZZZZZZ_.jpg" alt="Designing Web Usability : The Practice of Simplicity" /></a></li>
</ul>
<h3 style="clear:left;">Building It Right</h3>
<p><a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0321303474%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0321303474%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">The Zen of <acronym title="Cascading Style Sheets">CSS</acronym> Design : Visual Enlightenment for the Web (Voices That Matter)</a> is possible for you! Building professional web sites means <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=073571150X%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/073571150X%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Building Accessible Websites (With <acronym title="Compact Disc">CD</acronym>-<acronym title="Read Only Memory">ROM</acronym>)</a>. No matter how good your design may be, it won&#8217;t mean anything if it doesn&#8217;t load quickly, so don&#8217;t forget to always <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0735713243%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0735713243%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Speed Up Your Site: Web Site Optimization</a>. Then put it all together to create <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0321346939%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0321346939%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Bulletproof Web Design : Improving flexibility and protecting against worst-case scenarios with <acronym title="eXtensible HyperText Markup Language; HTML reformulated as XML">XHTML</acronym> and <acronym title="Cascading Style Sheets">CSS</acronym></a>. But you&#8217;re not done yet! Help people find your site by giving it <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0735712565%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0735712565%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Search Engine Visibility</a>.</p>
<ul>
<li style="list-style:none;float:left;margin: .5em;padding:.5em;border:1px solid silver;"><a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=073571150X%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/073571150X%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/073571150X.01._SCMZZZZZZZ_.jpg" alt="Building Accessible Websites (With CD-ROM)" /></a></li>
<li style="list-style:none;float:left;margin: .5em;padding:.5em;border:1px solid silver;"><a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0735713243%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0735713243%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/0735713243.01._SCMZZZZZZZ_.jpg" alt="Speed Up Your Site: Web Site Optimization" /></a></li>
<li style="list-style:none;float:left;margin: .5em;padding:.5em;border:1px solid silver;"><a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0321303474%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0321303474%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/0321303474.01._SCMZZZZZZZ_.jpg" alt="The Zen of CSS Design : Visual Enlightenment for the Web (Voices That Matter)" /></a></li>
</ul>
<h3 style="clear:left;">Really Good References</h3>
<p>While you&#8217;re doing all these things, don&#8217;t be afraid to let curiosity get the better of you. Expand upon the projects in the previous books by doing things differently, doing things your own way. As you tinker, you&#8217;ll come across situations in which you don&#8217;t know how to do something. For those situations, use the following must-have references to quickly look up information about a particular technology.</p>
<p>For (X)HTML: <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=059600382X%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/059600382X%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><acronym title="HyperText Markup Language">HTML</acronym> &#038; XHTML: The Definitive Guide, Fifth Edition</a><br />
For CSS: <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0596005253%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0596005253%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Cascading Style Sheets: The Definitive Guide, 2nd Edition</a> and <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0596005768%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0596005768%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><acronym title="Cascading Style Sheets">CSS</acronym> Cookbook</a><br />
For JavaScript: <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=1565923928%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/1565923928%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">JavaScript Definitive Guide</a></p>
<ul>
<li style="list-style:none;float:left;margin: .5em;padding:.5em;border:1px solid silver;"><a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=059600382X%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/059600382X%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/059600382X.01._SCMZZZZZZZ_.jpg" alt="HTML &#038; XHTML: The Definitive Guide, Fifth Edition" /></a></li>
<li style="list-style:none;float:left;margin: .5em;padding:.5em;border:1px solid silver;"><a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0596005253%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0596005253%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/0596005253.01._SCMZZZZZZZ_.jpg" alt="Cascading Style Sheets: The Definitive Guide, 2nd Edition" /></a></li>
<li style="list-style:none;float:left;margin: .5em;padding:.5em;border:1px solid silver;"><a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0596005768%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0596005768%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/0596005768.01._SCMZZZZZZZ_.jpg" alt="CSS Cookbook" /></a></li>
<li style="list-style:none;float:left;margin: .5em;padding:.5em;border:1px solid silver;"><a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=1565923928%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/1565923928%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/1565923928.01._SCMZZZZZZZ_.jpg" alt="JavaScript Definitive Guide" /></a></li>
</ul>
<h3 style="clear:left;">Helpful Bonus Books</h3>
<p>Read <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0975240269%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0975240269%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">The JavaScript Anthology : 101 Essential Tips, Tricks &#038; Hacks</a> to learn even more about what you can do with JavaScript and how to solve real-world problems with DHTML. Get more usability insight from <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=073571102X%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/073571102X%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Homepage Usability: 50 Websites Deconstructed</a> and <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0321344758%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0321344758%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Don&#8217;t Make Me Think : A Common Sense Approach to Web Usability (2nd Edition)</a>. Arm yourself with an arsenal of <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=1590593812%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/1590593812%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Web Standards Solutions: The Markup and Style Handbook (Pioneering Series)</a> to take on <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=1581153163%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/1581153163%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">The Real Business of Web Design</a>.</p>
<ul>
<li style="list-style:none;float:left;margin: .5em;padding:.5em;border:1px solid silver;"><a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=1590593812%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/1590593812%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://ec1.images-amazon.com/images/P/1590593812.01._SCMZZZZZZZ_.jpg" alt="Web Standards Solutions: The Markup and Style Handbook (Pioneering Series)" /></a></li>
<li style="list-style:none;float:left;margin: .5em;padding:.5em;border:1px solid silver;"><a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0321344758%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0321344758%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/0321344758.01._SCMZZZZZZZ_.jpg" alt="Don\'t Make Me Think : A Common Sense Approach to Web Usability (2nd Edition)" /></a></li>
</ul>
<p>Learn all the <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=1568303823%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/1568303823%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Secrets of Successful Web Sites</a> if you&#8217;re involved with larger-scale project management, or if you&#8217;re of the entrepeneurial bent, find out <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0762727896%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0762727896%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">How to Start a Home-Based Web Design Business, 2nd (Home-Based Business Series)</a> or <a href="http://www.amazon.com/exec/obidos/redirect?tag=maymaydotnet-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0814471390%2526tag=maymaydotnet-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0814471390%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">How to Be a Successful Internet Consultant</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://maymay.net/blog/2005/12/23/amazon-guide-become-a-web-design-guru/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Accessible Web Development Tools on the Rise</title>
		<link>http://maymay.net/blog/2005/11/30/accessible-web-development-tools-on-the-rise/</link>
		<comments>http://maymay.net/blog/2005/11/30/accessible-web-development-tools-on-the-rise/#comments</comments>
		<pubDate>Wed, 30 Nov 2005 19:38:50 +0000</pubDate>
		<dc:creator>Meitar</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">/?p=270</guid>
		<description><![CDATA[Microsoft's Visual Studio 2005 makes ASP.NET-powered web sites more accessible. Adobe's GoLive CS2 and Macromedia's Dreamweaver are encouraging accessible design. Since not all web developers and designers know how to write accessible web pages, having programs that do is good first step.]]></description>
			<content:encoded><![CDATA[<p>Today, even before my morning cup of coffee, I received this pleasant Google Alert in my inbox.</p>
<blockquote><p><a href="http://www.it-analysis.com/content.php?articleid=13021" title="">Visual Studio 2005 makes accessibility a real possibility</a> &mdash; IT-Analysis &#8211; UK</p>
<p>&#8230; now comes with a validation program that will check that the code generated is firstly valid <acronym title="eXtensible HyperText Markup Language; HTML reformulated as XML">XHTML</acronym> and then adheres to the <strong>Web Accessibility</strong> Initiative (<acronym title="Web Accessibility Initiative">WAI</acronym> &#8230; </p>
</blockquote>
<p>The article discusses the importance of providing web developers and programmers who use Microsoft&#8217;s .NET framework (specifically, <acronym title="Active Server Pages">ASP</acronym>.NET) with the ability to create accessible web pages through the use of their native development tools. Visual Studio 2005 seems to make a big leap forward in this regard, finally supporting <acronym title="eXtensible HyperText Markup Language; HTML reformulated as XML">XHTML</acronym> pages, providing an interface to select the <code>alt</code> and <code>longdesc</code> attributes of images, and not requiring the use of <code>table</code>s for layout purposes. It can even incorporate a <a href="http://diveintoaccessibility.org/day_11_skipping_over_navigation_links.html" title="What a skip navigation link is, why it's helpful, and how to make one.">&ldquo;skip navigation&rdquo; link</a>.</p>
<p>Several days ago I got my first look at a web site created with Adobe GoLive CS2 and was pleased to see an abundance of <code>div</code>s where there used to be <code>table</code>s, and a spattering of <acronym title="Cascading Style Sheets">CSS</acronym> throughout the page. While still leaving much to be desired, there&#8217;s no question that the newest versions of web development tools on the market today can make far better web sites than they used to. That&#8217;s good news for everybody since the overwhelming majority of web sites on the Internet today are created by using these programs. And since not all developers know how to write accessible web pages, having programs that do is a good first step.</p>
]]></content:encoded>
			<wfw:commentRss>http://maymay.net/blog/2005/11/30/accessible-web-development-tools-on-the-rise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out-law.com Article on WiderWeb</title>
		<link>http://maymay.net/blog/2004/10/22/out-lawcom-article-on-widerweb/</link>
		<comments>http://maymay.net/blog/2004/10/22/out-lawcom-article-on-widerweb/#comments</comments>
		<pubDate>Fri, 22 Oct 2004 10:18:59 +0000</pubDate>
		<dc:creator>Meitar</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Web Accessibility]]></category>

		<guid isPermaLink="false">/?p=94</guid>
		<description><![CDATA[I&#8217;m really not sure if this will help or hurt the state of accessibility on the web. Businesses don&#8217;t really understand what accessibility is, and the ease of misunderstanding that this WiderWeb service gives them an accessible page then things are sad indeed. Definitely something interesting to follow, but there is still no substitute for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really not sure if <a href="http://www.out-law.com/php/page.php?page_id=webaccessibilityon1098275463&#038;area=news">this</a> will help or hurt the state of accessibility on the web. Businesses don&#8217;t really understand what accessibility is, and the ease of misunderstanding that this WiderWeb service gives them an accessible page then things are sad indeed.</p>
<p>Definitely something interesting to follow, but there is still no substitute for a real expert consultant.</p>
]]></content:encoded>
			<wfw:commentRss>http://maymay.net/blog/2004/10/22/out-lawcom-article-on-widerweb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Text-Only is No Solution</title>
		<link>http://maymay.net/blog/2004/10/06/text-only-is-no-solution/</link>
		<comments>http://maymay.net/blog/2004/10/06/text-only-is-no-solution/#comments</comments>
		<pubDate>Wed, 06 Oct 2004 19:05:04 +0000</pubDate>
		<dc:creator>Meitar</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Web Accessibility]]></category>

		<guid isPermaLink="false">/?p=85</guid>
		<description><![CDATA[In a recent article from DMEurope.com, Trenton Moss challenges Webmasters to do better than providing text-only pages as their solution to accessibility. It&#8217;s good, too, because text-only pages which are lauded as an accessibility solution are often nothing more than a cop-out, and they&#8217;re often not even all that accessible. This is where CSS really [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent <a href="http://www.dmeurope.com/default.asp?articleID=3511">article from DMEurope.com</a>, <a title="Trenton Moss founded WebCredible, a usability consultancy." href="http://www.webcredible.co.uk/">Trenton Moss</a> challenges Webmasters to do better than providing text-only pages as their solution to accessibility.</p>
<p>It&#8217;s good, too, because text-only pages which are lauded as an accessibility solution are often nothing more than a cop-out, and they&#8217;re often not even all that accessible. This is where <acronym title="Cascading Style Sheets">CSS</acronym> really shines, and why it&#8217;s so important to embrace <acronym title="Cascading Style Sheets">CSS</acronym>-based design techniques. Of course, that&#8217;s only part of the matter, but it is striking to see the difference it can make to accessibility, particularly for various Web browsing devices.</p>
<p>Good article.</p>
]]></content:encoded>
			<wfw:commentRss>http://maymay.net/blog/2004/10/06/text-only-is-no-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are hot (or &#8220;access&#8221;) keys?</title>
		<link>http://maymay.net/blog/2004/09/30/access-keys/</link>
		<comments>http://maymay.net/blog/2004/09/30/access-keys/#comments</comments>
		<pubDate>Fri, 01 Oct 2004 02:20:00 +0000</pubDate>
		<dc:creator>Meitar</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Web Accessibility]]></category>

		<guid isPermaLink="false">/?p=33</guid>
		<description><![CDATA[If you&#8217;re using a modern browser, then you&#8217;ve seen the text &#8220;Hot Key:&#8221; in links on my site, such as the navigation bar. For instance, the hot key to load this page is 6. Hot keys are, very simply, keyboard keys you can push to navigate through a site without using a mouse. If you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using a modern browser, then you&#8217;ve seen the text &ldquo;Hot Key:&rdquo; in links on my site, such as the navigation bar. For instance, the hot key to load this page is 6.</p>
<p>Hot keys are, very simply, keyboard keys you can push to navigate through a site without using a mouse.</p>
<ul>
<li>If you&#8217;re on a Macintosh computer, simply press <kbd>command</kbd> and a hot key to follow the link associated with the hot key.</li>
<li>On a Windows-based computer, press <kbd>alt</kbd> plus a hot key to focus on the link, then press <kbd>enter</kbd> or <kbd>return</kbd> to follow it.</li>
</ul>
<p>You can find out more about hot keys in my Accessibility Statement (when I write it up).</p>
]]></content:encoded>
			<wfw:commentRss>http://maymay.net/blog/2004/09/30/access-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessible Web Sites Get More Visitors</title>
		<link>http://maymay.net/blog/2004/09/28/accessible-web-sites-get-more-visitors/</link>
		<comments>http://maymay.net/blog/2004/09/28/accessible-web-sites-get-more-visitors/#comments</comments>
		<pubDate>Wed, 29 Sep 2004 02:12:35 +0000</pubDate>
		<dc:creator>Meitar</dc:creator>
				<category><![CDATA[Business & E-Commerce]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">/?p=82</guid>
		<description><![CDATA[If there is still any doubt about why businesses should require that their web pages be accessible, this report from ElectricNewsNet explains how accessible pages can be viewed by more visitors than non-accessible pages. It also brings up a good point about maintaining that accessibility standard after the site has been created. Accessibility is an [...]]]></description>
			<content:encoded><![CDATA[<p>If there is still any doubt about why businesses should require that their web pages be accessible, this <a href="http://www.enn.ie/news.html?code=9555551">report from ElectricNewsNet</a> explains how accessible pages can be viewed by more visitors than non-accessible pages.</p>
<p>It also brings up a good point about maintaining that accessibility standard after the site has been created. Accessibility is an ongoing process, and in order to keep your pages accessible any additions to the pages must also be coded accessibility.</p>
<blockquote cite="http://www.enn.ie/news.html?code=9555551" title="Michael Byrne talks about keeping web sites accessible.">
<p>&ldquo;Accessibility is included in the tender and the developers deliver it on day one, but the people updating the site don&#8217;t know what to do,&rdquo; said Michael Byrne, CEO of EIAS.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://maymay.net/blog/2004/09/28/accessible-web-sites-get-more-visitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessibility: The Ultimate Programming Holy Grail</title>
		<link>http://maymay.net/blog/2004/07/26/accessibility-the-ultimate-programming-holy-grail/</link>
		<comments>http://maymay.net/blog/2004/07/26/accessibility-the-ultimate-programming-holy-grail/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Meitar</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Accessibility]]></category>

		<guid isPermaLink="false">/?p=53</guid>
		<description><![CDATA[Write once, work anywhere: the dream utopia of interoperability. Often frought with implementation snaffus, this is the quest of Web standards. But these standards don&#8217;t yet take everything into account. In response to this interesting WATS article I&#8217;ve devised a quick and simple compromise to help solve the problem of inaccessible title attributes on various [...]]]></description>
			<content:encoded><![CDATA[<p>
Write once, work anywhere: the dream utopia of interoperability. Often frought with implementation snaffus, this is the quest of Web standards. But these standards don&#8217;t yet take <em>everything</em> into account. In response to <a href="http://www.wats.ca/articles/hiddeninformation/63">this interesting <acronym title="Web Accessibility Testing and Services">WATS</acronym> article</a> I&#8217;ve devised a quick and simple compromise to help solve the problem of inaccessible title attributes on various <acronym title="eXtensible HyperText Markup Language"><acronym title="eXtensible HyperText Markup Language; HTML reformulated as XML">XHTML</acronym></acronym> elements.
</p>
<pre>
[title]:after { content: " (" attr(title) ")"; }
</pre>
<p>
I also wrote a letter to Derek Featherstone, author of the article and co-founder of WATS. I&#8217;m hoping to get some feedback on the technique I&#8217;m planning on using. If you can offer some advice and feedback, then please let me know as well!
</p>
<blockquote title="My letter to WATS.ca: Comments on Hidden Information article on WATS.ca: does CSS3 offer a solution?">
<p>Dear Mr. Derek Featherstone,</p>
<p>
I am a freelance web developer based in the New York City area. I have recently become aware of the depressingly dismal state of accessibility on the web at large today. I have thus started an intense self-education campaign in my free time to learn all that I can about accessibility and usability online in an effort to increase the quality of my work.
</p>
<p>
After reading your article on Hidden information (found at <a href="http://www.wats.ca/articles/hiddeninformation/63">http://www.wats.ca/articles/hiddeninformation/63</a> on the WATS web site), I took a quick glance at some of my existing designs and found what I believe to be a relatively painless solution. Unfortunately, it relies upon <acronym title="Cascading Style Sheets">CSS</acronym> level 2 selectors and the <acronym title="Cascading Style Sheets">CSS</acronym> level 3 pseudo-class <code>:after</code> (or, <code>:before</code>).
</p>
<p>
I was hoping to get some feedback as to how effective you think this technique may be overall. Here&#8217;s the <acronym title="Cascading Style Sheets">CSS</acronym> code:
</p>
<pre>
[title]:after { content: &quot; (&quot; attr(title) &quot;)&quot;; }
</pre>
<p>
As you know, this takes any element with a title attribute and writes that title attribute in parenthesis after the element. It can be easily controlled via the stylesheets, restricted to certain elements, and styled based on the element containing it.  For instance, <code>blockquote</code>s with <code>title</code> attributes can be styled differently from links with title attributes due to the nature of the information contained in the different elements. For that matter, <code>acronym</code>s with title attributes can be styled differently, too.
</p>
<p>
Furthermore, placing this in an alternative stylesheet that is linked to only when users specify their preference for &quot;display all hidden content&quot; as suggested in your article is not a difficult task either. Furthermore, browsers with built-in stylesheet switchers will then see this and if named appropriately, for instance, &quot;Green with Hidden Content Visible,&quot; this provides yet another control for users.
</p>
<p>
Naturally, Internet Explorer will be left behind because it doesn&#8217;t support this <acronym title="Cascading Style Sheets">CSS</acronym>, but that is <acronym title="Internet Explorer">IE</acronym>&#8216;s deficiency.
</p>
<p>
The reasoning behind this approach is this: I love technology. I think its main drawback is that not everyone knows how to use it most effectively. Low-tech solutions are only necessary because high-tech ones don&#8217;t exist. That said, I want to use <strong>all</strong> the available tools at my disposal to create the most accessible, usable, and richest site I can. Thus, I am unwilling not to use the technology that I can (title attributes in this case) and I am similarly unwilling to duplicate my efforts in an attempt to cater to what I perceive as vendors&#8217; limitations. In short, I want my title attributes but I also want my page to be as rich as possible and I want to do it all without changing the markup one bit.
</p>
<p>
The aforementioned <acronym title="Cascading Style Sheets">CSS</acronym> provides such a method without needing to touch the underlying <acronym title="eXtensible HyperText Markup Language; HTML reformulated as XML">XHTML</acronym> document structure. The title attributes are still accessible to some current devices without visual <acronym title="Cascading Style Sheets">CSS</acronym> support, such as screen readers, because they are technically still in the code&#8230;right?
</p>
<p>
Here is where I need your more extensive experience to help me judge the true effectiveness of this technique.
</p>
<p>
Thanks in advance for any reply, and thanks also for continuing your work and writings on the topic of accessibility.
</p>
<p>
As an aside, does WATS.ca offer an <acronym title="Really Simple Syndication">RSS</acronym> or Atom news feed? I&#8217;d be eager to subscribe if it did.
</p>
<p>Thanks again!<br />
Sincerely,<br />
&mdash;Meitar Moscovitz
</p>
</blockquote>
<p>So what do you think? Is this <acronym title="Cascading Style Sheets">CSS</acronym> example a workable solution?</p>
]]></content:encoded>
			<wfw:commentRss>http://maymay.net/blog/2004/07/26/accessibility-the-ultimate-programming-holy-grail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

