Thursday, April 29, 2010

Basic of Javascript (2nd step of 10)

Before continue to next step, I ‘d like to comfort not to get you freak or dizzy with my explanation, about HTML that we have known in the last post just don’t think too much because it is nothing to concern with what we need to know obviously.
HTML or DHTML or XML just forget about them.
Because there is a lot instant program which in some easy clicks can create all design you desire. But javasript is must be understood basically and here is the example:

package input;
/**
*
* @author Richie Muamar
*/
import javax.swing.*;
public class Main {
public static void main (String[]args)
{ String Entry_Data = JOptionPane.showInputDialog("masukkan data"); System.out.println("Nama ="+Entry_Data);
}
}

Then Press Run or F6
Will show:

Basic of Javascript (first step of 10)

This is what we use to put hand to several areas in software engineer.
we want several software to overcome it. Especially for FB that we all know can earn much of moneys, I can’t explain it but I’m very sure that you know what I meant.
How if we only have 1 language, the answer “yes you can ” if language enclose minimal programming desktop or application, database programming or enterprise, and programming mobile.
One of [the] language java. a lot of application program that can be used to make program mengantaranya jcreator, jbuilder, bluej, netbeans. to in this time we shall learn with netbeans and Jcreator.

Overview of JavaScript
1. Introduction to JavaScript

html


html one famousest and one of [the] [from] easiest computer language surrounds. this used to give special instruction to browser. browser translates this instruction then displays text and item at monitor sail. html use (little instruction) a series of call to tag that sent to browser. browser is equiped with internal calls program interpreter. this is interpreter that get html tag, analyze them, and narated browser what to do.

html principal creat to display text. therefore, this has very he is aim purpose skilled. to completion html deficit, new language builds to handle assignment other. one of the this language is called javascript.

at this site, we shall study to how manner uses javascript language together with html develop customized and more responsive network yard.

lets check the next or the second step in the next post,