JavaScript
Should this resource be a single collaboration with Web Design/An Introduction to Programming with JavaScript? Please Discuss |
JavaScript is one of the most powerful programming languages in common use. However, even those proficient in JavaScript often do not realize its power. For example, did you know that JavaScript...
- Is fully Object Oriented?
- Is weakly typed, allowing greater flexibility in programming through type inference?
- Has advanced language features such as anonymous methods?
(Don't worry if you do not understand this.)
Contents
Description[edit]
JavaScript is part of the requirement for web-technology learning. It is specifically useful for web design. JavaScript is a dialect of ECMAscript which is based on root computing languages such as C. Studying the related languages will give you the student advanced standing in JavaScript. However, some conventions are/were unique to JavaScript.
Duration:
- Basic JavaScript is usually introduced alongside HTML and CSS (or Flash, SVG, etc.). It is only comprised of six to ten hours in introductions and use. [1]
- Intermediate JavaScript is usually introduced alongside languages like PHP, XML, Ruby, Python, and C++. It can comprise ten to twenty hours of development and use.[2]
- Advanced JavaScript is about use in any possible applied context. Learning in this area is progressive. The competent use of some advanced concepts requires 100 to 200 hours.
- From a computer science perspective, JavaScript is a language standard which a graduate programmer should be able to employ/deploy as an application. Building a minimal JavaScript engine should require no more than two weeks work in a language such as C++. However, developing a good application may require a bigger collaboration. (Consult the standards for this task).
- JavaScript can be wrapped in other languages for the deployment of applications to several technologies.
- JavaScript can be used to design games, databases, or servers.
- ActionScript utilizes ECMAScript for timeline technology as used in animation.
- JavaScript is not just a trivial project/design language. It can be used for enterprise and industry wide projects and collaborations. A JavaScript expert could be required to undertake all/any level(s) of enterprise related training to handle the use of JavaScript for their professional employment.
- Basic JavaScript is as incredibly simple as basic Math, HTML, Boolean Algebra, or BASIC. It doesn't require maturity or youth beyond a basic education. It's best to stay online for the duration of study - the available online educational resources are vast.
Prerequisites[edit]
You should at least know HTML before learning JavaScript. Some knowledge of CSS may be useful. Don't worry if you have no knowledge of web page scripting; Basic JavaScript is a great place to start.
Lessons[edit]
- Advanced_JavaScript
- Object Oriented Programming
- Constructors and Prototypes
- Access Control
- Inheritance
- Anonymous Functions
- Optimization
- Bookmarklets
- Debugging
- DHTML
- Runtime Document Manipulation
- Introduction to the Document Object Model (DOM)
- Finding Elements
- Adding Elements
- Changing Elements
- Changing Element Styles
- Removing Elements
- Working with the Mouse
- Working With Files
- XMLHttpRequest
- Handling HTML
- Handling_JSON
- Handling XML
- JScript in Microsoft
- Best Practices
- History of JavaScript
- Into the Web design courses:
- Authoring Webpages
- Web Development
Resources[edit]
| Search for JavaScript on Wikipedia. |
| Wikibooks has a book on the topic of JavaScript. |
Open-Source[edit]
Online tutors[edit]
Online learning sites[edit]
- LearnStreet - Free online JavaScript tutorials & practice exercises
- w3schools
- codecademy
- KhanAcademy
- Mozilla Developer Network
Online content instructor[edit]
- http://www.youtube.com/user/thenewboston
- http://www.youtube.com/user/GoogleDevelopers
- http://www.youtube.com/user/webtunings
- http://www.youtube.com/user
- https://www.youtube.com/user/dsree91
...please add
Online Code Environment[edit]
- writecodeonline.com - javascript
- Generate Object Oriented Classes in Javascript with JavaScriptClassCreator. The JS classes are generated in UML style. GitHub documentation of classes can be generated. The tool is written in Javascript itsself and uses the localstorage of the browser to store alteration of the Javascript classes. Tool is OpenSource software on GitHub https://www.github.io/niebert/JavascriptClassCreator and is intended to support learners in object oriented programming with Javascript.
Tasks[edit]
- Integrate Wikibooks materials.
- Create relevant courses.
See also[edit]
- Internet Fundamentals/JavaScript
- JavaScript Programming
- Portal:Education and Technology
- standard for a programmatic language
- JavaScript Interpreter
- IDE
- Aptana Studio
- Visual Studio
- Libraries
- JavaScript_library
- jQuery
- Web application framework
- Comparison of JavaScript frameworks
- XMLHttpRequest
- Client-side_scripting
- Greasemonkey
- Userscript.org
- Develop google Maps
- Geocode Google Maps
- manipulating_svg_with_dom_ecmascript
- SVG_serialize.html
- JavaScript Guide Core_JavaScript_1.5_Guide
- MSDN Microsoft error handling examples
- JavaScript Developer Mozilla.org