<?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>Joe Dolson Accessible Web Design &#187; Reviews</title>
	<atom:link href="http://www.joedolson.com/articles/category/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joedolson.com/articles</link>
	<description>Tips and Commentary on Web Accessibility, Usability, and Search Marketing best practices.</description>
	<lastBuildDate>Thu, 02 Feb 2012 18:13:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Book Review: WordPress 3 Plugin Development Essentials</title>
		<link>http://www.joedolson.com/articles/2011/07/book-review-wordpress-3-plugin-development-essentials/</link>
		<comments>http://www.joedolson.com/articles/2011/07/book-review-wordpress-3-plugin-development-essentials/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 21:02:14 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=1127</guid>
		<description><![CDATA[WordPress 3 Plugin Development Essentials by Brian Bondari and Everett&#160;Griffiths Read more about this book at Packt Publishing &#187; or Buy it at Amazon At root, this book is an excellent overview of the techniques and issues which will be encountered by any developer&#8201;&#8212;&#8201;however experienced&#8201;&#8212;&#8201;when they are authorizing a plug-in using the WordPress plug-in API [...]<p><strong><a href="http://www.joedolson.com/articles/2011/07/book-review-wordpress-3-plugin-development-essentials/">Book Review: WordPress 3 Plugin Development Essentials</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<h3><a href="http://www.amazon.com/gp/product/184951352X/ref=as_li_ss_tl?ie=UTF8&#038;tag=joedolsonacce-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=184951352X">WordPress 3 Plugin Development Essentials</a><img src="http://www.assoc-amazon.com/e/ir?t=&#038;l=as2&#038;o=1&#038;a=184951352X&#038;camp=217145&#038;creative=399373" width="1" height="1" alt="" /></h3>
<p>by Brian Bondari and Everett&nbsp;Griffiths</p>
<p><img src="http://ecx.images-amazon.com/images/I/51WPwzcqncL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg" alt="" class="alignright" /></p>
<p><a href="http://link.packtpub.com/Wwr2I7">Read more about this book at Packt Publishing</a> &raquo; or <a href="http://www.amazon.com/gp/product/184951352X/ref=as_li_ss_tl?ie=UTF8&#038;tag=joedolsonacce-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=184951352X">Buy it at Amazon</a><img src="http://www.assoc-amazon.com/e/ir?t=joedolsonacce-20&#038;l=as2&#038;o=1&#038;a=184951352X" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
<p>At root, this book is an excellent overview of the techniques and issues which will be encountered by any developer&thinsp;&#8212;&thinsp;however experienced&thinsp;&#8212;&thinsp;when they are authorizing a plug-in using the WordPress plug-in <abbr title="Application Programming Interface">API</abbr> in WordPress 3. In particular, I appreciated the emphasis on organization and coding best practices. I&#8217;ve worked with plenty of plug-ins, and there&#8217;s a lot of ugly, unmaintainable code out there. (And I&#8217;ve written some of it, too!) The fact that anybody looking to develop a plug-in who uses this book as a major reference will also get a guide to some best practices in writing software is a <strong>definite</strong>&nbsp;bonus. </p>
<p>The authors are very realistic about the limitations and benefits of the WordPress plug-in system. They observe that WordPress has a great deal of flexibility when it comes to coding style and organization&thinsp;&#8212;&thinsp;and the result is that there&#8217;s a low resistance to entry. Great for beginners, but it does mean that trusting the code you find is something you shouldn&#8217;t do blindly. Clearly the authors want to emphasize that anybody looking to begin developing plug-ins should give some significant thought to the sustainability and quality of their work. Kudos to&nbsp;them!</p>
<p>The book doesn&#8217;t cover an enormous number of different <abbr title="Application Programming Interface">API</abbr> functions, but it does give a good overview of the key hooks that are needed to get started programming for WordPress. Given the scope of what can be done in WordPress, it&#8217;s really a better solution to solidly introduce some of the core techniques rather than try and cram a huge number of concepts down the throats of their&nbsp;readers. </p>
<p>I found the systematic approach taken by the book to be extremely effective&thinsp;&#8212;&thinsp;I appreciated that the book intentionally had the reader introduce common errors into their plug-ins. Having encountered most of those issues by accident somewhere along the line, it&#8217;s tremendously valuable to already have been made aware of some key&nbsp;elements. </p>
<p>I do think that this is a good book, and very worthwhile for the beginning plug-in developer. There are a few additional areas which I would have liked to have seen covered,&nbsp;however. </p>
<p>Although the book is very thorough in addressing programming best practices, it doesn&#8217;t address the quality of output code at all. Valid <abbr title="HyperText Markup Language">HTML</abbr>, consistent use of elements, semantics, and accessibility are all issues which deserve a significant mention in the programming of a WordPress extension&thinsp;&#8212;&thinsp;however easily the plug-in can be maintained, if it doesn&#8217;t produce high-quality output, this can be a major disadvantage for the plug-in. It is very dissatisfying to install a plug-in which does exactly what you need it to, but produces output which can&#8217;t easily be styled or doesn&#8217;t meet the standards required for your web&nbsp;site. </p>
<p>Nonetheless, there are no other issues which I felt were truly missed&thinsp;&#8212;&thinsp;the book is well-written, thorough, and methodical. I can highly recommend it to anybody looking to start authoring WordPress&nbsp;plug-ins. </p>
<p><em>Note: although this review was not paid, I was provided with a free review copy by Packt publishing in exchange for the review. It was definitely a worthwhile&nbsp;trade!</em></p>
<p><strong><a href="http://www.joedolson.com/articles/2011/07/book-review-wordpress-3-plugin-development-essentials/">Book Review: WordPress 3 Plugin Development Essentials</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2011/07/book-review-wordpress-3-plugin-development-essentials/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New Accessibility Review at Practical eCommerce</title>
		<link>http://www.joedolson.com/articles/2009/10/new-accessibility-review-at-practical-ecommerce/</link>
		<comments>http://www.joedolson.com/articles/2009/10/new-accessibility-review-at-practical-ecommerce/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 03:33:21 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[a11y]]></category>
		<category><![CDATA[ecommerce]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=612</guid>
		<description><![CDATA[The second in my monthly column of Practical eCommerce accessibility reviews is available today! This review follows a different pattern than the previous, setting up a persona-based walkthrough of the reviewed&#160;site. Read my review of of Pets Contained at Practical&#160;eCommerce. It&#8217;s always interesting to see what I&#8217;ve written after the editors have had their way [...]<p><strong><a href="http://www.joedolson.com/articles/2009/10/new-accessibility-review-at-practical-ecommerce/">New Accessibility Review at Practical eCommerce</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>The second in my monthly column of Practical eCommerce accessibility reviews is available today! This review follows a different pattern than the previous, setting up a persona-based walkthrough of the reviewed&nbsp;site. </p>
<p><a href="http://www.practicalecommerce.com/articles/1305-Accessibility-Review-PetsContained-com">Read my review of of Pets Contained at Practical&nbsp;eCommerce</a>.</p>
<p>It&#8217;s always interesting to see what I&#8217;ve written after the editors have had their way with it&#8230; <img src='http://www.joedolson.com/articles/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
<p><strong><a href="http://www.joedolson.com/articles/2009/10/new-accessibility-review-at-practical-ecommerce/">New Accessibility Review at Practical eCommerce</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2009/10/new-accessibility-review-at-practical-ecommerce/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Review: WordPress Plugin Development: Beginner&#8217;s Guide, by Vladimir Prelovac</title>
		<link>http://www.joedolson.com/articles/2009/09/review-wordpress-plugin-development-beginners-guide-by-vladimir-prelovac/</link>
		<comments>http://www.joedolson.com/articles/2009/09/review-wordpress-plugin-development-beginners-guide-by-vladimir-prelovac/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 15:49:36 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=605</guid>
		<description><![CDATA[So, a few weeks ago this handy book showed up on my doorstep: WordPress Plugin Development (Beginner&#8217;s Guide), by Vladimir Prelovac (author of the WP Wall, Theme Test Drive, and Smart YouTube WordPress plugins, among many others). Vladimir being a highly active WordPress plugin developer, it&#8217;s unsurprising that the basic premise behind the book is [...]<p><strong><a href="http://www.joedolson.com/articles/2009/09/review-wordpress-plugin-development-beginners-guide-by-vladimir-prelovac/">Review: WordPress Plugin Development: Beginner&#8217;s Guide, by Vladimir Prelovac</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>So, a few weeks ago this handy book showed up on my doorstep: <a href="http://www.amazon.com/gp/product/1847193595?ie=UTF8&#038;tag=joedolsonacce-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1847193595">WordPress Plugin Development (Beginner&#8217;s Guide)</a><img src="http://www.assoc-amazon.com/e/ir?t=joedolsonacce-20&#038;l=as2&#038;o=1&#038;a=1847193595" width="1" height="1" alt="" />, by Vladimir Prelovac (author of the <a href="http://www.prelovac.com/vladimir/wordpress-plugins/wp-wall">WP Wall</a>, <a href="http://www.prelovac.com/vladimir/wordpress-plugins/theme-test-drive">Theme Test Drive</a>, and <a href="http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube">Smart YouTube</a> WordPress plugins, among many others). Vladimir being a highly active WordPress plugin developer, it&#8217;s unsurprising that the basic premise behind the book is to <em>learn by doing</em>. Essentially, the book takes you on a step-by-step walkthrough of several of Vladimir&#8217;s WordPress plugins, constructing each aspect of the plugins separately and explaining the&nbsp;process. </p>
<p>Not a bad way to get a handle on WordPress plugin authoring. There may be a better way to approach the subject, but I can&#8217;t honestly say that I know what it might&nbsp;be. </p>
<p>The fact is, WordPress plugins are incredibly powerful and cover an enormous breadth of possibilities. As the guide indicates, the WordPress plugin <abbr title="Application Programming Interface">API</abbr> is essentially a WordPress-specific method of accessing the entirety of the <abbr title="Hypertext PreProcessing">PHP</abbr> programming language. If you can do something with <abbr title="Hypertext PreProcessing">PHP</abbr>, you can probably do it in a WordPress&nbsp;plugin. </p>
<p>The book has a basic assumption that you&#8217;re already fairly sophisticated in your use of <abbr title="Hypertext PreProcessing">PHP</abbr> programming. Rather than hold your hands through <abbr title="Hypertext PreProcessing">PHP</abbr> logic, the important information provided in this book is about how to make use of the WordPress specific functions which will allow your script to tie to WordPress&thinsp;&#8212;&thinsp;and the key information that plugin authors need to be responsible for the security of their own&nbsp;scripts. </p>
<p>This is an <em>extremely important</em> piece of information, and can&#8217;t be emphasized enough. Probably the biggest flaw in this book is that plugin security isn&#8217;t highlighted sufficiently. It&#8217;s not that the book doesn&#8217;t state clearly that plugin authors need to take care of security, but it doesn&#8217;t do it on every single page in six-inch bold&nbsp;type&#8230;.</p>
<p>But I&nbsp;digress.</p>
<p>On the whole, you can learn a lot from this book, whether you&#8217;re a beginner at WordPress plugin authoring or not. The breadth of WordPress plugin capabilities means that most experienced authors don&#8217;t know everything, so there&#8217;s almost certainly something here for you&thinsp;&#8212;&thinsp;but it starts simple, and within the first 30 pages you&#8217;ll already have a usable, practical plugin&nbsp;written. </p>
<p><strong><a href="http://www.joedolson.com/articles/2009/09/review-wordpress-plugin-development-beginners-guide-by-vladimir-prelovac/">Review: WordPress Plugin Development: Beginner&#8217;s Guide, by Vladimir Prelovac</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2009/09/review-wordpress-plugin-development-beginners-guide-by-vladimir-prelovac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessibility Review at Practical eCommerce</title>
		<link>http://www.joedolson.com/articles/2009/09/accessibility-review-at-practical-ecommerce/</link>
		<comments>http://www.joedolson.com/articles/2009/09/accessibility-review-at-practical-ecommerce/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 20:44:05 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[a11y]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=594</guid>
		<description><![CDATA[Launching today, I&#8217;m beginning a new series at Practical eCommerce. This is a series of practical accessibility reviews&#8201;&#8212;&#8201;web sites can submit themselves to be reviewed, and I&#8217;ll take some time to review the site and write up my comments in an article&#160;format. The goal of this article isn&#8217;t to tear down the hard work web [...]<p><strong><a href="http://www.joedolson.com/articles/2009/09/accessibility-review-at-practical-ecommerce/">Accessibility Review at Practical eCommerce</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>Launching today, I&#8217;m beginning a new series at Practical eCommerce. This is a series of practical accessibility reviews&thinsp;&#8212;&thinsp;web sites can submit themselves to be reviewed, and I&#8217;ll take some time to review the site and write up my comments in an article&nbsp;format. </p>
<p>The goal of this article isn&#8217;t to tear down the hard work web site owners have done, so I&#8217;m not as harsh as I might be in another context&thinsp;&#8212;&thinsp;it&#8217;s also not a paid consulting review, so I&#8217;m not as thorough as I could&nbsp;be. </p>
<p>The purpose of these reviews is to provide an overview of some accessibility problems on every site reviewed; it&#8217;s superficial, but it will hopefully help make ecommerce web site owners more conscious of the issues they face with users with&nbsp;disabilities. </p>
<p>The first review is available today: <a href="http://www.practicalecommerce.com/articles/1267-Accessibility-Review-LorisWigsite-com">Accessibility Review: Lori&#8217;s&nbsp;Wigsite</a>.</p>
<p>I know perfectly well that this review, and the ones to come, will be leaving issues out. This is unavoidable. However, I&#8217;m interested in comments concerning these missing issues&thinsp;&#8212;&thinsp;if you are passionately concerned about elements left out, covered too superficially, or dismissed too quickly, let me know about it! I can&#8217;t cover everything, but I do want to know your thoughts.
<p><strong><a href="http://www.joedolson.com/articles/2009/09/accessibility-review-at-practical-ecommerce/">Accessibility Review at Practical eCommerce</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2009/09/accessibility-review-at-practical-ecommerce/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Review of &#8220;Mobile Web Development&#8221;</title>
		<link>http://www.joedolson.com/articles/2008/04/review-of-mobile-web-development/</link>
		<comments>http://www.joedolson.com/articles/2008/04/review-of-mobile-web-development/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 22:31:20 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mobile design]]></category>
		<category><![CDATA[Mobile web]]></category>
		<category><![CDATA[wcss]]></category>
		<category><![CDATA[xhtml-mp]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=239</guid>
		<description><![CDATA[This new book from Packt Publishing &#38; Nirav Mehta is a quick and effective introduction to developing websites specifically targeted at mobile device users. I say &#8220;users&#8221; for a reason&#8201;&#8212;&#8201;one of the strongest advantages to the book is a strong focus on considering your user and their needs as a key element of mobile web&#160;development. [...]<p><strong><a href="http://www.joedolson.com/articles/2008/04/review-of-mobile-web-development/">Review of &#8220;Mobile Web Development&#8221;</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/exec/obidos/ASIN/1847193439/joedolsonacce-20"><img src="/images/mobile-web-development.jpg" alt="Mobile Web Development, by Nirav Mehta" class="floatleft" /></a>This new book from <a href="http://www.packtpub.com/">Packt Publishing</a> <span class="amp">&amp;</span> <a href="http://www.mehtanirav.com/">Nirav Mehta</a> is a quick and effective introduction to developing websites specifically targeted at mobile device users. I say &#8220;users&#8221; for a reason&thinsp;&#8212;&thinsp;one of the strongest advantages to the book is a strong focus on considering your user and their needs as a key element of mobile web&nbsp;development.</p>
<p>My overall reaction to this book was positive. It covers a wide variety of key issues for mobile web programming in an easily understood manner. The book is targeted primarily at developers who already have some experience at web development and design, so it doesn&#8217;t delve into any serious detail when it comes to server-side programming or <abbr title="HyperText Markup Language">HTML</abbr> coding, but instead makes a point of emphasizing places where the mobile web is different from internet interaction on a desktop&nbsp;device.</p>
<p>Mehta goes out of his way on many occasions to emphasize the serious importance of considering who (and what!) will be using your mobile web&nbsp;application. </p>
<blockquote><p>
<span class="dquo">&#8220;</span>Any website accessed from a mobile device is mobile web&thinsp;&#8212;&thinsp;whether it&#8217;s been tailored to work on a mobile or not!&#8221; <cite><a href="http://www.amazon.com/exec/obidos/ASIN/1847193439/joedolsonacce-20">Mobile Web Development</a>, Nirav Mehta, page&nbsp;10</cite>
</p></blockquote>
<p>The book covers a wide range of issues&thinsp;&#8212;&thinsp;from developing for mobile devices using a &#8220;lowest common denominator&#8221; plan to implementing highly dynamic mobile applications which adapt automatically to the device currently in use. The text is easy to understand and follows a logical progression, starting with the mobile web development practices which are most similar to the development of standard web applications before moving into the areas which are very specifically targeted towards mobile&nbsp;devices.</p>
<p>This isn&#8217;t to say that the book doesn&#8217;t have a few flaws. I identified three areas where I really would have liked to seen better&nbsp;work.</p>
<h3>Editing</h3>
<p>In general, the copy editing on this text was pretty poor. The editing improved as I got further into the book (or I became more oblivious to it), but the introductory chapters had a lot of problems. There weren&#8217;t a lot of typos&thinsp;&#8212;&thinsp;but the grammar was noticeably lacking. The book is rife with sentences like&nbsp;this:</p>
<blockquote><p>
<span class="dquo">&#8220;</span>We will need a recharge of patience if we wanted to watch a movie preview on low speed mobile&nbsp;networks.&#8221;
</p></blockquote>
<p>I&#8217;m not a member of the <a href="http://www.grammarpolice.org/">grammar police</a>, but I&#8217;m certainly sympathetic. Professionally published books simply shouldn&#8217;t contain the kinds of errors found in this&nbsp;book.</p>
<h3>Code&nbsp;Examples</h3>
<p>The author talks about following web standards as a critical element of mobile web development. That&#8217;s great. It is, however, a serious pet peeve of mine to see code examples which don&#8217;t reflect the text of the book. The very first code example in the book is&nbsp;this:</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">link</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000066;">media</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;handheld&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;mobile.css&quot;</span>&gt;</span></pre></div></div>

<p>The text preceding it states &#8220;Here&#8217;s how you can add an alternative stylesheet link in your <abbr title="eXtensible HyperText Markup Language - HTML reformulated as XML">XHTML</abbr> page.&#8221; <em>I see a problem here</em>. Yes, the author does explain at a later point in the book that all <abbr title="eXtensible HyperText Markup Language - HTML reformulated as XML">XHTML</abbr> elements must be closed: but it&#8217;s a simple fact of life that most people referencing this book will be far more likely to simply reference the code as is. This is simply a mistake; but it&#8217;s not one that should have made it through a review of the&nbsp;book. </p>
<p>I&#8217;ll admit that I haven&#8217;t gone through and checked the validation of every code example. Most of them seemed solid and accurate. There are definitely examples which wouldn&#8217;t be valid under the <abbr title="eXtensible HyperText Markup Language - HTML reformulated as XML">XHTML</abbr> DocType, but I&#8217;m not adept enough with <abbr title="eXtensible HyperText Markup Language - HTML reformulated as XML">XHTML</abbr>-MP to know off-hand if the same is true within the mobile profile&nbsp;DocType. </p>
<h3>Appendices</h3>
<p>Simply put, there aren&#8217;t any. There were numerous points in the book where I thought to myself that an appendix would be great. A list of resources cited by topic, a section summarizing the syntax of <abbr title="voice extensible markup language"><abbr title="Voice eXtensible Markup Language">VXML</abbr></abbr>, tables showing the differences between <abbr title="eXtensible HyperText Markup Language - HTML reformulated as XML">XHTML</abbr> and <abbr title="eXtensible HyperText Markup Language - HTML reformulated as XML">XHTML</abbr>-MP or between <abbr title="Cascading Style Sheets">CSS</abbr> and WCSS. These kinds of resources would have been tremendous benefits to the overall reference value of the&nbsp;text. </p>
<h3>Overall</h3>
<p>This is a worthwhile book. Even though I wouldn&#8217;t recommend trusting the code examples, the truth is that you should never simply take code examples as written&thinsp;&#8212;&thinsp;you learn best by taking an example and re-purposing it for your own needs. <a href="http://www.amazon.com/exec/obidos/ASIN/1847193439/joedolsonacce-20">Mobile Web Development</a> will introduce you to the key issues for mobile web programming and design in a manner which can give you a quick start on mobile web application&nbsp;development.</p>
<p><strong><a href="http://www.joedolson.com/articles/2008/04/review-of-mobile-web-development/">Review of &#8220;Mobile Web Development&#8221;</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2008/04/review-of-mobile-web-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Search Marketing Standard: Print News for Online Marketing</title>
		<link>http://www.joedolson.com/articles/2007/06/search-marketing-standard-print-news-for-online-marketing/</link>
		<comments>http://www.joedolson.com/articles/2007/06/search-marketing-standard-print-news-for-online-marketing/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 15:23:33 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/06/search-marketing-standard-print-news-for-online-marketing/</guid>
		<description><![CDATA[Well, I&#8217;ve finally managed to read the entirety of the Summer issue of Search Marketing Standard&#8201;&#8212;&#8201;and I must say that I found it to be a pleasant read. The articles were well-written and interesting, which certainly makes for an overall high-quality&#160;experience. If I had to say there was anything missing for me, it would be [...]<p><strong><a href="http://www.joedolson.com/articles/2007/06/search-marketing-standard-print-news-for-online-marketing/">Search Marketing Standard: Print News for Online Marketing</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve finally managed to read the entirety of the Summer issue of <a href="http://www.searchmarketingstandard.com/">Search Marketing Standard</a>&thinsp;&#8212;&thinsp;and I must say that I found it to be a pleasant read.  The articles were well-written and interesting, which certainly makes for an overall high-quality&nbsp;experience.</p>
<p>If I had to say there was anything missing for me, it would be that I felt the material didn&#8217;t necessarily challenge me much. The articles didn&#8217;t make me confront new ideas about how search marketing could work, or challenge my notions of the world of search.  Granted, I&#8217;m pretty well plugged-in to the industry:  The fact that I&#8217;ve read <em>moderately extensively</em> in the search marketing field MIGHT just have an impact&#8230;. I&#8217;m not viewing the subject from the perspective of the intermediate marketing manager or business-owner who really needs the information, after all.<br />
<span id="more-157"></span><br />
Disregarding the level of the information, the articles were uniformly well-written, informative, and interesting. My universe wasn&#8217;t shattered by the news, but there were tidbits scattered through out which were valuable reminders or interesting perspectives on the issues. It was filled with good&nbsp;stuff.</p>
<p>The fact is that there&#8217;s little value in targeting a print magazine towards advanced marketers: it&#8217;s FAR too small of a community for that to be successful. For a conference (like SMX Advanced), there&#8217;s a market: but for a magazine, not really. I think the magazine does an admirable job of addressing the appropriate&nbsp;market. </p>
<p>I did have one minor complaint about the magazine layout: I didn&#8217;t like the way the &#8220;Industry Analysis&#8221; section was laid out. It&#8217;s not that it was offensive or ugly&#8230;but the three-column continuous layout made it feel kind of like a run-on sentence. I would have liked to have seen more variance to the layout through those four short articles. This could have given each individual author a little more presence and perhaps allowed advertising to be spread out through the section rather than clumped together with two bottom half-page ads in a row. (I should say, clumped together with two <em>easily ignored</em> half-page ads in a row.) Repetition makes it much easier to know where not to&nbsp;look.</p>
<p>But, as I said, only a minor&nbsp;complaint.</p>
<p>The theme of the issue was great&thinsp;&#8211;&thinsp;SEM Training and Certification is definitely one of those areas that could stand some better&nbsp;publicity.</p>
<p>I&#8217;m looking forward to the next&nbsp;issue!</p>
<p>For full disclosure, I should mention that my subscription to Search Marketing Standard was delivered compliments of the publisher, and came with a bar of <a href="http://www.chocolatesantander.com/english/retailBars_70Cacao.html">Santander Chocolate</a>. So, I wasn&#8217;t <em>paid</em> to do this review&#8230;but I was definitely <em>bribed</em>. <img src='http://www.joedolson.com/articles/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p><strong><a href="http://www.joedolson.com/articles/2007/06/search-marketing-standard-print-news-for-online-marketing/">Search Marketing Standard: Print News for Online Marketing</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2007/06/search-marketing-standard-print-news-for-online-marketing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Jim Byrne&#8217;s &#8220;60 Hot to Touch Accessible Web Design Tips&#8221;</title>
		<link>http://www.joedolson.com/articles/2006/08/jim-byrnes-60-hot-to-touch-accessible-web-design-tips/</link>
		<comments>http://www.joedolson.com/articles/2006/08/jim-byrnes-60-hot-to-touch-accessible-web-design-tips/#comments</comments>
		<pubDate>Fri, 25 Aug 2006 02:20:38 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/2006/08/jim-byrnes-60-hot-to-touch-accessible-web-design-tips/</guid>
		<description><![CDATA[Jim Byrne, the founder of the Guild of Accessible Web Designers, has recently published a collection of practical tips to help in constructing accessible web sites. If you&#8217;re confused or overwhelmed by the complexity of technical discussions on accessibility, this may be a great way into learning the basics of web&#160;accessibility. Jim&#8217;s tips, rather than [...]<p><strong><a href="http://www.joedolson.com/articles/2006/08/jim-byrnes-60-hot-to-touch-accessible-web-design-tips/">Jim Byrne&#8217;s &#8220;60 Hot to Touch Accessible Web Design Tips&#8221;</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://jimbyrne.co.uk/">Jim Byrne</a>, the founder of the <a href="http://www.gawds.org">Guild of Accessible Web Designers</a>, has recently published a collection of practical tips to help in constructing accessible web sites. If you&#8217;re confused or overwhelmed by the complexity of technical discussions on accessibility, this may be a great way into learning the basics of web&nbsp;accessibility.
</p>
<p>
Jim&#8217;s tips, rather than focusing on the esoteric details of dealing with multiple populations, provides simple ideas with explanations why these issues are important for&nbsp;accessibility.
</p>
<p>
You can <a href="http://www.lulu.com/content/303748">buy it now</a> at Lulu.com for only $13.34 (<abbr title="Portable Document Format">PDF</abbr>) or for 19.95 in&nbsp;print.
</p>
<p>
The book is a successor to his earlier &#8220;50 Hot to Touch Accessible Web Design Tips&#8221;&thinsp;&#8211;&thinsp;there are a number of significant changes, so it&#8217;s worth considering the new version if you&#8217;ve already purchased the original. Accessibility is a constantly changing field, so keeping up with the changes through cheap <abbr title="Portable Document Format">PDF</abbr> downloads has it&#8217;s&nbsp;advantages!
</p>
<p>
If you&#8217;re already an experienced practitioner of web accessibility, this book can still serve a purpose for you: think of it as a checklist.  Many of the tips Jim makes are fundamental guidelines to keep in mind when focusing on accessibility: and some of them are easy to overlook when wrapped up in the design&nbsp;process.
</p>
<p>
This isn&#8217;t to say that the book isn&#8217;t without warts.  I have to admit that, although the book provides a great background to accessibility it&#8217;s truly not very thorough.  It skims over issues, it doesn&#8217;t explain anything in any great detail.  If you want a quick checklist of things you should consider, it&#8217;s great.  If you want to know <em>why</em>&thinsp;&#8211;&thinsp;you&#8217;ll need to pick a different resource. There&#8217;s room to disagree with some of the tips expressed here&thinsp;&#8211;&thinsp;but you&#8217;ll need further reading in order to start getting into these deeper accessibility&nbsp;conversations.
</p>
<p><strong><a href="http://www.joedolson.com/articles/2006/08/jim-byrnes-60-hot-to-touch-accessible-web-design-tips/">Jim Byrne&#8217;s &#8220;60 Hot to Touch Accessible Web Design Tips&#8221;</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2006/08/jim-byrnes-60-hot-to-touch-accessible-web-design-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>David Berlind on Web Accessibility</title>
		<link>http://www.joedolson.com/articles/2006/06/david-berlind-on-web-accessibility/</link>
		<comments>http://www.joedolson.com/articles/2006/06/david-berlind-on-web-accessibility/#comments</comments>
		<pubDate>Sun, 18 Jun 2006 08:57:05 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web standards]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/2006/06/david-berlind-on-web-accessibility/</guid>
		<description><![CDATA[I would like to think of David Berlind, the executive editor of ZDNet, as an advocate for web accessibility. He skims the edges of advocating accessibility; giving mouth service to the principles of accessibility and giving some indications that he considers web accessibility of some importance. But, fundamentally, he doesn&#8217;t get it and he doesn&#8217;t [...]<p><strong><a href="http://www.joedolson.com/articles/2006/06/david-berlind-on-web-accessibility/">David Berlind on Web Accessibility</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>
I would like to think of David Berlind, the executive editor of <a href="http://blogs.zdnet.com/bio.php">ZDNet</a>, as an advocate for web accessibility.  He skims the edges of advocating accessibility; giving mouth service to the principles of accessibility and giving some indications that he considers web accessibility of some importance.  But, fundamentally, he doesn&#8217;t get it and he doesn&#8217;t support&nbsp;it.
</p>
<p>
I referenced an <a href="http://blogs.zdnet.com/BTL/?p=3014">article of his in May</a>, on the subject of the <a href="http://www.joedolson.com/articles/2006/05/an-update-on-the-target-accessibility-lawsuit/"> lawsuit against Target Corporation</a>. I only mentioned the article briefly, but today I feel I need to cover it more&nbsp;thoroughly.
</p>
<p><span id="more-47"></span></p>
<p>
There are two main problems with this article, in my mind&thinsp;&#8211;&thinsp;the first is that it contains a highly misleading appraisal of web accessibility.  After reading through this article, somebody with little understanding of the <a href="http://www.joedolson.com/what-is-web-accessibility.php">basics of web accessibility</a> would be left with the impression that the biggest web accessibility problem is that the blind have trouble with <em>links</em> which don&#8217;t have <em>alt tags</em>.  Now, anybody with a little knowledge will immediately know that this is not only misleading, but flat out&nbsp;wrong.
</p>
<p>
What David literally says&nbsp;is:
</p>
<blockquote>
<p>
At a bare minimum, to make basic <abbr title="HyperText Markup Language">HTML</abbr>-driven sites more accessible to PWDs, authors of Web content need to program an alternative text tag into their hyperlinks. For example, if you mouse over the link to ComputerWorld above, you should see how I&#8217;ve programmed the alternative text tag to say &#8220;Story about disabilities lawsuit between NFB and Target.&#8221;  When Web authors do this, the text-to-voice screen reading software used by many PWDs puts those PWDs on a level-playing field with people whose sight isn&#8217;t impaired and who can intuit the purpose of the link based on what they see.  In other words, people with impaired vision need to hear what people without such impairments normally see.  By not religiously using the alternative text tag on all links, you&#8217;re basically leaving PWDs that rely on text-to-speech assistive technology in the&nbsp;dark.
</p>
</blockquote>
<p>
He&#8217;s confused the issue of the <em>alt</em> attribute with that of the <em>title</em> attribute, and confused the importance of logical linking with that of alternative image texts.<br />
David continues to mention that he&#8217;s made his article &quot;more accessible&quot; with the &quot;with the links [he&#8217;s] included&quot;, conflating the unnecessary and lengthy title tags he&#8217;s added to links with truly necessary alternate texts on&nbsp;images.
</p>
<p>
In addition, he judges that the web is not technologically equipped to make compliance with accessibility possible, because of the limitations fo web user agents and the difficulties with accessibility in modern technologies (such as AJAX). But he misses the point here&thinsp;&#8211;&thinsp;first of all, it is <strong>not impossible to make Web 2.0 applications accessible</strong>.  It merely requires that all programmers, not merely accessibility specialists, conform to certain guidelines which will enable these programs to&nbsp;function.
</p>
<p>
Unless society changes significantly, there will always be technologies available which are not &quot;accessible&quot;&thinsp;&#8211;&thinsp;does this mean we should therefore never require accessibility?  Does not being ready therefore exonerate our responsibilities?  I can&#8217;t accept that&thinsp;&#8211;&thinsp;instead, we should require accessibility and expect that technologies will not be accepted for mainstream use until an accessible use paradigm has been&nbsp;developed.
</p>
<p>
 Finally, David bluntly&nbsp;states:
</p>
<blockquote>
<p>
But I can&#8217;t advocate stretching the American Disabilities Act to cover Web sites.  Given the state of the state of technology (tools, Web 2.0), the Web, technologically speaking, simply isn&#8217;t equipped to make compliance with such a precedent law possible.  Shame on Target for not making its sites more accessible. Shame on me too when I haven&#8217;t done it (again, I will try&nbsp;harder).
</p>
</blockquote>
<p>
He gives lip service to web accessibility, waving his finger in an avuncular warning, but fails to offer support for principles which would remove significant discriminatory practices from the most critical new media of our age.  His&nbsp;justification?
</p>
<blockquote>
<p>
If Target wants to turn its back on an important customer segment, that&#8217;s Target&#8217;s problem (and business decision).  Not the&nbsp;court&#8217;s.
</p>
</blockquote>
<p>
It is, in David Berlind&#8217;s mind, merely a business decision to discriminate against your audience&thinsp;&#8211;&thinsp;after all&thinsp;&#8211;&thinsp;all the items sold in the store aren&#8217;t <em>marked with Braille</em>. Altogether, a very poorly-informed piece of writing from an otherwise authoritative publication and&nbsp;author.
</p>
<p>
David&#8217;s article has already received some scathing commentary from the accessibility community.<br />
<a href="http://www.zdnet.com/5208-10532-0.html?forumID=1&#038;threadID=20895&#038;messageID=414112"><br />
This comment</a> attached to his blog post outlines a number of the unfortunate errors made in the article, and <a href="http://blog.fawny.org/2006/06/12/berlind/">Joe Clark</a> has also responded with his own points of correction.  Both these responses are well worth reading, for a welcome correction to some clearly misunderstood&nbsp;points.
</p>
<p>
Readings on Accessible AJAX / Web&nbsp;2.0:
</p>
<ul>
<li><a href="http://juicystudio.com/article/making-ajax-work-with-screen-readers.php">Making Ajax Work With Screen Readers</a>&thinsp;&#8211;&thinsp;Juicy&nbsp;Studios</li>
<li><a href="http://joeclark.org/ice/">IceWeb notes on BaseCamp</a>&thinsp;&#8211;&thinsp;Joe Clark (thanks to&nbsp;Isofarro)</li>
<li><a href="http://www.sitepoint.com/article/ajax-screenreaders-work">AJAX and Screenreaders: When Can it Work?</a>&thinsp;&#8211;&thinsp;SitePoint, James&nbsp;Edwards</li>
</ul>
<p><strong><a href="http://www.joedolson.com/articles/2006/06/david-berlind-on-web-accessibility/">David Berlind on Web Accessibility</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2006/06/david-berlind-on-web-accessibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search and Go Information Portal</title>
		<link>http://www.joedolson.com/articles/2006/06/search-and-go-information-portal/</link>
		<comments>http://www.joedolson.com/articles/2006/06/search-and-go-information-portal/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 17:12:00 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=37</guid>
		<description><![CDATA[Looking over my site statistics the today I noticed a few referrals from a site called Search and Go. Having never heard of the site, I figured I&#8217;d check it out and see what was up. Well, turns out it&#8217;s a project which is still in beta development which intends to provide a comprehensive information [...]<p><strong><a href="http://www.joedolson.com/articles/2006/06/search-and-go-information-portal/">Search and Go Information Portal</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>
Looking over my site statistics the today I noticed a few referrals from a site called <a href="http://www.searchandgo.com/">Search and Go</a>.  Having never heard of the site, I figured I&#8217;d check it out and see what was up.  Well, turns out it&#8217;s a project which is still in beta development which intends to provide a comprehensive information portal including articles, news, a directory, and various other&nbsp;tools.
</p>
<p>
One of the key aspects for Search and Go (as one might conclude from the title) is that it&#8217;s intended to be fully accessible by mobile internet devices, and also has a featured directory section of sites tailored for mobile&nbsp;devices.
</p>
<p>
Looking at their code, I&#8217;m pretty happy&thinsp;&#8211;&thinsp;they are using very clean, semantically appropriate design.  Since it&#8217;s still in beta, and the front page is clearly labeled as a work in progress, I&#8217;m not going to go out of my way to criticize the site&#8217;s layout, although I&#8217;d suggest making their navigational skip links a little more transparent.  That is, possible to be made visible.  There&#8217;s a very interesting article on the subject of skip links by Gez Lemon and Mike Cherim available at <a href="http://accessites.org/gbcms_xml/news_page.php?id=13">Accessites.org</a> which is worth looking at on this&nbsp;subject.
</p>
<p>
As for my own site, I was thrilled to see it organized under the category Internet &gt; Web Accessibility &gt; Accessible Designers.  The sheer novelty of the <em>existence</em> of this category is worth noting, since many directory sites take so little effort to consider accessibility as to lack a category for it&nbsp;entirely.
</p>
<p>
Good luck, Search and&nbsp;Go!
</p>
<p><strong><a href="http://www.joedolson.com/articles/2006/06/search-and-go-information-portal/">Search and Go Information Portal</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2006/06/search-and-go-information-portal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Net-Guide Accessible Directory</title>
		<link>http://www.joedolson.com/articles/2006/05/net-guide-accessible-directory/</link>
		<comments>http://www.joedolson.com/articles/2006/05/net-guide-accessible-directory/#comments</comments>
		<pubDate>Tue, 30 May 2006 22:14:00 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=36</guid>
		<description><![CDATA[I just became aware today, through the Guild of Accessible Web Designers newsletter, of an internet directory featuring exclusively accessible web sites. This is a great way to make the accessible web more usable for individuals with disabilities&#8201;&#8211;&#8201;although it has its&#160;limitations. My first reaction, of course, is that in an ideal world, this would actually [...]<p><strong><a href="http://www.joedolson.com/articles/2006/05/net-guide-accessible-directory/">Net-Guide Accessible Directory</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>
I just became aware today, through the <a href="http://gawds.org">Guild of Accessible Web Designers</a> newsletter, of an <a href="http://www.net-guide.co.uk/">internet directory featuring exclusively accessible web sites</a>.  This is a great way to make the accessible web more usable for individuals with disabilities&thinsp;&#8211;&thinsp;although it has its&nbsp;<a href="#limitations">limitations</a>.
</p>
<p>
My first reaction, of course, is that in an ideal world, this would actually be equivalent to the <a href="http://dmoz.org">Open Directory Project</a>&thinsp;&#8211;&thinsp;because, of course, eventually all sites will be accessible!  But, of course, for now, this is a very meaningful directory purely because there is such a paucity of meaningfully accessible web&nbsp;sites.
</p>
<p>
The only thing which will make this directory truly useful, however, will be to really start filling it up with great sites.  I intend to submit my own accessible sites to the directory to maximize the potential of the&nbsp;site.
</p>
<p>
Directories are difficult beasts&thinsp;&#8211;&thinsp;they&#8217;re huge, unwieldy, and frequently just not used that much&thinsp;&#8211;&thinsp;search is much easier.  However, developing a means to specifically search for accessible sites has a target audience which can really benefit from the difference, so I hope that this directory can take&nbsp;off.
</p>
<h3><a></a>Limitations to the Net&nbsp;Guide</h3>
<p>
I said limitations, and I did mean it.  The directory itself has imperfect accessibility. The search results page itself failes to validate&thinsp;&#8211;&thinsp;a minor flaw, but it&#8217;s lacking a required attribute on a Javascript block.  In addition, there is no &lt;noscript&gt;&lt;/noscript&gt; tag set to provide information for users without Javascript support.  Is this Javascript critical to the functioning of the site? No.  In fact, it seems like it&#8217;s not even being used in the page&thinsp;&#8211;&thinsp;but regardless, for an accessible directory I&#8217;d have higher&nbsp;standards.
</p>
<p>
The design of the site is literally LITTERED with empty table cells.  This is, sad to say, a classic example of a highly complex and screen reader-unfriendly table-based&nbsp;layout.
</p>
<p>
Many links provide only a moderate background color change to indicate that they are active; no links have a useful indication for their :active or :focus states, which is necessary for keyboard navigators to easily locate their&nbsp;cursor.
</p>
<p>
All in all, the site has great potential; but has not yet realized that potential.  I can see that they have a good aim in mind, and I fully support that ideal&thinsp;&#8211;&thinsp;but I also hope that they are working hard to improve the usability and accessibility of their own site in order to set a positive&nbsp;example.
</p>
<p><strong><a href="http://www.joedolson.com/articles/2006/05/net-guide-accessible-directory/">Net-Guide Accessible Directory</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2011 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2006/05/net-guide-accessible-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

