Photo gallery – finally finished

I have been working on a Flash-based photo gallery for this site for a few months now. Finally it’s done and I’m happy how it has turned out.

Summary:

  • The back end uses Coppermine photo gallery’s MySQL database which comes as a freebie with most Linux/PHP/MySQL Web hosting. I don;t like Coppermine’s interface so I decided to write my own
  • A PHP-based album chooser calls another PHP file that has an embedded Flash file
  • The Flash file calls a third PHP file which queries the MySQL database
  • The Flash file then displays the photos for the chosen gallery, using clickable thumbnails
  • The user sees a 533×400 normal image and can also click to see the full-sized image (usually 1000×750)
  • The user returns to the first PHP album chooser file in the same login state as they started (for viewing restricted galleries)
  • Of course, it is XHTML and CSS standards compliant and works in the majority of browsers, if not all. No tables were used – it’s all DIVs

For the background and more technical details, see the original post on this: Flash-based photo gallery

Update (26 Jun 2006): A user was asking me to send him this Flash-based gallery but he decided to use
Coppermine Photo Gallery to SlideShowPro instead. Which gallery do you like best…?

Related posts:

  1. Flash-based photo gallery The gallery Updated 4 Jun 2006: Go to the latest...
  2. Search Finally Implemented I finally managed to get search to work across all...
  3. SWFObject – compliant and works nicely in Wordpress I was impressed - and rather bemused - when a...
  4. Tidying CSS and XHTML – a case study tutorial A reader was having lots of troubles on a page...
  5. It’s launched, finally… I finally got Interactive Mathematics ready (enough) to launch today....

One Comment on “Photo gallery – finally finished”

  1. P N Says:

    Do you this in TLC? Want to learn.

    If you don’t mind, have linked to your site from my blog.

    Rgds

    PN

Leave a comment