| TOTAL: 8 Page: 1 of 1 |
|
The Basics Of Javascript 3, o.O arrays are involved
This is the third tutorial in the Javascript basics written by me and this is where we get quite advanced and will use Functions, Variables, alerts, document writes etc without explaining them so if you don't understand them please read the other two tutorials. Arrays are used in my opinion so that you don't have hundreds of variables and just a few nice arrays so it's used to hold variables. Here is a quick example of code using variables and then code using arrays.

| Hits: | 67 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-20 |
The Basics Of Javascript 2, Bit more advanced
I said I would write another basic Javascript tutorial and I may go on a bit more but here it is. Conditions like If/Else should be used if you want to make a certain condition be excecuted, for example.

| Hits: | 47 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-20 |
The Basics Of Javascript 2, Bit more advanced
I said I would write another basic Javascript tutorial and I may go on a bit more but here it is. Conditions like If/Else should be used if you want to make a certain condition be excecuted, for example.

| Hits: | 59 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-20 |
The Basics Of Javascript, Basic.
This is a basic tutorial that I have written about Javascript. What is Javascript Javascript is a client-side scripting languages which is mainly used to make webpage better. It is probably the most popular scripting language, which is thought of as a lower programming language. The basics & laying out Javascript If you know CSS you will find this bit very easy as it is basically the same but with different syntax, you need to open your Javascript tag.

| Hits: | 36 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-20 |
JavaScript for people who don't know JavaScript
JavaScript is a very simple language to learn, but not everyone wants or needs to learn it. You don't want to learn a language just to do one simple thing you've seen on a thousand websites. Because of the way JavaScript is added to web pages you may not have to learn it. You need to "sort of" know the basics, and then you can just modify pre-written scripts to your hearts content. Of course, learning JavaScript is the best option. If you've got the time, it's worth the effort. You'll alwa

| Hits: | 29 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-20 |
How I learned JavaScript
A question I get asked often is how I myself learned JavaScript. While it baffles me a bit why people are so interested in this, since the road to learning this popular language is different for each person, and my experience only represent what worked for me, I guess it's nevertheless an interesting story that's worth telling. So here it is. Back in late 1996, when Yahoo's stock per share was worth less than my pocket change, I had the sudden urge to learn JavaScript. Boy, did I wish I had t

| Hits: | 62 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-20 |
Basics - JavaScript Primer
So what is JavaScript? Is it Java? What does it do? Is it difficult to learn? These questions will all be answered in this tutorial, and more. Just to get us started, JavaScript is basically a scripting language that helps kick HTML into overdrive. With it, elements in a document can be programmatically accessed and manipulated, bringing a dull web page to life. If you are content with using simply html to create web pages, you are ready to head out to our special tutorial , how to make fire wi

| Hits: | 37 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-20 |
Basic JavaScript
JavaScript is a very easy way to add all sorts of dynamic elements to your site. Unless you've had some programming experience, JavaScript will be quite a new concept at the start — it's fairly different to HTML. In this tutorial we'll be laying some groundwork on the language, and writing our first script. What is JavaScript? JavaScript is a simple scripting language invented specifically for use in web browsers to make websites more dynamic. On its own, HTML is capable of outputting mo

| Hits: | 67 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-20 |