logo logo
How to Crop Image Using JavaScript and PHP

How to Crop Image Using JavaScript and PHP

Image cropping is a usefull feature in web application that allows user to crop an image on a web page and save it for later use. This feature is commonly used in user’s preferences tool for creating a...
Prototype: Using Ajax.Updater to Update Browser’s DOM Element

Prototype: Using Ajax.Updater to Update Browser’s DOM Element

Ajax has become popular since it allows web application to behave interactively like a desktop application. It allows asynchronous communication between client (browser) and server so web applications can...
bottom