Recommend this page to a friend! |
Download .zip |
Info | Screenshots | View files (20) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2006-12-05 (9 years ago) | 71% | Total: 3,050 This week: 2 | All time: 1,142 This week: 591 |
Version | License | PHP version | Categories | |||
photoalbum 1.0.0 | GNU General Publi... | 5.0 | Graphics, Content management |
Description | Author | |||||||||||||
This class can be used to display photo albums using Javascript so the user can interact with the images without page reloading. It can: |
|
Readme for PHP Class "PhotoAlbum" Installation: See file "INSTALL". Examples: default_index.php: Shows how to create a new PhotoAlbum using default settings and automatically generate the entire web page. embedded_index.php Shows sample of how to embed PhotoAlbum in an existing web page. Limitations: * Currently only supports JPEG images. This tool was originally built to create a family photo album from pictures taken with a digital camera. Since most (all?) digital cameras create jpeg images, this should be sufficient for these purposes. I do have plans to incorporate other image types but no guarantee when (or if) that will happen. * Supports only 1 level of sub-directories. For the same reason as above, I see no reason to make this more complicated than needed. I don't have any intention of ever changing this. * See other TODOs and NOTEs in the PhotoAlbum.php file. Notes: * PhotoAlbum makes use of "moo.fx" and "Lightbox JS" and redistributes some of that code. See the file CREDIT for more information. |
Screenshots | ||
Files |
File | Role | Description | ||
---|---|---|---|---|
css (3 files) | ||||
examples (3 files) | ||||
images (3 files) | ||||
js (5 files) | ||||
COPYING | Lic. | GNU GPL | ||
CREDIT | Doc. | Credit for redistributed code | ||
INSTALL | Doc. | Installation instructions | ||
MANIFEST | Doc. | List of all files in repository | ||
PhotoAlbum.php | Class | PhotoAlbum class definition | ||
README | Doc. | Start here, read this file first |
Files | / | css |
File | Role | Description |
---|---|---|
lightbox.css | Data | Redistribution of lightbox.css from Lightbox JS |
photoalbum.css | Data | Defines layout, look and feel of PhotoAlbum elements |
photoalbum_embedded.css | Data | Sample css changes on embedded website from embedded_custom_layout.jpg screenshot. |
Files | / | examples |
File | Role | Description |
---|---|---|
default.php | Example | Let PhotoAlbum create the entire web page for you |
embedded.php | Example | Sample php script showing how a PhotoAlbum might be embedded in an existing web page. |
embedded_alternate.php | Example | Alternate method to embed PhotoAlbum in existing webpage. |
Files | / | images |
File | Role | Description |
---|---|---|
close.gif | Data | Redistribution of close.gif from Lightbox JS |
loading.gif | Data | Redistribution of loading.gif from Lightbox JS |
overlay.png | Data | Redistribution of overlay.png from Lightbox JS |
Files | / | js |
File | Role | Description |
---|---|---|
lightbox.js | Data | Redistribution of lightbox.js |
moo.fx.js | Data | Redistribution of moo.fx.js |
moo.fx.pack.js | Data | Redistribution of moo.fx.pack.js |
photoalbum.js | Data | Javascript to initialize moo.fx objects |
prototype.lite.js | Data | Prototype javascript library (redistributed from moo.fx) |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Live sample of PhotoAlbum embedded in existing webpage Online example of PhotoAlbum. Used on our church website for Youth Group yearly mission trip photos. |