<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Accessibility</title>
        <link>http://www.mostlylucid.net/category/4.aspx</link>
        <description>Accessibility</description>
        <language>en-US</language>
        <copyright>Scott Galloway</copyright>
        <generator>Subtext Version 2.1.0.5</generator>
        <item>
            <title>Cool little tip - change buttons to look like linkbuttons</title>
            <link>http://mostlylucid.net/archive/2005/03/22/cool-little-tip---change-buttons-to-look-like-linkbuttons.aspx</link>
            <description>&lt;p&gt;From the ‘don’t comprimise design for accessibility’ stable comes this little tip – how to make a submit button look like a link button:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "&lt;a href="http://www.w3.org/tr/xhtml11/dtd/xhtml11.dtd"&gt;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&lt;/a&gt;"&amp;gt;&lt;br /&gt;&amp;lt;!-- dean.edwards/2004 --&amp;gt;&lt;br /&gt;&amp;lt;!-- keeping code tidy! --&amp;gt;&lt;br /&gt;&amp;lt;html xmlns="&lt;a href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;" xml:lang="en" lang="en"&amp;gt;&lt;br /&gt;    &amp;lt;head&amp;gt;&lt;br /&gt;        &amp;lt;!-- compliance patch for microsoft browsers --&amp;gt;&lt;br /&gt;        &amp;lt;!--[if lt IE 7]&amp;gt;&lt;br /&gt;&amp;lt;script src="ie7-standard.js" type="text/javascript"&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;![endif]--&amp;gt;&lt;br /&gt;        &amp;lt;style type="text/css"&amp;gt;&lt;br /&gt; input[type="submit"] { border: 0px inset;&lt;br /&gt; background-color: transparent;&lt;br /&gt; color: blue;&lt;br /&gt;text-decoration: none;&lt;br /&gt; cursor: pointer; }&lt;br /&gt; input[type="submit"]:hover { &lt;br /&gt; color: red;}&lt;br /&gt;        &amp;lt;/style&amp;gt;&lt;br /&gt;    &amp;lt;/head&amp;gt;&lt;br /&gt;    &amp;lt;body&amp;gt;&lt;br /&gt;        &amp;lt;form ID="Form1"&amp;gt;&lt;br /&gt;            &amp;lt;input type="submit" value="My Link Button" ID="Submit1" NAME="Submit1" /&amp;gt;&lt;br /&gt;        &amp;lt;/form&amp;gt;&lt;br /&gt;    &amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;OK, not that simple, this also uses the excellent &lt;a href="http://dean.edwards.name/IE7/"&gt;IE7 &lt;/a&gt;stuff from &lt;a href="http://dean.edwards.name/"&gt;Dean Edwards&lt;/a&gt; to enable IE 6 to support CSS properly…for stuff like :hover and CSS selectors (input[type="submit"]).&lt;/p&gt;
