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!

0 comments | Posted by Daniel Short on Mar 14, 2005 at 12:00 AM | Categories: ColdFusion - Dreamweaver - Newsgroup - Rambling - VBScript -

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:

  1. Find the dockable.cfm file at C:\CFusionMX\wwwroot\WEB-INF\debug\dockable.cfm
  2. Find this line: win.focus();
  3. Comment it out like so: //win.focus();
  4. Restart the Coldfusion MX Application server

Problem solved! :)

2 comments | Posted by Daniel Short on Mar 12, 2005 at 12:00 AM | Categories: ColdFusion - Dreamweaver - Rambling -

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.

6 comments | Posted by Daniel Short on Mar 7, 2005 at 12:00 AM | Categories: (X)HTML - CSS - Dreamweaver -