NiceUpload is a jQuery plug ins that replace the normal file input and makes it much more prettier. You can adjust and tweak it with CSS if you want.
See the demo here: http://lab.swape.net/niceUpload.1.0/
NiceUpload is a jQuery plug ins that replace the normal file input and makes it much more prettier. You can adjust and tweak it with CSS if you want.
See the demo here: http://lab.swape.net/niceUpload.1.0/
Multitag is a jQuery plug ins for making nice tag boxes.
Click on the box and start writing a tag names and then press the “,” (comma) or enter button to make a tag
See the demo here: http://lab.swape.net/multitag.1.0/
You can download the source from here https://github.com/swape/multitag
SGL is a php5 script to list pictures. A fat way of making a galery and showing your pictures.
This script finds all the pictures in a directory under ./test_pic/ and makes menus based on directories.
All you have to do is putt your pictures in ./test_pic/ directory. Or edit $strPathToFiles = ‘./test_pic’; in sgl4.class.php file.
You can organize your pictures by category, by putting it under sub-directories.
The thumbs/ directory must be writable (CHMOD 755) to generate thumbnails automatically first time you visit the site. It will help loading your images faster.
HOW TO INSTALL
All you have to do is unzip the file.
Unpack the sgl4.php and configure the paths.
Putt your pictures under ./test_pic/ directory.
And don’t forget to chmod 755 thumbs directory.
SYSTEM REQUIRED.
Server with PHP5.
Here is a script to download the favicon.ico files from a website and save it as a png file.
You must have imagemagick installed on your server to convert the ico file to png.