Re: What to read first...?...
- From: dhtml <dhtmlkitchen@xxxxxxxxx>
- Date: Sat, 14 Jun 2008 22:53:03 -0700 (PDT)
On Jun 14, 5:24 pm, "LayneMitch via WebmasterKB.com" <u39402@uwe>
wrote:
Thomas 'PointedEars' Lahn wrote:
Therefore I suggest you learn about ECMAScript Editions 1 to 3 and their
implementations first. See also <http://PointedEars.de/es-matrix>.
PointedEars
___________
[1]
http://web.archive.org/web/20070701135627/http://www.mozilla.org/js/l...
Also, I've been searching for book references online for ECMAScript for the
past two hours and haven't found anything. Were there any books printed for
this or is it just online PDF overviews?
The Ecma-262 r3 specification is very useful for getting more in-depth
understanding to the productions of the EcmaScript language. However,
reading the EcmaScript spec as a starting point might seem boring and
confusing and you probably won't make much progress on your scripting
skills this way.
Probably most scripters self-taught, using combination of learned
programming skills and online references. Doing things and learning
from the experience is usually pretty effective. You can write a
simple script and post it here and get feedback. For example, these
are some basic scripts that you can try:
1) swap images
2) toggle the css display of an element from another element's click
event
You can use:
the DOM Event and Style specs, the HTML 4 spec, the CSS 2.1 spec.
JSLint
HTML and CSS validators
Garrett
--
Message posted viahttp://www.webmasterkb.com
.
- Follow-Ups:
- Re: What to read first...?...
- From: Thomas 'PointedEars' Lahn
- Re: What to read first...?...
- References:
- What to read first...?...
- From: LayneMitch via WebmasterKB.com
- Re: What to read first...?...
- From: Thomas 'PointedEars' Lahn
- Re: What to read first...?...
- From: LayneMitch via WebmasterKB.com
- Re: What to read first...?...
- From: Thomas 'PointedEars' Lahn
- Re: What to read first...?...
- From: LayneMitch via WebmasterKB.com
- What to read first...?...
- Prev by Date: Re: Safari and className oddity?
- Next by Date: Re: What to read first...?...
- Previous by thread: Re: What to read first...?...
- Next by thread: Re: What to read first...?...
- Index(es):
Relevant Pages
|