<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Upgrading from Dreamweaver 8 to CS4</title>
	<atom:link href="http://www.dwcourse.com/dreamweaver/upgrading-dreamweaver8-cs.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dwcourse.com/dreamweaver/upgrading-dreamweaver8-cs.php</link>
	<description>Tutorials, Tips &#38; Help Adobe Creative Suite CS3 through CS6</description>
	<lastBuildDate>Sat, 04 Feb 2012 21:55:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jcook</title>
		<link>http://www.dwcourse.com/dreamweaver/upgrading-dreamweaver8-cs.php/comment-page-1#comment-1591</link>
		<dc:creator>jcook</dc:creator>
		<pubDate>Mon, 01 Nov 2010 15:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://dwcourse.com/?p=29#comment-1591</guid>
		<description>@Yenn, the key is &quot;standards-baed.&quot; Tables are not baed upon current web standards. If you look at the code of table-based layouts and pages that make use of the &lt;font&gt; tag (or worse yet try to redesign them) you&#039;ll see that they cause a lot of problems. Not to mention that they are very bloated.

Yes it does take some time and effort to learn and yes it can be frustrating but it took some time to learn to use and manipulate tables as well.

Also, as I recommend to my students, working with Dreamweaver&#039;s built in CSS-based layouts and reading the comments in the CSS and HTML is a good way to start.

In the Dreamweaver tutorials for my Dominate Dreamweaver course (http://www.dwcourse.com) I focus on CSS throughout the twelve week course. Our next session will begin in January 2011. Contact me at jcook@dwcourse.com if you&#039;d like more information.</description>
		<content:encoded><![CDATA[<p>@Yenn, the key is "standards-baed." Tables are not baed upon current web standards. If you look at the code of table-based layouts and pages that make use of the <font> tag (or worse yet try to redesign them) you'll see that they cause a lot of problems. Not to mention that they are very bloated.</p>
<p>Yes it does take some time and effort to learn and yes it can be frustrating but it took some time to learn to use and manipulate tables as well.</p>
<p>Also, as I recommend to my students, working with Dreamweaver's built in CSS-based layouts and reading the comments in the CSS and HTML is a good way to start.</p>
<p>In the Dreamweaver tutorials for my Dominate Dreamweaver course (<a href="http://www.dwcourse.com" rel="nofollow">http://www.dwcourse.com</a>) I focus on CSS throughout the twelve week course. Our next session will begin in January 2011. Contact me at <a href="mailto:jcook@dwcourse.com">jcook@dwcourse.com</a> if you'd like more information.</font></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yenn</title>
		<link>http://www.dwcourse.com/dreamweaver/upgrading-dreamweaver8-cs.php/comment-page-1#comment-1589</link>
		<dc:creator>Yenn</dc:creator>
		<pubDate>Mon, 01 Nov 2010 13:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://dwcourse.com/?p=29#comment-1589</guid>
		<description>The only was CSS makes building &quot;standard-based&quot; websites easy is IF you understand CSS. And most people don&#039;t. There isn&#039;t a place to really learn it, or at least I haven&#039;t found it! Learning HTML was easier! I&#039;m not a programmer! DW8 was EASIER to do what I needed for my pages (like changing the size of the text to 8pts or whatever size I needed. Now in CS4 I have to design a RULE for stuff like that and is very frustrating!)
Perhaps I&#039;m just an ignorant fool, but even my boss - supposedly a hardcore Web guru - can&#039;t turn the team into a good way to learn the whole CSS subject. Perhaps some good advice from your part would be availble for us? (just please, don&#039;t say going back to college since that&#039;s not an option here and we would prefer online resources if posible. Thanks in advance.)</description>
		<content:encoded><![CDATA[<p>The only was CSS makes building "standard-based" websites easy is IF you understand CSS. And most people don't. There isn't a place to really learn it, or at least I haven't found it! Learning HTML was easier! I'm not a programmer! DW8 was EASIER to do what I needed for my pages (like changing the size of the text to 8pts or whatever size I needed. Now in CS4 I have to design a RULE for stuff like that and is very frustrating!)<br />
Perhaps I'm just an ignorant fool, but even my boss - supposedly a hardcore Web guru - can't turn the team into a good way to learn the whole CSS subject. Perhaps some good advice from your part would be availble for us? (just please, don't say going back to college since that's not an option here and we would prefer online resources if posible. Thanks in advance.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcook</title>
		<link>http://www.dwcourse.com/dreamweaver/upgrading-dreamweaver8-cs.php/comment-page-1#comment-757</link>
		<dc:creator>jcook</dc:creator>
		<pubDate>Wed, 16 Dec 2009 19:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://dwcourse.com/?p=29#comment-757</guid>
		<description>There is really no conversion process. If CS4 doesn&#039;t find your sites when you install it, then you&#039;ll need to redefine the sites. Once that&#039;s done you should be able to open and edit your MX2004 pages.

The major issue is that DW CS4 focuses on CSS. If you&#039;re accustomed to using tables and HTML attributes in your design, you&#039;ll have a learning curve.

Also, I do remember that at one point (not sure if it was before or after MX2004) some behaviors (like swap image) broke if they were edited in a newer version. If so, you might need to rebuild those behaviors.</description>
		<content:encoded><![CDATA[<p>There is really no conversion process. If CS4 doesn't find your sites when you install it, then you'll need to redefine the sites. Once that's done you should be able to open and edit your MX2004 pages.</p>
<p>The major issue is that DW CS4 focuses on CSS. If you're accustomed to using tables and HTML attributes in your design, you'll have a learning curve.</p>
<p>Also, I do remember that at one point (not sure if it was before or after MX2004) some behaviors (like swap image) broke if they were edited in a newer version. If so, you might need to rebuild those behaviors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Hawks</title>
		<link>http://www.dwcourse.com/dreamweaver/upgrading-dreamweaver8-cs.php/comment-page-1#comment-756</link>
		<dc:creator>Tyler Hawks</dc:creator>
		<pubDate>Wed, 16 Dec 2009 18:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://dwcourse.com/?p=29#comment-756</guid>
		<description>I recently got CS4. So here&#039;s my question: I&#039;ve been working with Dreamweaver MX2004 and was wondering how to convert my sites over to Dreamweaver CS4? Any suggestions?</description>
		<content:encoded><![CDATA[<p>I recently got CS4. So here's my question: I've been working with Dreamweaver MX2004 and was wondering how to convert my sites over to Dreamweaver CS4? Any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

