Java Servlets

A Java servlet is a server-side program that is called by the user interface or another…

Java Server Pages

Java server pages is a server-side program which is similar to Java Servlets in design and…

Ajax XMLHttpRequest Object

A robust Ajax Style web application has fine control over communication, including the ability to get…

Pre-Ajax Communication Techniques

There are many ways to communicate with the server using JavaScript. The most common techniques used…

Introduction to Ajax

Ajax web applications use a different model where user actions trigger behind the scenes communication to…

How Ajax Works

Traditional Web Applications tend to follow the pattern that is the first page is loaded when…

HTML Table Tags

Tags for Tables Tables can be created in HTML using <table> tag. In HTML table is…

HTML List Tags

Tags for Lists There are 3 types of lists that can be created in HTML: Ordered…

HTML Hyperlink Tags

Tags for Hyper Links The HTML document or the web page can link to other HTML…

HTML Image Tags

Tag for Images <img> tag is used to display the images on the web page. The…