Slashdot Mirror


Open Source Accessibility

tbray writes "The strongest push-back against Massachusetts' effort to institute open, non-proprietary document formats has come from the accessibility community, who claim that Open-Source desktop software lags behind Windows; and thus that a transition to Open Document will amount to discrimination against the blind and those with other disabilities. This is serious stuff. Peter Korn, who's an Accessibility Architect at Sun, has written a massive piece that provides a general introduction to the subject, a discussion of how Open Source is doing on the the accessibility front (things could be worse, but they could be a lot better), and finally, a detailed look at the (interesting) history and (uncertain) future of these issues in Massachusetts. Anyone in Open Source who thinks they can ignore accessibility issues is probably wrong. Getting any younger? Eyes as good as they used to be? This is everybody's issue."

319 comments

  1. So let's fix it. by Ritz_Just_Ritz · · Score: 5, Interesting

    I'm not an expert (as a matter of fact, I'm not even qualified to be called ignorant on the subject), but what can we do to make things better? Surely this is not an insurmountable problem and given the rather substantial savings for government institutions (ignoring the lobbying payola), you would think the people with the purse strings would have an interest in this answer as well.

    1. Re:So let's fix it. by AviLazar · · Score: 1

      Well that's fairly easy. If you are a programmer start writing some open source for those that are disabeled. If you are not a coder, well find one and beat him on the head until he does start writing. I don't know if lobbying would help. The fact these programs do not have great disability support is the fault of the opensource community, not the gov't, and I doubt the gov't can force someone to write some code (well they probably can, but that would look bad "Yes programmer do my overlord bidding")

      As for savings, well the software is free but is there savings, that has yet to be seen. I guess there are companies out there who will offer tech support (for a fee) for these open source programs so that should not be a problem.

      --

      I mod down so you can mod up. Your welcome.
    2. Re:So let's fix it. by dwandy · · Score: 2, Insightful
      (as a matter of fact, I'm not even qualified to be called ignorant on the subject)

      Need: Management ( check! )
      Need: Programmer ( vacant )

      --
      If you think imaginary property and real property are the same, when does your house become public domain?
    3. Re:So let's fix it. by dlthomas · · Score: 1

      Does anyone know what the specific greivances are? What does MS Office do that OpenOffice does not? What can be done to put it right? Let's get hacking, and I bet we can have OpenOffice out ahead of MS Office in accessability before the bureaucrats have made up their minds.

    4. Re:So let's fix it. by SComps · · Score: 1

      Maybe the community should request that Mass develope the accessibility features and submit a patch. That's what would be requested of any individual (rather than government).

    5. Re:So let's fix it. by AviLazar · · Score: 1, Insightful

      I think that defeats part of the argument for a gov't to switch to open source. You know, the cost saving benefit. Mass would have to hire a bunch of good programmers, end up paying them a ridiculous price to do work that in spirit should be done for free out of someone's own good will. Then MS comes around and says "see OSS doesn't work. Because when you want something done quick, you gotta pay someone to do the job...well we have been doing the job for a while, so pay us and we will do it quick." yadda yadda yadda

      --

      I mod down so you can mod up. Your welcome.
    6. Re:So let's fix it. by SComps · · Score: 1, Redundant

      fair point. Extremely accurate and I wholeheartedly agree. Unless something is either extremely important, or technically interesting an individual just isn't going to put his or her time into it. This may well be a situation where commercial development shines.

    7. Re:So let's fix it. by StormReaver · · Score: 4, Insightful

      "...you would think the people with the purse strings would have an interest in this answer as well."

      You and many others are falling victim to Microsoft's red herrings. Open Source has absolutely nothing to do with OpenDocument. Here are some answers (yet again):

      1) OpenDocument is a format specification, not a program.

      2) Any program, Open Source or proprietary, can implement OpenDocument filters. That is all that is necessary to support OpenDocument.

      3) Microsoft is fighting OpenDocument by changing the subject. This is being done to maintain Microsoft's monopoly stranglehold on one of its two profitable rackets.

      4) If people think Microsoft Office has better accessibility than OO.o/StarOffice, then they can continue using Microsoft Office. All Microsoft, and any other proprietary company, has to do is write an I/O filter to work with the OpenDocument format.

      We need to keep our focus, and not allow ourselves to get diverted into senseless debates about irrelevancies.

    8. Re:So let's fix it. by flytopia · · Score: 3, Informative

      I think it's down to the fact that most 3rd party accessibility tools are written for Windows/MS Office. This is a result of Microsoft having the greatest market share, rather than any specific features that MS Office has over OpenOffice.

      Still, if the lack of accessibility tools is a barrier to increased market share, then it's down to the Open Source community to provide them. And this doesn't have to mean unpaid coders - these tools could come from Sun, Novell, IBM etc.

    9. Re:So let's fix it. by xtracto · · Score: 3, Informative

      Agree.

      Same thing happens with software documentation:

      Analysis, Requirements specifications document.
      Design: Design Specification document [with or without UML, DTDs, etc].
      Quality control/assurance: (Quality testing metrics documents).

      Nobody (at least not programmers) likes to spend their time doing that, which results in a lot of good Open Source projects (just look at sf.net) that have only the source code available. So, when/if someone wants to start helping (be it a programmer or a non programmer) they must dive into the source code, reverse engineer it and (to their better understanding) see how is the program working.

      When developing a propietary software for anyone, documentation is the one most important thing, and often the one that programmers hate to do. That is why System designers are better paid than programmers.

      In open-source world, nobody cares about documenting [and mantaining the domcumentation] of their software. My personal experience is with VirtualDimension multi-desktop software. I wanted to enhance the program with some ideas I had, but I hated that the only place to understand how it worket was the CVS repository C++ files. Although I know C++ (and I am good at it if-u-ask-me) it is the "logic" of the program what I wanted to find and, well, my time is worth more than what I needed to understand the inners of the program.

      The same happened with jabref. I would like to contribute to those projects with programming, but bah, at the end, all of them are just a mess.

      Returning to the accessibility issue. The only way accessibility could be handled is by creating a base framework (from the GTK, or QT or JSwing or any other GUI toolkits) that provides accessiblity features to the interfaces. This means that the application developers will not need to worry (too much) about accessibility because the "text control" will contain the features by default*(and this is the "most-most-important-issue"*. And, the programmer will just have to addere to a set of minimum accessibility rules (like using system defined colors and fonts [something, the great Mark's sysinternals process explorer doesn't do for example, as after I changed my font DPI to 144, the process list font is not changed and I also use background color as Black and font as white, but it is not adopted by this program)).

      * Talking on this "default state" of the features, it is the same story with accessibility as with security. For an example, I know that Java has some interfaces wich allow for accesibility properties (although I have not used them). It also has some classes for secure comunication. But these are not the DEFAULT classes which everyone uses.

      Iff Java had implemented security and accessibility in the common controls/classes used by everyone, of course it would be more work for the developers but it would help them to LEARN to implement those features.

      --
      Ubuntu is an African word meaning 'I can't configure Debian'
    10. Re:So let's fix it. by M.+Baranczak · · Score: 2, Insightful

      This was never about saving money, but about having a truly open format that isn't controlled by a single company. The only reason they're planning to switch to OpenOffice is because MS absolutely refuses to support the OpenDoc format; I bet that the costs associated with switching would cancel out the savings, anyway.

      This is what open-source is all about: use the software for free, and if you want enhancements, you add them yourself, or hire someone to do it for you. And we're not talking about "ridiculous prices" here - just the salaries of a few developers. The Massachussetts government probably spends more than that just on office supplies.

    11. Re:So let's fix it. by AviLazar · · Score: 1

      This was never about saving money

      In gov't, everything is about the bottom dollar. Otherwise, do you think NASA would have such a hard time getting money?

      you want enhancements, you add them yourself, or hire someone to do it for you. And we're not talking about "ridiculous prices" here - just the salaries of a few developers.

      Or, you can look at it from the perspective of a large organization (Mass. gov't would qualify) "We want our features working and we want it working out of the box. We don't want to have to go through the problems of hiring a few developers, and a SLEW of testers." In all honesty, that is what they will say - right or wrong, and personally I don't think it is that wrong.

      The Massachussetts government probably spends more than that just on office supplies.

      Well that's a bad argument to use for this case. One expense should never justify another expense, unless they affect each other (i.e. will not buying office supplies reduce the cost of developing new code).

      --

      I mod down so you can mod up. Your welcome.
    12. Re:So let's fix it. by M.+Baranczak · · Score: 1

      We want our features working and we want it working out of the box. We don't want to have to go through the problems of hiring a few developers, and a SLEW of testers.

      Except in this case, one of the features that they require is support for an open document format, which MS refuses to provide. So they have to look at the alternatives.

      One expense should never justify another expense

      True. I was just trying to provide some perspective.

    13. Re:So let's fix it. by ckaminski · · Score: 1

      You're talking about a Commonwealth that has a budget surplus right now, and one forecast for next year as well. Bottom dollar considerations do not apply as greatly as you would expect.

    14. Re:So let's fix it. by AviLazar · · Score: 1

      You're talking about a Commonwealth that has a budget surplus right now, and one forecast for next year as well. Bottom dollar considerations do not apply as greatly as you would expect.

      Ahh the words of a democrat, we have extra money so let's spend it. I am a democrat myself, but I would like the gov't to you know give some of the money back once in a while.

      --

      I mod down so you can mod up. Your welcome.
    15. Re:So let's fix it. by ckaminski · · Score: 1

      No no, definitely not a Democrat, staunch independent. As a taxpayer of Massachusetts I want some of that $800m surplus back, but I'm pragmatic (pessimistic) enough to realize it's probably not going to happen.

    16. Re:So let's fix it. by man_of_mr_e · · Score: 1

      Well, saving money is not a valid argument. It saves money to skip adding wheelchair accessibility to public buildings as well, but you don't see anyone arguing that.

    17. Re:So let's fix it. by fatboy · · Score: 1

      Or, you can look at it from the perspective of a large organization (Mass. gov't would qualify) "We want our features working and we want it working out of the box. We don't want to have to go through the problems of hiring a few developers, and a SLEW of testers." In all honesty, that is what they will say - right or wrong, and personally I don't think it is that wrong.

      Where is this magical software that "just works out of the box"?

      --
      --fatboy
    18. Re:So let's fix it. by AviLazar · · Score: 1

      Where is this magical software that "just works out of the box"?

      In a microsoft box labeled Office. It even has accessibility features, which is *primarily* what this conversation is about.

      --

      I mod down so you can mod up. Your welcome.
    19. Re:So let's fix it. by shotfeel · · Score: 1

      It amazes me how many people who should know better don't shout #4 out louder. Its already been fixed. The tools are available in MS Office and the people who need those tools can still use them. I'd go so far as to say its MS who is impediment to accessibility. All they have to do is support ODF and all is good.

      OTOH making accessibility a feature in OSS would be good too.

    20. Re:So let's fix it. by Spy+der+Mann · · Score: 1

      Need: Programmer ( vacant )

      Need: Organization who will hire said programmer, and FAST ( vacant )

    21. Re:So let's fix it. by shotfeel · · Score: 1

      That's what I'm wondering. I'm guessing features like text-to-speech (and vice-versa), screen magnification, keyboard assistance, keyboard shortcuts for mouse actions...

      What else?

    22. Re:So let's fix it. by shadow255 · · Score: 1

      Not to encourage a monopoly beast to maintain its grip on the market, but... by properly supporting ODF, Microsoft could use the existing set of tools for accessibility as a strong selling point and reason NOT to switch to alternatives to MS-Office. It is astonishing to me that the accessibility advocates don't see how standardizing on an open file format could result in better support for their needs from all quarters, MICROSOFT INCLUDED! Instead of crying foul in Massachusetts, they should be banging down the doors in Redmond demanding support for ODF.

      --

      Logic is a wonderful thing but doesn't always beat actual thought. -Terry Pratchett

    23. Re:So let's fix it. by Eccles · · Score: 1

      Does anyone know what the specific greivances are?

      Yes, if only someone would write an article about this. I bet it might even get linked on Slashdot. Hmm, I wonder what Peter Korn has been up to recently?

      --
      Ooh, a sarcasm detector. Oh, that's a real useful invention.
    24. Re:So let's fix it. by dlthomas · · Score: 1

      The article addresses the disparities as seen by Peter Korn. It does not address what the honest opponents of the switch see as the most pressing issues.

    25. Re:So let's fix it. by Eccles · · Score: 1

      I doubt the OD objectors (both honest and dishonest) have done anything like as detailed a work as Mr. Korn's. And it seems to me like his blog writeup provides plenty of areas where work is needed., although much of it is devoted to the limitations of commercial products that support MSOffice better.

      --
      Ooh, a sarcasm detector. Oh, that's a real useful invention.
    26. Re:So let's fix it. by daybyter · · Score: 1

      Ok, that's what we did so far: - We went into several old people's homes and installed a first test machine to learn from those folks there (age around 80). - We started training younger seniors (around 60-65) on Suse. - We learned a lot about the problems those folks have. There a lots of simple issues like the lack of some games (checkers is better than frozenbubble, because most folks know the rules from their childhood. Just a little example). - We started our own distro, because we couldn't find anything good on the market. There's a lot more going on, that we'll show at a further stage of the project.

    27. Re:So let's fix it. by ambrosius27 · · Score: 1

      Regarding your comment that accessibility should be built into the toolkit by default, you're described the GNOME accessibility architecture:

      See, e.g., http://developer.gnome.org/doc/API/2.0/atk/index.h tml

      See also http://developer.gnome.org/projects/gap/tech-docs/ at-spi-docs/book1.html

      Here's the home page for the GNOME accessibility project (GAP): http://developer.gnome.org/projects/gap/

      It's strange how the underlying article mentions GNOME accessibility over and over again as being even superior to Microsoft ones to date, and yet all the comments completely ignore GNOME's framework.

      --

      ~~~~~~~~~
      dissertus scribendo latine videri volo.
    28. Re:So let's fix it. by bhaneman · · Score: 1
      "The only way accessibility could be handled is by creating a base framework (from the GTK, or QT or JSwing or any other GUI toolkits) that provides accessiblity "features to the interfaces. This means that the application developers will not need to "worry (too much) about accessibility because the "text control" will contain the features "by default*(and this is the "most-most-important-issue"*
      This is exactly what we've done (with GTK+ and, originally, Swing; KDE/Qt are following suit). In reality it's still easy for developers to inadvertantly break stuff, but at least stock widgets do the right thing. However, the other requirement is that somebody (i.e. the assistive technologies) are listening to the accessibility interfaces provided. That's why the toolkits above are more accessible on the FOSS platforms (GNOME, etc.) than on the Windows platform at present - Windows ATs have historically focussed on eavesdropping on proprietary Win32 APIs, out of necessity, and have tended to focus resources on custom support for the apps with the 'largest market share'. Now that the built-in support is maturing, things are getting better on the FOSS platforms fast, though there's a lot of catching up to do for some user groups. Bill Haneman Gnome Accessibility Project
    29. Re:So let's fix it. by fatboy · · Score: 1

      What, does "CTRL ALT -" not work in Windows or something? Since you have re-framed the argument in a new light that only allows you to run a Microsoft Operating system (because of Office).

      That seems to work just fine for my friend who has been blind since birth and uses OO on Free BSD.

      --
      --fatboy
  2. Speaking of Accessibility by Lord+Byron+II · · Score: 5, Funny

    Light grey text on a white background with salmon-colored links. That's just great on the ol' eyes!

    1. Re:Speaking of Accessibility by Anonymous Coward · · Score: 0

      (Score:3, Insightful)

      *Chuckle*. Well modded.

    2. Re:Speaking of Accessibility by Anonymous Coward · · Score: 0

      Or not. I read black on white text most of the day and the site is a great deal less harsh on my eyes (granted, I'm not... I was going to say blind but given the context of the article I think that would be inapropriate, so I'll just point how inapropriate it was as an excuse for not having anything apropriate) than most junk I see and I think if more of the web were easier to read it would be saving us some serious eye strain. It's like using a bigger font (or just some magnification) in your text documents... it's a small change but it makes the reading a little easier on the eyes.

    3. Re:Speaking of Accessibility by Bogtha · · Score: 4, Informative

      Not to mention it's 10px Verdana. If you don't have Verdana installed on your system and another font is substituted, it looks about 2px smaller due to Verdana's larger than normal aspect ratio. Given that Mozilla's default is something like 15-16px and many people have to increase the size above the default, I think this isn't the best person to be preaching about accessibility.

      Folks, if you have a website, even if it's just a weblog, the most effective thing you can do to increase accessibility is to read Dive Into Accessibility and apply the things you learn to your website.

      --
      Bogtha Bogtha Bogtha
    4. Re:Speaking of Accessibility by OrcaCSS · · Score: 1

      I agree. That color scheme causes some eye strain. Thank goodness for the fuctionality provided by the zap colors bookmarklet.

    5. Re:Speaking of Accessibility by tobiasly · · Score: 1

      And blind people are lucky in one respect... they aren't forced to look at blog owners' pictures on every link they click. If I have to look at the face of that guy who coined the term "Ajax" once more, I might gouge out my own eyes.

    6. Re:Speaking of Accessibility by CaptnMArk · · Score: 1

      I agree about default fonts in Mozilla. They are too small both under linux and windows (I use Large Fonts in windows).

    7. Re:Speaking of Accessibility by NardofDoom · · Score: 1

      VERDANA IS EVIL. Every time I see one of our web designers using Verdana, I cringe. Arial displays much better, and is more widely distributed.

      --
      You have two hands and one brain, so always code twice as much as you think!
    8. Re:Speaking of Accessibility by Tim+Browse · · Score: 1
      I do have Verdana installed, and the font size on the article is still way too small.

      There's a standard size for body text in web browsers for a reason. I wish blog software/bloggers would get over their obsession with tiny fonts.

    9. Re:Speaking of Accessibility by ckaminski · · Score: 1

      Odds are, those are the blogs that aren't worth reading in the first place.

    10. Re:Speaking of Accessibility by smchris · · Score: 1

      I've long thought the equal-chroma Hobbit green text and brown background scheme of Loki Software's site contributed to their demise. I lynxed there once toward the end to actually _read_ the descriptions of their games.

      But what really annoys me are the BEAUTIFULLY meticulous screen layouts -- in 6 pt. type. Sites like Buzzflash have it right; just make every link a new window. I probably zoom about 40% of sites.

      So, yeah. Why should the blind have it better than me?

      [Seriously, and unfortunately, I can see this sinking the OpenDoc deal.]

    11. Re:Speaking of Accessibility by shmlco · · Score: 1
      "There's a standard size for body text in web browsers for a reason."

      Actually, there's a default size for body text in web browers. But as almost every web browser in existence uses different default sizes for text, headings, and spacing, there is no cross-browser cross-platform "standard".

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    12. Re:Speaking of Accessibility by tritonic · · Score: 1

      Perhaps try clicking right at the top where it says 'Large Print'.

    13. Re:Speaking of Accessibility by zobier · · Score: 1
      That's what user style sheets are for, not to mention the fact that there's a whopping great "Large Print" link up the top that changes the page style to black on white with huge text - actually that link looses the permalink, how retarded. You could just switch off the styles altogether.

      I know, you were joking

      :)

      --
      Me lost me cookie at the disco.
  3. Re:I have no doubt they'll cave by Anonymous Coward · · Score: 0

    What is the common good? Who does the common good include?

  4. Accessibility isn't needed for everyone by alexwcovington · · Score: 5, Insightful

    and for the remainder of people, OpenOffice.org will work just as well under Windows for the folks that need the Accesibility tools, until Linux catches up (not long)

    --
    (It's never too late to join the Renaissance)
    1. Re:Accessibility isn't needed for everyone by duffbeer703 · · Score: 1

      The law says that you must accomodate the disabled, which means conforming to various accessibility standards. If OpenOffice doesn't conform to those standards, it won't be using in government!

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    2. Re:Accessibility isn't needed for everyone by NastyNate · · Score: 1

      I believe what the GP post was stating was that since OpenOffice documents can be opened in MS word, there is no loss of accessibility to those who need to use MS Office products.

    3. Re:Accessibility isn't needed for everyone by Bert64 · · Score: 3, Interesting

      Surely opensource is a plus in this area..
      Those charities that push for and fund interoperability efforts could have a much more direct impact on opensource, instead of spending large amounts of money trying to convince vendors to implement accessibility features which may not directly meet their needs, they could actually hire coders to create these features exactly according to their specifications.

      Instead of this, these groups seem to be spending all their time and money lobbying.. Why not produce open source accessibility software that not only suits your requirements exactly, but also benefits other people too?

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    4. Re:Accessibility isn't needed for everyone by Anonymous Coward · · Score: 1, Insightful

      Instead of this, these groups seem to be spending all their time and money lobbying.. Why not produce open source accessibility software that not only suits your requirements exactly, but also benefits other people too?

      If they didn't have something to whine about, who would listen to them? It would be a huge loss of status. They can not abide that.

    5. Re:Accessibility isn't needed for everyone by Anonymous Coward · · Score: 0
      The law says that you must
      ...

      The law says you must do this and you mustn't do that all the time. It means, of course, absolutely nothing. There are billions of dollars at stake here - in the end the law is nothing more than yet another piece of paper useful for removing feces from your backside. Only it isn't very good at that. Hard to remove feces with a feces-covered document.

      This is nothing more than one paid lobbyist trying to derail something useful. Neither he (nor MS) gives a rat's butt about the disabled (if they did they would spend all of these legal fees buying special equipment for them... or perhaps donating free computers with disabled-friendly Windows already installed so they can use all of the disabled-friendly features). Anybody who thinks otherwise is either stupid or lying.

    6. Re:Accessibility isn't needed for everyone by PhilipMckrack · · Score: 1

      It could be that they are not in the software business and don't want to be. Not everyone wants to dink around with code to get their computers to work.

    7. Re:Accessibility isn't needed for everyone by Anonymous Coward · · Score: 0

      RTFA.

      Every place it talks about accessibilty and OpenOffice, it says something like "3rd party Windows applications don't support OpenOffice very well, but on Linux the Gnome accessibility framework works very well" (although with minor complaints about features).

    8. Re:Accessibility isn't needed for everyone by Bert64 · · Score: 1

      They either care about software or they don`t..
      Since they obviously do, and are willing to back that up with money, why not put that money to good use - hiring developers to write code that suits their needs, rather than just moaning about it.

      I assume theyre geared towards just moaning because that`s all they can do with proprietary software, but they should realise it would be far more productive to actually improve the situation here rather than just complaining about it.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    9. Re:Accessibility isn't needed for everyone by kimvette · · Score: 2, Interesting

      Actually if you use the KDE environment, you have most of the accessibility features that Windows has out of the box, and it works about as well.

      However Microsoft Office XP and 2003 provide additional accessibility tools that Windows XP does not offer out of the box, and that is the issue - but where Massachusetts is already providing reasonable accomodations by continuing to offer Microsoft Office to those with physical disabilities, Microsoft is simply raising up a strawman so that they can avoid having to implement OpenDoc and maintain vendor lock in the office suite market. Microsoft (at large) is very, very afraid of open standards because it means that WordPerfect, Star Office, IBM/Lotus Smartsuite, and others may be able to compete on an even keel with Microsoft - and if that happens, where some of the other products are cross-platform, Windows dominance may begin to erode because the very thing locking customers into their marriage with Microsoft will be nonexistent.

      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    10. Re:Accessibility isn't needed for everyone by SocietyoftheFist · · Score: 1

      They have to become part of the development team, most likely in writing up requirements. They care about software because they have to use it. They are willing to put money towards purchasing software that does what they need. I know it is hard to fathom but the economy is based on being paid for providing a useful service somebody wants. Software companies exist because they fill needs. Every company/organization can't pay to have somebody write open source software but there are companies that will spring in to existance because a need has been identified. Many companies/organizations will be willing to pay the price that software companies quote them, certainly much cheaper than paying for development on their own. One of the areas that open source fails is where something is needed but isn't considered fun or interesting to work on. Software that isn't fun or interesting is needed and there are plenty of companies that provide that type of sofware because somebody is willing to be paid to do the uninteresting job that creates the product. The whole product lifecyle is much longer than just writing the initial code.

    11. Re:Accessibility isn't needed for everyone by PhilipMckrack · · Score: 2, Informative

      This analogy probably isn't a good one, but it works for me. When Delta wants a change in a plane I doubt they hire their own engineers to figure out how to do it. They tell Boeing or whoever sells them their planes what they want and let the plane manufacturer do it. They care nothing about how planes are put together, they are in business to move people from point a to point b as efficiently as possible.

      These people have no interest in developing software. It may sound like they do, but they have no training or know how in software development. They do not want to take the responsibility of hiring people, making sure they are qualified and overseeing a project like this. They want someone to sell it to them so they can concentrate on what their specialty is.

      What they need in this case is someone like RedHat or Novell or "New Joe Blow Super Accessible Linux " or whoever to present them with a solution.

    12. Re:Accessibility isn't needed for everyone by Anonymous Coward · · Score: 0

      "Microsoft is simply raising up a strawman"

      Regardless of this being the case, when it comes to accessibility for folks with disabilities, I think the more rigorous the discussion and concern the better. Especially when it's involing government documents. If it can cut down the amount of barriers a disabled person has to deal with then I say be more thorough!

    13. Re:Accessibility isn't needed for everyone by ookaze · · Score: 1

      and for the remainder of people, OpenOffice.org will work just as well under Windows for the folks that need the Accesibility tools, until Linux catches up (not long)

      And just for you and the mods that modded you up without reading TFA, OOo will NOT work just as well on Windows, which has no useful accessibility API, and where all the tools more or less working are for MS Office specifically.
      Something worse is that OSS desktops actually provide useful API to accessibility (and some award-winning tools) and some tools more powerful than even those tailored for MS Office on Windows.
      The only really lacking area on OSS desktops is speech recognition actually. Screen reading is being improved.
      I think the worst, is the actual abysmal support of MS and Windows for accessibility, and their history (summed up in TFA) is really not sth to brag about.

    14. Re:Accessibility isn't needed for everyone by elronxenu · · Score: 1

      Actually if you read the article it points out that Gnome has an actual architecture for accessibility, whereas windows accessibility is usually dependent on the third party which develops accessibility tools. The developer of the windows screen reader needs to customise it to each application to be run (or something like that).

  5. Bigger command line text by doktorstop · · Score: 3, Insightful

    I can see it coming =) Seriously, I dont think that accessibility is the biggest obstacle, or the primary target. Inconsistancies in the GUI make it difficult for people to get used to Linux, even if they have no sight or hearing handicaps.

    --
    http://www.automatiq.se
    1. Re:Bigger command line text by Feyr · · Score: 3, Insightful

      i said it when it was first posted to technocrat, i'll say it again.

      accessibility doesn't have ANYTHING to do in a STORAGE FORMAT. this is purely a software issue, with lots of money involved.

      how much do you wanna bet these so called "accessibility experts" are getting paid to say they don't want an open document format? who do you think is paying them?

      and a sun accessibility expert? come on, this is the company that brought us JAVA, an accessibility nightmare in its own right.

    2. Re:Bigger command line text by Freexe · · Score: 1

      Accessibility is very important, but people seems to forgot about USABILITY when making things accessible.

      When making a program (or a website) then you need to be BOTH!

      The accessibility guidelines can sometimes be followed too closely and makes things COMPLETELY UNSABLE for those who most need it, and have no improvement for anyone else.

      I work as a web developer and see deadful things all the time (I've seen people put alt tags on bullet points!), which could be avoided if people would think alittle (or just look at what overs advise) and follow the guidelines where approperiate.

      --
      "In a time of universal deceit - telling the truth is a revolutionary act." - George Orwell
    3. Re:Bigger command line text by StrawberryFrog · · Score: 2, Insightful

      accessibility doesn't have ANYTHING to do in a STORAGE FORMAT.

      If one storage format has accessible software for it and another doesn't, then it seems pretty clear that to the end user, accessibility is all about the storage format.

      Your task then is to get people to take the long view: that on a long enough timeline, an open standard is always going to end up more accessable than a closed binary one. Open formats tend to become more acessible over time as more software becomes available, closed binary ones become less so as the software is taken off the market.

      --

      My Karma: ran over your Dogma
      StrawberryFrog

    4. Re:Bigger command line text by alfrin · · Score: 1

      Um, you are away you can set the font for a command line right? You can set it to a big font. That's been here forever.

    5. Re:Bigger command line text by Anonymous Coward · · Score: 0

      I work as a web developer and see deadful things all the time (I've seen people put alt tags on bullet points!)

      Accessibility guidelines state that you should put alt tags on images that are being used as bullet points. Empty ones. That way the screen reader software knows it's dealing with a purely decorative image, and can ignore it safely. If you leave the alt tags off, the screen reader doesn't know what the image is, so it may have to mention it (even though it's irrelevant), just in case.

    6. Re:Bigger command line text by Freexe · · Score: 1

      Ok, the current WAIG guidelines state that you have to :
      -pre-fill input boxes with content (can be confusing),
      -that you should use access keys (pointless and incompatible with most screen readers),
      -that you need to beable activate scripts with your keyboard OR mouse (try tabbing or pressing space when you mouse is over a link with a popup [i know - but popups can be useful sometimes]),
      -use relative instead or absolute units (this is easy, but sometimes you need to clear a background image [think bullet point, plus you can't scale background images] by exactly 10px, em's will not do, and cause problems when you scale)
      -that you have to use the latest W3C technologies (hello? jpgs!!!)
      -has no real room for the use of flash (which i personnally think is completly not accessible or usable, but you can't just ignore it)

      Are just some of the GUIDELINES that i choose to sometimes ignore. People need to remember the the GUIDELINES are just that-GUIDELINES. You need to use common sense sometimes, and not follow them if something is more usable than if you didn;t

      --
      "In a time of universal deceit - telling the truth is a revolutionary act." - George Orwell
    7. Re:Bigger command line text by zootm · · Score: 1

      accessibility doesn't have ANYTHING to do in a STORAGE FORMAT. this is purely a software issue, with lots of money involved.

      If there's no accessible software for the storage format, then it has everything to do with accessibility.

      I don't see why this has turned into a Windows vs. Linux thing though. If it was just that they could run OO.o on Windows.

    8. Re:Bigger command line text by ookaze · · Score: 1

      accessibility doesn't have ANYTHING to do in a STORAGE FORMAT

      Of course it does. If you can't read the storage format, you will have a hard time providing accessibility around it.

      this is purely a software issue, with lots of money involved

      I'm not so sure it is restricted to that.

      how much do you wanna bet these so called "accessibility experts" are getting paid to say they don't want an open document format? who do you think is paying them?

      Those that want to crush ODF are not accessibility experts and are paid by MS.

      a sun accessibility expert? come on, this is the company that brought us JAVA, an accessibility nightmare in its own right

      One has nothing to do with the other. This accessibility expert has a respectable bio, and contrary to what you say, JAVA has a good accessibility API. Java has many flaws perhaps, but this is not one of them.
      I saw most of the work done by volunteers and SUN, which started 5 years ago at least for Gnome, and I know if there's an area where we FOSS users can thank SUN, that's accessibility.

    9. Re:Bigger command line text by Anonymous Coward · · Score: 0

      Huh? Why the hell would you want to use an img as bullet point? Ever heard of CSS?

    10. Re:Bigger command line text by jgrahn · · Score: 1
      accessibility doesn't have ANYTHING to do in a STORAGE FORMAT. this is purely a software issue, with lots of money involved.

      Yes it does. Exhibit A: a PDF, or Postscript, or fscked-up HTML document, which cannot really be represented as anything but pixels on a screen. Exhibit B: a plain text file, which can be fed directly into your standard speech synthesis software.

      Seems to me that if some ideology has the upper hand here, it's Unix. Not open source or closed source.

    11. Re:Bigger command line text by Foerstner · · Score: 1

      The built-in screen reader on Mac OS X can read text in PDF (or postscript) documents in Preview. (Not in Adobe Reader, though.)

      Ideology has nothing to do with it. It's how much effort the developers are willing to put into it. (Which is mostly a matter of how motivated they are.)

      --
      The US free market: two halves of a government-granted duopoly are free to set the market price.
  6. Not just OSS in Mass? by DaveCar · · Score: 3, Insightful

    In the Massachusetts case it doesn't just have to be OSS in use. Surely some office software vendor will provide support for OpenDocument AND accessibility.

    I mean there is more than one office software vendor isn't there?

    Yes, yes. I am new here ;)

    1. Re:Not just OSS in Mass? by NutscrapeSucks · · Score: 3, Informative

      Absolutely -- The cheapest and most obvious route to OpenDocument support for almost every organization is a translation filter for their existing MS Office apps.

      Since 3rd party filters are already in development, this whole scrum in Mass. is really pointless. Most agencies will probably just roll out the filter.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    2. Re:Not just OSS in Mass? by 99BottlesOfBeerInMyF · · Score: 1

      In the Massachusetts case it doesn't just have to be OSS in use. Surely some office software vendor will provide support for OpenDocument AND accessibility.

      The problem isn't that Word "supports accessibility" and that the various Open Document format word processors don't. The issue is that Windows support for the disabled sucks ass and the hooks, API's, and display features needed for the disabled are not available at all. The result is third party companies write hacks like JAWS that are really a way to make MS Office support certain usability features (even though most of the rest of the programs on Windows can't take advantage of the same features). Some have generic elements that try to work for all applications and succeed partially for some. Since Word is the dominant program developers of these hacks focus their efforts there.

      The result of all this is OpenOffice on Windows has lesser accessibility until someone writes a hack that specifically targets it. All, however, is not lost. Word processors that support Open Document are also available on non-Windows platforms. Both Gnome and OS X provide some really nice, OS level accessibility features that work on all programs, not just the targeted ones. That is because the OS itself is designed with the disabled in mind. Apple's often mocked decision to keep their interface designed for only one mouse button, for example, means that all the functionality is provided in the menus, by the same method and is easily discoverable and accessible to people using voice, and other alternative interfaces. Contrast this with Windows programs who often include functionality only in a right-click contextual menu that alternative interfaces usually cannot access. By migrating some disabled users to other platforms they can actually improve usability over Windows+MS Office for many kinds of disabilities. For non-employees who do not want to change, OpenOffice still reads and writes Word files, so there is no problem with communication.

      Basically, moving to an open standard may require some changes, but all in all it is not a real barrier and may bring long-term wins to disabled users.

    3. Re:Not just OSS in Mass? by Trelane · · Score: 1
      The issue is that Windows support for the disabled sucks ass and the hooks, API's, and display features needed for the disabled are not available at all. The result is third party companies write hacks like JAWS that are really a way to make MS Office support certain usability features (even though most of the rest of the programs on Windows can't take advantage of the same features). Some have generic elements that try to work for all applications and succeed partially for some. Since Word is the dominant program developers of these hacks focus their efforts there.
      Mod parent +2 Read The Friendly Article!

      Mr. Korn most definitely did not say what most people on here are seeming to think, i.e. "OSS software accesibility sucks," and it's great to see someone who apparently actually read the (quite informative) article!

      --

      --
      Given enough personal experience, all stereotypes are shallow.
  7. Re:I have no doubt they'll cave by muellerr1 · · Score: 1

    Clearly, the lowest common denominator would be anyone less fortunate than you are. And the common good would be to marginalize those people as much as possible. Just as long as you're above the cutoff line for lowest common denominator, there shouldn't be any problems, should there?

    Oh wait, were you making a joke? Sometimes my Republican-dar isn't sensitive enough.

  8. on the other hand by lashi · · Score: 1, Insightful
    on the other hand, open source means anyone (with the skills) can take matters in to their own hands and address these issues to a higher standard than a commercial product, eventually.

    Where as in a big profit motivated company may not want to spend time and money to go beyond covering the majority.

    1. Re:on the other hand by BushCheney08 · · Score: 3, Funny

      on the other hand, open source means anyone (with the skills) can take matters in to their own hands...

      I don't have hands, you insensitive clod!

      --
      Be a real patriot: Question authority. Think for yourself. Formulate your own conclusions.
    2. Re:on the other hand by dyoung9090 · · Score: 3, Insightful

      And yet, they aren't taking the matters into their hands because it's not a problem they're dealing with, a bug they want to work-around or a nifty idea that would make thier life better. See, that's the thing about commercial products... they are, by their very nature, forced to consider what other people want or they don't exist. With the little home-brew jobbers, it's only going to get created if the author/authors feel they'll get something out of it and usually that's accomplishing some task they want done, not some task that some minority that they don't know somewhere may have a use for it.

    3. Re:on the other hand by antifoidulus · · Score: 4, Insightful

      Your comment is so vapid as to be worthless. Open source is just another software development/distribution model with it's own benefits and drawbacks. Nothing more, nothing less. People on here seem to think that by adding the word "open source" to something it will automagically be able to singlehandedly cure cancer, solve world hunger, and make Julian fries. It doesn't always work like that. Take your post for example:

      on the other hand, open source means anyone (with the skills) can take matters in to their own hands and address these issues to a higher standard than a commercial product, eventually.
      A claim so vague that it can't be verified or invalidated. WTF do you mean by "higher standard"? That seems to imply that there exists a single optimum solution to the problem that will make everyone happy. Well, if you have it I would like to hear it. Meanwhile, in the real world the "higher standards" dependend on both personal preference and problem domain. For example, is Linux at a "higher standard" than Windows? Depends on who you ask and in what context. Even in the open source world there are often competing(occaisionally conflicting) ideas on how to solve a particular problem, competition is good!

      Where as in a big profit motivated company may not want to spend time and money to go beyond covering the majority.
      Care to back this up? Or even explain how open source is really all that different? I have a lot of niche needs, and I find that open source doesn't cover them as often as it does. I use a propietary OS(Mac OS X) that covers a lot of my niche needs very well. I also use some other propietary software(in the realm of language learning) that is outside the majority, but it works rather well. There are open source alternatives, but they don't work as well for me personally. Does that mean they don't neccasarily work well for you? Of course not! Does the ideology put behind the product have any bearing on how well it functions? Again, not really. Thats not to say I don't use FOSS, on the contrary, I also use FOSS products that meet other demands that I have(I use emacs to write Ruby programs). So what was your point again?

      What is it with these vacuous fanboy comments on slashdot anyway?

    4. Re:on the other hand by bcattwoo · · Score: 1
      Where as in a big profit motivated company may not want to spend time and money to go beyond covering the majority.

      But a copmany can make a good chunk of change selling something like an office application to the government. Whether it suits the majority of users or not, they are not going to get any of those sales unless it meets a minimum level of accessibility. Seems like a good motive to meet those requirements especially if it is going to make you one of the only players in that field.

      Sure any programmer with the skills could make the necessary additions to an open source project, but why haven't they? Since there is no financial motive there needs to be some personal or idealogical motivation instead. Perhaps this apparent roadblock will be the kick in the pants needed.

    5. Re:on the other hand by Anonymous Coward · · Score: 1, Interesting

      OK, except Microsoft have addressed accessibility concerns in their software, and the OSS comunnity haven't, that's what people are complaining about. I can't believe that your post got modded 'insightful' when it's a complete load of crap, just shows how biased slashdotters are.

    6. Re:on the other hand by PhilipMckrack · · Score: 1

      Right on. Microsoft didn't develop all the accessibility features they have out of the goodness of their heart. They did it to win government contracts just like the ones we are discussing.

    7. Re:on the other hand by fossa · · Score: 1

      To all those vehemtly disagreeing with the above post: there was an example a few years ago that happened in Norway I believe. Norway, if I remember correctly, has two widespread languages. Miscrosoft Windows was only available in one of the languages, due to the economic loss of adding a relatively obscure language. I remember Norway threatening to move to KDE, which did support the language. The details aren't really important. The point is that sometimes a corporation can't or won't support something people want because the people who want it aren't a large enough group to make it economically feasible. This thing may be an extra feature, an additional language, or an accessability improvement. If your group isn't large enough to convice a corp. to do what you want you've got three options: live with it, make it yourself based on free software, or convince the government to pass a law effectively increasing the size of your group making your feature economically feasibile for a corp. to implement. (I left out "start your own corp." under the assumption that the market is insufficient for success.)

    8. Re:on the other hand by Anonymous Coward · · Score: 0

      M$, the politicians in the pockets of M$, etc. are just pulling strings. Don't hear much about "accessibility" for languages with small numbers of speakers, do you? Not enough profit in that. Yep, just pull on the heart strings and tout the wonderful things you are doing for the disabled, (while ignoring other groups) and continue to rake in the profits.

    9. Re:on the other hand by PickyH3D · · Score: 1
      Isn't the current point of this argument that OS failed to help past the majority, while Microsoft helped the minority?

      Also, I love how you use "eventually" as though it actually means something for profit seeking people/businesses.

    10. Re:on the other hand by lashi · · Score: 1
      "WTF do you mean by "higher standard"?"

      Higher standard as in better accesiblity for more people, pretty simple to understand in this context. Before you ask how that can be measure, consumer testing, you get the actual users to use the different products and ask them.

      "Meanwhile, in the real world the "higher standards" dependend on both personal preference and problem domain. "

      Accessibility is not an exact science. But like other things such as art & music, you can still compare and measure 'in the real world'. More accessible for more people seems pretty easy to understand in this context. Again, that can be measured.

      "Care to back this up?"

      fine, to use a simple example from my engineering design class, car manufactuers design a standard sedan driver seat to fit driver 6'1" or shorter because it covers 95% of people. It's not profitable for them to design more than that. If you are taller than that, it may be uncomfortable for you. So you have to buy a bigger more expensive car, or a better seat.

      "People on here seem to think that by adding the word "open source" to something it will automagically be able to singlehandedly cure cancer, solve world hunger, and make Julian fries. It doesn't always work like that.

      so where did I claim anything remotely close to that in my comment? :)

      "So what was your point again?"

      I am pointing out that open source has a lot of potential to grow and just because the accessiblity of open source software isn't as good as Windows at the moment doesn't mean they should be ruled out. Maybe you should calm down and take the time to understand my comment.

      What is it with these vacuous fanboy comments on slashdot anyway?

      please, take you self-righteousness and anger elsewhere. Do your own thinking for a bit.

    11. Re:on the other hand by Trelane · · Score: 1
      I am pointing out that open source has a lot of potential to grow and just because the accessiblity of open source software isn't as good as Windows at the moment doesn't mean they should be ruled out.
      Actually, TFA said that Gnome/UNIX (or Java) accessibility isn't as feature-rich as a Windows+SupportedApp+3rd-partyAccessibilitySoftwar e stack. This isn't anywhere near the same as saying "open source software isn't as good as Windows"!
      --

      --
      Given enough personal experience, all stereotypes are shallow.
    12. Re:on the other hand by Anonymous Coward · · Score: 0

      OK, except Microsoft have addressed accessibility concerns in their software, and the OSS comunnity haven't, that's what people are complaining about.

      RTFA and STFU. Seriously.

    13. Re:on the other hand by Roberto+Salieri · · Score: 1

      Depends what country you're in. In the UK, MS shouts quite a lot about the fact there's a Welsh localisation of Office. True, it had to create it to get any government work, but it's still there and there's definitely money in it for MS.

    14. Re:on the other hand by Anonymous Coward · · Score: 0

      RTFA and STFU. Seriously.

      I did, clearly you didn't.

    15. Re:on the other hand by Anonymous Coward · · Score: 0

      Exactly. In theory, 50 Cent COULD write the next ULYSSES, but I don't see that happening.

    16. Re:on the other hand by orasio · · Score: 1

      Hm........
      I just don't get it.
      People with accessibility problems have foundations that try to take care of them.
      People who write open source software, and free software developers, do like money, too.
      They can develop software for hire, too. It doesn't need to only scratch their own itches, and be made for free.
      It would be easy to take the money they spend on proprietary software, and use it to improve free software, hiring people to do it.
      It's just more bang for the buck. You get the accesibility features implemented, and you can help form a community that shares those features, and evem developer resources.
      That kind of community could have much more power to achieve accesibility goals, than the one you achieve as a consumer, but spending the same kind of money.

  9. Then use closed source by mwvdlee · · Score: 3, Insightful

    MicroSofts' somewhat more accessible Office suite is free to implement the Open Document standard just like any and all other applications.

    You see, that's the beauty of it; any (specialized for a certain disability) application can implement the standard at no cost or risk besides the development itself.

    Personally, I'm waiting for a bunch of BSD-like licensed libraries that implement translation of Open Document from and to other common formats like HTML, plain text, LaTeX, PDF, etc so anybody can suffice with just a few lines of code to support the Open Document format.

    --
    Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    1. Re:Then use closed source by Anonymous Coward · · Score: 0

      MicroSofts' ?? Argh! There's more than one? (I do hope you meant Microsoft's...).

    2. Re:Then use closed source by Anonymous Coward · · Score: 0

      latex is plain text

    3. Re:Then use closed source by Lifewish · · Score: 1

      latex is plain text

      Technically, so is most of ODF - it's XML remember? The word you're looking for is markup, and what you're talking about is part of the reason why XML is so popular - you pretty much just have to swap tags around (gross oversimplification I know).

      --
      For the love of God, please learn to spell "ridiculous"!!!
  10. Re:I have no doubt they'll cave by tscheez · · Score: 2, Insightful

    Actually, you'd think the libs would fight the "evil corporation" that is Microsoft and force them to support OpenDocument.

    --
    Supplies!
  11. Reading TFA... by meringuoid · · Score: 5, Informative
    ... it seems that the accessibility problems are not the fault of the open source programs or the Open Document Format, but the fault of the closed-source, proprietary Braille interpreters and screen readers which are incompatible.

    TFA actually has considerable praise for open source's accessibility in itself:

    Another important question is the extent to which the Open Document file format itself supports or fails to support accessibility. This comes up for things like storing the alternate text tag for an image, or noting the relationships of labels with the objects they label in on-line forms. While a thorough examination of the file format specifically for these issues still needs to be done, much of ODF is based on standard web technologies like SMIL for audio and multimedia, and SVG for vector graphics, which have and continue to be vetted by the World Wide Web Accessibility Initiative processes. We also know that two of the existing applications that currently read/write ODF can export Tagged PDF files in support of PDF accessibility, and Adobe has already conducted some tests to verify that accessibility across that translation is preserved (and thus must exist in the original ODF file). Finally, at this very moment the OASIS Technical Committee that created ODF is looking into forming a specific subcommittee to examine ODF for just these accessibility issues and address any shortcomings found.

    This is in stark contrast to proprietary file formats like those used by Microsoft Office. Those formats are totally opaque, with no peer review of accessibility issues possible. Thus we cannot objectively tell how well the Microsoft Office file format supports accessibility, or say whether it does a better or worse job than ODF.

    --
    Real Daleks don't climb stairs - they level the building.
    1. Re:Reading TFA... by joukev · · Score: 1

      Why do most people think that accessibility is just an issue for the blind? There are so much more disabilities with their specific requirements!

      Jouke Visser (who happens to be the author of an Open Source Assistive piece of software :) )

    2. Re:Reading TFA... by DoofusOfDeath · · Score: 1

      We don't need to look at MS's file formats to verify that they support accessibility requirements. We already know they must, because handicapped people can get by with Word + (whatever add-on software/hardware is required).

      Having a file format that supports accessibility is a necessary, but insufficient, requirement in order for handicapped people to make good use of the format.

      The ultimate requirement is that a combination of file format, application, and accessibility-features/add-ons exists that works well enough for the handicapped user to get by.

      If blind people (for example) can use MS Word successfully, then we know that one way or another, MS has gotten all three of those factors to align.

      In contrast, we open-sourcers are still verifying that ODF is sufficiently expressive to support handicapped users. Even if it is, we still need to ensure that we can offer at least one ODF-ready application with compatible accessibility-features/add-ons. If not, we have more work to do.

    3. Re:Reading TFA... by Trelane · · Score: 1
      If blind people (for example) can use MS Word successfully, then we know that one way or another, MS has gotten all three of those factors to align.
      But that's not what the article said. More accurate would be:
      If blind people (for example) can use MS Word successfully, then we know that one way or another, all three of those factors have aligned for MS Word.
      A major thrust of TFA was this support happened despite Microsoft's [lack of] help, not because of it, and that OSX, Gnome/Unix and Java provide much superior frameworks (and quite functional in the end, if not superior in end functionality) to Windows+SupportedApp+3rd-partyAccessibilityApp, with the exception of cognitive impairments, where there's no OSS support (though the framework for it is there).
      --

      --
      Given enough personal experience, all stereotypes are shallow.
    4. Re:Reading TFA... by starwed · · Score: 1

      Well, it's the only disability I've ever seen referred to when talking about accessibility. You should mention what other issues there are, if you want to raise awareness of them. ^_^

    5. Re:Reading TFA... by joukev · · Score: 1

      You're right :). One other issue that I have a particular interest in is the inability to use the standard input devices like we know them (mice, keyboards, joysticks and the like). Some people can only activate one or more switches (by blowing/sucking on a straw, moving their head in any direction to ativate a switch, only being able to move one finger...etcetera). I have yet to discover something for an Open Source operating system that allows these people to use (most of) it.

      Jouke

  12. Re:I have no doubt they'll cave by Anonymous Coward · · Score: 2, Insightful

    Supporting people with accessibility is in the common good. Plain
    fact is that if you have poor sight then you either use windows
    or ignore the desktop (which you can do with emacspeak for instance).

    This is a poor state of affairs.

    Ironically, slashdot has a "type what you can see in the box" check for anonymous posting which is TOTALLY UNACCESSIBLE. Get it fixed guys.

    Phil

  13. I can afford to ignore it. by RandoX · · Score: 1, Funny

    At least for another 30 years or so...

    1. Re:I can afford to ignore it. by Wudbaer · · Score: 3, Insightful

      ...until you happen to have that crippling accident or contract that nasty disease. I really hope neither will happen to you, but there are enough people that yesterday thought exactly like you and that today curse the city because of all the damned stairs they can't pass with their wheelchair.

    2. Re:I can afford to ignore it. by Anonymous Coward · · Score: 0

      So you're like 10yrs old. Early 40s is when your eyes start to go.

    3. Re:I can afford to ignore it. by SComps · · Score: 1

      I don't mean to insult you because I largely agree with your statement, but to put things into perspective, a website or office/word document can't be classified in the same accessibility manner as a set of stairs.

      For most handicapped people (I presume) that are at least able to use a computer physically-- have worked out what they need to be minimally effective using their computers, or decided long ago that it wasn't worth thr trouble. I'm not saying it's right, but a reasonable assumption based on human nature. Given that, the format of any particular document won't matter as long as the tools are available. This could be large type, magnifiers, text to speech etc. I'm sure there are other issues to be resolved, but I fear those are going to revolve around hardware as well.

      Back to my original point though, I don't see where somebody is going to fail to be provided required services because of a failure in their computer's accessibility functions. At least not to be compared to a set of stairs that are impossible to navigate. Other than FEMA (ugh) I don't think there are any governmental agencies that require web access or even a computer to apply for (and receive) services. Yes a computer can make them more convenient, but definitely not a deal breaker.

  14. Marketshare by fireboy1919 · · Score: 3, Insightful

    These are highly specialized things. The reason there's not a lot of free software in this area is that there's just not a lot of demand for it at all, in either the Windows world, or the free one.

    I don't really see a problem, though. It seems reasonable to make an exception with open formats for those who need aid. We let seeing-eye dogs in where pets aren't allowed.

    And as far as the public face goes - dissemination of info to the public, that is - that should really be in 508 compliant HTML, shouldn't it? Which means no Word, PDF, openoffice, etc. anyway.

    --
    Mod me down and I will become more powerful than you can possibly imagine!
    1. Re:Marketshare by zootm · · Score: 1

      I don't really see a problem, though. It seems reasonable to make an exception with open formats for those who need aid. We let seeing-eye dogs in where pets aren't allowed.

      The point is less allowing them to use other formats than it is using a format that they cannot, I believe. It's not a good solution if, every time they want to read an in-house document, they have to use some random conversion tool, for example.

  15. The rights of the individual by Billosaur · · Score: 5, Informative

    Some were incensed at the American's with Disabilties Act (ADA) when it was passed, wondering why they had to go through all this trouble to accomodate a tiny fraction of the population. But the disabled population is not that small and it grows larger every year due to various factors most people don't think about or recognize.

    Before getting back into computing, I spent 8 years in social services, working with the autistic and developmentally disabled. You don't realize what challenges there are to everyday living until you see how hard it is for anyone with any type of disability to do the simple tasks we "normals" take for granted.

    Ultimately MA is going to have to decide whether it can afford to turn its back on a small slice of its populace or continue the process of inclusion. I'm hoping for the latter, since within the disabled spectrum, there are plenty of people still capable of working and being productive members of society.

    Even if I lost the use of my legs, I could still program...

    --
    GetOuttaMySpace - The Anti-Social Network
    1. Re:The rights of the individual by Anonymous Coward · · Score: 0
      Even if I lost the use of my legs, I could still program...

      Yeah, but wouldn't it be a bitch if then stair manufacturers started lobbying the government on your behalf that it should forbid ramps and elevators, claiming that they "lag behind stairs, and thus that a transition to elevators and ramps will amount to discrimination against the mobility-impaired and those with other disabilities.".

      The chuzpah that these Microsoft-funded think-tanks have!

    2. Re:The rights of the individual by morgan_greywolf · · Score: 1

      MA doesn't have to turn its back on the 'small slice of its populace'. OpenOffice.org works pretty well with Gnopernicus on GNOME, for the most part, aside from a few minor bugs. Yeah, Gnopernicus doesn't support everything ZoomText or JAWS or SuperNova support. But, for the most part, we're talking about minor inconveniences rather than full blown showstoppers.

      OpenOffice.org on Windows doesn't work all that well with screen readers/magnifiers. So, go to *nix where a real accessibility interface exists.

      For those that need Voice Recognition technology, they'll have to wait until either WordPerfect implements ODF, or until Dragon and IBM update Naturally Speaking and ViaVoice to support OOo. I'd watch for IBM to update ViaVoice -- they probably will, being the open source advocates that they are.

    3. Re:The rights of the individual by size1one · · Score: 2, Interesting
      "Ultimately MA is going to have to decide whether it can afford to turn its back on a small slice of its populace or continue the process of inclusion. I'm hoping for the latter, since within the disabled spectrum, there are plenty of people still capable of working and being productive members of society."

      There are common misconceptions in the comments being made, here is the reality:

      • MA does NOT need to turn thier back on anyone.
      • Accessibility support does NOT require programmmers to donate thier time.

      MA can take the money they would have spent on microsoft licensing and instead spend it on the developing required features in openoffice/etc. Even better, they would look for support in other state and federal governments also willing to contribute. For the amount of money the entire U.S. (government, businesses, citizens) spends on office products, there is no feature that would be left out.

      There is nothing saying you can't pay opensource developers. IBM and other big companies do this for the linux kernel. I get paid for developing much smaller OS projects. Government and businesses just need to wake up and realize the potential cost savings they are overlooking.

    4. Re:The rights of the individual by OneSeventeen · · Score: 1

      As others have mentioned, switching to a more open file format has nothing to do with accessibility. Now, if they choose to outlaw accessible applications which read this software, then I agree, MA is doing something wrong there, but how long will it be until someone writes a standards compliant web page that can read OpenDocument? A lot quicker than someone making one that can read a word document.

      And another important factor is, are you saying all Americans with Disabilities should be forced to purchase Microsoft Office and run a Windows based PC before giving them the right to view documents that are supposedly released in the public domain? The number of Linux users, disabled or not, is increasing, and if you are so passionate about this, feel free to join mailing lists and tell OpenOffice.org to focus on Accessibility. The turnaround time in the [professional] Open Source community is much quicker than at Microsoft.

      Microsoft avidly opposes global standards that are intended to make viewing websites as easy and painless to the visually impaired as possible. The only reason I have heard from Microsoft's camp is "we don't like that standard", not why they don't like it, or why it is good for the rest of the world but not for them, just that they don't like it. More likely their marketing department realized if they made it too difficult to design for their browser and standards compliant browsers, people would ultimately stick with IE. Instead, people are developing pages with more table layouts, flash animations, and things of that nature because IE doesn't support some of the advanced formatting techniqes that other browsers, and the web standards, do. Which makes the web a much less accessable place.

      From everything I've seen, Open Source is doing more for accessibility than Microsoft is, and OpenDocument is a file format, not an application. Microsoft is free to use OpenDocument, but they won't, because they would have to share the market with all of the other OpenDocument editors/readers.

      --
      "Now the trouble about trying to make yourself stupider than you really are is that you very often succeed." -C.S. Lewis
    5. Re:The rights of the individual by Billosaur · · Score: 1
      And another important factor is, are you saying all Americans with Disabilities should be forced to purchase Microsoft Office and run a Windows based PC before giving them the right to view documents that are supposedly released in the public domain? The number of Linux users, disabled or not, is increasing, and if you are so passionate about this, feel free to join mailing lists and tell OpenOffice.org to focus on Accessibility. The turnaround time in the [professional] Open Source community is much quicker than at Microsoft.

      No, what I'm saying is that it isn't a good idea to take a step backwards just to make a point. Let's face it, if this whole initiative is just a "in your face Microsoft!" move, then it's petty. But if it's an attempt to move forward, to level the playing field, and steer things toward a more Open Source approach, the least that can be done is to make sure no one is lost along the way. If this change is going to be made then OpenOffice needs to be up to at least the current level of capability, so no one suddenly loses functionality they just gained.

      And while things might move faster in the Open Source world, dealing with accessability issues in anything has never been glamorous, least of all software. Even getting Microsoft to address the issue was initially like pulling teeth (but what else is new?). There does need to be a push, not just to match the current technology, but improve and expand it. Open Source is everyone's best bet in that regard. It just requires finding people and organizations who will dedicate themselves to it.

      --
      GetOuttaMySpace - The Anti-Social Network
  16. What really needs to be done by JWW · · Score: 4, Interesting

    What really needs to be done is for the accessibility lobby to put pressure on Microsoft to support Opendoc.

    Microsoft is using them. The one thing Microsoft can't have is an open format supported for Office documents. Office is the real monopoly, windows loses a lot of its lockin if it weren't for Office.

    Microsoft will fight this tooth and nail. What Mass. should do if the Opendoc inititave fails, is mandate that their provider of office software publically provide specifications for their file formats. If Microsoft refuses that, I think they should return to court on antitrust violations.

    I'm sick of Microsoft always getting away with playing dirty. And it is playing dirty to use people who have accessibility issues using a comptuer to maintain your monopoly.

    1. Re:What really needs to be done by j.bellone · · Score: 1

      Okay, I am going to argue against this simply because I can, and I am tired of people bringing up the Antitrust litigation against Microsoft. First of all, it is their software, and they can choose not to allow it to be open sourced just like you can choose to use open source software. Deal with it. Do not get me wrong here, I am not flaming against the subject, but I don't believe you should be bringing up antitrust bullshit when its not relevant.

      What about Apple and FairPlay? Should Antitrust violations be brought up against them because I can't play my iTMS music on my Sony PSP, or how about the videos from iTVS? Don't even answer, because I know what you're answer is going to be. Its the same boat.

      What we need to be looking at here is why Microsoft should be supporting an OpenDocument format and not what we're going to do if they don't support an OpenDocument format. Microsoft is a business. If you were to implement a software format that you do not need to use and it will take business away from you does that sound like a logical fucking choice? Absolutely not. Think about it. Stop thinking about Microsoft, and just think about fucking logic.

      Why doesn't the government just release all of their documents in PDF format?

      --
      I'm f#$king magic!
    2. Re:What really needs to be done by Mr.+Hankey · · Score: 1

      I think what we really need to be looking at here is why a government would want to use an OpenDocument format. Anyone who has went through a couple of MS Office version transitions could come up with several good reasons, including older documents which require modifications to look correct on other versions; documents which cause MS Office to crash; and documents which are just unreadable even with MS Office's input file repair option. It's important to be able to preserve your data, especially if you have mountains of it. A proprietary, opaque format which can and will change over time without documentation is not as useful for this purpose.

      Given that a government has solid reasons for wanting this, and requests it for inclusion, that gives Microsoft a very good reason for supporting the format. If said government is actually mandating an open format, in this case OpenDocument, that goes from a good to excellent reason. It's Microsoft's choice really, governments in general tend to be one of Microsoft's larger customers. If they choose to ignore such requests, they shouldn't be surprised if organizations pursue other options when governments require other formats. That'll take a much larger chunk of business away from Microsoft than simply supporting the new format.

      Finally, keep in mind that other office apps almost always support MS Office formats, although usually with glitches. To be fair however, these glitches are not dissimilar to those problems found between different Office versions. The current documents are thus about as readable as they might be with the next version of MS Office. Switching to an alternative isn't really more or less painful than moving to the next version of MS Office. If one gains document transparency in the transition, that's a solid reason to switch.

      FWIW, I think you'll find that the government does release a lot of documents in PDF format, especially forms. That's certainly the case with our state's DMV and the USCIS.

      --
      GPL: Free as in will
    3. Re:What really needs to be done by JWW · · Score: 1

      What about Apple and FairPlay? Should Antitrust violations be brought up against them because I can't play my iTMS music on my Sony PSP, or how about the videos from iTVS? Don't even answer, because I know what you're answer is going to be. Its the same boat.

      Wow, thats amazing, I actually had to think up my response, but you already knew what it was.

      I believe that anti-trust is relevant here because Microsoft has over 90% of the word processing market and continually changes their file formats to foil competition. Apple actually is getting pretty close IMHO to having enough of the market for online music to be bordering on having anti-trust issues with regards to other player support.

      Its not about how you do business (open formats or not) it about how the market is layed out and how much of it you control. Microsoft uses its file formats to control Office software suites, and Apple uses Fairplay to control the mp3 player market. Actually both cases do have potential antitrust issues, it all depends on market share.

  17. Accesibility Problems Can Be Fixed.... by hanavi · · Score: 1

    but the fact that not all people can afford to spend over $100 on proprietary software for a proprietary format that is _FORCED_ by a government... that is a little bit more of an issue to me when it could be accesible for free using an OpenSource solution...

    1. Re:Accesibility Problems Can Be Fixed.... by danielk1982 · · Score: 1, Informative

      but the fact that not all people can afford to spend over $100 on proprietary software for a proprietary format that is _FORCED_ by a government

      They don't have to.

      They can either view .doc files via OpenOffice (which 90% of the time does the job) or they can downloaded the doc viewer from Microsoft. =)

      Besides, most of the time, documentation is used internally anyway.

  18. Yeah well... by Anonymous Coward · · Score: 0

    Since a lot of that accessibility stuff simply plugs into Word this is just another argument for forcing Micro$oft to adopt ODF...

  19. I'm not sure this is accurate by $RANDOMLUSER · · Score: 4, Interesting

    I've got a friend who has wet macular degeneration: he's slowly going blind, has been for years. He uses a 21-inch monitor, and every time he gets a new machine, I have to install his magnification software (sorry, the name escapes me). It costs several hundred dollars, and he's bought copies for NT 4, Win2K and XP through the years. He cussed for a solid ten minutes when I showed him KMagnifier, as it does everything his Windows magnifier does, and then some.

    --
    No folly is more costly than the folly of intolerant idealism. - Winston Churchill
    1. Re:I'm not sure this is accurate by gbjbaanb · · Score: 1

      If he's registered as disabled, then your taxes should be paying for that software - that's why it costs hundreds of dollars...

      Anyway, I don't know what software it is, but have you considered the free magnifier powertoy? http://www.microsoft.com/windowsxp/downloads/power toys/xppowertoys.mspx

    2. Re:I'm not sure this is accurate by mrchaotica · · Score: 1

      The magnifier powertoy isn't free. In fact, it costs ~$200 retail, because you have to buy Windows to get it.

      Why would you want him to spend $200 to get the powertoy, when KMagnifier is actually free, and is probably better anyway?

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    3. Re:I'm not sure this is accurate by Duhavid · · Score: 1

      So, does his magnification software work with Open Office for Windows?
      Or just Microsoft's?

      --
      emt 377 emt 4
    4. Re:I'm not sure this is accurate by suezz · · Score: 1

      "If he's registered as disabled, then your taxes should be paying for that software - that's why it costs hundreds of dollars.."

      ya that makes sense - just because taxes pay for it doesn't make it right.

      ya I guess since software is underwritten for schools they should still cough up thier share of money when they really don't have to when there are better open source alternatives out there.

      I am glad microsoft brought this subject up. they will regret it because now there will be open source accessability applications out there that will be much better than any windows crap.

    5. Re:I'm not sure this is accurate by Anonymous Coward · · Score: 0

      its got nothing to do with Microsoft. If you are selling something to a market where someone else picks up the bill, then you can charge what you like and your customers will happily 'pay' it.

      Some of the simplest things are massively overpriced (IMHO) when they are sold, especially to the health care sector.

  20. Youth by troon · · Score: 3, Funny

    Getting any younger?

    Yes, I am.

    --
    Ydco co ,df C erb-y go. a Ekrpat t.fxrapev
    1. Re:Youth by shis-ka-bob · · Score: 2, Funny
      I commend our superluminary overlord. If you happen to be looking for a date, I sugggest Miss Bright, who gained fame as the object of poetry ...
      There was a young lady named Bright
      Whose speed was much faster than light.
      She set out one day,
      in a relative way,
      And returned on the previous night.
      Poets may not think much of this, but for a physicist its relatively good.
      --
      Think global, act loco
  21. Vendor issue? by Mr+Silly · · Score: 0

    It appear from the article that without multiple vendor support MS Office products would have the same accessability problems as Open Office. It would seem that getting the vendors on board who do text-to-speech screen readers and those who write comprehension software for those with cognitive imparement would go a long way to solving the problems that are percieved. For the most part though the article does say that Open Office does meet the needs of a great many with minor dissabilities. At what point does one decide that a program should be avoided?

  22. Re:I have no doubt they'll cave by Anonymous Coward · · Score: 0

    "Whatever is good for RapidEye is the common good". Or so I would surmise.

    If liberals are bleeding hearts pandering to the lowest common denominators, conservatives are greedy savages who only pander to themselves.

  23. Re:I have no doubt they'll cave by dslauson · · Score: 2, Insightful

    Whoah, hold on! Protecting the rights of the disabled is not, as you say, sinking to the lowest common denominator. This is serious stuff, and they're right: this is an area where the open source software is deficient.

    This isn't just grasping for straws, here. I used to work for the gov, and accessability is, and always has been, a big issue. All our web pages had to be ADA compliant, etc...

    Of course it would be a total shame to see this make Mass. switch, but if OSS developers want adoption by government institutions, they'd better make accessability a consideration, otherwise this will always be a roadblock, and one that government institutions can't help but acknowledge.

  24. Sorry, but this makes my blood boil... by Noryungi · · Score: 5, Insightful

    [...] the accessibility community, who claim that Open-Source desktop software lags behind Windows; and thus that a transition to Open Document will amount to discrimination against the blind and those with other disabilities.

    How on earth can an open-source document format be a discrimination against the blind and/or handicapped?

    If it's a documented standard -- and it will be -- an open-source document format can actually be converted into other documented formats (ASCII text, ISO-8859-X text, CSV, RTF, HTML, etc, even sound waves through a vocal synthetizer) that are actually easier to use for blind users!!

    Compare and contrast this with the plight of handicapped people who are now using proprietary document formats, created by proprietary applications under proprietary operating systems... and who find out, the hard way, that their applications do not work anymore with their Braille readers under the newest version of the operating system. Or that they have to go through countless hoops to convert the proprietary document into another proprietary format, that they have no way to check for accuracy and/or problems. Or that can be endlessly confused by the changes that each version of ____________ [insert application name here] intoduces in its already confusing GUI.

    I worked for about a year and a half for a non-profit that was dedicated to improving the access of blind people to computer technology. Those were the days of DOS and BBS, a time many blind people remember as a true 'golden age', since most information was textual, and there was very little that could not be done with a simple Braille terminal emulator and/or speech synthetizer.

    Windows changed all that, for the worst. I knew people who used to be good programmers despite their handicaps who found themselves out of a job. Others that found themselves increasingly locked-out of the Internet revolution because the www was increasingly becoming graphical.

    And now, people attack Open Document on the basis that it creates discrimination against blind people? Come on, that is the most ridiculous argument I have heard in a long while. If anything, a truly universal, XML-based document format would be perfect for these users!

    In the worst possible case, I will volunteer to write converters to make sure these new documents can be exported into proprietary apps. And I am not joking: this was actually one of the things I did at the non-profit I mentioned above.

    --
    The right to offend is far more important than the right not to be offended. (Rowan Atkinson)
    1. Re:Sorry, but this makes my blood boil... by Danse · · Score: 2, Informative

      Maybe you should write a letter to some of the folks involved. The article mentions at least these three:

      Mass. Commission for the Blind

      MATP Massachusetts Assistive Technology Partnership

      The National Council on Disability

      There may be others that should be included as well, but that would be a start.

      --
      It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
    2. Re:Sorry, but this makes my blood boil... by dtfinch · · Score: 1

      I'm not sure if sending them written letters will do much good. How about phone calls?

    3. Re:Sorry, but this makes my blood boil... by NutscrapeSucks · · Score: 0, Troll

      Look, there's nobody to blame but the advocates who linked OpenDocument and OpenOffice in what looks like blatent Anybody-But-Microsoftism.

      They tried to use the advantages of an open document format to make up for the feature deficiencies of a second-tier office suite. The problem is that there's certain deficiencies that can't be easily overlooked, and accessiblity just happens to be one that's coded into law.

      In the worst possible case, I will volunteer to write converters to make sure these new documents can be exported into proprietary apps.

      That's not the worst case -- that's the best case for everyone. If OpenDocument is going to be a success, it needs the broadest possible software support. If it's just a psuedo-proprietary attempt to FUD-Attack the open MS XML formats and get rid of MS Office, then OpenDocument is worthless.

      The interesting part of this accessiblity issue is that it makes it very obvious what people's motives really are.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    4. Re:Sorry, but this makes my blood boil... by cowboy76Spain · · Score: 1

      If it's a documented standard -- and it will be -- an open-source document format can actually be converted into other documented formats (ASCII text, ISO-8859-X text, CSV, RTF, HTML, etc, even sound waves through a vocal synthetizer) that are actually easier to use for blind users!!

      As said in another post, you fall in the falacy that the important thing is that it can be done (somehow, by someone, at an unknown future time) instead of focusing in if it has been done yet. The fabulous OO program that we will have in ten years does not solve any trouble now

      --
      Why can't /. have a rich-text editor? Editing your own HTML is so XXth century.
    5. Re:Sorry, but this makes my blood boil... by PhilHibbs · · Score: 1

      Sure, the format's open, so in theory you can build a tool to transfrom ODF into a paper hat, but it's a matter of practicality and the current state of the market. All the best accessibility tools* are for Microsoft Windows, and specifically for Microsoft Office. Therefore mandating ODF means that disabled people have to give up all their current accessibility tools and start using inferior products. TFA gives a really good summary of the state of play, including some of the advantages that GNOME has, so it isn't cut-and-dry.

      I understand why you're upset, but basically until the third-party tools are better, this is a fair criticism (although maybe not a show-stopper).

      *OK, not strictly "all" or "best", but most of the popular ones

    6. Re:Sorry, but this makes my blood boil... by Misch · · Score: 1

      I thought Microsoft used the slogan "Where do you want to go today?"

      I guess Microsoft isn't going there...

      --

      --You will rephrase your request for me to go to hell. Goto statements are not acceptable programming constructs
  25. Re:Umm uhhh..... by $RANDOMLUSER · · Score: 2, Funny
    > ...isn't accessability for retards?

    Can we assume you're using it?

    --
    No folly is more costly than the folly of intolerant idealism. - Winston Churchill
  26. JAWS only works well with IE by scubacuda · · Score: 1

    A blind friend of mine uses JAWS on his computer. He says he can't use Firefox because of JAWS' inability to work well with anything but IE.

    1. Re:JAWS only works well with IE by NutscrapeSucks · · Score: 1

      This makes sense -- if you go back six or seven years ago, Microsoft was opening up the IE APIs to thirdparty developers, while Nutscrape was adamant about keeping their browser a closed box. IIUC, JAWS and other Windows screenreaders directly access the IE DOM rather than screen-scraping.

      Even after the launch of Mozilla, there's always been questions about the API stability and there has not been much if any thirdparty software which encapsulates Mozilla tech, which is a bit of a shame.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    2. Re:JAWS only works well with IE by meringuoid · · Score: 1
      A blind friend of mine uses JAWS on his computer. He says he can't use Firefox because of JAWS' inability to work well with anything but IE.

      How about lynx? I'm pretty sure that works with speech synthesisers. Obviously you wouldn't get the pictures or animations, but... er...

      --
      Real Daleks don't climb stairs - they level the building.
    3. Re:JAWS only works well with IE by NutscrapeSucks · · Score: 1

      Maybe a dumb question, but how does Lynx integrate with screen readers? Is there a library interface, or does the screen reader have to query the terminal and say "Well, this text is red so I guess it must be a link"? It seems to me that it would almost be easier to build a web reader around wget than Lynx.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    4. Re:JAWS only works well with IE by Bogtha · · Score: 1

      He says he can't use Firefox because of JAWS' inability to work well with anything but IE.

      Has he tried Fangs, the aural extension for Firefox? Opera has aural support too.

      --
      Bogtha Bogtha Bogtha
    5. Re:JAWS only works well with IE by R4modulator · · Score: 5, Informative

      I'm work for IBM as one of those 'accessibility experts' and am the module owner for accessibility in Firefox. IBM picked up the Firefox and Gecko accessibility work after AOL lost interest in anything Mozilla-related.

      JAWS 7 in fact works with Firefox 1.5. Ask your friend to try that combination -- Firefox 1.5 RC 2 is avalable on mozilla.org. Your friend can also try Window-Eyes 5.5 with Firefox 1.5 -- it works great.

      It took me since 2001 to get all of the APIs implemented that were required for Mozilla accessibility on Windows. We also had tons of keyboard, focus and UI issues to fix. Then there is the new stuff -- accessibility for JavaScript/DHTML/AJAX applications. Firefox 1.5 is the first browser to provide the ability for authors to make custom DHTML widgets accessible. See http://www.mozilla.org/access. So we're going beyond the status quo.

      For any application with any kind of document viewer or editor application with its own engine, accessibility requires a lot of work in the code. After that it requires a great deal of cooperation from screen reader companies so that two complex systems interact correctly.

      Aaron Leventhal
      http://www.mozilla.org/access

    6. Re:JAWS only works well with IE by Orrin+Bloquy · · Score: 0

      O RLY? Tell me which screen readers correctly recognize that stylesheets aimed at device="screen" should be ignored by them? This is a major bone to pick, and all the mealymouthed garbage from JAWS about how conforming to this spec would confuse their user base cuts no mustard.

      --
      "Made up/misattributed quote that makes me look smart. I am on /. and I must look smart."
    7. Re:JAWS only works well with IE by nmos · · Score: 1

      JAWS 7 in fact works with Firefox 1.5.

      Out of the box or do we need to download/install anything else for Jaws?

  27. Huh? by el_womble · · Score: 2, Interesting

    I'm sorry, this is absolutely riddiculous. The last time I checked being blind / deaf / disabled didn't stop you from programming. Providing you have the mental aptitude you can do pretty much anything with a computer - look at Stephen Hawking - he writes books on physics that's got to be harder than programming!

    If the various 'disabled' communities don't like the support that their 'given' with an open source project then they need to get programming the support themselves or raising funds so they can fund coffee addled nerds to do it for them.

    In fact, if this is the only thing thats stopping Open Office being supported by local governments then I'll be supprised if its not in the next release.

    --
    Scared of flying, pointy things snce 1979!
    1. Re:Huh? by arkanes · · Score: 1

      Several years ago MS dedicated a lot of work to accessibility in Office in order to get a MA contract. I believe it was between Office 98 and 2000. I would not be suprised if IBM or Sun were willing to make similiar concessions, assuming that the whole process isn't derailed by MS flunkies in government.

    2. Re:Huh? by Anonymous Coward · · Score: 0

      "look at Stephen Hawking - he writes books on physics that's got to be harder than programming!"

      Yes all he needs is an able bodied person with a pen and lots of patience....

      duh.

  28. Uaaah... by Anonymous Coward · · Score: 0

    Open Source.

    I write open source because I like to do. I don't care if the stuff I write sucks plain ass or takes away the jobs of millions.

    I don't care about hyper-hysteric /. articles whining about problems and having names in them.

    You want to know why?
    Because I don't have to care about stupid whining.

    That's the reason why open source might take a little longer but still it is written by happy programmers.

    I'm not going paid for writing open source stuff. So stop your stupid 08/15-user whinge and use Windows instead. I lose neither money nor nerves if you do so.

    1. Re:Uaaah... by joukev · · Score: 2, Insightful

      Luckily not every Open Source developer is such an egocentric ass like you are

  29. Open source opportunity by jimand · · Score: 3, Insightful

    Now's the chance for open source advocates to show the power of open source. If enough volunteers step forward to resolve the accessibility issues in OpenOffice so that Massachusetts can go forward with their Open Document initiative then it will be a huge feather in the open source cap.

    1. Re:Open source opportunity by Col.+Bloodnok · · Score: 1

      Meanwhile, in the real world. Guess how many non-Sun developers actively contribute to the OpenOffice project?

      (hint: think single figures)

    2. Re:Open source opportunity by ookaze · · Score: 1

      Now's the chance for open source advocates to show the power of open source

      No, not now. They started thinking that way 5 years ago, so you're pretty late to the thinking.

      If enough volunteers step forward to resolve the accessibility issues in OpenOffice so that Massachusetts can go forward with their Open Document initiative then it will be a huge feather in the open source cap

      I don't understand what you mean.
      FOSS desktops ALREADY provides the support, and OOo 2 ALREADY uses it.
      On Windows, there is NO useful accessibility support. Only MS Office is supported by 3rd parties.
      Actually, you need several expensive 3rd parties made specifically for MS Office on Windows to provide the same level of accessibility that OOo provides on a Gnome desktop.
      MS Office provides NO accessibility API, all of these is provided by hooks from 3rd parties.
      So MS is actually in no position to speak about ODF accessibility, or of OOo accessibility (the app associated with ODF).
      Using MS funded organisations and pushing disabled people (who remember their job loss due to no support from accessibility in Windows), MS is trying to crush ODF (and won't support ODF instead to help disabled people, how hypocritical).

  30. Accessability by CastrTroy · · Score: 1

    What about accessability of those who can't afford to spend $500 on an office suite, and $200 on an operating system. I'm aware of the real meaning of accessiblity, but lets take a look at the real problems. By sticking with a closed format, you're making the document way less "accessible" then if it is in some open format. Open formats also allow anyone who wants to to make a more accessible application. With a closed format, it will only be as accessible as microsoft wants to make it.

    --

    Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    1. Re:Accessability by Anonymous Coward · · Score: 0

      XP Home can be had for under $100. Office 2003 Professinal is under $300.

    2. Re:Accessability by Anonymous Coward · · Score: 0
      XP Home can be had for under $100.
      No.

      Office 2003 Professinal is under $300.
      That's way too fucking much.
    3. Re:Accessability by CastrTroy · · Score: 1

      Even if those are the real prices, it's still way too much for people who are living on minimum wage, especially when free as in beer alternatives are available.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    4. Re:Accessability by Intron · · Score: 1

      $99 is the UPGRADE price

      Windows XP Home Edition Eligibility according to MS

      Windows 3.1 - NO
      Any Evaluation Version - NO
      Any Server Version - NO
      Windows 95 - NO
      Windows 98/Windows 98 SE - YES
      Windows Me - YES
      Windows NT 3.51 - NO
      Windows NT 4.0 - NO
      Windows 2000 Professional - NO
      Windows XP Professional - NO

      --
      Intron: the portion of DNA which expresses nothing useful.
  31. Well, by Anonymous Coward · · Score: 0

    I'd say they're right. Maybe they are arguing for the wrong reasons, but with the ADA, they've got a valid argument.

  32. I'd disagree by Peregr1n · · Score: 3, Insightful

    Having worked in accessibility for years I'd say that open source is the friend of accessibility. A document that can be easily read in any standards-compliant browser or application, or easily converted into accessible form (eg. speech), is most welcome.

    The main problem is documents which can only be opened in the particular application that generated them. Microsoft documents are an example of this; although as they're so popular, pretty much all accessibility companion-style programs sit on top of Word and change the style of delivery (style, size, clarity, to speech, etc) appropriately.

    So if everyone used open source, standards-compliant documents, there would be no need for the majority of accessibility programs. I think moving to open source document formats removes much of the accessibility problem at the source, rather than working round it, which is what most solutions do at the minute.

    1. Re:I'd disagree by Anonymous Coward · · Score: 0

      There might be some lobbying behind the scenes by the proprietary accessibility-software makers. The ADA might be under big pressure by the software vendors threatened to lose their business to open applications. e.g."If you won't do anything to prevent this move we might not be able to provide accessibility software for you anymore"
      I put on my paranoid robe and tinfoil hat.

  33. Re:I have no doubt they'll cave by RapidEye · · Score: 1

    I won't even bother with those too cowardly to post with their own names...

    As to Joking/Republican-dar - you need to get BOTH calibrated; 'cause I'm neither! =-)

    --
    "Murderer? Well, that's a harsh word. I prefer to think of myself as a Mortality Technician."
  34. Accessibility == Good Development Practices by mogrify · · Score: 1

    I'm on a team that manages a very large website for a state government agency. We are, as of recently, facing new statewide standards for IT accessibility. What we are finding out is that developing accessible applications and content actually goes hand-in-hand with other development best practices. For example, it's far easier to develop a site template that uses CSS for all aspects of presentation than it is to maintain alternative text-only content for screen readers (which is a requirement of the accessibility standards).

    At least on the web side, if you already follow good development practices, maintain W3C compliance, etc., then adding accessibility to the mix isn't that much of a stretch. We've got some legacy applications left over that are going to be hell to bring into compliance because these practices weren't followed - the HTML's all mixed in with the logic.

    We've got a lot of work ahead, but we don't consider it a hardship - our site will be easier to maintain in the long run, because accessibility standards just happen to encourage a highly maintainable site design.

    --
    perl -e 'foreach(values %SIG){$_="IGNORE";}while(){}'
  35. Non Sequitor Argument? by rolfwind · · Score: 4, Insightful
    Massachusetts' effort to institute open, non-proprietary document formats has come from the accessibility community, who claim that Open-Source desktop software lags behind Windows; and thus that a transition to Open Document will amount to discrimination against the blind and those with other disabilities


    What does one necessarily have to do with the other? Microsoft can put in the fileformat in their software just like OpenSource apps.
    1. Re:Non Sequitor Argument? by PhilHibbs · · Score: 1

      That's silly. If they had chosen a format for which no software existed at all, then they would have been criticized, and justifiedly so, despite the fact that anyone can implement it. It is claimed that they chose a format for which the current market does not supply adequate accesibility functionality. It was phrased in the form of a non-sequitur, but it's a valid point nonetheless.

    2. Re:Non Sequitor Argument? by Anonymous Coward · · Score: 0

      Theoretically you're right, but in the year it takes to add OpenDocument support what do disabled people do? What if able-bodied people were in a similar predicament -- would they even allow it? You see now that disabled people are being distinguished and discriminated against in the meantime, for your scenario.

  36. The Issue is "Screen Readers" by cwgmpls · · Score: 2, Insightful
    When people talk about "accessibility problems", that is really just a code phrase for the lack of a good screen reader for blind users. If you don't know what a screen reader is, just look at JAWS, the most popular screen reader in Windows. I believe you can even download an evaluation Windows version from there to play with.

    There are dozens of people working on screen readers for various linux GUIs. Just do a google search for "linux screen reader". But none of them are as full-featured as JAWS, and certainly none of them are taught to blind students in school so it is unlikely that they are much use to the general blind community at the moment.

    All it would take is for some reputable Windows screen reader maker, like Freedom Scientific or GWMicro to come out with a version for KDE or something. Certainly those folks have the skills and knowledge of the blind community to do it right and be quickly adopted by blind users. Why doesn't some Linux group cozy up to one of those two companies, get the product developed, and put this issue behind them?

    1. Re:The Issue is "Screen Readers" by siriuskase · · Score: 1
      From the website:
      Purchasing Information
       
      JAWS Professional: $1,095
            + SMA: $200
            + Remote Access: $200
       
      JAWS Standard: $895
            + SMA: $120
      Damn that's expensive! are students allowed to borrow/share/steal? I can see paying this kind of money if it is necessary for your job, but for someone who might not ever be able to work, this would be a major gamble with money they don't have. This is more than a monthly benefits check in the USA.
      --
      If you must moderate, please moderate as irrelevent, not something bad, because I'm sure someone will find this interest
    2. Re:The Issue is "Screen Readers" by cwgmpls · · Score: 1
      If your offended by the price, you'd be doubly offended to know that that is almost always paid for by your tax dollars. Most screen readers are paid for either by schools or by public vocational service programs. Very few blind people, especially students, are able to shell out that kind of money to make a $400 computer accessible.

      There is a big opportunity for some open-source solution to step in here. And the government sector would gobble it up once it became workable -- they're the ones shelling out big bucks on current screen readers.

      Macintosh Tiger has a rich screen reader built-in. There are several open source projects underway for screen readers in KDE. But none of these new alternatives will have any success until the blind users are aware of them, teachers of the blind begin incorporateing these new products into their lesson plans, and employers of the blind figure out how to use these new products to make their blind employees productive.

      That is why the JAWS/Windows combination is so pervasive right now. Not because it is the only solution, and certainly not because it is affordable. Only because no one else has ben able to piece together a decent screen reader on another platform and integrate it into real-world school and work environments.

    3. Re:The Issue is "Screen Readers" by Seraphim_72 · · Score: 2, Insightful
      But none of them are as full-featured as JAWS
      As the go to person for JAWS at my workplace I really have to say that JAWS blows. Because of the GUIed nature of windows it constantly reads garbage that even a blid person doesn't need to know. The voices are no better than the good old Talking Moose that used to run on my Mac 512. The licencing is horrible and until about a year ago *required* a floppy to install correctly, and if that floppy failed you had to wait while they sent you a new one. No, in all honesty if JAWS is state of the art for screen readers, the blind need a new advocate.

      Sera

      --
      Slashdot, where armchair scientists get shouted down and armchair theologians get modded up.
    4. Re:The Issue is "Screen Readers" by joukev · · Score: 1

      And have you ever thought about who pays for this kind of software in countries where no school, rehab center or other government-funded organization pays for it? Indeed, these people depend on charity. And that's one more reason to create open source alternatives for it.

      My own software is being used in (for example) Russia, India and African countries simply because they can't afford the commercial, proprietary counterparts.

      Jouke Visser

  37. If they're that serious about accessibility, they by ArsenneLupin · · Score: 1
    should forbid IE-only websites, and flash sites! Indeed, those sites are impossible to "read" using a braille line, or a text-to-speech converter

    Sheesh!

    What will they come up with next? That Open Source software is too expensive? Not customizable enough? Putting too much power into the monopolists hands?

    Or maybe, staircase manufacturers should lobby goverments to forbid ramps and elevators. Indeed, on a ramp, the elderly may slip, and an elevator is unusable by a retard. They harm accessibility, bring back the stairs!

  38. I call bs! by ankarbass · · Score: 1

    ODF does not exclude windows. Microsoft is free to implement ODF like everyone else. Moving to ODF will be difficult for everyone, not just the disabled, the argument is that in the long run it will be better for everyone, including the disabled.

    I don't thinks that you can roll out ODF in a day and things will just run smoothly. There will have to be a transition period where documents are available and accepted in multiple formats.

    --
    Wanted: Clever sig, top $ paid, all offers considered.
    1. Re:I call bs! by ankarbass · · Score: 1

      bah

      I don't believe that anyone thinks that you can...

      --
      Wanted: Clever sig, top $ paid, all offers considered.
  39. Competitive Bid Process by sunderland56 · · Score: 2, Insightful

    As a government entity, when Massachusetts purchases software, it has to be done through a competitive bid process. The state is simply saying that "needs to use and support the Open Document file format" should be added to the requirements list for those bids. Adding another clause about "needs to adequately support impaired users" is equally easy.

  40. Re:If they're that serious about accessibility, th by cwgmpls · · Score: 1

    Actually, the most popular screen reader on the market, JAWS by Freedom Scientific, only works consistantly with IE and nothing else. That is because Freedom Scientific has a very cozy relationship with MS and codes their screen reader to work specifically with IE. If the OpenDocument people want the same level of screen reader support that MS gets from Freedom Scientific and GWMicro, they are going to have to develop the same tight relationship with these mainstream assistive technology companies that MS now enjoys.

  41. Give them large monitors by aphaenogaster · · Score: 4, Funny

    My grandfather started having eye problems around 90 so I bought him a used 21 inch ergo 1600 monitor. Set it to 800x600 and now he is a happy camper.

  42. Re:Eyes as good as they used to be? by ultranova · · Score: 2, Insightful

    Anyway, If you can't see well enough to use a computer, use some fucking paper.

    I wouldn't recommend that - there are some places where you really don't want papercuts.

    Besides, if you can't see the computer screen, where you can adjust the contrast, brightness, and font size, and perhaps even get a screen reader to read the text to you, just how are you going to see text on paper ?

    --

    Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  43. Yea, sounds great! by EraserMouseMan · · Score: 4, Interesting

    So here's what you want. You want highly-skilled developers to volunteer months of their time to write this free of charge. Then you'll turn around and charge MA $100/hr to implement OOo. Sounds wonderful. I'll get right on that. I love how all the Open Source junkies want developers to donate so they can charge big bucks to deploy the Open Source software.

    Everybody loves FOSS. How come there isn't an FOSC(Free Open Source Consulting) withing the OS movement? And don't talk about how you installed Red Hat for your grandma either. I'm talking about taking 3 months out of your personal time to help deploy a Linux solution for a mid-sized business and not charge them a dime. That's what the OSS developers do every day.

    1. Re:Yea, sounds great! by Anonymous Coward · · Score: 1, Insightful

      I would think that the politicians in Mass. ( and elsewhere) would perhaps be bright enough to hire some programmers to develop whatever features are required? Seems like a fairly simple and straightforward solution and everybody wins.

      Oh, I forgot, the politicians (and apparently the disabled as well, now - just give the disabled a few peanuts, you know, "free" proprietary software, that should do it, etc.) are in the pockets of the big corporations and their strings are being pulled.

    2. Re:Yea, sounds great! by _Swank · · Score: 3, Insightful

      In fact, the politicians in Massachusetts are bright enough NOT to hire some programmers to develop whatever features are required. Governments are NOT IT shops and they don't usually have the expertise in either programming or managing programming projects to be able to do this in any way cost effectively. And it's not something they should try to get into - it's completely orthogonal to the business of governance. As such, it has nothing to do with being 'in the pockets' of anybody and all to do with 'that's not what we know how to do.'

    3. Re:Yea, sounds great! by Duhavid · · Score: 1

      They do have an IT department.

      --
      emt 377 emt 4
    4. Re:Yea, sounds great! by AmigaBen · · Score: 2, Insightful
      You fail to realize that you make a piss-poor analogy.

      The developer who is developing OSS project XYZ "free of charge" is likely doing it for a purpose important to him/herself. Whether it's for their own use or for some other purpose they deem appropriate motivation, it's something for them. Selfish? Maybe, but not in the typical sense. While they're likely creating it for a purpose that is 'selfish' on some level, point is that they don't then keep it for ONLY that purpose. They then let others have it for their own purposes as well.

      What precisely is in it for the person donating their time to implement it for a *business*? Maybe it would be different if you had mentioned doing it for a charity or non-profit, but you didn't. Because you know as well as I do, that you'd have received myriad responses from folks who HAD done that. Doing free work for a *business* (directly, rather than as an indirect consquence of doing something for yourself) is nothing short of stupidity.

      Mind you, I can fathom cases where it might be advantageous for a particular person to implement a particular package(s) for a particular business or three. But that then would answer the 'what is in it for them' question. Additionally, these are going to be the exception rather than the rule.

      --
      +5 Insightful, really!
    5. Re:Yea, sounds great! by j-cloth · · Score: 1

      Have you even been on a Gov't development project? There are (by necessity, I might add, but that's an argument for another day) so many layers and approvals and hurdles to jump through to develop something for government that it's always more efficient to develop it privately and sell the package. Then let their IT support it.

    6. Re:Yea, sounds great! by Duhavid · · Score: 1

      Nope, never had the pleasure. :-)

      I wasnt nessecarily arguing that having their IT div do the
      work was a good thing ( or a bad thing ), just seemed that
      the parent to my post thought that there was no IT associated
      in any way with govt, which is not the case ( leastways, as
      I understand it... )

      --
      emt 377 emt 4
    7. Re:Yea, sounds great! by Anonymous Coward · · Score: 0

      I wasnt nessecarily arguing that having their IT div do the
      work was a good thing ( or a bad thing ), just seemed that
      the parent to my post thought that there was no IT associated
      in any way with govt, which is not the case ( leastways, as
      I understand it... )


      You are attempting to mislead. That post did not say that "there was not IT associated in any way with govt." It said that "governments are not IT shops." And, guess what, governments are not IT shops.

    8. Re:Yea, sounds great! by Anonymous Coward · · Score: 0

      Supporting Linux and open source applications is tough when you're talking ordinary users. An ordinary user will call and say "OpenOffice puts this line thingy when I push backspace". Now how the hell are you going to debug an application with that? Working with other programmers and sysadmins is a joy, though. Some guy working at an ISP somewhere sends you an email announcing a bug and goes so far as to send you a fix. If all support were that easy I'd spend all day on IRC.
      But it's not, and I have intention of telling everyone new to X application how to use GDB to help me help them.
      Most open source projects have forums, wikis, bugzillas, mailing lists, and IRC channels. Not to mention documentation. Forums are particularly great for allowing moderately experienced users to help newbies without draining developer time. What you're saying about open source consulting...it's already there, just different from traditional support. You don't pay for support, instead you google and ask politely until you find the person or website that answers your question, with the understanding that phones are forbidden. Most developers would rather be dead than help someone they never met troubleshoot a network service over the phone for free.
      If you want to use the phone, find space in your budget to throw cash at RedHat, Sun, Microsoft. But if you want free support, use the free support that's already there or just fucking google it.

    9. Re:Yea, sounds great! by div_2n · · Score: 1

      How come there isn't an FOSC(Free Open Source Consulting)

      I have wondered this before and myself would gladly volunteer spare time to help in ways that wouldn't cause me to lose income.

      I'm talking about taking 3 months out of your personal time to help deploy a Linux solution for a mid-sized business and not charge them a dime. That's what the OSS developers do every day.

      Right. Because Alan Cox, Linus Torvalds, Andrew Morton, Ben Goodger, Darin Fisher and many others aren't paid specifically to work on OSS.

    10. Re:Yea, sounds great! by EraserMouseMan · · Score: 1

      So you're saying that when an OSS developer developes some feature/software for his own personal motivation he also is happy that a charity or non-profit will get to use his software. And he intends to charge a business if they want to use it? You're crazy. Nobody looks at OSS development that way. They open source their code because of the basic principles of OSS. Those principles don't imply that OSS is only free to charities and not businesses.

      Everybody from a hacker to a charity benefits from Open Source software. Free Open Source Consultants shouldn't discriminate either. Besides there are hords of /.ers that would disagree with your selfish motivation principle.

    11. Re:Yea, sounds great! by orasio · · Score: 1

      The principles of OSS are not about making no cost softare for the community.
      OSS is all about openness, not about cost, and not even about freedom.

      Free software is about making software free for the users, so they don't lose freedom when using the software (freedom to share it, to imporve it, and to sahre modifications they make).

      Free software advocate developers develop free softwware, because they think that all software should be free, and they do that part. They win themselves, by being part of a community that shares their software.

      Free Software and Open Source Software are fundamentally different. There is no philosphy behind OSS. that "FOSS" buzzword means nothing specific.

      People who develop free software, or open source software, for that matter, don't do that because they like to work for free. Many of them are paid. The whole idea is that each of them has their reasons to keep ther software open, or free.
      OSS developers fundamentally like technology to work together, and some companies embrace OS Software.
      Free sfotware developers free their software, because they want to help build free software platforms, where users have more freedom than with proprietary alternatives. Nobody said they do it for free. Some do. Some don't. It's not about altruism in this case, it's about ideals.

      That free consulting thing you were talking about looks like IT charity. I don't think charity works that well. I like actions that fundamentally change stuff, specially regarding the current state of software. Charity is good for keeping static the statu quo, not for changing it. The free software movement is not about people doing charitable work for others, it's about people protecting their freedom, and other people's freedom, too.

    12. Re:Yea, sounds great! by vrmlguy · · Score: 1
      So here's what you want. You want highly-skilled developers to volunteer months of their time to write this free of charge. Then you'll turn around and charge MA $100/hr to implement OOo. Sounds wonderful. I'll get right on that. I love how all the Open Source junkies want developers to donate so they can charge big bucks to deploy the Open Source software.
      Just yesterday, I was just thinking about the similarities between open source and community theatre. Both are built on the efforts of unpaid volunteers who nonetheless work long, hard hours to perfect something that is unlikely to be a financial success. Both have corporate sponsors who pick up the tab for needed capital expenditures. And both have a few paid professionals to work full-time to keep everyone moving in the same direction and hopefully make the deadlines.
      --
      Nothing for 6-digit uids?
    13. Re:Yea, sounds great! by Anonymous Coward · · Score: 0

      So unless, I'm a developer in the OS community, my time doesn't count?

      Sorry, but that's why I've been volunteering my training skills 10 - 15 hours a week for the last few months in a NGO that provides and trains the disabled on assistive technology. I consider myself a highly skilled computer software trainer, who has to translate to the general public, the programs that the highly-skilled systems developer wrote

      I also remember downloading, installing and commenting on versions of OOo RC before OOo2.0 was released.

      I won't provide pro bono services to businesses, but will to NGO's. Lord knows, most of them are well meaning people who are very technologically illiterate

    14. Re:Yea, sounds great! by Duhavid · · Score: 2, Insightful
      Governments are NOT IT shops and they don't usually have the expertise in either programming or managing programming projects to be able to do this in any way cost effectively.


      They have an IT component that *ought* to be competent in programming or managing programming or procuring applications.

      True, Government, itself, is not an IT shop, but they do have an IT shop associated with them. Not many organizations
      are IT shops. Most have one associated with them, as part of the organization, but are enabling, not core,
      in just the same situation as Government.

      True, Governments are not IT shops. But lets look at part of that statement again. "..don't usually have the expertise in either programming or managing programming projects...". That seems to me to be claiming that there is no IT associated with Goverment.
      Which is not true.
      --
      emt 377 emt 4
  44. Obligatory monitor off reference by 192939495969798999 · · Score: 5, Informative

    Whenever an accessibility issue comes up, I have to remind everyone how it feels to operate a computer in accessibility mode. Turn on all the accessibility stuff you know about, then turn the monitor off and see how you do. We have blind people in our office that use computers with the monitor off -- until you've seen that in person, you can't understand how accessible computers /technology must be.

    --
    stuff |
    1. Re:Obligatory monitor off reference by Tom · · Score: 1

      I don't have a braille keyboard and screenreader, nor could I operate one if I had. I also lack the many years of experience in operating without eyesight that these people have.

      So turning off your monitor is not a good way to "see what they see", or rather: don't.

      --
      Assorted stuff I do sometimes: Lemuria.org
    2. Re:Obligatory monitor off reference by Anonymous Coward · · Score: 0

      It might be a good simulation of a new blind computer users experience. Not everybody is blind from birth, and even if they are they have to start somehwere.
      Also, it might simulate the disorientation felt when a blind person changes accessibility software.

    3. Re:Obligatory monitor off reference by Tom · · Score: 1

      I'm not blind nor do I know anyone who is. But I dare say then when you just lost your eyesight, you suddenly realize that there's much more important and more basic stuff to re-learn than reading your e-mail.

      --
      Assorted stuff I do sometimes: Lemuria.org
    4. Re:Obligatory monitor off reference by Anonymous Coward · · Score: 0
      I'm not blind nor do I know anyone who is. But I dare say then when you just lost your eyesight, you suddenly realize that there's much more important and more basic stuff to re-learn than reading your e-mail.

      Translation: Blind people don't need email. They should stick to improving their sense of smell.

    5. Re:Obligatory monitor off reference by Tom · · Score: 1

      Nice try, but I didn't say that and you know it.

      I'm sure that e-mail is important for blind people, especially as it is one of the few means of interaction where their handicap doesn't show at all to the recipient.

      But I'm also sure that crossing a street without being run over because you can't see the cars, walking down stairs instead of falling down stairs because you didn't see them and making yourself something to eat without being able to read the packaging are way ahead on the priority list.

      --
      Assorted stuff I do sometimes: Lemuria.org
  45. If I can't open the document in the future... by MWales · · Score: 1

    If I can't open the document in the future because a future version of Microsoft Word fails to recognize my word document made with Word 2000, how will the accessibility features help anything? The motivation behind open document format is to preserve the ability to open these documents in the future.

    And if accessibility is such a big issue, couldn't concerned users have both Open Office and Word installed, then have Open Office save the file as a word document, so said disabled person can use Word to view it.

    1. Re:If I can't open the document in the future... by Anonymous Coward · · Score: 0

      That's not the problem here, newer versions of Word can read the older format.
      The problem is that older versions of Word can't read the newer formats. If a person wants to read the newer formats they must upgrade their version of Word. This is how M$ keeps selling their products. You must upgrade to keep up with people/companies/etc... that produce documents with newer versions.

      Planned obsolesence.

  46. Where were they in 2000 by kimvette · · Score: 2, Insightful

    When Microsoft Office did not offer such accessibility features? Where was the pissing and moaning then?

    Let's not forget that People's Republik of Taxachussetts (Sorry, I live in Mass, I get disgusted by the rampant tax-and-spend mentality that has reigned here for years) is doing this to cut back on spending as well as to make documents accessible for as long as technology exists without dealing with vendor lock - and yet, for those folks who have handicaps which prevent their working with the current version of OOo/Star Office, they are going to make reasonable accomodations by giving those users Microsoft Office (they've been up-front about this from the very beginning) and others will convert documents as-needed for those employees.

    This whole "Accessibility issue" is merely a strawman Microsoft is trying to raise, because they are intent on not supporting OpenDoc because if they were forced to support the OpenDoc spec, then vendor lock is a thing of the past and the office suite market will once again be competitive. Who knows? Maybe IBM will bring back Lotus Smartsuite (AMI Pro was great in its prime) and maybe Corel will fix WordPerfect and make it into a viable product again, because if competition is introduced, there will be incentive for others to put R&D into their office suites, and then products can be chosen by both technical merit and cost, and not due to vendor lock due to purchase decisions made 10+ years ago.

    The Commonwealth of Massachusetts already has plans for reasonable accomodations. The law doesn't require that EVERYTHING be accessible, but that accomodations be made for those who need the accessibility, and by offering Microsoft Office to those dealing with physical handicaps, they have fulfilled that legal AND ethical requirement.

    --
    The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    1. Re:Where were they in 2000 by Anonymous Coward · · Score: 0

      Let's not forget that People's Republik of Taxachussetts (Sorry, I live in Mass, I get disgusted by the rampant tax-and-spend mentality that has reigned here for years)...

      Stop right there, and let's look at some figures: CNN has some.

      Hmm, looks like taxes in Masaschussetts are actually below the national average, with the state taking less than 10% of what its citizens earn. Compare this with Maine, taking a whopping 13%, and you really don't have it that bad. (Of course, you're much worse off than Alaska, where they only take about 6.5%, but who'd want to live in Alaska?)

  47. Re:I have no doubt they'll cave by CaymanIslandCarpedie · · Score: 1

    (sarcasam (making fun of parent post not REAL opinion))
    No shit!!! I hate how those handicapped freaks get all the good parking spots. And how come my tax dollars have to pay for some stupid ramp up the courthouse steps for a few old farts in wheelchairs???? Those bleeding heart libs are ruining everything!!!! Why don't we just take those handicapped leeches on society out back, put a bullet in the head and move on for the common good?!?!? I swear, when I pull up the the liquor store just down the road from my trailer and see that handicapped van parked right in front so I have to walk an extra 20 feet, I get sooooo mad I could spit!!!!

    --
    "reality has a well-known liberal bias" - Steven Colbert
  48. Re:I have no doubt they'll cave by B'Trey · · Score: 1

    You're mixing apples and oranges here.

    In Mass, we're talking about government. Government has a responsibility to represent, support and answer to everyone. It's the very reason for government's existence. Reasonable efforts need to be made to support those with disabilities. I'd suspect that we would disagree on what constitutes "reasonable effort" but we do agree that disabled people have a right to access government services.

    Slashdot, on the other hand, is not a government service. In a rational society, it would have no legal obligation to support disabled individuals in any way. I'm not saying that it shouldn't provide support, only that it should not face legal repercussions if it does not do so. Of course, we don't live in a rational society. We live in one where a restaurant owner can be fined or shut down because the toilet is a quarter of an inch too close to the wall. We live in this society. This is the kind of crap that leads to "bleeding heart liberal" comments like the one above.

    --

    "The legitimate powers of government extend only to such acts as are injurious to others." Thomas Jefferson.

  49. Re:I have no doubt they'll cave by Anonymous Coward · · Score: 0

    Yeah!! And while we're at it, why bother with those Islamic browsers like FF and Opera? Marginal stuff! Anybody not using IE deserves what they get... (foams at mouth, waves Taser gun around, goes red, sees red - everywhere...)

  50. So What? by Anonymous Coward · · Score: 0
    I'm kinda sick of all the preferential treatment that has been levereaged to a few thousand people. This is just plain stupid. Brail at drive through ATMs? Insane ammounts of reserved parking at Fry's? Mandatory fonts so huge people in Nepal can see them on your screen. Where will it end?

    There, I said it. Mod me down. I really don't care.

    1. Re:So What? by fishbowl · · Score: 1

      > Brail at drive through ATMs?

      What's more insane?
      Giving your PIN and card to a taxi driver?

      --
      -fb Everything not expressly forbidden is now mandatory.
  51. Open Office Evolution/Intelligent Design by digitaldc · · Score: 1

    It is just a matter of time before people everywhere (even people with disabilities) start using Open Source software as a legitimate alternative to Office (for example.) But, like everything else new to the market, it will have to make a name for itself first.
    OpenOffice 2.0 is a great start. Integrated voice-recognition, closed-captioning and text readers will come with time. For now, just get the product out there, get as many people as possible using it as their first choice in software. I believe it will follow in the footsteps of Google's success and become as ubiquitous as Office is today. New innovations and features will come with time.
    Read more here:
    http://www.openoffice.org/dev_docs/features/2.0/

    --
    He who knows best knows how little he knows. - Thomas Jefferson
  52. Why don't they write a reader for it then? by Anonymous Coward · · Score: 0

    Look, the standard is open as opposed to closed like Microsoft. Openness gives options, not takes them away.
    If they need a reader filter for it they can write one. It's not like there are no programmer interfaces for the blind. If anything, OpenSource makes it easier to implement options for special a needs person. In my opinion they should stop begging for someone to do the job for them and get to work learning how to do it for themselves.

    You can open a door to knowledge, but most people are lazy apathetic self created tech morons, who will try to claw your eye's out while you guide them through the door.

  53. Re:I have no doubt they'll cave by kimvette · · Score: 2, Insightful

    No, there really isn't liberalism here in Massachussets - just typical politics. That is, whoever has the largest lobbying budget and pulls the most puppet strings will get their way. This is true at the local level, at the state level, and of course at the Federal level.

    No, this is not flamebait, it's just the simple truth regarding politics in general. When was the last time any elected official acted in the best benefit of the common good rather than pander to lobbiests? See DMCA for example, and the broadcast flag, and current efforts to change P2P trading to a felony so that 14-yr-old children can be permanently marked as non-voting felons before they're even of voting age despite record companies' posting great profits in the face of P2P networks.

    --
    The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
  54. Re:I have no doubt they'll cave by KinkoBlast · · Score: 1

    I saw a worse site once. It had that, only more obuscured, or an audio file that read something off. Worked well, exept that the link to the audio version was in 3 point font :-(

  55. my 0.02$ by dogfull · · Score: 3, Insightful

    Can't really RTFA :-)

    Anyone with any visual impairments (like myself) can use ZoomText, or another comparable programm on windows, like they did with MS Office. No big difference, and not openoficce's job to fix.

    As for the blind.... I'm sure one could hack together a screen reader for ODT, at least? It's a bloody xml file, after all. Provided the screen reader/braille reader already works with windows, it should be trivial.

    What bothers me more personally is how IE systematically ignores the 'larger font sizé' option on a lot of webistes. I figure this is because of some use of css, but I didn't put too much effort in finding out what exactly causes the problem.

    1. Re:my 0.02$ by Xarius · · Score: 1

      What bothers me more personally is how IE systematically ignores the 'larger font sizé' option on a lot of webistes. I figure this is because of some use of css, but I didn't put too much effort in finding out what exactly causes the problem.

      This happens when someone specifies a font size in pixels, in a stylesheet or an inline style declaration. I have no idea why it's incapable of scaling px and can do pt just fine. Not to mention the other browsers, notably Opera and Mozilla, can do this without a problem.

      On a side note, Opera scales the entire page, not just the text, which is pretty hard for me to describe, but is fantastic from an accessibility perspective. </propaganda>

      --
      C17H21NO4
    2. Re:my 0.02$ by PhilHibbs · · Score: 1

      Well then you should use a decent browser like Firefox, not that accessibility-impaired Internet Explorer! I just tired it in IE, and indeed, you can't change the font size! (works fine in Firefox)

      Honestly, thanks for pointing out, that's made my day!

      If anyone is unclear about the definition of irony, then "a web site about accessibility, that can't be displayed in a larger font size for the visually impaired" is just about the perfect example. "A web site about MS claiming better accessibility, that turns out to be more accessible in Firefox than in Internet Explorer" is also very ironic. "Rain on your wedding day" is just annoying, and not irony. Rain on a weather-forecaster's wedding day is ironic.

    3. Re:my 0.02$ by Anonymous Coward · · Score: 0

      if you use ems instead of px as your font-size unit, ie will scale.

      not being able to scale px is just one of a gazillion bugs in the bug laden poc known as internet explorer.

      msft doesn't care b/c programming around so many bugs makes some only program for ie and no other borwser - msft thinks this is a great thing.

      msft doesn't care about accessibility, they care about $$$s. since the politicians are fiscal wh*res, they are merely bought and sold like so many items on ebay.

      i'm surprised they don't auction themselves off on ebay... uh, that's right. that w/b too honest!

  56. Re:Eyes as good as they used to be? by Anonymous Coward · · Score: 0
    use some fucking paper.

    Well, the talking kind, right ?
  57. re: 508 compliance is the right idea by shis-ka-bob · · Score: 4, Insightful
    I find is ironic that pro-Microsoft folks are touting handicap accessability. ASP and ASP.Net are notorious for generating remarkably bad HTML that is in no way compliant with 508 guidelines. As a quick and dirty test, open a web page in links (or any other text browser). If you can read it, it means that the 2 dimension 'web page' has been converted to a 1 dimensional 'text stream'. Braille terminals are able to represent these text streams quite successfully. Web sites built with some open source frameworks like Zope/Plone are almost automatically 508 compliant, but web applications developed with Visual Studio are rarely 508 Compliant. When you 'drag and drop' components onto a page, the relationship between the location and the order of the component in the 'text stream' is lost. So web development, as done by most developers using Visual Studio, results in pages that cannot easily be make 508 compliant.

    The Microsoft camp seems to be rather oportunistic in when they choose to extol the virtue of handicap-accessiblity

    --
    Think global, act loco
  58. Let's not confuse the issue here. by mixonic · · Score: 2, Insightful
    The strongest push-back against Massachusetts' effort to institute open, non-proprietary document formats has come from the accessibility community, who claim that Open-Source desktop software lags behind Windows;

    Open Format != Open Source

    -mix
  59. Re:Eyesight doesn't matter by speculatrix · · Score: 1
    I plan to have my eyes replaced with robotic versions that allow multiple spectrum viewing and that also shoot laser beams.

    Well, we're not that far off the vision part. Not sure how you're going to fit the batteries inside your head to power the laser beams though.
    http://science.slashdot.org/article.pl?sid=05/11/1 2/0840243&tid=126&tid=14

  60. I think you misread the text... by pieterh · · Score: 2

    What it actually says is:

    "...a transition to Open Document will force Microsoft to make changes to their business practices that will amount to discrimination against their blind lust for money and therefore they are lobbying hard to buy the voices of
    the blind and th
    ose with other disabilities."

  61. 'Accessibility' and 'Lowest Common Denominator' by Millennium · · Score: 2, Informative

    Whoah, hold on! Protecting the rights of the disabled is not, as you say, sinking to the lowest common denominator.

    Might it be better to say that protecting the rights of the disabled need not be sinking to the lowest common denominator?

    Most if not all accessibility standards can be implemented in ways which do not detract from the ability of those who don't require them work to the best of their abiliy. It would be difficult to argue, for example, that cutting a small ramp into a curb and sidewalk for those who can't step up onto it detracts from the ability of those who don't need the ramp to use the sidewalk or the road.

    However, most of those standards can also be implemented in ways which do detract from the the experience fo. Going back to the curb example, if the ramp were to be built out from the curb rather than being cut into it, those using the road would face a small but very real obstacles at the points where the ramps were built. This would be more of an issue for wheeled vehicles than pedestrians, but it would affect a group negatively, and the point of accessibility is to not do that.

    If Office were to support OpenDocument, then there would be no problem here: those who require the greater accessibility of Office could use it, while those who preferred OpenOffice.Org and didn't need Office for accessibility could use OOO. Last I checked, the law only mandates a file format, not what app is used to work with the files. As long as an app supports the standardized format, nothing else matters. It could be open-source or closed-source, made by Microsoft or Apple or some loose band of programmers, and it could support whatever other file formats the creators desired. As long as support for this particular format is somewhere on the list of features, nothing else matters, and that is as it should be.

    Standards are protocols, not applications. Massachusetts understood this when they passed their OpenDocument law. It's not about screwing Microsoft over, though that may happen if MS continues to stubbornly refuse to support real standards. It's about making documents accessible and interoperable.

  62. They already did that by CustomDesigned · · Score: 1
    The OpenDOc initiative does not mandate any particular software. It only mandates that the file format be publically (and fully) specified (M$ XML doesn't cut it because it is undocumented proprietary binary pieces wrapped in XLM). Microsoft was invited to submit their own publically specified format. They proposed M$ XML, but that is not fully specified. They could have submitted their usual Word format - provided they fully document it. Even now, they are perfectly welcome to sell an M$ Office that reads/writes OpenDoc.

    This latest attack is an attempt to confuse people by pretending that the issue is what software is being used rather than the file format. If M$ Office has better accessibility - great! By all means use it - provided it can read/write a public format. Their complaint is largely irrelevant to the actual issues.

    1. Re:They already did that by ethereal · · Score: 1

      Microsoft can't submit the Word format because they themselves do not have the complete spec to it. Parts of it are (or were, at least) in-memory structures dumped to files, etc. It's totally nonportable and inexplicable, so clearly standardization is not their friend.

      --

      Your right to not believe: Americans United for Separation of Church and

  63. I dont understand the problem here... by penguinbrat · · Score: 1

    Isn't Open Office on windoze too? The last time I checked, moving to the open doc format didn't mention anything about requiring all users to switch OS's...

  64. Power up your infinite time machines by Anonymous Coward · · Score: 0

    What's being missed here is the difference in man hours between "It works" and "It's accessible". It's the difference between a CLI script and an MVC GUI - what would you rather spend your free time on? Of course if you're getting paid...

  65. It's getting better but still needs improvement by Anonymous Coward · · Score: 0

    Well I'm afraid that much as I love my Ubuntu desktop I still find that, compared to my Windows machine, it's a royal pain to get a lot of things done due to the inconsistent keyboard support.

    So I for one would welcome any improvement in accessibility as that's got to inprove the keyboard support.

    On the good side the keyboard support is a hell of a lot better than it used to be but too many apps seem to include full keyboard support for mousable actions as an afterthought.

  66. Re: 508 compliance is the right idea by badriram · · Score: 1

    you mean it WAS true in VS 2003. VS 2005 fixes all of it, uses flow layout. It also writes standards compliant code.
    + it was not hard to switch settings to make it 508 compliant. Of course i do wish there was a way to use no client side scripting, but that wont happen.

  67. Platform Dependencies by Anonymous Coward · · Score: 0

    First, it shoudl be noted that there is no reason why screen readers like Jaws should have any more problem with open source software than with commercial software. Of course, it should also be mentioned that different platforms have different capabilities regarding accessibility. Linux is admittedly not the best right now, but neither is Windows (try using it without Jaws). Probably the best is Mac OS X -- it has built-in screen reading that works fine with open source software. What this tells me is that people looking for accessibility should contact their operating system vendor as accessibility can definitely be built into the system (and yes, Linux does have to put some effort into this department). There are many places already using open formats successfully and apparently without sacrificing accessibility. Saugus, Mass. switched to open formats years ago (well before the rest of Massachusetts) and has had no obvious problems.

  68. RTFA much? by cduffy · · Score: 2, Informative

    Adding ODF support to MS Office was listed in the article as one of the preferable solutions to this issue; indeed, that Microsoft is not doing that and instead wielding the disabled community as a weapon against OpenDocument is one of the points that's clearly made.

    Second, OpenOffice's accessibility functionality is not second-tier to MS Office's. Rather, all the useful accessibility functionality is coded not into MS Office but into the 3rd-party solutions which interoperate with it. Sure, the end effect is the same -- but it's considerably harder to blame the suite.

    1. Re:RTFA much? by NutscrapeSucks · · Score: 1

      Sorry, but I disagree. This was tied up into OpenOffice Advocacy, and therefore (A) An expensive office suite migration was decided upon without waiting to see if there would be more practical third-party ODF support for MS Office, and (B) The MS Office XML formats were dismissed largely for OSS-centric reasoning and not necessarily MA's policy objectives.

      Not to mention the third-party-addon argument is pretty much universal and not restricted to accessibility plugins.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    2. Re:RTFA much? by cduffy · · Score: 1
      (A) An expensive office suite migration was decided upon without waiting to see if there would be more practical third-party ODF support for MS Office
      That's obvious. Practical 3rd-party ODF support for Office appears by all indication to be less than a quarter away -- and no office suite migration was decided on, only an office document format migration.
      (B) The MS Office XML formats were dismissed largely for OSS-centric reasoning and not necessarily MA's policy objectives.
      Allowing a maximal number of entrants (including those who sell codebases including code they received under licenses with sublicensability requirements) to complete for the state's business is clearly in line with MA's policy objectives.
  69. Speaking as someone working in the AT industry ... by isolationism · · Score: 2, Insightful

    ... and also someone who loves open source, I have come to the same conclusion myself -- that Open Source has a way to go before it can stand shoulder to shoulder with its proprietary counterparts. The fact is, open source is already at a disadvantage when it comes to accessibility -- because so many of the accessibility features out there are being pushed by the vendor (making them effectively proprietary).

    Consider Flash. It is, as some of you may be surprised to know, accessible -- but only when used with a Microsoft toolchain. That's right; for users with special needs to use Flash, it has to be being rendered through Macromedia's plugin (obviously), in MSIE, to one of a very limited group of screen readers only available for Windows (JAWS, WindowEyes, one or two others) and all on, you might have guessed by now, Windows platforms only. Even the Macintosh -- which is natively considerably more accessible than Windows (or any other OS, essentially) doesn't support accessible flash.

    We've all heard the rumours of Microsoft releasing its "Flash Killer" application; maybe it will be natively more accessible than Flash, but then where will that leave open source and operating systems besides Windows? Does anyone think Microsoft cares about the greater good enough to want to make the spec -- much less the product -- available for any other operating system?

    Now consider Adobe Acrobat. Version 7 is chock full of accessibility features that revolve around the new tagged document structure. How many apps currently generate tagged documents? Not many. Again, Adobe has partnered with Microsoft so that just about every Office product will generate tagged PDF. There are one or two other desktop publishing packages that do it. OpenOffice managed to squeak tagged PDF 2.0 into their product (and good on them for doing it) but the support is minimalistic; it is an attempt at addressing the problem but is shy of the mark as far as users with special needs go.

    Never mind that OpenDocument is anyway readable on free operating systems; users with disabilities generally wouldn't touch Linux with a ten-foot pole because the screen reader software available for it is also somewhat lacking where it counts; consider JAWS by Freedom Scientific, where they employ dozens of employees to do nothing more all day long than write key mappings and shortcut-features to applications. Guess which browser is better supported in JAWS -- MSIE, or Firefox? Guess how good the custom support for OpenOffice.org is in JAWS? You would be correct to guess it is non-existent. These people have invested thousands (and in many cases, over the USD $10,000 mark) in technologies to allow them to use computers to do their jobs or just live; it's unfair enough to have something continue to be inaccessible to them, but considerably worse (and understandably frustrating) to have something be accessible then have it taken away for the benefit of others.

    The only potential saving grace in the browser market is the release of Opera for free; since it has better innate accessibility features than either Firefox or MSIE (which has virtually none) there may be some mass migration to these systems. HTML is inherently one of the most accessible forms of markup available today because of its strong, structural meaning and the fact that it is one of the very few languages that are completely open, appropriate for most uses, and heavily wide-spread.

    Several opens-source projects have already made accessibility an important part of their web projects; for example, Plone and especially Atutor are star examples of how you can build a great application and still have it accessible to users with disabilities by design.

    I would like to congratulate all authors and participants on those projects and others who work at making open source software accessible to everyone, not just the enabled majority. I would like to encourage everyone else to do some re

  70. Here we go again... by Anonymous Coward · · Score: 0

    Sigh...why won't the accessibility community see the bigger picture on this??

    I accept that at the moment accessibility software (such as screen readers etc) on Linux (this is also to some degree and issue for the Apple platform) is definitely behind the Windows world simply because of the refusal of commercial accessibility software vendors to support any other platform other than Windows (and if anyone thinks this is because they are living 'hand to mouth', that is not the case, they price there software to cope with the smaller size of the marketplace).

    Yes the Linux desktop still needs work when it comes to accessibility (the Open Source community are still working on this), but Windows is not a wonderful world of accessibility either, in some cases it is quite horrific what you have to do to get accessibility information but that's beside the point.

    The file format is not at issue here, OpenDocument can be opened on both platforms and accessibility users can still use Windows to read out OpenDocument files, they don't need to use Linux until its ready.

    When a file format is fully documented and open for everyone to see, then it follows that the document will be much easier to access and interpret for the purposes of accessibility (or any other interpretation purpose for that matter).

    When a file format is undocumented, closed, and proprietary, then it follows that the work involved in accessing and interpreting that document for the purposes of accessibility is a hell of a lot worse than using an open document file format.

    OpenDocument is a win for the accessiblity community, hopefully they will see this before they shoot themselves in the foot.

  71. Next version of Jaws will support Firefox by Anonymous Coward · · Score: 0

    Jaws 7.0 will support Firefox 1.5

  72. Re:Eyesight doesn't matter by fairyliquidizer · · Score: 0

    Not sure how you're going to fit the batteries inside your head to power the laser beams though. I'm sure there's plenty of space for batteries in his head.

  73. Oh, please! by Tom · · Score: 1

    This is just too obvious. Microsoft should fire the astroturf campaigner they hired to set it up. (see my older comment).

    Blind people lack (good) eyes, not brains. They'd not seriously cry over a document format, which is a backend-issue, when their specific problem is with frontend presentation.

    Heck M$ Word will almost certainly include OpenDocument import (it will, of course, lack OpenDocument export), so there's really no reason here.

    Follow the money, people. Who stands to lose if MA goes ahead? M$, nobody else. Using disabled people is just going for the sympathy bonus. If this doesn't work, they'll probably dig up some arcane Word feature that can somehow be used to stop your kids from accessing your Word file with the porn URLs in it and cry "but the chiiiildren! Will nobody think of the chiiildren?".

    --
    Assorted stuff I do sometimes: Lemuria.org
  74. Exceptions by PhilHibbs · · Score: 1
    I don't really see a problem, though. It seems reasonable to make an exception with open formats for those who need aid. We let seeing-eye dogs in where pets aren't allowed.
    So if all the state's tax rules, for instance, are stored in ODF format, and a blind person needs to access them, then they can have a special version created in Word format? That's your solution? Sounds a bit labour-intensive if you ask me.
    1. Re:Exceptions by mengel · · Score: 1
      Actually, you can put up a filter with the OpenOffice tools to convert OpenDoc to Word format on the fly. So there's no "labor" at all, once you set it up, there's just a "download in Word format" button on the state's websites, or whatever.

      That seems to me one of the things folks are overlooking here; the documents are being stored in OpenDoc format. They can be converted to at least 2 dozen other formats, automatically, for folks that want to read/use them in that format. That's the whole point -- it's a format which can be converted to current (and old) word processer formats, and will continue to be able to be converted to other formats as needed, since we have the source code that knows how to read the format to be able to build filters/converters, and will continue to be able to use that code, even if assorted companies go out of business, shift formats in a new release, whatever.

      This choice of how documents are stored has absolutley no effect on who can read the document, because it can be converted to whatever format they need on the fly. But as usual, people knee-jerk react to the FUD being spread by Microsoft, without even thinking about it to see if it's really a problem.

      --
      - "History shows again and again how nature points out the folly of men" -- Blue Oyster Cult, 'Godzilla'
    2. Re:Exceptions by PhilHibbs · · Score: 1
      But as usual, people knee-jerk react to the FUD being spread by Microsoft, without even thinking about it to see if it's really a problem.
      Thinking isn't always enough, it needs to be discussed, because such problems are not always obvious to us fortunate non-disabled people. That's what's happening, and it is a good thing. Many eyes make all bugs (or, in this case, functional deficiencies) shallow, and all that.
  75. Resources by stormesj · · Score: 1

    As a Open Source developer what I need is a set of web sites that centralize the Open Source resources for accessibility. I have needed to write interfaces for the blind but I was unable to find many good Open Resources. We need someone to take the lead and start centralizing information on how to build a good accessibility interfaces.

    1. Re:Resources by pimpsoftcom · · Score: 1

      I'm a visualy disabled OSS developer and linux consultant for hire. If your looking for information, its always best to check the lists around the tools we use, like tuxtalk, emacspeak, or blinux.

      http://leb.net/blinux/
      http://leb.net/blinux/blinux-develop.html
      http://leb.net/blinux/list-archive/blinux-announce /all/msg00106.html

      The main problem many of us have is the cost for the special hardware voice synth stuff. If you really want to make your stuff easier to use, work on software support and improve/create kernel leval /dev/speech output. The entire operating system should support this, but nobody is interested except the people who need it.

      --
      - d
  76. Re:Eyes as good as they used to be? by hesiod · · Score: 1

    No, the kind that allows you to write as large as you need, and to use a magnifying glass to read it.

  77. Re:Eyes as good as they used to be? by hesiod · · Score: 1

    > if you can't see the computer screen, where you can adjust the contrast, brightness, and font size, and perhaps even get a screen reader to read the text to you, just how are you going to see text on paper ?

    A lightbulb and a magnifying glass have done quite nicely for at least a hundred years before the computer monitor was created.

  78. I thought too much time had gone by... by Hosiah · · Score: 1, Insightful
    without taking a nasty, low shot at Linux. Sorry, but this article is a bunch of ten-dollar words to cloak the central FUD message (I quote the submitter's wording, see above) "Open-Source desktop software lags behind Windows." Period.

    Accessibility is relatively easy to fix, brought to the developer's attention, it could be in the next release (the Linux desktop has had accesibility tools, i.e. xmagnify, since BEFORE Windows. KDE and Gnome also have a strong showing.). Most likely the oversight was due to the natural assumption that accessibility is already taken care of at the operating system level. But of course, don't take it from somebody's who's actually programmed. Use this as ammo for as long as you draw breath that Linux users hate the handicapped, and that Stallman and Torvalds go around town knocking over wheelchairs so that their occupants spill into traffic.

  79. Re:Eyes as good as they used to be? by newandyh-r · · Score: 1

    "That's why they make these amazing things -- discovered recently, I believe -- called glasses, ..."

    They can help with some conditions, and cataracts can usually be cleared by a simple operation. Glaucoma, Age-Related Macrodegeneration, and other _common_ eye problems of increasing age are more difficult. Reduced ability to note contrast can be a real disaster area when trying to read some web sites - especially on a LCD display where you cannot crank-up the contrast like you can on a CRT.

  80. And the solution is... by alispguru · · Score: 1

    ... for Massachusetts to pay Freedom Scientific to customize JAWS to work with Open Office. This would cost a very small fraction of their current statewide Office licensing fees. It could be justified as part of making their state document processing environment compliant with the ADA and section 508.

    Once the major modification effort was done, it would have to be maintained and updated in parallel with Open Office. Freedom Scientific could afford to do that, paid for out of licensing and support fees from Open Office/JAWS users.

    --

    To a Lisp hacker, XML is S-expressions in drag.
  81. Lack of Developers with Disabilities by RAMMS+EIN · · Score: 1

    I think the problem is that it's hard to be a developer when you have these disabilities, thus there are few developers with disabilities, thus there is little software to cater to people with disabilities. It seems that this is one of the areas where the "scratch an itch" motivation actually fails, and thus open source doesn't work well.

    Having said that, various aids for *nix systems have existed for ages (emacspeak, for example, is over 10 years old), and the only one person I with a disability who I have seen using a computer was using a laptop with Linux and some braille device.

    So I guess it's like games; there aren't and probably won't ever be as many, as high quality non-commercial games as there are commercial ones, but there are enough of them and high enough quality to make due with.

    --
    Please correct me if I got my facts wrong.
  82. Massachusetts could both contribute and save by Random+BedHead+Ed · · Score: 1

    As I understand it, Massachusetts is planning an upgrade whether they adopt OpenDocument or not. A transition to Microsoft Office 12 will cost the Commonwealth about $50 million. This estimate includes operating system upgrades and associated hardware upgrades, since older Windows versions in use by some government offices do not run the latest version of Windows, and Office 12 will only run on XP or Vista.

    The estimated cost of upgrading to OpenOffice.org so that the Commonwealth can standardize on OpenDocument is about $5 million. So we have a cost savings of about $45 million. I don't know about how other Slashdot readers feel about $45 million, but personally I think that's a lot of money. Even if you suppose that the estimate is off by some whopping amount like $20 million in unforseen costs (this is the home of The Big Dig, after all), that's still $25 million in savings.

    So if accessability is a major issue for Massachusetts, why not hire programmers to customize the software to suit its needs? I would imagine that hiring a few hackers to contribute to OpenOffice.org would benefit the community, advance the software by making it more desirable to other users, and still save the Commonwealth money. It would also be a nice example to other state and national goverments - if they follow suit and contribute as well, Massachusetts reaps the rewards. Companies are now doing this, so why not governments?

  83. Re:I have no doubt they'll cave by 99BottlesOfBeerInMyF · · Score: 1

    Of course it would be a total shame to see this make Mass. switch, but if OSS developers want adoption by government institutions, they'd better make accessability a consideration, otherwise this will always be a roadblock, and one that government institutions can't help but acknowledge.

    The sad thing is, using Windows+Word is only a very short term benefit to the disabled. Accessibility features of Windows and Word are both terrible when compared to Gnome or OS X and any given program. The only way Word wins is when a third party program specifically designed to hack it's way around Window's and Word's broken support for the disabled is introduced. Since Windows+Word has such huge market share (we won't go into why) such programs exist, but the Windows platform itself absolutely sucks in terms of support for the disabled. To see it entrenched even more despite MS's shabby treatment of the disabled and refusal to acknowledge the problems is very sad indeed.

    On the other hand, I don't see why this should be a barrier to the switch (other than as a political speaking point) With the switch to the open standard disabled employees can either use an alternate OS with an alternate word processor (which in the case of many disabilities is a big improvement) or the state can let them continue to use word and then run their files through a conversion script. OpenOffice can easily open and rewrite 99% of Word files. Further, with the money saved in the long-term by the state on licensing they could pay for the development of better open source programs that hack around Window's half-assed disability features with respect to OpenOffice and other programs that support Open Document.

  84. like Diebold voting machines by NoSuchGuy · · Score: 1

    I think it was on blackboxvoting.org that described how Diebold used some blind/disabled voters to pressure the county elections officials to purchase Diebold machines or the handicaped representatives sued the county officials.

    For me it looks the same in MA. MS has no arguments against an open document standard.
    Instead they form/found/support an "independent" grassroot handicaped organisation to support voice objections against a format.

    Remember it is only a format and not a software. People use software to access documents of a certain format.

    If Microsoft wants it's Office 200X to be used by MA officals they have to support the OpenDocument Format (and lower the price).

    --
    Grundgesetz * 23. Mai 1949 - 30. November 2007 - http://www.vorratsdatenspeicherung.de/
  85. Yeah right! by Crouty · · Score: 1
    Relying on commercial companies to ensure all applications are accessible will do the trick. Yeah, right.

    Dear blind and other challenged people: Please give OSS some time to do their homework. Results will be [b]way[/b] better in the long run compared to e.g. Microsoft.

    --
    On se Internetz nobody noes your German.
    1. Re:Yeah right! by praxis · · Score: 1

      Have you *used* Microsoft accessibility features? Relying on commercial companies to ensure all applications are accessible *has* done the trick. Every application MS produces is accessible, as is the OS. More so than many other pieces of software commercial or otherwise. Why? Because one of their customers is the US government, and to sell to the government, you need to implement the government's standards of accessiblity.

  86. Re:I have no doubt they'll cave by ookaze · · Score: 2, Insightful

    There are basically 2 problems :
    - No or poor support from vendors to anything except MS Office
    - Packaged speech recognition on platforms other than Windows

    Had you take the time to read TFA (but being a shill, you could not), you would have learned the following things :
    - Open Source is pretty efficient in providing accessibility API
    - MS and MS Windows are the more deficient systems concerning accessibility API
    - Support for accessibility from vendors is specific to MS Office in Windows
    - Support for accessibility from vendors is very poor or inexistant for anything else
    - OSS desktops actually offer some tools more powerful than what is available from ISV on Windows
    Open Source desktops provide accessibility APIs, Jave provide accessibility API, but MS Windows do not provide any useful accessibility API. It's specifically explained in the article that JAWS made significant investment to provide accessibility tailored for MS Office, as Windows has no API for such things, for example. So it's not that open source software is deficient, but that ISV do not support anything beside MS Office. Mandating ODF would mean the present provider of accessibility tools will have an incentive to provide the support other Office suites need.

    if OSS developers want adoption by government institutions, they'd better make accessability a consideration

    Except that, as always, they already do and you are clueless (and you won't even read the article to be less clueless). Accessibility was one big consideration behind Gnome 2, and recently in KDE 3. It's very efficient, and for example, there are at least two (optional) libraries and apps (for example gok, at-spi) specifically for that in Gnome, and it's supported by most of the Gnome core apps (people often complain about the amount of libraries in Gnome, perhaps they will start to understand why this is the case).
    The problem here is actually in Windows which has no API for that, and manufacturers that do not use Java or OSS APIs for their tools, not the dedication of OSS in accessibility, or the state of it.
    Of course, the state of the API and tools dedicated to accessibility can be improved, as some bugs remain, and the features can be improved too, but the support is there and alive.
    Biggest work is from manufacturers. I think JAWS (or others) can adapt their product to these API if they want to have a part of the pie.

  87. Innovation = Commercialization by malsdavis · · Score: 1

    "The Internet lives to innovate for another day," - U.S. Assistant Secretary of Commerce Michael Gallagher

    Does this guy work for Microsoft? I absolutly hate this term, it is so meaningless. What ever happened to good old development of new products while improving existing ones?

    Such an approach actually has tangible objectives and is far better than 'innovation' which seems to acheive little apart from increased commercialization as R&D funds are diverted to "how can we take more money off our customers" issues rather than actual product development.

    I think such a statement from the U.S. Assistant Secretary of Commerce shows what the US government (and its corporate sponsors) have in store for the internet, unfortuantly.

  88. Opps, wrong page - Please Mod down parent by malsdavis · · Score: 1

    Guess sometimes having too many tabs open is a bad thing.

    Please mod down the parent (which I wrote) as it was meant for another article.

  89. The only fair thing to do... by stankulp · · Score: 1

    ...is to make everybody blind, deaf and paralyzed.

    Anybody who can see, hear or move should be charged with a hate crime.

    --
    We must be alert to the danger that public policy could become captive to a scientific-technological elite. - Eisenhower
  90. Re: 508 compliance is the right idea by iMac+Were · · Score: 0
    The Microsoft camp
    ... are more numerous than the Mac camp, but they're nowhere near as camp.
    --
    You thought my name meant what? How very dare you!
  91. This is about Office, not Windows! by Spy+der+Mann · · Score: 1

    Screen Magnification is part of Microsoft Windows, not of Microsoft office. Same goes for text-to-speech and sticky keys.

    It seems that the guy compared Windows with Linux, not MS Office vs. OpenOffice.

    1. Re:This is about Office, not Windows! by Cyphertube · · Score: 1

      So did you intentionally NOT get the point?

      Many of those issues would work just fine for OpenOffice.org on a Windows platform. Minor accessibility issues seem to be fairly easily resolved during a simple swap-out of MS Office for OpenOffice.org, as they are managed well by the OS.

      Unfortunately, on the major issues, those aspects are NOT handled by the OS in Windows, and so massively customised software has been implemented for use with MS Office on the Windows platform. The accessibility issues are a problem for OpenOffice.org on Windows. However, in a Gnome-based environment, there seem to be workarounds.

      Discussing the switch to a specific document format requires looking at the whole picture. It will not be a simple switch with no consideration of the OS platform at all when there are needs to be met for those with disabilities. I don't know how well JAWS will work with Office 12, but I also know that JAWS sometime defeats a lot of the ideas of accessibility that could be implemented in a wider fashion. Sometimes they corrupt things as IE has done for web standards itself.

      I think the suggestion of moving those with disabilities onto a platform that will not require as much customised intermediary software will be more beneficial in the long-run. However, the cost of the hybrid OS enivronment will need to be considered in the cost-savings.

      --
      Linux - because it doesn't leave that Steve Ballmer aftertaste.
  92. Re:I have no doubt they'll cave by SandiConoverJones · · Score: 1

    AC said, "If liberals are bleeding hearts pandering to the lowest common denominators, conservatives are greedy savages who only pander to themselves."

    By your very definition of conservatives as greedy savages, they would, in fact pander to the reality TV watching, stupid masses! Where there is interest, there is a market. Building a better mousetrap won't necessarily bring the world to your door. Case in point, Microsoft. They have never made a better mousetrap, but they have great distribution channels and a great legal department.

  93. Re:Speaking as someone working in the AT industry by R4modulator · · Score: 1

    You're not up-to-date with your Firefox comments. Firefox 1.5 is usable with recent screen readers from Freedom Scientific (JAWS) and GW Micro (Window-Eyes). Opera does not even expose MSAA on the Windows version. It's not usable with a screen reader. The built in voice support is not suitable for blind users. Firefox 1.5 accessibility features are on par with IE's. It more than makes up for any flaws by being the first browsre to introduce accessibility for DHTML/JS/AJAX applications. This will allow companies that need to deploy section 508 compliant web applications to use the web instead of marrying any particular platform API set. See http://www.mozilla.org/access/dhtml

  94. Open systems and accessibility. by argent · · Score: 1

    I prefer open system software (which open source tends more often to be, though that's not automatically the case) because it gives me better accessibility.

    Because no GUI is as accessible as a stream of text in a command line window, which I can manipulate and manage any way I want. The "accessibility" controls in Windows are a poor crutch next to that.

  95. Car analogy... and the poor... by Anonymous Coward · · Score: 0

    It's 2025. After years of research, we finally found a cheap eco-friendly alternitive to gasoline. Everybody is for it, but one massive-monopoly-car-producing company doesn't want to change their engines to work with it. This car company also is the only manufaturer with handicap support.

    I say we ditch the new gas... It's not like this great monopoly can change their engines when they like!

    Another thing, why isn't anyone considering people who can't afford the microsoft way... Aren't they way more than the disabled?

  96. Re:I have no doubt they'll cave by Anonymous Coward · · Score: 0

    No, I'm not mixing apples and oranges.

    Government does not have a responsiblity to support those with
    disability. Society has this responsibility. Any organisation which
    which seeks to sell a service to society should be prepare to sell
    it to everyone.

    Slashdot's continual use of obscured image to "check to see if you
    are a human" is very poor practice, and their entertainly "assuming
    you are a human" comments would be offensive if the blind people
    seeing it had not heard it a thousand times before.

    I complained about this to slashdot several years ago. It's easy
    to fix with an auditory alternative. They haven't done so.

    Equal opportunities should be everyone's responsibility.

    Phil

  97. Re: 508 compliance is the right idea by deepestblue · · Score: 1
    1. First, learn what "ironic" means
    2. There are no "pro-Microsoft" folks here, merely "pro-MS Office"
    3. ASP and MS Office are different products
    4. If MS Office is 508 compliant and ASP sucks, we could use one and not the other
    5. What was your point again?
  98. Bloody Whinging Crips Again by Anonymous Coward · · Score: 0

    Q. How many disabled people's rights activists does it take to change a light bulb?

    A. It's not the light bulb that needs to be changed, it's the rest of society's attitude towards the filamentally-disadvantaged that needs to be changed!

  99. Re:Eventually it might by vertinox · · Score: 1

    People on here seem to think that by adding the word "open source" to something it will automagically be able to singlehandedly cure cancer, solve world hunger, and make Julian fries.

    Well, chances are that the supercomputer that crunches the numbers to give the data that the scientists will use to cure cancer will run on Linux.

    But you got me beat on the world hunger and the Julian fries... Unless we make self replicating sentient robots that run on linux that feed starving people by making Julian fries.

    --
    "I am the king of the Romans, and am superior to rules of grammar!"
    -Sigismund, Holy Roman Emperor (1368-1437)
  100. The rights of the individual-Broken Bazaar. by Anonymous Coward · · Score: 0

    "MA can take the money they would have spent on microsoft licensing and instead spend it on the developing required features in openoffice/etc. Even better, they would look for support in other state and federal governments also willing to contribute. For the amount of money the entire U.S. (government, businesses, citizens) spends on office products, there is no feature that would be left out."

    So in other words:

    1) MA has to live with a half-assed solution until they pay to fix it (There goes the TCO).

    2) The bazaar model wasn't suppose to have these problems, so now it requires an influx of cathedral developers paid by the government to fix it's shortcommings.

    You may not like the money paid to MS, but at least it buys you a solution that works out of the box, and doesn't require a further influx of capital to make work.

    1. Re:The rights of the individual-Broken Bazaar. by size1one · · Score: 1
      It's still the lesser of 2 evils: Vendor lock in or Paying for features you need now.

      Eventually the features will get added to open officer whether or not someone specifically pays for them, but that isn't the issue. The issue is that we need the features sooner rather than later and for that you pay.

      You (taxpayer, consumer, end user) are paying for development of a product one way or another. The choice is a steady influx of money to microsoft, who will do whatever they want with it, or knowing the money goes to freeing yourself from vendor lockin and eventual loss of data.

      When you start performing long term planning, instead of focusing only on short term needs, you will see the benefit.

  101. Two points by j_w_d · · Score: 1
    Open Document format is a standard and can be freely implemented by anyone. It can hardly get more accessible than that. Open source software has some problems with accessibility, largely because the developers of the hardware used by the "handicapped" do not thoroughly document things like driver interfaces, thus limiting their own customers' access rights. Confusing software and standards is an MS tactic and generally serves as a means of limiting a user's choices.

    Second, it is SuSE linux in my experience, not Windows that automatically looks for devices for the disabled upon installation.

    --
    ------ The only greater hazard to your liberty than n politicians is n+1 politicians.
  102. An obvious response would be... by Anonymous Coward · · Score: 0

    ...to enlist the aid of these handicapped people in designing and testing out new open source accessibility software. This would both improve the software and foster good will.

  103. The disabled community is often a pawn by gregwbrooks · · Score: 1
    I can't tell you the number of times I've seen lobbyists put togeher "instant grassroots opposition" to an issue - often with the assistance of the disabled community. Heck, I've had to do it myself a couple of times.

    All it takes is the right rolodex, some phone calls and maybe some donations, and you can get disabled people to show up and rail about an issue. Maybe their concerns are genuine - and maybe not. What matters is that they make for good press coverage and no one wants to fight them.

    --


    "It was a summer's tale: Just a boy, his Linux, and a head full of dreams..."
  104. Standards and applications by j_w_d · · Score: 1

    Peter Korn's piece is interesting. But . . . he's talking about OpenOffice.org. Massachussets' proposal was to use the Open Document Format as a menas of insuring access to public documents and data in a fashion that was not dependent upon the goodwill of some single company or companies. It is fairly easy to see how, given the broad history of computer use and data formats in the US, that one could confuse and argument by a responsible government agency for a "standard" with advocacy for a certain piece of software, but. . .

    That simply is not what the disucssion and recommendations were about. They were about insuring long term (decades, centuries, not months) accessibility to DATA. Microsoft could quite easily support ODF, probably more cheaply than repeatedly altering the format in which their software stores OUR documents. But Microsoft, and presumably Sun as well, are concerned with cash-flow, markets. If YOUR data is not in a proprietary format, then you can't be coerced into using proprietary software to access YOUR data. You can't be coerced into software "upgrades" to fix broken programming and thus insuring the company cashflow simply to access YOUR data.

    The ability to access public data is as important to handicapped citizens as it is to the rest of us, whose handicaps are less self-evident. It would wise for the advocates of "accessibility" to keeps this in mind, and to view not only access but handicaps in a less one-dimensional manner.

    --
    ------ The only greater hazard to your liberty than n politicians is n+1 politicians.
  105. Skinnable Apps by Artifakt · · Score: 2, Insightful

    I've posted to threads several times with links to Skinnable Open Source applications, and found that the most common response to mentioning skins is people dismissing them as eye candy and a waste of programming to include in an inteface. I've had numerous slashdot users complain that skins are worse than useless, because a non-standard interface hinder's widepread corporate or government adoption of new programs.
            Guess what - a skinnable interface is one that can easily be adapted to overcome a given visual handycap, and a non-skinable interface is one that will be effectivly unusable for some people with normal or better intelligence - period.
            Instead of dissmissing skinnability, how about working on any of three things:

    1. Skin deliberately to address at least some common visual disabilities.
    2. Code an app that shows how persons with common visual impairments see things (i.e. click button 1 to see what this web-page or interface would look like to a person with red-green color blindness... click button 2 to see what it looks like to someone with blue color blindness, click button 3 to see how this looks to the average 50 year old, etc.).
    3. publicize how OS is addressing these needs, if only to offset some of this "Open Source sounds like Communism" FUD you're so concerned about.

    --
    Who is John Cabal?
  106. Re:I have no doubt they'll cave by B'Trey · · Score: 1

    Government does not have a responsiblity to support those with
    disability. Society has this responsibility. Any organisation which
    which seeks to sell a service to society should be prepare to sell
    it to everyone.


    Government does have this responsibility. It's the obverse of the coin with which it purchases special privileges and authorities. These authorites are nothing more than the collective right to exercise self defense that we all have. Because it draws its authority from the consent of the governed, its obligated to represent all people equally.

    There's no such exchange of authority and responsibility with a private individual or organization. I want to sell something. You want to buy something. If we come to an agreement, a transaction occurs. If not, it doesn't. No third party is involved, and no third party has any right or authority to interfere in or dictate how the transaction occurs. That's in a just, rational society, of course. As I pointed out, we don't live in one.

    Slashdot's continual use of obscured image to "check to see if you
    are a human" is very poor practice, and their entertainly "assuming
    you are a human" comments would be offensive if the blind people
    seeing it had not heard it a thousand times before.


    Then don't read Slashdot. If enough people agree with you, their page hits will dry up, their ad revenue will evaporate and Slashdot will go the way of millions of other web sites before it. Alternately, contine to read Slashdot and continue to complain about how it does business. You have every right to do so, and if you're loud enough or if enough people join you, the editors may decide to change the say the site operates. But neither you nor anyone else, including the government, has any right to force Slashdot to change the way it operates. Slashdot may have a social responsibility to meet the needs of the disabled, but in a rational society it certainly has no legal responsibility to do so.

    --

    "The legitimate powers of government extend only to such acts as are injurious to others." Thomas Jefferson.

  107. Nonsense. odf2doc would be trivial. by fawcett · · Score: 1

    Ridiculous. Even if OOo were the only application to support Open Document Format, those with accessibilities could still view those documents in MS Word.

    It would be trivial to write, for example, a Windows app that associated itself with OOo file formats (including OpenDocument). When used to open a OOo document, the app would use a background OOo instance to convert the document into an MSO format, then launch the correct MSOffice app to open the converted document. A more sophisicated version could use OOo libraries without launching the GUI application itself.

    Computing has a long history of "a2b" converters. "odf2doc" is undoubtedly feasbile. There is no substance to the claim that open-format documents endangers their dependency on Microsoft, even if Microsoft tries to make it harder to migrate.

    1. Re:Nonsense. odf2doc would be trivial. by praxis · · Score: 1

      Are you saying that instead of OOo implementing accessibility features properly people write a hack to do background conversion between OOo and MS formats. So when someone needing the accessibility features of say, Word, needs to edit a document in OOo format it gets converted to Word format, edited, and then converted back to OOo? Have converters ever been good enough to allow such conversion back and forth without introducing issues? What if two people need to edit a shared document over the course of a month and they make changes to it about 2-3 times per day. Do you think that such a heavily edited document would come out at the end of the month after 60 back and forth conversions with any sane structure? Or do you propose that every few conversions someone sit down and fix all the issues introduced?

  108. Much of the point of the blog by porkThreeWays · · Score: 2, Insightful

    Much of the point of the blog was that open source accessability on open source (gnome in his example) works really well. His point is that Microsoft has terrible accessability API's. The only reason that decent software exists for the disabled is that hacks were created for Word. Custom scripts were created to suit word perfectly. Gnome on the other hand has a properly set up API. So as whole, open source has better accessability software. But for the specific case of Word on Windows that OpenOffice on Windows is behind. It would be equal if Microsoft and Various software makes would properly support the java accesability API, but they don't.

    --
    If an officer ever threatens to taze you, say you have a pacemaker.
  109. Re:I have no doubt they'll cave by Anonymous Coward · · Score: 0

    that's like saying you'd think the republicans would be fiscally conservative. -lol-

    demicans... republicrats...

    exact same end, different methodology.

    think about it.

  110. great blog by suezz · · Score: 1

    nice blog entry - it really shows what microsoft is made of.

    I am confident that this will be a non issue very soon.

  111. Locked out by PinkyGigglebrain · · Score: 1

    Now mater what happens some people are going to be pissed, those with disabilitys (who in some cases are getting financal aid to buy accesability software) are ticked because the accessability software that is out there is almost all for MS-Windows, but there are likely just as many, probably more non-disabled people, who can't afford MS-Windows or MS-Office so they are left out too.

    This would not be an issue is MS would stop being a bunch of arogant SOBs and support the open format. Its stuff like this that make me really hate MS.

  112. Re:Speaking as someone working in the AT industry by isolationism · · Score: 1

    If I may, a couple points:

    • The ability for someone who is blind to effectively be able to use a screen reader does not equate to accessibility -- although this view is understandably a common misconception; it relates to only one class of disability and only the most severe form at that. A screen reader is unlikely to be used by users with low vision (in fact, Jaws and Window-Eyes are unlikely to be used by anyone who doesn't absolutely need given how much the software costs); Opera's ability to scale up both text and images is superior to that of Firefox in production release (and this presumably isn't changing in the new version, although by now someone may have released a plug-in module that achieves the same effect via CSS or something); this makes pages easier not only to read (for those with low vision) but also easier to interact with (for users with limited motor ability). My understanding is that Firefox (current production releases) doesn't expose to MSAA either, nor does any other browser -- so that point about Opera is moot for now, which brings me to my next point:
    • Firefox 1.5 is still not a production release and I -- along with most other users -- will not be installing it until it is, nor will we be testing with it for accessibility-related purposes since it is almost assured that most users with disabilities won't have already jumped on beta software, either.

    Accessible DHTML of course isn't news -- it's all about how you design it -- but I agree that Firefox's new implementation (thanks to the thousands of lines of code donated to Mozilla by IBM, who -- not surprisingly -- seem to understand and explain web accessibility better than most) is very exciting and will hopefully raise the bar and give users with special needs a reason to switch from MSIE to something better. That said, building a better browser is only part of the problem with accessibility; the content itself has to be designed accessible as well.

    As far as Section 508 is concerned, for example, you can't just code DHTML however you'd like and expect the browser to do the work to make it accessible for you; even if it is perfectly accessible in Firefox (but not in, say, MSIE) users should have the right to choose whatever software they like. In the end, the ramifications for accessibility here are potentially every bit as bad as Flash and MSIE -- "You want accessible Flash? Use MSIE. You want accessible DHTML? Use Firefox."

    Thank you for the link, though. I am interested to read more about it after having heard the announcement some months ago about IBM donating accessibility code to Mozilla. I'll certainly be doing more reading up on the subject and looking forward to the results. Now if only IBM/Sun could do the same thing for OOo.

  113. Open-Source and the blind... by The+Xorsysd · · Score: 1

    I am not surprised to learn that the majority of the blind community is opposed to open-source desktops, but I am not willing to jump on the bandwagon to say that Microsoft is the way to go. I am blind and an open-source code-monkey... I like having the ability to dig down into code and make it accessible! Instead of relying on an entity such as Microsoft to shovel out what they believe to be a suitable interface for further Assistive Technology software to be developed. The problem lies in the fact that there are only a handful of Assistive Technology dev-heads in the open-source community, and they are the minority and underdogs in the Assistive Tech world. They receive minimal funds (if any) and are expected to compete with AT software that has been designed around standardized systems. I'm rambling...

    --
    Your "gravity" is no match for my non-existant spoon!
  114. Re: 508 compliance is the right idea by shis-ka-bob · · Score: 1
    You are correct, but that doesn't address all of the existing legacy web sites. How many people are actually coding in VS 2005 today? I would argue that it soon will be the case where Visual Studio developers join the community of developers that can develop 508-compliant sites without much effort.

    By the way, what version of Javascript does VS 2005 support. I also read that Microsoft is going to be pushing AJAX developement. Will that be part of VS 2005, if not when will this be integrated with the mothership, aka Visual Studio?

    --
    Think global, act loco
  115. Where spin comes from. by rastin · · Score: 1

    I'm not saying that OSS is better than MS when it comes to accessibility, but its funny that MS's refusal to support OpenDocument can turn into "Open Source hates people with disabilities". MS was all egger to support multiple file types when they were vying for market share, but now that they have it the number of supported file types that Office can handle has greatly dwindled.

  116. Re:I have no doubt they'll cave by yo_tuco · · Score: 1

    "for some stupid ramp up the courthouse steps for a few old farts in wheelchairs???? "

    One day that will be you. You don't stay young forever as you know. And what will your words be then?

  117. Re: 508 compliance is the right idea by shis-ka-bob · · Score: 1

    1. Perhaps 'hypocritical' would suit you better. But ironic is less hostile, and 'Poignantly contrary to what was expected' seems like a reasonable description of a group that champions handicap accessibility in a Office product but accepts tools that make handicap accessible web applications quite difficult to produce.
    2. The attacks on OpenOffice are not coming from Slashdot. Go to Groklaw and look at the transcripts of the ongoing battles between the 'pro-Microsoft' camp and the 'open standards' camp.
    3. Yes, of course. But if Microsoft was committed to handicap accessablity, rather than access to government markets, they would have given us tools to support 508 before Visual Studio 2005. The ADA has been around longer than the web, so this isn't exactly a new requirement for applications.
    4. It is the nature of Microsoft technology to suck you into a morass of tools that seem to be intentionally designed for lock-in. One of the nominal advantages of office 12 is the use of XML. It isn't hard to use ASP or ASP.Net to generate XML. So you could use ASP to generate ODF or Office 12 documents. But, we probably can't do this easily if Office 12 has the same sort of 'binary key' data as the current Office 2005 XML formats. But if you get the next set of really cool Microsoft developer tools, it will proabably quite easy to develop Office documents on the fly. This was not my original point, but Microsoft seems to avoid standards just so you have to get the latest tools in order to benefit from the 'promise of the web'. If they would just implement the standards in the first place, it would be easier for everyone to benefit from web standards.
    5. My point is that the parent post discussed 508 compliance, and it seems to me that Microsoft is in a funny position of advocating handicap acessiblity while not supporting (at least until VisualStudio 2005) Section 508. This seems hypocritical. (See 1)

    --
    Think global, act loco
  118. Re:I have no doubt they'll cave by Anonymous Coward · · Score: 0

    Please see first line of parent post. I think you may have missed something ;-)

  119. This is a bullshit piece of FUD from Microsoft by spitzak · · Score: 1

    There is a simple fact that is completely ignored here: Microsoft can make their program read/write Open Document.. This means it is impossible for Open Document to be less accessable than Microsoft Office, since you can use Microsoft Office! In fact if Microsoft just stopped acting like babies and added the ability to input/output Open Document, I expect the MAJORITY of such documents will be created with Microsoft Office!

    Microsoft will lie and kick and scream and moan, and will spew FUD and do everything they can, to stop Open Document, because it means there can be competitors. The fact that one of the possible competitors is an open-source program with poor support for handicapped users is irrelevant, why don't they prove that they can do better.

    Also SHAME on Microsoft for taking advantage of the handicapped to spew their lies. You guys are REALLY low and it is sickening.

  120. What does OpenDoc have to do with Open Source? by LordWoody · · Score: 1

    Nowhere in the MA proposal does it suggest anyone has to use Open Source software. The Open Doc license allows any software vendor to produce a compliant product whether open or not, free or not. The reason this proposal will likely be shot down by the MS legislature is that the fight is billed (by parties who want it to be billed as such) as an Open Source versed established vendors who do not support Open Document. (To the uneducated, 'lunatic fringe' vs 'respectable companies')

    This 'fight' needs to be framed correctly to the appropriate decision makers so that they can make effective decisions. If the MA IT department believes that OpenDoc is the way to go, then they should be educating the state senators and reps that OpenDoc is about true digital accessibility and that by making it a requirement (to be phased in a reasonable amount of time), more users will have access to the data for a longer (indefinite?) period of time. If MA and/or other major organizations institute OpenDoc, Microsoft and other vendors will add support. It will then, and only then, make good business sense to do so.

    Open Doc has next to nothing, if anything, to do with disabilities or with the political/price format of the software from which it is read and written. It is about agreeing to a storage format we can all 'unstore'. It is up to the software reading the document to provide the disabled with access. A digital document is mearly the data to be presented maybe with hints on how. Exactly how it is presented is largely up to the reader.

    Most (not all to be fair) of what I see is how Open Doc equates to Open Source. While there are parallels, they are not the same nor are they inexorably tied. When discussing Open Doc, fight the Open Doc fight. Leave the Open Source fight for another discussion. Allow each idea to flourish in its own right.

    Then, and most likely only then, Open Doc will be given a shot by those who could shoot it down (no pun intended).

    --
    Never meddle in the affairs of dragons,
    for you are crunchy and good with catsup.
  121. Bigger Dick. by Anonymous Coward · · Score: 0

    "and a sun accessibility expert? come on, this is the company that brought us JAVA, an accessibility nightmare in its own right."

    And Microsoft Press brought us the books: "Code Complete" and "Writing Solid Code". So what's your point?

  122. then a recurring.. by Anonymous Coward · · Score: 0

    ...60 bucks a pop for spyware removal every other month. XP Home should be called XP HOSED. Most non admin or non programmer types I know who use windows have to either pay big bucks constantly or dragoon some family geek into "fixing their computer", precisely from running windows on it. Their computer doesn't "break", what they run on their computer IS BROKEN, just neither Doofus Dell nor the local "friendly" whitebox shop nor MS nor their ISP will tell them that, because broken windows is a hundred billion a year unnnecessary but highly lucrative busywork CASH COW. And THAT is why it's still on the desktop all over and still shipped as the default install. They make LOTS MORE MONEY by it being broken. Whether it's a 100 buck pay to buy broken for the homeowner or 300 pay to buy broken or higher for "business", people have been brainwashed into accepting BROKEN as "normal". Every few years they are forced to upgrade hardeware so they can then start the laterh rinse repeat with the 'almost works" software that comes with it, that now not only requires the new hardware, but also requires even more complex and expensive "fixing".

  123. The rights of the individual-Broken Bazaar-Nvidia by Anonymous Coward · · Score: 0

    "When you start performing long term planning, instead of focusing only on short term needs, you will see the benefit."

    Nvidia, ATI, and Broadcom are glad you're looking at your short term needs.

  124. GNOME does accessibility. by Sri+Ramkrishna · · Score: 1

    I think it's good to note that GNOME is accessibility aware. Sun has spent a lot of time working on GNOME's accessibility infrastructure (e.g. gnopernicus, gtk's atk toolkit) and making sure that disabled people can work. Since GNOME rebranded as the JDS desktop has to work for disabled people you can bet Sun has spent a lot of time making the GNOME team sensitive to accessibility.

    Turns out that having a toolkit that lets you pretty much tweak the entire gtk toolkit via atk has some interesting application as well. Check out:

    http://people.redhat.com/zcerza/dogtail/faq.html

    and see how a cool tool like dogtail can check for UI regressions.

    This shows that GNOME does understand the importance of accessibility and is set for it from the ground up.

    sri

  125. Re:I have no doubt they'll cave by PunkOfLinux · · Score: 1

    They should also go after tv manufacturers for this 'discrimination'.

    In all reality, it's better to use openoffice (or whatever) than MS office for ONE reason - a poor person who manages to scrounge an old computer together can run openoffice without having to buy anything. The same person, if they continue to use ms's document formats, would have to either a) put up with sub-par ms support or b) buy a copy of office (at at least 150 dollars a copy).

    Besides, it can't be that hard to get the shit they need in the next version of openoffice.

  126. Fact: People want accessibility for FREE by Anonymous Coward · · Score: 0

    I ran an accessibility products company for 10+ years. People are always whining about the lack of accessibility in computer products. Simple reason folks: There simply isn't worthwhile money in it.

    • The market is small, volumes are small, so prices have to be high to cover costs.
    • People with disabilities are generally poor so they can't pay for products.
    • Public systems to help pay for things are intractable, there are state and federal programs, everybody has their own arcane rules, individuals can't figure out the applications, for vendors it isn't worth the time given the volumes.

    I know most of the major players in the industry personally. 95% of the companies in the AT industry aren't making appreciable money, I've been to all the big shows over the years and there's just a couple of guys I can think of that could afford to drive Porsches.

    If there is going to be world-class accessibility, it is going to come out of the deep pockets of large players who can afford to throw money at the problem.

    Now I work for Electronic Arts. I got a raise and shorter hours.

    1. Re:Fact: People want accessibility for FREE by joukev · · Score: 1

      Now wouldn't that be one *more* reason why the Open Source community should pay more attention to these issues? You make it sound as if we should all ignore accessibility and assistive technology because we can't make any money out of it.

      You are by the way absolutely right when you say that the market is too small and the targetted users are too poor to invest lots of money in it, but IMHO that is no reason to ignore those people. Call me an idealist or a dreamer, but there are enough bright people with enough free time on their hands to create whatever software is needed for whatever disability there is, but hardly anyone cares enough to spend any time on it. Instead lots of open source projects for sofware that already exists in too many flavours are started.

      Congratulations on your raise and shorter hours. I've got a well-paying job too, and in my not-too-copious free time I work on Open Source Assistive Technology. Why? First of all because I have a spastic daughter, and more importantly because there are many people who can't afford the technology they need to achieve things that "we" (the fortunate ones without disabilities) take for granted.

      Ah! Don't get me started on this issue. I wish there were so many more programmers that aren't in it for the money or that aren't only interested in technology because of the technology. I like to think that good programmers are gifted and should use their talents to help others in their everyday life. We're not alone in this world you know.

      Enough ranting for now. If anyone reads this and wonders how he or she can help, send me an email. I'm in the process of starting a foundation for Open Source Assistive Technology....ideas and help are welcome.

      Jouke Visser

  127. meaningless dribble by wap911 · · Score: 1

    FORMAT != APPLICATION // C coders // FORMAT APPLICATION // VB coders // NOT ( FORMAT = APPLICATION ) // Other coder // 'nuf said --wap3

  128. Great idea, some existing projects... by Anonymous Coward · · Score: 0
  129. The workaround is simple: by Zero__Kelvin · · Score: 1



    Open the file in OpenOffice. Save in proprietary format, such as MS-Word. Open with your favorite proprietary tool.

    You might also want to compose letters to Journalists, Congressman, etc. telling them that you see through M$ attempts to use your disability for their own monetary gain.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun