I finally came around and fixed the
login functionality of Ambedo. Now you no longer have to login and hit back and reload after logging in to do what you planned to do. After logging in you will be forwarded to what you intended to do. The site should now operate like a site actually should operate. Coding things like this is really boring but still something a site just has to have. I have a few other items like this on my todo list for Ambedo which I'll get around doing some day.
It try to mix the boring things (like this login stuff) with the fun things such as playing with PHP's object autoloading. Too bad the PHP installed isn't version 5, I couldn't do the fun things I wanted to do. I really like Perl's autoloading and wanted to see what's possible to do in that area with PHP and doing something smart with the classes that map to databases. I've been looking for something like
Ruby on Rails for PHP, but haven't found it.