Ben Forta

Blog

December 30, 2002

HTML to XHTML

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)

December 29, 2002

Jump To Line N

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)

December 28, 2002

A Faster Dreamweaver

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)

December 27, 2002

Code on the Big Screen

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)

December 26, 2002

Heading Shortcut

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)

December 23, 2002

Accessing Java Servlets

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)

Page 406 of 489 (4889 posts)