Dynamic DOM Table – javascript

Many time we require to create dynamic table, in javascript which require lot of effort. To ease this I have created function which helps the generate DOM table just passing table id, column headings as array and row data as 2D array. It will return a whole DOM table object which can be append and add in any parent object. CSS can be added as per choice by giving obj.className. Continue reading...

Create Three column layout using div and CSS

In this tutorial you will learn to create a three column layout using css, and divs
Here is the sample sketch of layout. Continue reading...