Category: Technology

Can’t paste text into a file within Dreamweaver 8

Working on a Dreamweaver site the other day, I tried to paste text from an email into the page. When CTR-V didn’t work, I tried the menu – but the paste option was grayed out.

It turns out this has something to do with having moved the site files panel over to the left monitor. (Yet another glitch in Window’s implementation of a two monitor setup.)

The solution is:

Close DW8 and Navigate as follows:
– Documents and settings
– Administrator or whatever your user account name is
– Application data
– Macromedia
– DW8
– rename the “configuration” folder

Restart Dreamweaver 8 – the problem should be gone.

Continue reading

Dreamweaver: Mass Detach from Template

There are times when you may find it necessary to detach hundreds of pages from their Dreamweaver templates. Unfortunately, within the Dreamweaver interface the only way to detach multiple files from their templates is to open each one, then select “Modify:Templates:Detach from Template” from the menu.

A better way to go is to use a simple “grep” search in BBEdit:

  1. Make sure you have a backup of your site. You can cause truly spectacular destruction with mass search and replace! OK, you’ve been warned!
  2. Open BBEdit, and select Find from the Search menu. The Find & Replace dialog will appear. (click to enlarge)

  3. Continue reading