blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
Technie Zone

All about PHP programming, Flash programming, JavaScript programming, AJAX programming, object oriented programming.
Technie Zone Blog  
Related Blogs
previous blog next blog

1 Users are Following

8.3
great
based on editor's review


recent postsrss feed

Check Image Resolution in Java

Nov 26, 2009
At first we might tempted to use any 3rd party software for checking image resolution using JAVA. But JAVA has already provided an set of APIs that allows Image Manipulations. This APIs is called Java Advanced Imaging also called JAI. In this article...

Prototype Design Pattern in Java

Oct 21, 2009
As the same suggest prototype means some form of cloning and in this design pattern we will understand how we can achieve cloning of an java object. Normally we create an object using “new” operator but with new operator we are creating the whole new...

BackUp and Restore Mysql Database

Oct 7, 2009
In this article we will learn on how we can perform following operations using MySQL. * Backup Database using MySQL * Backup specific tables using MySQL * Backup Multiple Database using MySQL * Backup Database Structure using MySQL * Restoring Backup...

Column count doesn't match value count in MySql

Oct 6, 2009
When we try to insert/update data that exceeds column length, the default behavior should be to truncate the value and insert/update the column; though this was there in MySQL 4 by default but strangely in MySQL 5.x this feature is disabled by default....

Manipulating Table using JavaScript

Oct 1, 2009
In this article we will learn on how we can Manipulate HTML table using JavaScript. Following topic will be covered here: 1) Creating HTML Table in JavaScript 2) Adding new Row in HTML Table using JavaScript 3) Remove Row from HTML Table using...


Comments & Reviews:
Be the First to Review this Blog!