Quote:
Originally posted by stuart@Mar 12 2004, 03:44 PM
So if you have a script that will do lots of cool things on IE... that is fine but the main functionality should also run on non-javascript browsers.... even if the jazzy client-side scripts fail.
|
Uhm, some things cannot be done in all browsers... Take, for example, all those online HTML editors floating around. That's IE 4.0+ or Mozilla 1.3+, if I'm not mistaken. And NO way of doing a similar thing without all that JS, DOM, blah, blah. Other than saying "sorry, your browser is not supported and we can't help it".
So, despite the fact that client-side scripting is not judged, if I have a choice between an ugly text area and full-featured editor that can copy, paste, undo, sing and cook, I would rather do the second and not care about compatibility.
What do you say?