How to create XMLHttpRequest Object

May 18, 2010 by satz  
Filed under Ajax, Scripts

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. Read more

What is CSS Box model?

May 11, 2010 by satz  
Filed under CSS, HTML, XHTML

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.

Read more

Simple Ajax form tutorial – submit form using Ajax

March 7, 2010 by satz  
Filed under Ajax, Scripts

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. Read more

Next Page »