On 15 May, 04:55, Prisoner at War <prisoner_at_.. .@yahoo.comwrot e:
Or in another universe, where things are understood and site code is
stable and reliable, beginners don't even think about reading
JavaScript books until they've written some HTML and CSS.
You need it _VERY_ rarely. Using it without a foundation of good HTML
understanding leads to trouble. Few people can learn both from scratch
simultaneously, so it's useful to really grok the first first, which
means getting some hands-on and actually building content that way.
I write sites that use JavaScript for a vanishingly small proportion
of pages. They just don't need it. I work (for money) on complex web
apps that are built up almost entirely of JavaScript. We don't write
this by hand, because it's impossible to write large amounts of
JavaScript in an efficient manner. This stuff is all generated server-
side by frameworks like JSF & Facelets.
Well, in case anyone should need to know in the near future, here are
my recommendations for best beginner's books:
my recommendations for best beginner's books:
stable and reliable, beginners don't even think about reading
JavaScript books until they've written some HTML and CSS.
You need it _VERY_ rarely. Using it without a foundation of good HTML
understanding leads to trouble. Few people can learn both from scratch
simultaneously, so it's useful to really grok the first first, which
means getting some hands-on and actually building content that way.
I write sites that use JavaScript for a vanishingly small proportion
of pages. They just don't need it. I work (for money) on complex web
apps that are built up almost entirely of JavaScript. We don't write
this by hand, because it's impossible to write large amounts of
JavaScript in an efficient manner. This stuff is all generated server-
side by frameworks like JSF & Facelets.
Comment