Javascript Daemon Manager Class
I found that I often have a little DHTML widget or something that might show up multiple times on the same page. If you approach that in an object-oriented way, that means that you’ve got a lot of little instances (daemons) running around handling each one, right? Then, I’d write a “manager” that […]
Listen