&lt;p&gt;Reason for this? LinkButtons use Javascript and are not usable from Text Readers…&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1030.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2005/03/22/cool-little-tip---change-buttons-to-look-like-linkbuttons.aspx</guid>
            <pubDate>Wed, 23 Mar 2005 01:18:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2005/03/22/cool-little-tip---change-buttons-to-look-like-linkbuttons.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1030.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Fantastic popup windows technique</title>
            <link>http://mostlylucid.net/archive/2004/08/27/fantastic-popup-windows-technique.aspx</link>
            <description>Just been reading on &lt;a href="http://www.mattberther.com/"&gt;Matt Bethers blog&lt;/a&gt; on a technique by &lt;!--StartFragment --&gt; &lt;a class="sitetitle" title="Forsíða mar.anomy.net" accesskey="1" href="http://mar.anomy.net/"&gt;Már Örlygsson&lt;/a&gt; on a &lt;a href="http://mar.anomy.net/entry/2004/02/09/12.17.47/"&gt;great way of doing popups&lt;/a&gt; (disclaimer: I know, popups are evil...fall of civilization...STDs etc....), which if you *really* have to use them is just the best way I've seen - especially as it would *seem* to be more accessible than other methods. Oh, and there's some great &lt;a href="http://mar.anomy.net/entry/2004/02/09/12.17.47/"&gt;comments on that post&lt;/a&gt; which cover all sorts of other issues.&lt;img src="http://mostlylucid.net/aggbug/920.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2004/08/27/fantastic-popup-windows-technique.aspx</guid>
            <pubDate>Fri, 27 Aug 2004 17:05:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2004/08/27/fantastic-popup-windows-technique.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/920.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Serious thought - on XHTML and CSS</title>
            <link>http://mostlylucid.net/archive/2004/08/19/serious-thought---on-xhtml-and-css.aspx</link>
            <description>&lt;p&gt;During this current break I've been doing my usual 'read shed-loads' routine, read the entire &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/185723720X/mostlylucid-21"&gt;Ender series by Orson Scott Card&lt;/a&gt; (well, the last 4 books), &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0735619670/mostlylucid-21"&gt;Code Complete 2&lt;/a&gt; (&lt;a href="http://www.amazon.com/exec/obidos/ASIN/0735619670/mostlylucid-21"&gt;US&lt;/a&gt;), &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0764570285/mostlylucid-21"&gt;Neurolinguistic Programming for Dummies&lt;/a&gt; and last but not least, &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0735712018/mostlylucid-21"&gt;Designing with Web Standards by Jeffrey Zeldman&lt;/a&gt; (&lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0735712018/mostlylucid-21"&gt;US&lt;/a&gt;). All of these books were excellent and I'd recommend them all. I'd like to concentrate however on the Web Standards one.&lt;br /&gt;This is a really though-provoking book for one such as myself (i.e., aging web coder who remembers the bad old days of &lt;a href="http://archive.ncsa.uiuc.edu/SDG/Software/Mosaic/NCSAMosaicHome.html"&gt;NCSA Mosaic&lt;/a&gt;); I have been pretty lacking in my HTML markup skills and this book 1. makes that obvious and 2. provides some really interesting solutions. Essentially the approach this book espouses is that taken (not surprisingly because it's &lt;a href="http://www.happycog.com/"&gt;Zeldman's&lt;/a&gt;) by &lt;a href="http://www.alistapart.com/"&gt;AListApart&lt;/a&gt;, which is the use of XHTML to define the structure of a page and CSS only to define the layout / presentational aspects. This is one of these things which I've always been aware of and tried to adopt in sites I've worked on but, to be honest, I really didn't assign it a great deal of importance in the past; I will now! The whole approach finally gelled when I came to understand the XHTML / XML / object type approach, since it's possible to completely separate content from presentation things can become a lot more streamlined when developing the server side elements to generate the content  since with this approach the designer can really worry entirely about the CSS / Images (the presentation layer remember!) and the web coder just has to bung content in the appropriate container on-page (the XHTML). To be honest this is one of these moments where I finally *got it* - which I love (almost as good as sending a new web-site live for the first time oh, and sex &lt;img src="http://www.mostlylucid.co.uk/uploads/smile3.gif" /&gt;). So there you have it I have had an epiphany about web standards.&lt;br /&gt;This is not however a perfect book - this guy is obviously not a hardcore coder and his view of server-side languages is pretty rudimentary (and PHP biased) - as a result he seemed to miss the point I got from his own stuff, the separation of presentation from content and the benefits that can lead to for systems architecture; instead concentrating on stuff like Bandwidth eduction as one of the major benefits of this approach.  Anyway, good book and certainly worth getting...now I just have to get my head around Unit Testing and I shall be an all powerful mega-god (or vaguely competent...whatever)&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/909.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2004/08/19/serious-thought---on-xhtml-and-css.aspx</guid>
            <pubDate>Fri, 20 Aug 2004 06:56:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2004/08/19/serious-thought---on-xhtml-and-css.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/909.aspx</wfw:commentRss>
        </item>
        <item>
            <title>ASP.NET 1.1 Accessibility - great article by Scott Mitchell</title>
            <link>http://mostlylucid.net/archive/2004/05/27/asp.net-1.1-accessibility---great-article-by-scott-mitchell.aspx</link>
            <description>Just noticed this &lt;a href="http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/acsaraf1.asp"&gt;link&lt;/a&gt; in &lt;a href="http://weblogs.asp.net/ksharkey/archive/2004/05/27/143141.aspx"&gt;a post&lt;/a&gt; on &lt;a href="http://weblogs.asp.net/ksharkey"&gt;Kent Sharkeys&lt;/a&gt; blog. The &lt;a href="http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/acsaraf1.asp"&gt;article&lt;/a&gt; by &lt;a href="http://scottonwriting.net/"&gt;Scott Mitchell &lt;/a&gt;covers various methods of making ASP.NET 1.1 based sites conform to WAI accessibility guidelines (or US Section 508 if you prefer :-)). &lt;br /&gt;It is still stunningly annoying (and frankly unbelievable) that the &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;821156"&gt;ASP.NET Hotfix Rollup&lt;/a&gt; is still not easily downloadable - almost a year since it was released, neither have I seen it on the MSDN subscribers download site (although apparently a few CMS 2002 updates actually include it!).&lt;img src="http://mostlylucid.net/aggbug/847.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2004/05/27/asp.net-1.1-accessibility---great-article-by-scott-mitchell.aspx</guid>
            <pubDate>Fri, 28 May 2004 02:47:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2004/05/27/asp.net-1.1-accessibility---great-article-by-scott-mitchell.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/847.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Really interesting new (?) site focussing on ASP.NET and Web Standards</title>
            <link>http://mostlylucid.net/archive/2004/05/24/really-interesting-new--site-focussing-on-asp.net-and-web.aspx</link>
            <description>&lt;p&gt;I found some really interesting articles on the new &lt;a href="http://www.aspnetresources.com/default.aspx"&gt;ASPNETResources.com&lt;/a&gt; site, including &lt;a href="http://www.aspnetresources.com/articles/doctype.aspx"&gt;stuff on Doctypes&lt;/a&gt; which was pretty good and tips on getting &lt;a href="http://www.aspnetresources.com/articles/css2_in_vsnet.aspx"&gt;CSS2 Intellisense support in VS.NET&lt;/a&gt; - worth keeping an eye on how this site develops methinks! Also a particularly &lt;a href="http://www.aspnetresources.com/blog/default.aspx"&gt;interesting blog&lt;/a&gt; on the site covering similar subjects...&lt;/p&gt;
&lt;p&gt;&lt;font color="#ff0000"&gt;UPDATE: &lt;font color="#000000"&gt;Poking around some more, just noticed they have a really great article on &lt;a href="http://www.aspnetresources.com/articles/HttpFilters.aspx"&gt;XHTML support using Response Filters in ASP.NET&lt;/a&gt; - excellent coverage!&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/843.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2004/05/24/really-interesting-new--site-focussing-on-asp.net-and-web.aspx</guid>
            <pubDate>Mon, 24 May 2004 07:08:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2004/05/24/really-interesting-new--site-focussing-on-asp.net-and-web.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/843.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>