> I would still start with IE. Certainly not because I think Microsoft
> adheres to standards, but because it is the most widely used browser
> out there. However you must find your own path.

Signature
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann
On 30 Oct, 14:01, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
> > On 30 Oct, 13:40, Thomas 'PointedEars' Lahn <PointedE...@web.de>
> > wrote:
[quoted text clipped - 27 lines]
> madness: XHTML 1.1 as application/xhtml+xml
> -- Bjoern Hoehrmann
Well, to each his own. You can start with the simplest and work up to
the most difficult. I prefer to start with what is most widely used so
as to satisfy the majority of the users first. But to a large degree
it depends on your project time contraints and who your target
audience is. If the goal is simply a learning experience, then I agree
that it is best to start with the simplest.
Ivan Marsh - 30 Oct 2007 23:13 GMT
> On 30 Oct, 14:01, Thomas 'PointedEars' Lahn <PointedE...@web.de>
> wrote:
[quoted text clipped - 36 lines]
> audience is. If the goal is simply a learning experience, then I agree
> that it is best to start with the simplest.
It's not a matter of simple or difficult... start with that which is most
cross-platform and only include IE specific code when necessary.

Signature
I told you this was going to happen.
Thomas 'PointedEars' Lahn - 30 Oct 2007 23:46 GMT
> On 30 Oct, 14:01, Thomas 'PointedEars' Lahn <PointedE...@web.de>
> wrote:
[quoted text clipped - 7 lines]
>> error-prone DOM out there, that it had to be a practical joke.
>> [...]
Will you please stop quoting what you are not referring to?
http://www.jibbering.com/faq/faq_notes/clj_posts.html
> Well, to each his own. You can start with the simplest and work up to
> the most difficult. I prefer to start with what is most widely used so
> as to satisfy the majority of the users first.
You miss the point. You recommended starting with learning on IE because
understanding IE would help to understand the way browsers work. Well, it
does help to understand how buggy browsers can actually be, that's for sure.
PointedEars, Score adjusted

Signature
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16