Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts

Monday, 19 August 2013

JavaScript - Overview

JavaScript started life as LiveScript, but Netscape changed the name, possibly because of the excitement being generated by Java.to JavaScript. JavaScript made its first appearance in Netscape 2.0 in 1995 with a name LiveScript.
JavaScript is a lightweight, interpreted programming language with object-oriented capabilities that allows you to build interactivity into otherwise static HTML pages.

CSS - Introduction

Before you begin, it's important that you know Windows or Unix. A working knowledge of Windows or Unix makes it much easier to learn HTML.
You should be familiar with:
  • Basic word processing using any text editor.
  • How to create directories and files.

Html - Introduction

Before you begin, it's important that you know Windows or Unix. A working knowledge of Windows or Unix makes it much easier to learn HTML.
You should be familiar with:
  • Basic word processing using any text editor.
  • How to create directories and files.

CSS - Beginning Programming

CSS is used to control the style of a web document in a simple and easy way.

CSS stands for Cascading Style Sheet.

This page will give a complete understanding on CSS.

Html - Beginning Programming

HTML or Hypertext Markup Language, is the most widely used language on Web.

Technically, HTML is not a programming language, but rather a markup language.

This page will give a complete understanding on HTML.

Javascript - Beginning Programming

Javascript is a scripting language produced by Netscape for use within HTML Web pages.

JavaScript is loosely based on Java and it is built into all the major modern browsers.

I willl give a complete understanding on JavaScript.