Saturday, July 04, 2009    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< Jul 2009 >>
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Search

Categories
 • Acrobat (3) [RSS]
 • Adobe (76) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (66) [RSS]
 • AdobeMAX09 (10) [RSS]
 • AIR (190) [RSS]
 • Appearances (175) [RSS]
 • Books (70) [RSS]
 • CFEclipse (14) [RSS]
 • ColdFusion (1277) [RSS]
 • Data Services (28) [RSS]
 • Fish Tank (3) [RSS]
 • Flash (144) [RSS]
 • Flex (458) [RSS]
 • Home Automation (3) [RSS]
 • Jobs (113) [RSS]
 • JRun (13) [RSS]
 • Labs (35) [RSS]
 • LiveCycle (30) [RSS]
 • MAX (205) [RSS]
 • Mobile (103) [RSS]
 • Regular Expressions (17) [RSS]
 • RIA (17) [RSS]
 • SQL (39) [RSS]
 • Stuff (524) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (154) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • Mark Doherty
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Category : Tips (Dreamweaver) / Main
June 25, 2007

The Dreamweaver Team Is Blogging

Title says it all, the Dreamweaver team blog is online.

August 8, 2005

Studio 8 Launched: New Versions of Dreamweaver, Flash, Fireworks

Title says it all. See the Studio 8 page for more details. And at 8:00 am on 8/8, what an incredible coincidence. ;-)

May 23, 2005

WebAssist Database Search

A colleague just forwarded me a link to a page describing WebAssist Database Search, a Dreamweaver extension which generates rather impressive looking search and drill-down interface code against databases of your choice. Code is generated for ColdFusion, ASP, and PHP (as the code supports CF5 or later I am assuming that it does not generate CFCs which is a bit of a bummer). I've not played with this one myself yet, but considering just how many of the apps I run into that are database search front-ends, this one could be well worth $150.

February 7, 2005

ColdFusion MX Installation Tip

ColdFusion creates a folder named /cfide/installers under the ColdFusion web root. This folder contains two files, one is the ColdFusion Report Builder installer, and the other is Macromedia Extension file (MXP) used to install the ColdFusion MX 7 extensions for Dreamweaver MX 2004.

If you are installing ColdFusion MX 7 on a shared development server, you'll want to run these two installers from each developer workstation.

November 22, 2004

Blackstone Dreamweaver Extensions #4

Dreamweaver supports the creation and use of ColdFusion Recordsets (essentially tags), listing returned columns as bindings which can subsequently be used in output code. Dreamweaver has been able to do this for a while, generating a single .cfm page containing both the query and the output code. One of the Blackstone Dreamweaver extensions enhances this functionality so that generated code adheres to best-practices guidelines while retaining the simplicity inherent in the feature. The extension optionally changes the generated code so that Dreamweaver creates a ColdFusion Component containing a method that returns the query, output code that uses to invoke the CFC method, and still populates the bindings properly. This extension will make Dreamweaver Recordset functionality useful to those of us who have shied away from it in the past, and will also teach and demonstrate better coding practices to those that do rely on this functionality already.

September 20, 2004

Blackstone Dreamweaver Extensions #3

ColdFusion debug output is displayed at the bottom of the generated page, right? Well, not necessarily. Ever since ColdFusion MX, this output has also been available in a separate window, as well as in the results panel in Dreamweaver (in a really nice tree control). But, as many Dreamweaver users know, clicking the debug button might generate no debug output at all, because the relevant IP address may not have been defined in the ColdFusion Administrator. One of the Blackstone Dreamweaver extensions solves this problem, cleanly and transparently, so that debug output will be generated when the debug button is clicked without having to manually set any IP address.

September 15, 2004

Blackstone Dreamweaver Extensions #2

Need to add a datasource but don't have access to the ColdFusion Administrator? One of the Blackstone extensions to Dreamweaver solves this problem for you. Click the + button above the list of datasources and you'll be prompted for all the details needed to define a datasource, details which Dreamweaver will then submit to ColdFusion creating the datasource on the server (without ever having to open the ColdFusion Administrator). This one will make life easier for lots of users.

September 14, 2004

Blackstone Dreamweaver Extensions #1

Blackstone will ship with Dreamweaver extensions designed to simplify ColdFusion application development (especially for beginners, but some useful for all developers). One that I was just using is a toggle inserted into the Application panel that changes the list of displayed CFCs, toggle one way to show all CFCs and toggle the other way to see just the ones in your application. My server-wide CFC list has grown to the point that this list was too long to be useful, and this little enhancement is much appreciated.

April 26, 2004

DRK7 Is Available

DRK7 is available, see http://www.macromedia.com/software/drk/productinfo/product_overview/volume7/. This edition includes content for ColdFusion, Dreamweaver, Flash, and more.

April 16, 2004

New ColdFusion Training Videos

