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
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
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
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