A tutorial about creating the most efficient 24 bit PNG graphic files.
June 7, 2010
June 5, 2010
Installed XAMPP
Installed xampp on local computer which will make site easier to test.
Updated menus to use relative paths rather than full absolute paths so links will work on local host and on live server.
Found useful this information about getting cookies to work locally.
June 4, 2010
June 3, 2010
June 2, 2010
Control Panel Upgrade
Upgraded the control panel so that the form will automatically look for any file in the /img directory that starts with “Frame” and will include that as an option for the bottom decoration. This uses the glob function to read the matching files into an array.
June 1, 2010
May 30, 2010
May 28, 2010
Doodles Added
Created and installed the little town doodles, the watching face doodle, and coffee cup stains on home page using free Photoshop brushes found on the net.
May 27, 2010
May 25, 2010
Cookies Conquered
Added ‘Control Panel‘, using cookies to control appearance of the web page.
Learned that setcookie command must be used before any html tag, even before the head tag. Cookies set on a page cannot be used on that page, since the page has already been rendered. However, if you use a variable to set the cookie, you can use the variable on the current page.


