SomaFM commercial free internet radio All posts tagged 'CS3'

Paul Sturm

My notebook of discovered facts

Dreamweaver CS3 freezes with code view

My CS3 version of Dreamweaver started freezing on files that were not small when I switched to code view.  Well, the problem is known by Adobe and it relates to time changes (Daylight Savings Time) documented in Adobe KB402776. The article mentions ASP and PHP but my setup is for CFML.

The solution is to remove a file:

path: C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver 9\Configuration

filename: WinFileCache-AD76BB20.dat

After closing DW, I just renamed the extension to .dat_old and reopen DW.  Give DW time to recreate it and all should be well again.


Categories: CS3 | Dreamweaver
Permalink | Comments (33) | Post RSSRSS comment feed

Dreamweaver Code Rewriting invalid XHTML (onLoad)

My site uses templates that are XHTML 1.0 Transitional.  Dreamweaver was rewriting my body onload and onunload with mixed case (onLoad, onUnload) even though my template was not setup that way.  Anytime I opened a page, it would rewrite them.  I had to use Modify > Template Properties > OK to set them back before committing.  I could not find why and no answers seem available.  Seems very few of us were having the problem.  I finally stumbled upon the answer.

Here is your fix:  Edit > Tag Libraries > expand the body tag in HTML tags; you should find all the attributes for the body tag.  I'll bet yours are mixed case.  Select onLoad or whichever attribute you need to change and set the Attribute case field to Lowercase. Simple, right? But hard to find. I've lived with this far too long for this simple of a fix...


Categories: Dreamweaver | CS3
Permalink | Comments (17) | Post RSSRSS comment feed