Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Google

Google Lauded for Accessible Search 102

With the recent release of a modified version of their search engine, Google is receiving praise from many different groups. The new Google Accessible Search was released as a Google labs project which prioritize pages based on their likelihood of being accessible to visually impaired users after the original search results are returned. From the article: "The best-known guidelines for building an accessible site are the Web Content Accessibility Guidelines (WCAG) from W3C. But these are not the basis of Google's new service. Raman said: 'We don't test against WCAG. We think in the spirit of those guidelines, but we don't test against them verbatim.' Instead he endeavored to identify 'what works for the end-user,' describing a process of 'experimentation, training and machine learning.'"
This discussion has been archived. No new comments can be posted.

Google Lauded for Accessible Search

Comments Filter:
  • by Yvan256 ( 722131 ) on Sunday July 23, 2006 @01:23PM (#15766277) Homepage Journal
    The more accessibility is known, the less we'll have websites made in Flash (or Flash navigation menus, Flash content, etc).

    Flash webmasters: If you can't handle the real Web, you might as well put PDFs online instead of a real website. The Web is not TV, the Web is not a bitmap graphic, the Web is not a newspaper. You can't assume anything about the reader (text, speech, screen size (if any), download speed, etc). Or at least stop calling your Flash files "websites". Thanks.

  • by tepples ( 727027 ) <tepples.gmail@com> on Sunday July 23, 2006 @01:33PM (#15766311) Homepage Journal

    Wouldn't Google Accounts and Gmail have a lower HandiRank because the sign-up page requires responding to a visual CAPTCHA? In fact, Gmail requires two: one for the confirmation of a mobile phone service commitment (most phones don't support text to speech for SMS) and one for the Google account.

  • by Bogtha ( 906264 ) on Sunday July 23, 2006 @01:45PM (#15766343)

    The more accessibility is known, the less we'll have websites made in Flash (or Flash navigation menus, Flash content, etc).

    Sadly, this isn't the case. Using Flash doesn't make something less accessible, even older versions without support for screenreaders. It's when people use Flash without a fallback that accessibility problems arise. And of course, the latest versions of Flash have support for alternative user-agents built in.

    The stupid web developers that annoy people with improper use of Flash can continue to annoy people and still create perfectly accessible websites. Accessibility != usability.

  • by Anonymous Coward on Sunday July 23, 2006 @01:51PM (#15766355)
    Even modern Flash's support for accessibility is crap. Alternative content is fine, but people thinking that Flash has 'support for alternative user-agents built in' is madly misleading.
  • by Anonymous Coward on Sunday July 23, 2006 @01:52PM (#15766356)
    If your flash site has a fallback then you can just host the fallback, you don't need the flash site anymore.
  • W3C (Score:4, Insightful)

    by ManoSinistra ( 983539 ) on Sunday July 23, 2006 @01:58PM (#15766366) Homepage
    It is my understanding that part of the "Accessible" algorithm that ranks pages is how well the website follows W3C compliant code (HTML, XHTML, and so forth). If that is so, that's great. It may force people to not only consider good keywords and descriptions as far as SEO goes, but to also make their code more standards-compliant.
  • by exp(pi*sqrt(163)) ( 613870 ) on Sunday July 23, 2006 @02:11PM (#15766398) Journal
    The Web is not TV
    The web is whatever I feel like putting on it. Or hadn't you heard?
  • by Arker ( 91948 ) on Sunday July 23, 2006 @02:41PM (#15766483) Homepage
    I don't think that's exactly true. Notice that they do NOT rank themselves highly on their own accessible search. They aren't cheating here. They do have some problems, but every indication is that they'll be fixing them, not obfuscating like the competition would do.
  • by Twillerror ( 536681 ) on Sunday July 23, 2006 @03:29PM (#15766621) Homepage Journal
    Wow what a rant, that got up to 5 ( Insightful ). Way to go slashdot.

    HTML/CSS/JavaScript like any technology is getting old. It wasn't designed to really be for applications. Now we have Ajax hacks and a slew of other crap to try and make it like a normal desktop app...things that flash and java applets ( yes I know applets are not that great ) just do.

    Flash can be just as accesible if not more then a web page...it is all in the tools that make it accesible. Imagine if I wrote a flash app specifically for blind people...I'm guessing I could get a lot further then with just a web page.
    Instead of trying to make a page accessible...i'd rather see a version of the app written specifically for blind people. It'd be better if google or other companies teamed up with another company, give them the raw content as XML and let them expose it in a way that will make it easier to access. Browser are inherently visual are they not....maybe it'd make more sense for google to try and expose the information in a way that could be converted to brail or audio easily.

    Yes there are issues.
    http://www.webaim.org/techniques/flash/ [webaim.org]

    I'm sorry to the individuals out there that have disabilities. At the same time some content that is very hard if not impossible to make accessible can make it far easy to access for people without a disablity to use it. We need to find ways to appease both communities.

    What does the poster mean by the "real Web". And they SHOULD just post PDFs on the side of their content, they are way more accesible then HTML. I mean I'm sure you could get a program to read the content of a PDF far easier then you could get it to strip out text from an html document and read it.

  • by metamatic ( 202216 ) on Sunday July 23, 2006 @04:50PM (#15766769) Homepage Journal
    HTML/CSS/JavaScript like any technology is getting old. It wasn't designed to really be for applications.

    C is also getting old, and wasn't designed to be used for applications, or for any kind of graphical UI. So what?

  • by Yvan256 ( 722131 ) on Sunday July 23, 2006 @05:51PM (#15766913) Homepage Journal
    Most of them don't even consider the possibility that somebody would have Flash installed but prefer the alternative content.

    Such as myself. I usually surf using Safari with the plug-ins disabled. There's nothing more annoying than arriving at an empty white/black page that does absolutely nothing... because it's a "Flash intro" with the "skip button" inside the flash.

    News Flash: websites don't need an "intro" or "splash" page... The "main page" should be the "entry page" (like Slashdot, for example).
  • by SanityInAnarchy ( 655584 ) <ninja@slaphack.com> on Monday July 24, 2006 @12:29AM (#15767890) Journal
    It's all about speed.

    HTML/CSS are incredibly clumsy to work with, but that can be solved with things like Dojo. But there are some things you really can't speed up -- JavaScript is interpreted pretty much everywhere, and HTML/CSS must be interpreted, because the JavaScript could be modifying the HTML source at any time.

    But it's also incredibly difficult to extend HTML/CSS, since even the most recent standard versions will probably never be supported by Internet Exploder. This means that very few new things are ever added that could be useful to an AJAX developer, because anything new will only be supported in one browser, or none at all.

    Thus, web applications will always be slower-running, and will probably be slower to develop for a very long time. But C can be almost pleasant to develop in, due to the massive amount of work that's been put into libraries, and it's also fast enough that it's almost a standard benchmark for measuring the speed of other languages.

    I am not saying I prefer C, but I don't think C needs to be replaced. But much about the web really does. PHP is hideously ugly, Ruby is ungodly slow, and AJAX is both and then some.

With your bare hands?!?

Working...