Posts

Showing posts with the label Dreamweaver

Dreamweaver CS4 - Cool Stuff - Share My Screen - Code Split - View Related files

Hi, I just ended up installing DW CS4 and I noticed some cool features. 1. Go to File Menu, and select Share My Screen. Within minutes after you install Adobe Connect Plug In and the user you invite installs the plug in as well, you will be able to share screens. It just took me and my co-worker(thanks MJ), 2 minutes to test this feature. 2. Another feature. Code Split. You can split the code into 2 parts, so you could be scrolling the code in top section and view the top part or any part at the bottom view. To do this, in your DW, on the very top next to where Menu ends, there is a layout button. If you click on that, you will see different options and one of them is split code. 3. The one I really like the most is the *View Related Files*. We have several includes in our coldfusion code and this features lets me see all the files that are related to this cfm template. I will update this post later. Till then, Bye.

Dreamweaver 8 Export Import Multiple Site Definitions in less than 5 minutes.

Exporting or Importing Site Definitions in Dreamweaver is important if you have a lot of sites and if you want to setup new environment. This tutorial will help you get it done in less than 5 minutes. Open Dreamweaver, Go to Site Menu, Select Manage Sites option. You will see the list of sites you have configured in your DreamWeaver editor. Select the site which you want to export the site definition of, and select the button Export from list of options. It will ask you to save the site definition as a nameoffile.ste file. Save it at a convenient location. For importing , do the same steps as above, except that you will select IMPORT button instead of export button. Select the location of *.ste file and you will have site definition setup in your new environment. Tips & Tricks : Lot of people want multiple sites to be imported and the trick for this is that when you are exporting, hold the CNTL key and select all the sites you want or need in new environment. Hit export button and...

Translators not loaded --- Translators error in Dreamweaver for coldfusion.htm

I use Dreamweaver 8 on Windows XP and recently started to get this error message for no reason. It just started one day. the following translators were not loaded due to errors coldfusion.htm has configuration information that is invalid. This could also happen for XSLT.htm has configuration information that is invalid, ASP.htm: has configuration information that is invalid. ASP.NET.htm: has configuration information that is invalid. and so on. The solution to this problem is to delete FileCache_X.dat files from the Dreamweaver user configuration folder, where X is a random number and it could be different for your system. See below Dreamweaver 8 on Windows XP: C:\Documents and Settings\[username]\Application Data\Macromedia\Dreamweaver 8\Configuration All the best. I was able to successfully solve this problem