Notes

Notes page 7

Deep Creek Trails

Deep Creek Trails We heard about this trail when we were on the Nantahala Gorge Excursion Train Ride from one of the people on the train. It…

DigiKam to PHP Photo Album

DigiKam to PHP Photo Album My system for managing photos and publishing them "dynamically" on my website. Overview I have been working for a…

DigiKam to PHP Photo Album - Data Model

Data Model The data model used in my DigiKam to PHP Photo Album solution is a set of PHP classes that let me easily abstract the elements of…

DigiKam to PHP Photo Album - Denormalize

DigiKam to PHP Photo Album - Denormalization Denormoralizing the data streamlines the queries necessary to deliver the albums and photos on…

DigiKam to PHP Photo Album - Thumbnail Generation

DigiKam to PHP Photo Album - Thumbnail Generation I have a shell script that runs hourly: The shell script uses locks to ensure that only…

DigiKam to PHP Photo Album - album_library

DigiKam to PHP Photo Album - Album Library The album library is a PHP file which contains mostly formatting code. It pulls in the various…