Web Design

Dreamweaver closes straight after opening

This really is one of the strangest software bugs I've come across!

The Problem

Dreamweaver crashes and won't open again. When you try and open Dreamweaver it just closes straight away, with nothing more than a glimpse of the splash screen.

The Solution

One of the CSS files in the site you were working on has a file size which is a multiple of 8kb (mine was 24kb). You can try anything; rebooting, reinstalling, but Dreamweaver won't play ball if the file is still there. You need open the CSS file in another text editor and add a few dummy lines of comment text to increase the file size slightly; you should then find Dreamweaver will open again normally.

Thanks to David Powers for this. Please feel free to leave any comments below.

Essential Firefox web developer / designer add-ons

I've been taking a few Firefox add-ons for granted, so here's a little nod to some excellent add-ons which have made my life easier. I'm not going to list 50, simply because I've found either some do the same thing, or I don't end up using them as much as I thought. So here they are:

  • Firebug
  • Web Developer Toolbar
  • Dummy Lipsum
  • IE Tab

Getting alt text to display without a caption using img_assist

I ran into a spot of trouble recently with img_assist, in that it only displayed alt text if there was also a caption below the image. Img_Assist takes the alt text from a combination of the title and description, and these fields are filled by default from the title and body of the image node. Although there is no real need for a caption below each image, you will almost always need alt text.

Syndicate content