Redesign Home page, About page and Other page to use CSS with no table’s. Much cleaner.
Monthly Archives: March 2008
Fixed Dogs database
Fixed Dogs database problem with some foreign names not displaying correctly. Records displayed OK in Windows but did not import correctly in MySQL. Solution was to open the SQL text import file using the Windows PSPad editor and change format from ANSI to UTF-8 and then import this file. Also added new feature where you …
Encryption
Wrote PHP program that encrypts data stored in a MySQL database using OpenSSL. This is something I have wanted to do for many years.