This class can be used to display photo albums using Javascript so the user can interact with the images without page reloading. It can:
- Display a list of thumbnails of the album images stored in server side directories. The thumbnails are created automatically from the full size images.
- Display full size images overlayed on top of the current page when the user clicks on the thumbnails
- Generate a complete Web page or embed the albums in existing pages
- Customize the presentation details using CSS styles
- Generate valid XHTML 1.0 code
No application links were specified for this class.
| File |
Role |
Description |
COPYING |
Lic. |
GNU GPL |
CREDIT |
Doc. |
Credit for redistributed code |
css |
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. |
examples |
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. |
images |
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 |
INSTALL |
Doc. |
Installation instructions |
js |
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) |
MANIFEST |
Doc. |
List of all files in repository |
PhotoAlbum.php |
Class |
PhotoAlbum class definition |
README |
Doc. |
Start here, read this file first |