Skip to content

nkamali/Photo-Album

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    Author: Navid Kamali
    Date Created: March 26, 2011
    Description: Photo Gallery CSS and JavaScript
    Implementation Details:
      The photos' thumbnails and large files are referenced in the gallery_json.txt file.
      The JSON file is loaded once the page loads and the first photo is displayed and the first thumbnail is 
      highlighted in blue.There are two ways to select a photo to view; click on the photo's thumbnail or click on
      the Previous and Next arrow buttons. The thumbnail of the photo that is being displayed in the current photo
      section will always be highlighted with a blue border. As a cool effect, the opacity settings of the
      thumbnails change to 1.0 from default opacity 0.75 when you mouseover the thumbnails. The Previous and Next 
      arrow buttons will allow you to wrap around the list of photos. (ie. if you are viewing the 1st photo, 
      then clicking on the Previous button, the 6th photo will be displayed. If you are viewing the 6th photo and
      you click on the Next button the 1st photo will be displayed).
       
    Technologies used: 
      * CSS
      * Blueprint CSS Framework
      * JQuery
      * JavaScript
      * AJAX
      * JQuery Opacity Rollover library
      * HTML
                
    Requirements: You must host the entire contents of the Photo Gallery CSS and JavaScript on your own web server.
                  For URLs below, I assume the your web server is started localhost at port 80, since an AJAX call          
                  is made.
                  
                  This currently only has been tested with 6 thumbnails and their corresponding large photos.

About

A Photo Album which was designed based on a mockup which is also in the repo. Used CSS, Blueprint CSS framework, JQuery, JavaScript, AJAX, JQuery Opacity Rollover Library, HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors