PHP Photo Portfolio Site

Discussion in 'PHP' started by gladstone, Sep 3, 2007.

  1. #1
    I would like to create a php photo portfolio site like this one:

    http://www.villanelle.org/portfolio/


    Would this be difficult to do? Is there any place I can get a template for this?

    thank you
     
    gladstone, Sep 3, 2007 IP
  2. webrickco

    webrickco Active Member

    Messages:
    268
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Take a look at my photo viewer component, the code is available both in php and javascript.
    Based on a server directory and its sub directory with imagaes, the idea is to generate thumbnails (only once) and then display the content into a page with rows and columns of a certain size based on dynamic parameters defined by administration. A simple click on an image will resize it to its maximum size. A Database implementation will also allow the user to change names and comments on each image.

    Take a try a http://www.webrickco.com/comPhotoViewerInstall.php

    Send me your comments and ask for further help if required.
    Hope this can help.
     
    webrickco, Sep 3, 2007 IP