Up to now there are only two ways to build a web site either by using table (Table design) or using CSS design layout. Both layouts have merits and demerits and perform in a different manner. They lift accessibility issues also. This article will point out the good and bad of table layout and css […]
Table Vs CSS design
Posted in Design Articles by admin - Nov 18 2009
Effective JavaScript- A tool kit approach
Posted in Design Articles by admin - Nov 17 2009
While the JavaScript language is dynamic, powerful, and extremely expressive, there are still issues that come up about portability. Any code that you develop has to maintained, updated, and debugged. For this we need a standard among the JavaScript codes that we made, and the use of tool kit approach evolves here. The use of […]
Jquery an alternative to Flash
Posted in Design Articles by admin - Nov 06 2009
Jquery is one of the most powerful scripting languages for its easiness of coding and the huge library of functions. In the new era of the web designing the flash animation can be completely replaced by the Jquery which will increase the page loading speed and decrease the size of page over JavaScript. Another advantage […]