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
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.