Archive for the ‘Dreamweaver’ Category

dreamweaver error everytime i try to open a file in dreamweaver i get this error:

Wednesday, March 3rd, 2010

while executing onLoad in Design Notes_onOpen.htm, a JavaScript error occured

help please? and no, deleting my configuration folder (which some insisted) does not work
Reply With Quote

Delete FileCache.dat files from the Dreamweaver user configuration folder.

Delete the WinFileCache-7A9586CB.dat, MacFileCache-BFE7CE2E.dat, or FileCache.dat file from the Dreamweaver user configuration folder. It is recommended to delete the FileCache.dat file if you are experiencing a JavaScript error related to “dwscripts” or if you are receiving a “translators were not loaded” error message. The string of characters after “FileCache-” may differ on your machine. The location of the FileCache.dat file depends your operating system and your version of Dreamweaver. Note that on Windows, the Application Data and AppData folders are hidden by default, so verify that your Windows Explorer folder options are set to View Hidden Folders.
Dreamweaver CS3 on Windows Vista:
C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver 9\Configuration

Dreamweaver CS3 on Windows XP:
C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver 9\Configuration

Dreamweaver 8 on Windows XP:
C:\Documents and Settings\[username]\Application Data\Macromedia\Dreamweaver 8\Configuration

Dreamweaver 8 on Windows Vista:
C:\Users\[username]\AppData\Roaming\Macromedia\Dreamweaver 8\Configuration

Dreamweaver CS3 on Macintosh:
Mac HD/Users/[user]/Library/Application Support/Adobe/Dreamweaver 9/

Dreamweaver 8 on Macintosh:
Mac HD/Users/[user]/Library/Application Support/Macromedia/Dreamweaver 8/

How To Transfer and Share Your Dreamweaver Snippets

Sunday, November 11th, 2007

Boy oh boy this is a hidden gem for you Dreamweaver lovers. Do you use snippets? Snippets are simply blocks of code that you use to make your life easier as a developer. Whether it be JavaScript snippets, HTML snippets etc. There may be a snippet that you use all of the time. I know I do for popups etc. Anyways this is how you can take all of your snippets for Dreamweaver at home and put them on your work computer or simply share them with other Dreamweaver Developers.

For Windows XP and Dreamweaver8 Users only ( I’m sure its something similar for other OS’s and versions of Dreamweaver)

1. You’ll need a Flash Drive or FTP site.
2. On windows you must have hidden files and folders enabled. If you don’t, ope n up your MyDocuments folder and click on –>Tools–>Folder Options–View and under Hidden Files and Folders be sure to check the Show Hidden Files and Folders Option. Now you’ll be able to see hidden system files.

3. Now that you’ve enabled hidden files go to MyComputer

C:\DocumentsandSettings\[UserName]\ApplicationData\Macromedia\Dreamweaver 8\Configuration

Then find the “Snippets” folder

4. Copy and past this folder either on your Flash drive or FTP site.

5. When you get to work or whereever you have Dreamweaver8 running, simply make sure you have hidden files and folders enabled and overwrite your snippets folder with the new one.

6.Open up Dreamweaver and Abracadabra you now have your new snippets loaded from you old machine.