Restart After Tag Library Additions
If you add your own tag libraries to Dreamweaver MX you will need to restart Dreamweaver for the changes to take effect. (Applies to: Dreamweaver MX)
If you add your own tag libraries to Dreamweaver MX you will need to restart Dreamweaver for the changes to take effect. (Applies to: Dreamweaver MX)
Converting your HTML to XHTML? Dreamweaver can help. Simply open the file to be converted, and then select File, Convert, XHTML. (Applies to: Dreamweaver MX)
Need to jump to a specific line of code (perhaps to find a ColdFusion error)? Click Ctrl-G and type in the line number. (Applies to: Dreamweaver MX)
Suffering from a sluggish Dreamweaver? One quick tip is to turn off "Refresh Local File List Automatically" and "Refresh Remote File List Automatically" in the Site settings. (Applies to: Dreamweaver MX)
If you ever have to show code on a projected screen you've probably discovered that the default code size is too small to be readable. The solution? Go to Preferences, Fonts, and increase the size of the Code View font. (Applies to: Dreamweaver MX)
Need to quickly flag a block of text as a heading? Keys Ctrl-1 though Ctrl-6 will insert through tags for you. (Applies to: Dreamweaver MX)
The shortcut to insert a paragraph break is Ctrl-Shift-P (not Ctrl-P which will print the current document). (Applies to: Dreamweaver MX)
To quicky change code indentation highlight the code and press Ctrl-Alt-] to indent and Ctrl-Alt-[ to outdent. (Applies to: Dreamweaver MX)
Java Servlets are essentially programs. They can be invoked from within ColdFusion just like any other Web pages (using ). In addition, Servlets can be accessed directly using the CFML GetPageContext() function's include() method. (Applies to: ColdFusion MX)
JSP code can invoke ColdFusion pages using . (Applies to: ColdFusion MX)