<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Ben Forta&apos;s Blog - Tips (Dreamweaver)</title>
			<link>http://forta.com/blog/index.cfm</link>
			<description>The web, app development, mobile, ColdFusion, gadgets, and whatever else tickles my fancy.</description>
			<language>en-us</language>
			<pubDate>Wed, 19 Jun 2013 07:24:38 -0400</pubDate>
			<lastBuildDate>Mon, 25 Jun 2007 22:54:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>ben@forta.com</managingEditor>
			<webMaster>ben@forta.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>ben@forta.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>The Dreamweaver Team Is Blogging</title>
				<link>http://forta.com/blog/index.cfm/2007/6/25/The-Dreamweaver-Team-Is-Blogging</link>
				<description>
				
				Title says it all, the &lt;a href=&quot;http://blogs.adobe.com/dreamweaver/&quot;&gt;Dreamweaver team blog&lt;/a&gt; is online.
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<pubDate>Mon, 25 Jun 2007 22:54:00 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm/2007/6/25/The-Dreamweaver-Team-Is-Blogging</guid>
				
				
			</item>
			
			<item>
				<title>Studio 8 Launched: New Versions of Dreamweaver, Flash, Fireworks</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BCD7D-3048-80A9-EF18241F087204F4</link>
				<description>
				
				Title says it all. See the &lt;a href=&quot;http://www.macromedia.com/software/studio/&quot; target=&quot;go&quot;&gt;Studio 8&lt;/a&gt; page for more details. And at 8:00 am on 8/8, what an incredible coincidence. ;-)
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>Stuff</category>
				
				<category>Flash</category>
				
				<pubDate>Mon, 08 Aug 2005 11:26:13 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BCD7D-3048-80A9-EF18241F087204F4</guid>
				
				
			</item>
			
			<item>
				<title>WebAssist Database Search</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BC87C-3048-80A9-EFAF1E5D7A140B9B</link>
				<description>
				
				A colleague just forwarded me a link to a page describing &lt;a href=&quot;http://www.webassist.com/Products/ProductDetails.asp?PID=72&quot; target=&quot;go&quot;&gt;WebAssist Database Search&lt;/a&gt;, 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&apos;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.
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>Tips (CF)</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 23 May 2005 21:55:59 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BC87C-3048-80A9-EFAF1E5D7A140B9B</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion MX Installation Tip</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BBFB2-3048-80A9-EF1F97B94059AC39</link>
				<description>
				
				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&apos;ll want to run these two installers from each developer workstation.
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>Tips (CF)</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 07 Feb 2005 06:30:54 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BBFB2-3048-80A9-EF1F97B94059AC39</guid>
				
				
			</item>
			
			<item>
				<title>Blackstone Dreamweaver Extensions #4</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BB8AD-3048-80A9-EF8A018E4919C5EA</link>
				<description>
				
				Dreamweaver supports the creation and use of ColdFusion Recordsets (essentially &lt;CFQUERY&gt; 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 &lt;CFINVOKE&gt; 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.
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>Tips (CF)</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 22 Nov 2004 11:58:25 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BB8AD-3048-80A9-EF8A018E4919C5EA</guid>
				
				
			</item>
			
			<item>
				<title>Blackstone Dreamweaver Extensions #3</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BB496-3048-80A9-EF563460C59AB268</link>
				<description>
				
				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.
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>Tips (CF)</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 20 Sep 2004 09:47:12 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BB496-3048-80A9-EF563460C59AB268</guid>
				
				
			</item>
			
			<item>
				<title>Blackstone Dreamweaver Extensions #2</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BB486-3048-80A9-EF76779A14C911D5</link>
				<description>
				
				Need to add a datasource but don&apos;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&apos;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.
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>Tips (CF)</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Wed, 15 Sep 2004 11:46:14 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BB486-3048-80A9-EF76779A14C911D5</guid>
				
				
			</item>
			
			<item>
				<title>Blackstone Dreamweaver Extensions #1</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BB477-3048-80A9-EF26E447E1895127</link>
				<description>
				
				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.
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>Tips (CF)</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Tue, 14 Sep 2004 23:31:02 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BB477-3048-80A9-EF26E447E1895127</guid>
				
				
			</item>
			
			<item>
				<title>DRK7 Is Available</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BA93C-3048-80A9-EFAC2AFDB8347F67</link>
				<description>
				
				DRK7 is available, see http://www.macromedia.com/software/drk/productinfo/product_overview/volume7/. This edition includes content for ColdFusion, Dreamweaver, Flash, and more.
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>Tips (CF)</category>
				
				<category>Stuff</category>
				
				<category>ColdFusion</category>
				
				<category>Flash</category>
				
				<pubDate>Mon, 26 Apr 2004 18:51:34 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BA93C-3048-80A9-EFAC2AFDB8347F67</guid>
				
				
			</item>
			
			<item>
				<title>New ColdFusion Training Videos</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BA8DE-3048-80A9-EFB19612E751731D</link>
				<description>
				
				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&apos;s, these are highly recommended. (FYI: these tutorials were created using Macromedia RoboDemo).
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>Tips (CF)</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Fri, 16 Apr 2004 11:34:42 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BA8DE-3048-80A9-EFB19612E751731D</guid>
				
				
			</item>
			
			<item>
				<title>Stop/Start/Restart ColdFusion From Within Dreamweaver</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BA89F-3048-80A9-EF4A7780FA0AA995</link>
				<description>
				
				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.
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>Tips (CF)</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Sat, 10 Apr 2004 23:21:12 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BA89F-3048-80A9-EF4A7780FA0AA995</guid>
				
				
			</item>
			
			<item>
				<title>Software Updates Available</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BA60F-3048-80A9-EF41948091FFF44B</link>
				<description>
				
				JRun: http://www.macromedia.com/software/jrun/

Studio (DW, FL, FW, FH): http://www.macromedia.com/go/studioupdates
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>JRun</category>
				
				<category>Flash</category>
				
				<pubDate>Thu, 11 Mar 2004 21:52:30 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BA60F-3048-80A9-EF41948091FFF44B</guid>
				
				
			</item>
			
			<item>
				<title>Column: &quot;I Don&apos;t Hate Dreamweaver&quot;</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BA2F2-3048-80A9-EF05EA6B798F9B3E</link>
				<description>
				
				My latest CFDJ column, entitled &quot;I Don&apos;t Hate Dreamweaver&quot;, is now online. You can read it at: http://www.sys-con.com/coldfusion/article.cfm?id=696.
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>Stuff</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Thu, 15 Jan 2004 15:16:48 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BA2F2-3048-80A9-EF05EA6B798F9B3E</guid>
				
				
			</item>
			
			<item>
				<title>Adding File Extensions to Dreamweaver</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BA1AA-3048-80A9-EF297BBB2102DCA0</link>
				<description>
				
				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&apos;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 &quot;All Documents&quot; line, and the specific file type line (&quot;XML Files&quot; 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&apos;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 (&quot;XML&quot; in my case), and add the extension to the extension list.

4) And then restart Dreamweaver.

That should do it!
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<pubDate>Fri, 19 Dec 2003 06:52:41 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61BA1AA-3048-80A9-EF297BBB2102DCA0</guid>
				
				
			</item>
			
			<item>
				<title>Horwith on Dreamweaver MX 2004 and ColdFusion</title>
				<link>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61B9E20-3048-80A9-EF5F642943458DA0</link>
				<description>
				
				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 &quot;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&quot;. Regardless of how you feel about Dreamweaver, this one is worth checking out: http://www.macromedia.com/devnet/mx/dreamweaver/articles/server_behaviors.html.
				</description>
				
				<category>Tips (Dreamweaver)</category>
				
				<category>Tips (CF)</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Wed, 05 Nov 2003 12:13:42 -0400</pubDate>
				<guid>http://forta.com/blog/index.cfm?mode=entry&amp;amp;entry=A61B9E20-3048-80A9-EF5F642943458DA0</guid>
				
				
			</item>
			</channel></rss>