Lately, I have had the chance to talk to a few people about my programming habits and a few simple steps I can do to go a little further, atleast on the JavaScript side of things. So, since TheCinemaSource is down, I took the time to mess around with my little toolbar script.
What I have done is updated the script so that there is a better division between my HTML presentation and my JS file. The easiest way to put this is that I was able to move all my behaviorial JavaScript method calls out of my HTML file and into my external JS file. Now, the HTML file contains (Yes! You guessed it!) HTML while the JS file contains all my lovely JavaScript code.
As I was looking at the code, I still see LOTS of room for improvement but below you'll find the link to download and view the latest version of my toolbar.