[Sigia-l] "Who Really Turns Off JavaScript?"

Bruce Morrison bruce at designit.com.au
Mon Nov 7 23:49:15 EST 2005


On Mon, 2005-11-07 at 20:41 -0600, T. Karsjens wrote:
> http://www.w3schools.com/browsers/browsers_stats.asp
> 
> There is my discount store for you.
> 
> IE has lost a lot of ground.  If you are doing anything in JavaScript today,
> you are referencing document object models, which are not the same across
> browsers, hence the 15%.  Can you predict that your JavaScript which
> references the DOM is going to be 100%?  No, you cannot.

What you can do is structure your Javascript to work with those browsers
that utilise standard DOMs.

> Using JavaScript for front end validation duplicates the back-end
> validation.  Why duplicate?

To enhance the user experience.  The server side validation is there to
catch users without Javascript and those who may try and do things they
shouldn't.

>   Now, you are making the interface more complex
> than it should.

No, the interface is (hopefully) simpler to use for those with
Javascript.  There may be some extra work in creating the Javascript to
do the validation. 

> It is not a straw man argument.  The browser industry is becoming more and
> more segmented.

What do you mean by this?  In my experience it seems to becoming more
consolidated.  Firefox has basically pushed MS to release a standalone
version of IE that fixes many of the issues plaguing web developers
using standards.

Cheers
Bruce




More information about the Sigia-l mailing list