www.chagoyan.com |
|||||
![]() JavaScriptBackgroundJavaScript was developed by Netscape Communications Corporation and released with the Netscape browser in 1995. JavaScript is a scripting programming language that runs on your browser to make web pages interactive. Because JavaScript runs on the browser, it is considered a client-side scripting language. JavaScript is still very popular and one of the top programming languages used today. Its syntax is very similar to Java and even PHP. Learning one of these languages makes it much easier to learn the others. Top Programming Languages - TIOBE Programming Index Examples of free JavaScripts for you Web pages - MyChallenge1 There are also several interesting JavaScript libraries for you to use. In this class we will use jQuery. Checkout what it can do: Examples of free jQuery scripts for you Web pages- MyChallenge2 JavaScript can be implemented in four ways:
Here are some examples of Web pages utilizing the four aforementioned methods of implementing JavaScript. You will see Web pages with a variety of JavaScripts applied:
JavaScript1 - External JavaScript
JavaScript2 - Internal JavaScript in the HEAD section JavaScript3 - Internal JavaScript in the BODY section JavaScript4 - Inline JavaScript Code in an HTML tag The DOM The most powerful aspect of JavaScript is the DOM (Document Object Model). With the DOM you can use JavaScript to control your objects in your page. See W3schoolscom and play with the DOM objects using JavaScript. Tutorial :JavaScript NetTuts Tutorial: JQuery ThemeForest Please visit these sites for JavaScript tutorials: |
|
||||