• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Learning Dojo - browser compatibility

 
Ranch Hand
Posts: 398
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter,

I just started exploring Dojo. Personally it's a good time for me to learn more about Dojo because of this promo.

Ok... I just want to know how Dojo is handling on the varieties of browsers in the market, since it's been executed only on browser side. (IE, Firefox, Safari etc).

TIA
Mourougan
 
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I guess Dojo does a good job of shielding the javascript programmer from the various browser incompatibilites and hence you will not have to worry about how your javascript code will work in different browsers.

One example for this is the Dojo storage which allows clientside storage on the browser. For Firefox, the native storage is used whereas for other browsers, a hidden flash component is used. So the programmer wouldnt need to worry about how it is implemented

Just my 2 cents.

Regards,
Reghu
[ December 02, 2008: Message edited by: Reghu Ram Thanumalayan ]
 
Author
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Absolutely.
All Dojo components that are not in the dojox / experimental branch are fully cross-browser compatible, down to IE6. Even in Dojox, almost everything is cross-browser compatible as well, with very few exceptions. As soon as an experimental component fills the criteria of fully cross-browser compatible, i18n and ARIA/WAI supportive, it gets moved to the dojo or dijit branch.

Cheers,
PS

http://unclescript.blogspot.com/
 
Mourouganandame Arunachalam
Ranch Hand
Posts: 398
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter & Reghu,

Thanks for your info.

Mourougan
 
reply
    Bookmark Topic Watch Topic
  • New Topic