Hey all, here’s the latest build of HangTheDJ. It FINALLY has DJ’s. I didn’t plan on posting a build yet, but a story came up on slashdot and I wanted to follow up with this. I was even stupid enough to post a comment on slashdot – am I looking for trouble or what? 😛

Google‘s got a new format! I’ve updated my google results scraper that formats Google results for use in a sidebar frame. Here’s the code if you want to try it at home.

meloncully writes “ok, after MUCH MUCH deliberation we have decided to embark on a project to create a File manager.

and thats about all there is to tell :p

oh, and its most likely going to be in c++ 🙂

corey d”

There ya have it!

Here it is… GOOD NIGHT!

Changelist:

1) MAJOR bug… the song set used by the controls was changed when adding to playlist… controls were modifying the WRONG SONG! Fixed.
2) Modeless Options dialog OK/Cancel should be working now.
3) Annoying scrollbars were hiding small-view controls, fixed.
4) Changed pink background to something less flashy, until skinning is improved.

Slash, along with my other doodads, requires a pretty powered-up apache build. I like to compile everything in, too, as opposed to using dynamically linked apache modules, for arguably faster performance. I have mod_perl, mod_ssl/openssl, php, and the “mm” library compiled in at this point. Here is my script that does it all in one step. DON’T TRY THIS AT HOME, unless you know what you’re doing and you’re willing to poke through the script. It’s a bit out of date at this point, so that would be the first thing to check… I am thinking I would eventually like to “WWW::Mechanize” the script so that it can, e.g., go to the mod_perl website and figure out what the latest version is. Make it TOTALLY automatic, in other words. Anyone besides me have any interest in this? Or has this been done and I’ve just missed it somewhere?