A new six-part ColdFusion training series has been posted to http://www.macromedia.com/devnet/mx/coldfusion/articles/rd_cf.html. These Flash based videos start with absolute basics, and move up to data driven pages, and even using ColdFusion Components. If you are new to ColdFusion, or have yet to work with CFC's, these are highly recommended. (FYI: these tutorials were created using Macromedia RoboDemo).

April 10, 2004

Stop/Start/Restart ColdFusion From Within Dreamweaver

I have not tried this one, but Katsuyuki Sakai (a Japanese ColdFusion and Dreamweaver user) has created a Dreamweaver extension that allows for ColdFusion service stopping, starting, and restarting right from within Dreamweaver. See http://www.wcan.jp/blog/katz/archives/000385.html for details. Thanks to Gus for brining this o my attention.

March 11, 2004

Software Updates Available

JRun: http://www.macromedia.com/software/jrun/

Studio (DW, FL, FW, FH): http://www.macromedia.com/go/studioupdates

January 15, 2004

Column: "I Don't Hate Dreamweaver"

My latest CFDJ column, entitled "I Don't Hate Dreamweaver", is now online. You can read it at: http://www.sys-con.com/coldfusion/article.cfm?id=696.

December 19, 2003

Adding File Extensions to Dreamweaver

Dreamweaver features color coding and language awareness for lots of languages, all built in. Files are associated with a language by file extension, but what if you wanted to add an extension? I recently needed to edit an XML file as an XML file, but it did not have an XML extension, and so Dreamweaver treated it as text only (and would not even open it when clicking on in the Files panel). Some users save ColdFusion files with extensions other than CFM or CFML, and Dreamweaver won't recognize those by default. It took some digging around (and e-mailing the Dreamweaver team) to find out how to add my file extension, and now that I have it working I thought I should share the info in case others want to do the same. So:

1) The list of files that Dreamweaver edits are stored in Configuration\extensions.txt (under the Dreamweaver root). This is a plain text file, and you need to add the extension to two places, the "All Documents" line, and the specific file type line ("XML Files" for my file). Doing this allows you to click on a file in the Files panel so as to edit it.

2) You may have a second copy of this file in the user configuration directory (for example, mine is in C:\Documents and Settings\ben\Application Data\Macromedia\Dreamweaver MX 2004\Configuration), and you'll need to make the same changes to that file.

3) Next, edit file \Configuration\DocumentTypes\MMdocumenttypes.xml (this is the file that associates color coding with file extensions), locate the document type ("XML" in my case), and add the extension to the extension list.

4) And then restart Dreamweaver.

That should do it!

November 5, 2003

Horwith on Dreamweaver MX 2004 and ColdFusion

ColdFusion expert (and long time CF Studio user) Simon Horwith has written an intriguing article on using Dreamweaver MX 2004 with ColdFusion. He presents some very compelling ways to extend Dreamweaver for ColdFusion use, and even confesses "the truth is that the more I use Dreamweaver MX 2004, the more I am convinced that it offers developers benefits that are superior to anything we ever had with ColdFusion Studio". Regardless of how you feel about Dreamweaver, this one is worth checking out: http://www.macromedia.com/devnet/mx/dreamweaver/articles/server_behaviors.html.

September 11, 2003

Dreamweaver Without Sites

One of the Dreamweaver "features" that us CFers complained loudly about was the need to define a site to be able to do anything. Unlike ColdFusion Studio which allowed you to browse an FTP or RDS connection for files, Dreamweaver required that a local site be created and that edits be made locally and then uploaded to the server (not a bad process in truth, but still one that gets in the way at times). Dreamweaver MX 2004 solves this problem. It's a little buried, but ...

Go to the Manage Sites dialog and click New. You'll be prompted for "Site" or "FTP & RDS Server". Select the second option, fill in the form, and save the server definition. You'll now be able to select that server and edit files directly over FTP and RDS, just as you could in ColdFusion Studio.

August 5, 2003

CFMX 6.1 Tag Support in HomeSite+ and Dreamweaver MX

ColdFusion MX 6.1 adds a few new tags to the CFML language, and makes changes to some existing tags. If you are using HomeSite+ or Dreamweaver MX you can download tag updates so that your IDE is aware of these language changes. The updates can be downloaded from http://www.macromedia.com/software/coldfusion/downloads/ (scroll down, about half way down the page in the right column).

January 3, 2003

Faster Dreamweaver Loading

Here's another tip to improve Dreamweaver load time. In Preferences select the File Types / Editors screen and add .cfm and .cfc to the Open in Code View list. You'll lose support for design view and the Insert bar, but the load speed will be much faster. (Applies to: Dreamweaver MX)

January 2, 2003

Improving Dreamweaver Performance

When the Dreamweaver Application window is open (particularly with the Databases or Component tab selected) Dreamweaver will keep refreshing window content. This can have a real impact on Dreamweaver performance, and so it is best to keep the Application window closed when it is not being used. (Applies to: Dreamweaver MX)

January 1, 2003

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)

December 31, 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 30, 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 29, 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 28, 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 27, 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)

  © Copyright 1997-2009 Ben Forta, All Rights Reserved