Web Developement

Create Simple Table in HTML

Posted by adam On October - 11 - 2011ADD COMMENTS

Table is the two dimensional matrix used to represent data in an organize way. Table is the combination of Rows and columns and their intersection point is called cell. The number of cells can be easily determined by multiplying number of table rows with columns.  For example, a table with 3 rows and 2 columns has 6 cells and each cell may contain any data such as number, characters, symbols and pictures.

Read the rest of this entry »

Popularity: 2% [?]

Most Demanding AJAX and jQuery Scripts

Posted by adam On December - 29 - 20091 COMMENT

AJAX stands for Asynchronous JavaScript and XML, it is a programming language used in Web Application to retrieve information from server asynchronously without disturbing the UI (User Interface). AJAX enhance the performance of Web Applications by reducing response time and avoiding Postback on every request made by the client application to the server.

In this post, I have complied the most searched AJAX scripts, you can say most popular free AJAX scripts. I hope the readers will like this collection and post provide feedback on this post.

1. jQuery Treeview Plugin


Lightweight and flexible transformation of an unordered list into an expandable and collapsible tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence.

Current version: 1.4
Compressed filesize: 3390 bytes
License: MIT/GPL
Tested in: Firefox 2, IE 6 & 7, Opera 9, Safari 3

Jquery treeview plugin thumb Most Demanding AJAX and jQuery Scripts

preview3110 Most Demanding AJAX and jQuery Scripts download3110 Most Demanding AJAX and jQuery Scripts
Read the rest of this entry »

Popularity: 91% [?]