<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dwcourse.com &#187; CS4</title>
	<atom:link href="http://www.dwcourse.com/dreamweaver/tag/cs4/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dwcourse.com</link>
	<description>Adobe Dreamweaver Tips, Tricks and Tutorials</description>
	<lastBuildDate>Fri, 23 Jul 2010 09:26:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using the font tag in Dreamweaver CS4</title>
		<link>http://www.dwcourse.com/dreamweaver/font-tag-dreamweaver-cs4.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/font-tag-dreamweaver-cs4.php#comments</comments>
		<pubDate>Mon, 03 Aug 2009 23:26:48 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Dreamweaver Tips]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=390</guid>
		<description><![CDATA[A lot of folks are whining and moaning because Dreamweaver CS4 now enforces the use of CSS styles rather than HTML attributes for formatting. One of the things this means is no more font tag (and its related attributes). That&#8217;s a good thing in my book. No more code like this: &#60;p&#62;&#60;font color=&#8221;#003399&#8243; size=&#8221;5&#8243; face=&#8221;Tahoma, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A lot of folks are whining and moaning because Dreamweaver CS4 now enforces the use of CSS styles rather than HTML attributes for formatting. One of the things this means is no more font tag (and its related attributes).</p>
<p>That&#8217;s a good thing in my book. No more code like this:</p>
<p>&lt;p&gt;&lt;font color=&#8221;#003399&#8243; size=&#8221;5&#8243; face=&#8221;Tahoma, Geneva, sans-serif&#8221;&gt;paragraph 1…&lt;/font&gt;&lt;/p&gt;</p>
<p>&lt;p&gt;&lt;font color=&#8221;#003399&#8243; size=&#8221;5&#8243; face=&#8221;Tahoma, Geneva, sans-serif&#8221;&gt;paragraph 2…&lt;/font&gt;&lt;/p&gt;</p>
<p>&lt;p&gt;&lt;font color=&#8221;#003399&#8243; size=&#8221;5&#8243; face=&#8221;Tahoma, Geneva, sans-serif&#8221;&gt;paragraph 3…&lt;/font&gt;&lt;/p&gt;</p>
<p>Well you get the idea!</p>
<p>But CS4 has a dirty little secret and , against my better judgement, I&#8217;m going to reveal it:</p>
<p><strong> IT&#8217;S STILL POSSIBLE TO USE THE DREADED FONT TAG!<span id="more-390"></span></strong></p>
<p>The secret is CS4&#8242;s Wrap Tag… and Edit Tag… commands, both of which are accessed from a pop-up menu that appears when you right+click on a selection in the Design window. Here&#8217;s how it works:</p>
<ol>
<li>In the Design window select some text.</li>
<li>Right+click on your selection and select Wrap Tag… from the pop-up menu.</li>
<li>In the Tag Editor dialog type in &lt;font&gt; (or choose it from the tag list) and press the Enter key twice (once to &#8220;set&#8221; th tag and once to dismiss the dialog). The text will remain  selected.</li>
<li> Right+click once again on your selection and select Edit Tag &lt;font&gt;… from the pop-up menu</li>
<li>In the Tag Editor &#8211; font dialog, make your selections for Face, Size and Color and click OK.</li>
</ol>
<p>If you look at your code you&#8217;ll see something like this (shudder):</p>
<p>&lt;font color=&#8221;#FF0000&#8243; size=&#8221;+2&#8243; face=&#8221;Tahoma, Geneva, sans-serif&#8221;&gt;content&lt;/font&gt;</p>
<p>That&#8217;s all there is to it.</p>
<p>To edit an existing font (or some other HTML) tag:</p>
<ol>
<li>Select the entire tag by clicking within the tag in the Design window AND then selecting the tag from the tag listing in the status bar at the bottom of the Document window..</li>
<li>Right+click on your selection and select Edit Tag &lt;selected tag&gt;… from the pop-up menu.</li>
<li>Edit the tag attributes in the Tag Editor dialog and click OK.</li>
</ol>
<p>Just don&#8217;t tell anyone I told you how to do it.</p>
<p><em>As always, feel free to comment here or <a href="mailto:%20jcook@DWcourse.com">email me</a> with your questions, comments and suggestions. And please follow me on Twitter (<a href="http://twitter.com/dwcourse">DWcourse</a>) for additional Dreamweaver news and tips.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/font-tag-dreamweaver-cs4.php/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Recovering Lost Site Definitions</title>
		<link>http://www.dwcourse.com/dreamweaver/recovering-lost-site-definitions.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/recovering-lost-site-definitions.php#comments</comments>
		<pubDate>Mon, 06 Jul 2009 18:55:18 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Dreamweaver Tips]]></category>
		<category><![CDATA[Tip of the Day]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[define site]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=321</guid>
		<description><![CDATA[My iMac recently froze up and, when I – eventually – recovered from the forced shut down and restart, I discovered my Dreamweaver preferences had been reset to the default settings and, even worse, ALL 50 OF MY SITE DEFINITIONS HAD DISAPPEARED! I have my site definitions backed up (most of them anyway) but the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>My iMac recently froze up and, when I – eventually – recovered from the forced shut down and restart, I discovered my Dreamweaver preferences had been reset to the default settings and, even worse,</p>
<p style="text-align: center; "><strong>ALL 50 OF MY SITE DEFINITIONS HAD DISAPPEARED!</strong></p>
<p><strong><span style="font-weight: normal; ">I have my site definitions backed up (most of them anyway) but the option of importing them one by one didn’t really appeal to me. Besides, I have Time Machine installed so I reasoned that, if I could figured out where Dreamweaver stores its site definitions, I could restore them all from the backup.</span></strong></p>
<p>Well, it took a bit of research but I was able to make it work. Should you wind up in the same situation, here’s how to do it.</p>
<p><em>Sorry but these instructions are Mac OS X and Dreamweaver CS3 and CS4 only, if anyone can figure out how to do the same on a PC or for other versions of Dreamweaver, I’m sure a lot of folks would like to know about it.</em></p>
<p>Dreamweaver CS4 Mac stores site definitions in the file:</p>
<p style="padding-left: 30px; ">Macintosh HD:Users:&lt;username&gt;:Library:Application Support:Adobe:Common:10:Sites:Site Prefs</p>
<p style="padding-left: 30px; ">For CS3 the file is: Macintosh HD:Users:&lt;username&gt;:Library:Application Support:Adobe:Common:9:Sites:Site Prefs</p>
<p><em>Substitute your user name for &lt;username&gt; and, if you have renamed your computer’s hard drive, sub your drive’s name for Macintosh HD. The colons separate folder names.</em></p>
<p>Using Time Machine, restoring the site definitions was a simple matter of selecting the file, activating Time Machine, scrolling back a day or two and selecting Restore to replace the current (empty) Site Prefs file with the previous version.</p>
<p><strong>Note:</strong> Make sure that you have Dreamweaver closed when you restore the <em>Site Prefs</em> file or the restored file will end up empty as well.</p>
<p>As I said, I also lost my customizations to Dreamweaver’s preferences. I was able to restore them in the same way. Dreamweaver’s preference settings are stored in the file:</p>
<p style="padding-left: 30px;">Macintosh HD:Users:&lt;username&gt;:Library:Preferences:Adobe Dreamweaver CS4 Prefs</p>
<p style="padding-left: 30px;"><em>Of course, it’s Dreamweaver </em>CS3 Prefs<em> for users of Dreamweaver CS3.</em></p>
<p>If you don’t have Time Machine installed, you can also replace the <em>Site Prefs</em> and <em>Dreamweaver CS4 Prefs</em> files using a recent back up (you do have a recent back up don’t you?).</p>
<p>And, if you haven’t found yourself in this situation, be thankful and consider making a backup of your <em>Site Prefs</em> and <em>Dreamweaver CS4 Prefs</em> files and storing them somewhere handy.</p>
<p><em>As always, feel free to </em><a style="color: #2361a1; text-decoration: underline; padding: 0px; margin: 0px;" href="mailto:%20jcook@DWcourse.com"><em>email me</em></a><em> with your questions, comments and suggestions. And please follow me on Twitter (</em><a style="color: #2361a1; text-decoration: underline; padding: 0px; margin: 0px;" href="http://twitter.com/dwcourse"><em>DWcourse</em></a><em>) for additional Dreamweaver news and tips.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/recovering-lost-site-definitions.php/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Dreamweaver Workspaces</title>
		<link>http://www.dwcourse.com/dreamweaver/workspaces.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/workspaces.php#comments</comments>
		<pubDate>Mon, 18 May 2009 22:45:47 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Dreamweaver User Interface]]></category>
		<category><![CDATA[Tip of the Day]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[panels]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[workspace]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=296</guid>
		<description><![CDATA[As Dreamweaver has matured it&#8217;s become more than a tool for designers looking for a WSIWYG web tool. It&#8217;s become a serious web development tool and is even getting the attention of (gasp!) hard core coders. In recognition of this trend, Adobe has added several new preset workspaces to Dreamweaver. The workspaces, which are accessed [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>As Dreamweaver has matured it&#8217;s become more than a tool for designers looking for a WSIWYG web tool. It&#8217;s become a serious web development tool and is even getting the attention of (gasp!) hard core coders.</p>
<p>In recognition of this trend, Adobe has added several new preset workspaces to Dreamweaver. The workspaces, which are accessed from the Window&gt;Workspace Layout menu item, include:</p>
<ul>
<li>App Developer</li>
<li>App Developer Plus</li>
<li>Classic</li>
<li>Coder</li>
<li>Coder Plus</li>
<li>Designer</li>
<li>Designer Compact</li>
<li>Dual Screen</li>
</ul>
<p>As the names imply, the workspaces are  designed to accommodate the needs of different users in different computing environments. So, if you&#8217;re not happy with the default setup, try one of these options.</p>
<p>If you still aren&#8217;t happy, you can always open and close windows and move and resize palettes until you are. When you quit Dreamweaver it will remember your workspace. In other words, if you start with the Designer workspace, change it and then quit, your changes will be integrated into the default Designer workspace which you can access at anytime by selecting Window&gt;Workspace&gt;Designer.</p>
<p>To remove your changes and return the Designer workspace to its original settings choose Window&gt;Workspace&gt;Reset &#8220;Designer.&#8221;</p>
<p>You can also arrange the workspace as you like it and save it as a custom workspace by choosing Window&gt;Workspace&gt;New Workspace… That way you&#8217;ll have access to the new workspace as well as all the built-in defaults.</p>
<p>Finally you can delete or rename the custom workspaces you create by choosing Window&gt;Workspace&gt;Manage Workspaces…</p>
<p><em>As always, feel free to comment here or <a href="mailto: jcook@DWcourse.com">email me</a> with your questions, comments and suggestions. And please follow me on Twitter (<a href="http://twitter.com/dwcourse">DWcourse</a>) for additional Dreamweaver news and tips.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/workspaces.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recovering a Dreamweaver Template</title>
		<link>http://www.dwcourse.com/dreamweaver/recovering-template.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/recovering-template.php#comments</comments>
		<pubDate>Thu, 14 May 2009 02:40:44 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Tip of the Day]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=277</guid>
		<description><![CDATA[Now that I&#8217;ve gotten Let&#8217;s Get Started with Dreamweaver out the door, I thought it would be a good time to catch up on a few Tips of the Day (which you may have noticed haven&#8217;t been happening lately). I have still been answering questions on Twitter as DWcourse so I&#8217;ll get back in the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Now that I&#8217;ve gotten <a href="http://dwcourse.com/dreamweaver-mini-course"><em>Let&#8217;s Get Started with Dreamweaver</em></a> out the door, I thought it would be a good time to catch up on a few Tips of the Day (which you may have noticed haven&#8217;t been happening lately). I have still been answering questions on Twitter as <a href="http://twitter.com/DWcourse">DWcourse</a> so I&#8217;ll get back in the groove by covering some topics I&#8217;ve addressed there recently.</p>
<p>@<a href="http://twitter.com/michaellunsford">michaellunsford</a> asked if there was a way to reconstruct a lost Dreamweaver template from a page created with the template. The answer is yes but it&#8217;s a bit of work.</p>
<p>BTW, the steps here are based upon a <a href="http://www.ucl.ac.uk/is/training/resources/dw-template/">Dreamweaver template recovery article</a> from the University College London Website. I&#8217;ve tested my revised instructions in Mac Dreamweaver CS4 but they should work for earlier versions as well.</p>
<ol>
<li>Open an &#8220;orphan&#8221; page created from the missing template.</li>
<li>Select menu <strong>File&gt;Save as Template…</strong> <em>If you get a warning dialog that the original template can&#8217;t be found, click OK to dismiss it.</em></li>
<li>
<div id="attachment_284" class="wp-caption alignright" style="width: 168px">
	<img class="size-full wp-image-284" title="Template Name" src="http://dwcourse.com/wp-content/uploads/2009/05/picture-6.png" alt="The name of the template used to create a page is displayed in the upper right corner of thedesign View." width="168" height="52" />
	<p class="wp-caption-text">The name of the template used to create a page is displayed in the upper right corner of thedesign View.</p>
</div>
<p>Give the file the same name as the original template (you can find the original template name in a yellow rectangle in the upper right corner of Dreamweaver&#8217;s Design View).</li>
<li>Click Save and, when prompted, allow Dreamweaver to update links in the file. <em>The file will be saved in the a new or existing Templates folder in the root of your site.</em></li>
<li>Close the file in Dreamweaver.</li>
<li>Open the file in a text editor such as BBedit, TextEdit or NotePad.</li>
<li>Near the beginning of your file, delete the entire comment:
<pre>&lt;!-- InstanceBegin template="/Templates/yourtemplate.dwt" codeOutsideHTMLIsLocked="false" --&gt;.</pre>
</li>
<li>Immediately before the closing html tag &lt;/html&gt; at the end of your document delete the entire comment:
<pre>&lt;!-- InstanceEnd --&gt;.</pre>
</li>
<li>Dreamweaver (at least in CS4) inserts a <em>TemplateBeginEditable name=&#8221;head&#8221;</em> area when saving a page as a template. You&#8217;ll need to delete that. So look for code it the head of the document that looks like this:
<pre>&lt;!-- InstanceBeginEditable name="head" --&gt;&lt;meta name="keywords" content="test" /&gt;
&lt;!-- TemplateBeginEditable name="head" --&gt;
&lt;!-- TemplateEndEditable --&gt;
&lt;!-- InstanceEndEditable --&gt;</pre>
<p>Delete the extra code:</p>
<pre>&lt;!-- TemplateBeginEditable name="head" --&gt;
&lt;!-- TemplateEndEditable --&gt;</pre>
</li>
<li>Now you need to convert all of the InstanceBeginEditable comments into TemplateBeginEditable comments. So search and replace all instances of the following <em>being very careful to match the case of the words exactly</em>:<br />
<blockquote><p>Search for: InstanceBegin<br />
Replace with: TemplateBegin</p></blockquote>
</li>
<li>Now convert the closing comments as well.<br />
<blockquote><p>Search for: InstanceEnd<br />
Replace with: TemplateEnd</p></blockquote>
</li>
<li>Save and close the file.</li>
</ol>
<p>You should now be able to open and edit the file in Dreamweaver. When you save the file, all your changes should be applied to any document that used the original template.</p>
<p><em>As always, if you have questions feel free to comment here or tweet me at <a href="http://twitter.com/DWcourse">DWcourse</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/recovering-template.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upgrading from Dreamweaver 8 to CS4</title>
		<link>http://www.dwcourse.com/dreamweaver/upgrading-dreamweaver8-cs.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/upgrading-dreamweaver8-cs.php#comments</comments>
		<pubDate>Thu, 02 Apr 2009 21:09:51 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Page Design]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tip of the Day]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=29</guid>
		<description><![CDATA[Personally I considered Dreamweaver CS3, Adobe's first upgrade to the program after acquiring it, to be a "must have" update.Obviously, a lot of you didn't see it that way.

Lately I've fielded a lot of questions from people considering upgrading from Dreamweaver 8 (CS2) to Dreamweaver CS4. While it's fairly easy to find information about the incremental updates: from DW8 to CS3 and from CS3 to CS4 (links at the end of this post) I haven't found a source that offers an overview of what's in store if you make the leap from 8 directly to CS4. So I've put together a quick  overview with some brief comments of the features that await you at the end of the DW8 to DWCS4 upgrade process.]]></description>
			<content:encoded><![CDATA[<p></p><p>If you enjoy the information in this article, you may be interested in <a href="http://dwcourse.com/enroll-session2">Dominate Dreamweaver</a>. My 12-week online course which will take your from the Dreamweaver basics through building complex spry menubars and much more is now accepting registrations. The cost for the course is $397 (or three payments of $149.99).</p>
<p><em>Click here for <a href="http://dwcourse.com/enroll-session2">more information</a> or use the button below to register now.</em></p>
<p><a href="http://dwcourse.com/amember/signup.php"><img class="aligncenter size-full wp-image-515" title="order-button" src="http://dwcourse.com/wp-content/uploads/2009/09/order-button.jpg" alt="order-button" width="263" height="159" /></a></p>
<hr />
<p>Personally I considered Dreamweaver CS3, Adobe&#8217;s first upgrade to the program after acquiring it, to be a &#8220;<strong>must have</strong>&#8221; update.Obviously, a lot of you didn&#8217;t see it that way.</p>
<p>Lately I&#8217;ve fielded a lot of questions from people considering upgrading from Dreamweaver 8 (CS2) to Dreamweaver CS4. While it&#8217;s fairly easy to find information about the incremental updates: from DW8 to CS3 and from CS3 to CS4 (links at the end of this post) I haven&#8217;t found a source that offers an overview of what&#8217;s in store if you make the leap from 8 directly to CS4. So I&#8217;ve put together a quick  overview with some brief comments of the features that await you at the end of the DW8 to DWCS4 upgrade process.<span id="more-29"></span></p>
<h2>New in CS3</h2>
<p><em><strong>Overview:</strong> CS3 marked the beginning of the process of integrating Dreamweaver into Creative Suite but more importantly it was the first version of Dreamweaver  to support CSS (Cascading Style Sheets) styles and layout in a manner accessible to non-programmers. That feature alone made CS3 a required update in my book. Of course with the new functionality there was also a bit of a learning curve.</em></p>
<ul>
<li><strong>Integration with Adobe Creative Suite</strong>
<ul>
<li>Copy and paste from Photoshop</li>
</ul>
</li>
<li><strong>Improved CSS handling</strong>
<ul>
<li>Convert inline CSS to a rule</li>
<li>Built-in CSS-based page layouts</li>
</ul>
<p><strong>Spry (AJAX) widgets and effects</strong></p>
<ul>
<li>Pop-out menus, &#8220;accordion&#8221; panels and more</li>
</ul>
<ul>
<li><strong>Browser compatibility checking</strong><br />
Hints<br />
Community-based help</li>
</ul>
</li>
<li><strong>Tag Inspector</strong>: right click to view</li>
<li><strong>Adobe Device Central</strong>
<ul>
<li>Preview designs for mobile devices</li>
</ul>
</li>
<li><strong>Better Intel support for Macs</strong></li>
</ul>
<h2>New in CS4</h2>
<p>CS4 continues Dreamweaver&#8217;s integration into Creative Suite but the changes are more evolutionary than those in CS3. What you&#8217;ll notice immediately is several UI (user interface) changes that may take a bit of getting used to. Other changes offer increase functionality &#8211; especially In-Context Edit and AIR Authoring &#8211; but you might never notice them if you don&#8217;t go looking.</p>
<ul>
<li><strong>Improved integration with Adobe Creative Suite</strong>
<ul>
<li>Photoshop Smart Objects automatically update placed images when the linked Photoshop image is changed</li>
</ul>
</li>
<li><strong>New Workspaces</strong>
<ul>
<li>Built in workspaces: App Developer, App Developer Plus, Classic, Coder, Coder Plus, Designer, Designer Compact</li>
<li>Ability to create and save custom workspaces</li>
</ul>
</li>
<li><strong>Related Files Bar</strong>
<ul>
<li>Easy access to linked JavaScript and CSS files</li>
</ul>
</li>
<li><strong>Live View</strong>
<ul>
<li>View JavaScript and CSS effects within Dreamweaver</li>
<li>View effects of code changes &#8220;live&#8221;</li>
</ul>
</li>
<li><strong>Improved code hinting</strong>
<ul>
<li>AJAX and JavaScript code hinting</li>
</ul>
</li>
<li> <strong>In-context  editing</strong>
<ul>
<li>Online editing through an Adobe hosted service</li>
</ul>
</li>
<li><strong>HTML Datasets</strong>
<ul>
<li>Import tabular data from an HTML file into a sortable table</li>
</ul>
</li>
<li><strong>Subversion Version Control</strong>
<ul>
<li>Improved version control for site with multiple authors</li>
</ul>
</li>
<li><strong>AIR Authoring</strong>
<ul>
<li>Convert your web site into a stand-alone application</li>
</ul>
</li>
<li><strong>Additional document viewing options</strong>
<ul>
<li>When viewing code and design in the Split view, the window can now be split vertically as well as horizontally (menu: View&gt;Split Vertically)</li>
<li>Menu: View&gt;Visual Aids&gt; offers a variety of viewing options to make page elements more readily identifiable</li>
</ul>
</li>
<li><strong>Code Navigator</strong>
<ul>
<li>Easily access code in linked files</li>
</ul>
</li>
<li><strong>Layout Mode for &#8220;drawing&#8221; tables no longer available</strong></li>
</ul>
<h2>The bottom line</h2>
<p><strong>Should you upgrade from Dreamweaver 8 to CS3?</strong></p>
<p>In a word, <strong>YES</strong>. You&#8217;ll get the benefit of two excellent updates, an improved UI and access to &#8220;modern&#8221; web technologies like CSS and AJAX.</p>
<p><strong>What about the learning curve?</strong></p>
<p>Make no mistake you may encounter a significant learning curve moving to CS4. How steep it is will depend upon your familiarity with advanced web technologies such as CSS. If the move to CS4 marks your first venture into CSS-based (as opposed to table-based) layout, expect a few headaches as the wonders (and eccentricities) of Cacscading Style Sheets are revealed.</p>
<p>However, if you&#8217;re serious about web design, the transition to CSS is a requirement and CS4 offers the tools and templates to make the transition possible and rewarding if not always pleasant.</p>
<h2>Additional resources:</h2>
<ul>
<li><a href="http://webdesign.about.com/b/2007/10/16/whats-new-in-dreamweaver-cs3.htm" target="_blank">What&#8217;s new in Dreamweaver CS3</a>: An excellent step-by-step guide the differences between DW8 and CS3</li>
<li><a href="http://www.adobe.com/products/dreamweaver/features/" target="_blank">6 Things To Like About Dreamweaver CS4</a></li>
<li><a href="http://www.adobe.com/products/dreamweaver/features/" target="_blank">Dreamweaver CS4 Features Overview</a> (Adobe)</li>
</ul>
<h2>What&#8217;s your experience?</h2>
<p>If you&#8217;ve got information or tips that you&#8217;d like to share about the Dreamweaver upgrade experience or if you got questions before or after making the link, please leave a comment below.</p>
<p><em><a href="http://twitter.com/DWcourse" target="_blank">Follow me on Twitter…</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/upgrading-dreamweaver8-cs.php/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
