JavaScript is an Object Oriented Programming language (OOP). An Object is a special kind of data and acts like real –life objects. An object has properties and methods. A real-life example for object could be a music system. It has properties like, on, off, current volume, etc. The methods could be said as, turn on, turn off, increase volume, etc. Similarly, JavaScript objects do have properties and methods.
Comments closedAuthor: admin
This article briefly explains the fundamentals of JavaScript. The basic characteristics, features, usage, etc. have been explained in simple terms. Topics like, What is JavaScript ?, How can we use the JavaScript ? , Where to place a JavaScript code ?, Characteristics of JavaScript, JavaScript variables, JavaScript operators, etc. are explained in a simple manner.
Comments closedThis article describes how to create a search application using Dreamweaver. This application makes use the Access database to store information and Active Server Pages to retrieve the data in it. This article is oriented to the intermediate Dreamweaver users. You need to have no ASP programming skills to build this application. All you want to possess is a simple programming logic.This tutorial has Only 2 pages.
The first page is a search form and the second one is a page which displays the search results.
Learn how to parse an XML file and load dynamic data into a jsp page. This tutorial is on the DOM parser in JSP. The parser loads the xml data into a jsp page using the DOM parser.
Comments closedThis article shows how to parse an XML file and write the data into an HTML page. Parsing XML using JavaScript is very much useful when there is no server side scripts to load dynamic data into an HTML file.
Comments closedIt is very much important for a web developer to know the characteristics of each elements in HTML. This article briefly explains the difference between the Block elements and the Inline elements in HTML.
Comments closedThis article shows how to create a simple contact form in HTML. The beginners in HTML can learn how to create HTML forms in this article.
Comments closedDreamweaver can connect to a database, in two ways; DSN Connection and DSN-less connection. How to create a DSN-less database connection is explained in this article.
Comments closed
The ‘div’ and the ‘span’ tags are quiet frequently used tags in HTML. The proper understanding of these tags are very much important for a web HTML developer.This article is shows what are the characteristics of both these tags. Understanding the difference between both tags will help to use them in appropriate place.
Comments closed