Category: Dreamweaver
March Mingle MADNESS!!!
If you're down in the LA/San Diego area, I'm going to be infiltrating the March Mingle on Monday. If you're a Cartweaver'er (or something) just look for me in my fancy Cartweaver shirt and say hello. There are going to be some good giveaways, and there should be a lot of geek-ness going on. You can find out some more details on what's being given away at Angela's blog.
See ya there!
The annoying focus-stealing CF Debugger
I'm posting this as much for my benefit as anyone else's. Everytime I reinstall CF I forgot how to change this. I love using the dockable CF debugging on my sites. It allows me to have all of my debugging information in a handy little popup window for reference. It's better formatted than the classic version, and I can stick it on my second monitor for reference as I go. However, it steals focus every single time a page loads. So, to disable this, just follow these simple steps:
- Find the dockable.cfm file at C:\CFusionMX\wwwroot\WEB-INF\debug\dockable.cfm
- Find this line: win.focus();
- Comment it out like so: //win.focus();
- Restart the Coldfusion MX Application server
Problem solved! :)
Netscape 8 Released
Well it looks like AOL has finally dropped a new Netscape. Thankfully, this one is based off of Firefox 1.0, so it should render great and be pretty stable. I haven't downloaded it yet, so if you've played with it or know of any known issues not currently in their release notes, let me know how it goes.