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 profile image. User uploads an image from his local hardrive and then directly crop his desired … [Read more...] about How to Crop Image Using JavaScript and PHP
prototype
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 retrieve data from server in the background without interfering with the display and behavior … [Read more...] about Prototype: Using Ajax.Updater to Update Browser’s DOM Element
Recent Comments