Creating XMLHttpRequest Objects is one of the most important intial steps in making an ajax request. This article is on how to create an XMLHttpRequest Object. Learn more about the XHR Object.
Comments closedCategory: Scripts
CSS Box model Explained
The knowledge of CSS box model is very much important for anyone who aspire to learn CSS or HTML. What is CSS box model is frequent question among the newbie web developers.
According to the W3C candidate recommendation, the CSS box model describes the rectangular boxes that are generated for elements in the document tree and laid out according to the visual formatting model.
This article briefly explains how to submit HTML form using AJAX. This article is intended for Ajax beginners. The word AJAX is the short form of asynchronous JavaScript and XML. Ajax is widely used in modern websites, web applications, etc. In this article, we assume the basic knowledge of javaScript and HTML.
Comments closedJavaScript 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 closedThis 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 closedLearn 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 closed