![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
I've already learned HTML/CSS...I'm completing the learning process for Javascript ^^^^^^^^^^ |
|
and the next language is going to be Actionscript. |
|
Now, I've been reading the opinions about different Actionscript books and some of them say that if you are knew to programming, then you may want to read a book about programming basics first. Is this the route that I need to go |
|
or should learning Javascript be the facilitator for learning Actionscript? |
|
If I do need to get some programming basic book, what are some recommendations? |
#3
| |||
| |||
|
|
Since both JavaScript and ActionScript are ECMAScript implementations, with JavaScript to date implementing the prototype-based ECMAScript Ed. 3 at most but ActionScript 2.0 and 3.0 implementing Netscape's now-outdated ECMAScript Ed. 4 proposal to support classes and strict typing as well, it would be a good idea to learn about ECMAScript first, then J(ava)Script, and then ActionScript. |
#4
| |||
| |||
|
|
Thomas 'PointedEars' Lahn wrote: Since both JavaScript and ActionScript are ECMAScript implementations, with JavaScript to date implementing the prototype-based ECMAScript Ed. 3 at most but ActionScript 2.0 and 3.0 implementing Netscape's now-outdated ECMAScript Ed. 4 proposal to support classes and strict typing as well, it would be a good idea to learn about ECMAScript first, then J(ava)Script, and then ActionScript. [...] Now you mentioned EMCAScript Ed. 3 & 4, with 4 being the most outdated, but ActionScript 3.0 is based on this outdated language . So which one would you recommend I learn? |
#5
| |||
| |||
|
|
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/200707011...es4/index.html |
#6
| |||
| |||
|
|
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/200707011...es4/index.html |
#7
| |||
| |||
|
|
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/200707011...zilla.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? |
|
-- Message posted viahttp://www.webmasterkb.com |
#8
| |||
| |||
|
|
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>. Well, it sounds like I can purchase books on ECMAScript, visit websites... whatever, and use it as a cross reference while I continue learning JavaScript and begin learning ActionScript. Do you think? |
#9
| |||
| |||
|
|
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>. 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? |
#10
| |||
| |||
|
|
"LayneMitch via WebmasterKB.com" 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/200707011...zilla.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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |