URL Image Getter/Uploader/ResizerDecember 6, 2009

I was wondering how to get images from a site the same way like Digg or Facebook do, where it is only necessary to provide a link, and images get automatically uploaded to your server and resized. So, I decided to create a script that does exactly that and share it here. This PHP script uses

read more

jCapSlide: A jQuery Image Caption PluginNovember 23, 2009

Here is a new plugin for creating nice sliding captions for images. When hovering over the image, the caption appears and the image gets a semi-transparent color overlay. You can call the plugin the following way: $(elementID).capslide() You can configure the plugin with the following

read more

And what about resolution?October 21, 2009

Working a lot with images I was coming across some curiosities concerning how web sites deal with pictures and especially the uploading of pictures. In social network sites like Twitter or Facebook the user can upload images either for his profile picture, a custom background image or photo album

read more

Dynamic jQuery Image Gallery with UploaderSeptember 13, 2009

Here's a jQuery Image Gallery script with a multi file Uploader, that was implemented using three resources that I found on the web: uploadify ad-gallery class.upload.php click on the image to see a demo It's easy to find a lot of good image galleries out there, a lot of upload

read more