Family Pictures Web Site
This
simple site was created to share some family historical pictures with other
members of my extended family.
The site is HTML with some PHP coding; there are Javascript functions to display the family historical pictures. The picture code dynamically builds the picture list based on the files in the picture folder. This allows easy update of the picture pages, since all that is required is to upload new pictures to a folder. The picture pages use simple navigation to view the pictures.
CSS styles are used to ensure a common look and feel on each page. The menu bar is also one common file used on all pages; this allows easy changes to the menu buttons by only changing the HTML source in one file.
One link on the menu runs PHP code to query family blog RSS feeds, and display the latest blog entries. This allows family members to go to one page to see updated family blogs. There is a delay in displaying the page, since the family blog links are dynamically generated.