http://www.lynda.com/MySQL-5-tutorials/installing-apache-mysql-and-php/77958-2.html
Category Archives: Web Authoring Links
Find the current key in an array
This will return the current key in an array so that it may be incremented to the next element.
Nice Article about SQL joins
From codinghorror.com
New PHP Project & Name Parsing
Thinking about developing a mysql database for help with case management in my firm. Learned alot by using XAMPP and the excellent PHP Development Series video tutorials at Lecture Snippets.
Jonathon Hill‘s PHP Human Name Parsing, improving Keith Beckman’s script.
Jason Priem’s page about parsing human names in PHP.
Here is the same type thing in javascript by Josh Frasier.
Another javascript name parser by Jerry Davidson.
Chris West’s blog post about javascript name parsing.
Optimize PNG files
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.
Return multiple values in PHP function
The trick to returning more than one value from a PHP function, is to return an array.
Creating a Development Environment
It’s possible to set up Apache, PHP, and MySQL locally on a PC so that websites may be tested before publishing to a server. This post describes that process.
Floating Menu
I will study this javascript code for a floating div menu.
Added Javascript to home page
Added Show/Hide doodles link to home page using the javascript technique described here.