We made an usability case study for Kroppr.
We updated our online cropping script Kroppr, to version v1.2
This version fixes some problems for certain servers configuration:
– servers that do not allow to write the cropped image into the cache folder, due to a server configuration setting,
– servers with magic_quotes_gpc set to On.
Tweet Kroppr is an unobtrusive script that willenhance any site that wants to offer an image cropping tool for its visitors. Unlike other scripts, Kroppr is able to ROTATE, zoom and move the image in the real time without using plugins – flash or java. The actual picture crop is done after the user is [...]
The today’s tutorial will try to explain how to make an element draggable or resizable – or even both in the same time, using the MooTools framework.
To accomplish this we’ll make use of two functions existent in MooTools: makeDraggable() and makeResizable().


