WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Accespted What is JavaScript? on Thu Feb 03, 2011 9:14 pm

Unknown Data


Registered Member
Registered Member
What is JavaScript?
Learn JavaScript - Part 1


There isn't required the big skills to learn the language JavaScript. But it can always be a good idea, to know a little bit about HTML and CSS before starting.

In the following lessons will I try to illustrate it, as good at possible to your. You aren't going to learn everything about this language, I'm only going to pick out some important points from the JS library.

After these couple of tutorials will you hopefully know much more abot JavaScript.

What is JavaScript?
JavaScript is a objectoriented scriptlanguage, that your can use, to make your website more dynamic. Many people say that JavaScript is a programminglanguage, which also is right, but usually inpreted a scriplanguage easier to learn than a programminglanguage as Perl or PHP.

A JavaScript script is usually placed in the head and body part of your HTML document. The JavaScript I'll use is good for a clientpage and it's a typipacall language for the browser. But that can be very different for each browser.

NOTE: JavaScript isn't Java. Java is an platform-independent programminglanguage originally based on the C and C++ languages. Platform-independent means that a program can run on every machine regardsless to the operating system.

What does JavaScript?
A JavaScript will make your website more dynamic and interactive as much as you want. With this language can you fx. easily set the date and time on your website, or make some special effect when the mouse hover. You can also make functions that disable a user to rightclick or create pop-ups.

We will take a look at the JS functions and tasks in the further lessons.

Mandatory "Hello World!" script
As you surely know, are programminglanguages always starting with the known "Hello World" example.

Take a look at this, study it, and when you're ready we'll go to the next lesson.
Code:
<html>
<head>
<title>Hello World</title>
</head>
<body>

<script type="text/javascript">
  document.write("Hello World!")
</script>
 
</body>
</html>

In the next lesson will we take a look at the structure in JS.

Notice : This tutorial is copyrighted by WebArtz Forum. You may not publish it on anywhere without written permission from the administrators.



Last edited by Unknown Data on Sat Feb 05, 2011 4:26 pm; edited 1 time in total

http://www.sjovfakta.dk

2Accespted Re: What is JavaScript? on Fri Feb 04, 2011 8:11 am

Syfte


Registered Member
Registered Member
Awesome, haven't been doing so well with JavaScript. Looking forward to the rest of the lessons Smile

http://www.spotfeed.net

3Accespted Re: What is JavaScript? on Fri Feb 04, 2011 7:18 pm

WHITESABBATH


Registered Member
Registered Member
thanks U.D. you have my undivided attention.

4Accespted Re: What is JavaScript? on Fri Feb 04, 2011 7:57 pm

Unknown Data


Registered Member
Registered Member
Thanks and sounds good Syfte and WHITESABBATH. Very Happy

http://www.sjovfakta.dk

5Accespted Re: What is JavaScript? on Fri Apr 22, 2011 11:10 pm

jckjones29


Registered Member
Registered Member
In my opinion JavaScript is good advantage for developer.JavaScript is a scripting and interpreted language.you can not purchase a licence for JavaScript.It is used with html for designing purpose,validation purpose and create cookies.

6Accespted Re: What is JavaScript? on Sat Oct 22, 2011 2:03 pm

kolikrishno


Registered Member
Registered Member
JavaScript is a selection expressions used to make websites online. It operates on your visitor's pc and doesn't need regular packages from your web site.

7Accespted Re: What is JavaScript? on Sun Nov 06, 2011 5:08 pm

Guest


Guest
Well, a pretty organized tutorial, see you have a good knowledge of coding. Razz

8Accespted Re: What is JavaScript? on Sun Feb 05, 2012 3:22 pm

fileppoa


Registered Member
Registered Member
Selection terminology used to make websites entertaining.

http://www.xigmapro.com

9Accespted Re: What is JavaScript? on Tue Feb 07, 2012 9:33 am

Leona Rose


Registered Member
Registered Member
I very rarely have worked with javascript. I am best at CSS.

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum