Friday winter photo

I've added a search box based on the free swish-e software and moved the sidebar to the left side of the page so that you can still see the links on Internet Destroyer which doesn't properly scale the page table. Please let me know if you experience any difficulties.

The index.php script (view source) has been updated substantially from Friday's initial version. It now uses HTML template files for the screen (view source) and print (view source) versions, substituting @NAME@ strings for the corresponding content instead of writing the HTML as it goes. This should make adapting the script for your own use much easier.

The search functionality is provided by running the swish-e command to query the page index. The PHP escapeshellarg() function comes in handy for this, and I also use eregi_replace() to highlight matching words in the search results.

Feel free to comment on the new site or ask questions about its implementation by emailing me at "mike@easysw.com"...