[thelist] IE JavaScript issues?

VOLKAN ÖZÇELİK volkan.ozcelik at gmail.com
Thu Nov 16 21:44:20 CST 2006


On 11/17/06, Mark Groen <evolt at markgroen.com> wrote:

> AFAIK...it's the Doctype that determines whether you should be using
> camelCase or lower case for your javascript, not a quirk to IE at all.


-. IE is NOT case sensitive.
-. using camelCase in attributes is a bad practice since it violates strict
DTD.
-. using inline event handlers are just as bad as using inline CSS; use
JavaScript
unobtrusively instead [1]

[1] http://onlinetools.org/articles/unobtrusivejavascript/


HTH,
-- 
Volkan Ozcelik
+>Yep! I'm blogging! : http://www.volkanozcelik.com/cre8/blog/
+> Going solo in Turkish: http://www.volkanozcelik.com/donkisot/
+> My projects/studies/trials/errors : http://www.sarmal.com/
+> Sardalya JavaScript Library: http://www.sarmal.com/sardalya/



More information about the thelist mailing list