denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)
Denise ([staff profile] denise) wrote in [site community profile] dw_dev2010-04-21 04:10 pm

dojotoolkit & accessibility

In discussion in #gsoc this afternoon, one of the project mentors from DojoToolkit mentioned that they're the first JS toolkit with full accessibility support in their base widgets. We should totally look into it!

(Edit: He also PMed me to say: "if you have immediate questions, our community info can be found here: http://dojotoolkit.org/get-involved/ and I can be found here: http://ktiedt.dojotoolkit.org/gsoc/2010/karl.html", and offered whatever help we would need with integration ... his DW username is [personal profile] ktiedt, so welcome.)
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)

[personal profile] pauamma 2010-04-22 07:43 pm (UTC)(link)
Great. Just as I had about talked myself into taking a look at that newfangled jQuery thing. You did that on purpose, right? :-)

(Joke aside, does it and jQuery provide the same or similar features, or do they complement each other?)
foxfirefey: A fox colored like flame over an ornately framed globe (Default)

[personal profile] foxfirefey 2010-04-22 09:37 pm (UTC)(link)
From my limited readings, Dojo goes beyond what jQuery does, so they don't really compliment each other, but don't clash.
ktiedt: Gemma, my sugar glider, on my shoulder (Default)

[personal profile] ktiedt 2010-04-22 11:46 pm (UTC)(link)
dojo focus's heavily on namespacing to prevent clashing with other frameworks. Anything jQuery can do, you can do with Dojo. It just might take more than one().line().of().chained().code().that().goes().on().for(ever); :P