2006

18 posts

Ant, Eclipse, and FTP

I'm having an absolute bear of a time getting Eclipse to play nicely with Subversion, Eclipse, and an Ant build file. One of the wonderful things about working with Dreamweaver is the great FTP integration. I can upload, download, all that wonderful stuff, with a single keyboard shortcut directly in the IDE. I'm not having any such luck with Eclipse.

Read more…

Considering "the switch"

As part of my new job, I got myself a MacBook pro and have been running Bootcamp on it over the last few days. All in all the experience is good, but there are issues with Windows running on the MacBook that bother me (bad sound drivers, and the fact that the clock resets on each startup). However, before I installed BootCamp I spent quite a bit of time on the Mac and got over some of my "floating windows" phobias. To that end, I'm considering going all the way and switching to OSX. So to get to my point, is there anyone out there that's recently been through this that can give me some pointers on what I might miss?

Read more…

cf.Objective().Rocks()

I got back from cf.Objective() late Sunday night (or was it Monday morning) and I have to say it was by far the most educational conference I've ever attended. I attended every session I could (a change for me, I usually skip a particular session time when there's just nothing to see). The full list of sessions I attended is:

Read more…

ooGlossary Feature List

I've had several people ask about things that could be done to improve the ooGlossary so that people will start adding new content to the site. For that reason, I've added a Feature Wishlist so that you can add whatever feature you think will make the site more useful for you. So just follow the link, click Edit Page and wish away!

Read more…

ooGlossary.com

The hardest thing about learning anything OO related is simply getting over the language barrier. Anytime you talk to an OO afficionado, you always end up hearing a term you don't understand. My biggest problem with learning Model-Glue, Reactor and ColdSpring, three things I really want to start using, is finding out what IOC, AOP, DAO, Beans, Transfer Objects, Gateway Objects, and all of the other terms mean, so that I can actually make it all the way through the documentation. Google searches are alright, but I've never had one spot I could go to find out what it all meant.

Read more…

VC Star Article - Front and Center

Dan Short recordingWhile I was in Ojai recording the Dreamweaver 8 Beyond the Basics title for lynda.com there were some reports from the Ventura County Star writing an article on lynda.com. They wanted to take a few photos of someone doing a recording, and they ended up using a shot of me on the front page of the Business section of their February 15th article. See mom and dad, I really do do real work :). Click the image for a larger version.

Read more…

CFDUMPing the Variables scope

Don't ask me why I never tried this before... I've always just done a <cfoutput>#myVar#</cfoutput> when I needed to find out what a local variable value was. This often meant scattering them all over my page to figure out what piece of code I got wrong... I finally decided I'd just try dumping the local variable scope, and wallah voila! I get a full dump of every local variable on the page, including queries, available functions, the whole bit. I don't know why I never tried that before...

Read more…

Another one bites the dust...

I finished up the new Dreamweaver 8 Beyond the Basics title for lynda.com on Friday. After 4 solid days in a little sound-proof room, it's time to head back home and catch up on all of the emails and questions from readers. The Beyond the Basics title covers advanced template usage, building multi-column CSS layouts, using some rapid coding techniques in Dreamweaver you might not have known where there, as well as a chapter on getting your feet wet with dynamic development in Dreamweaver 8.

Read more…

Discovery of the Day

I'm a big fan of virtual directories. I like sharing assets across sites without having to duplicate a bunch of folders. Angela and I were doing some planning for a site and she asked if you created a Virtual Directory in IIS, what would happen if you also had a physical directory of the same name. Well it turns out that if you have a Virtual Directory defined in IIS, the server will completely ignore the contents of any physical directory in the same location. So if you had this:

Read more…