<?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: Dreamweaver CS4: A Powerful Tool for an Imperfect World</title>
	<atom:link href="http://www.sitepoint.com/blogs/2008/12/02/dreamweaver-cs4-a-powerful-tool-for-an-imperfect-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2008/12/02/dreamweaver-cs4-a-powerful-tool-for-an-imperfect-world/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Mon, 23 Nov 2009 01:39:24 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: conticreative</title>
		<link>http://www.sitepoint.com/blogs/2008/12/02/dreamweaver-cs4-a-powerful-tool-for-an-imperfect-world/comment-page-1/#comment-871100</link>
		<dc:creator>conticreative</dc:creator>
		<pubDate>Sat, 31 Jan 2009 20:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3240#comment-871100</guid>
		<description>This is a post for David and anyone having issues with DW recognizing files other than the default ones.

I encountered the same issue with Magento&#039;s PHTML files. They are PHP files but DW would refuse to treat them as such. That meant no code didn&#039;t work.

Luckily, I found a Tutorial on the Magento website on how to add phtml files to DW and make it recognize them as full php files. It&#039;s not as simple as adding PHTML (or CTP) to the files extensions in the configuration.

Basically there are 3 (If I recall correctly) files that need to be updated.
Follow this link and use it as a blueprint for your purposes:

http://www.magentocommerce.com/wiki/general/opening_phtml_files_in_dreamweaver</description>
		<content:encoded><![CDATA[<p>This is a post for David and anyone having issues with DW recognizing files other than the default ones.</p>
<p>I encountered the same issue with Magento&#8217;s PHTML files. They are PHP files but DW would refuse to treat them as such. That meant no code didn&#8217;t work.</p>
<p>Luckily, I found a Tutorial on the Magento website on how to add phtml files to DW and make it recognize them as full php files. It&#8217;s not as simple as adding PHTML (or CTP) to the files extensions in the configuration.</p>
<p>Basically there are 3 (If I recall correctly) files that need to be updated.<br />
Follow this link and use it as a blueprint for your purposes:</p>
<p><a href="http://www.magentocommerce.com/wiki/general/opening_phtml_files_in_dreamweaver" rel="nofollow">http://www.magentocommerce.com/wiki/general/opening_phtml_files_in_dreamweaver</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.sitepoint.com/blogs/2008/12/02/dreamweaver-cs4-a-powerful-tool-for-an-imperfect-world/comment-page-1/#comment-870775</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sat, 31 Jan 2009 09:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3240#comment-870775</guid>
		<description>to add to my last comment, dreamweaver cs4 has a much better css editor this time around. MUCH BETTER!</description>
		<content:encoded><![CDATA[<p>to add to my last comment, dreamweaver cs4 has a much better css editor this time around. MUCH BETTER!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.sitepoint.com/blogs/2008/12/02/dreamweaver-cs4-a-powerful-tool-for-an-imperfect-world/comment-page-1/#comment-870774</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sat, 31 Jan 2009 09:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3240#comment-870774</guid>
		<description>i use dreamweaver for the cakephp framework, and the most annoying thing is that i can&#039;t tell dreamweaver cs4 that ctp files are php code. so syntax highlighting don&#039;t come out of the box for cakephp. this will be the same for any framework that doesn&#039;t use php or html as extensions. unfortunately for me, i have both a php and a ctp file for my front end design. i grew up on dreamweaver and c++ programming, and the fact that i can see the dumbed down version of my code and click on the design view to fastforward to code made it a major advantage for me. 

unfortunately webdesign/development is not about about creating generic php, html, js, ect files any more. It&#039;s not so simple. If adobe would just add a simple way to associate specific file types to be viewed as generic code types, then it would be a very good tool. I&#039;ve had to hack my dreamweaver to highlight my ctp files with correct code highlighting. 

unrelated to cs4, i would recommend adobe web cs4. all the other apps work very well for web dev, and flash especially. I was able to use papervision 3d flawlessly with the new flash.</description>
		<content:encoded><![CDATA[<p>i use dreamweaver for the cakephp framework, and the most annoying thing is that i can&#8217;t tell dreamweaver cs4 that ctp files are php code. so syntax highlighting don&#8217;t come out of the box for cakephp. this will be the same for any framework that doesn&#8217;t use php or html as extensions. unfortunately for me, i have both a php and a ctp file for my front end design. i grew up on dreamweaver and c++ programming, and the fact that i can see the dumbed down version of my code and click on the design view to fastforward to code made it a major advantage for me. </p>
<p>unfortunately webdesign/development is not about about creating generic php, html, js, ect files any more. It&#8217;s not so simple. If adobe would just add a simple way to associate specific file types to be viewed as generic code types, then it would be a very good tool. I&#8217;ve had to hack my dreamweaver to highlight my ctp files with correct code highlighting. </p>
<p>unrelated to cs4, i would recommend adobe web cs4. all the other apps work very well for web dev, and flash especially. I was able to use papervision 3d flawlessly with the new flash.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: duwei</title>
		<link>http://www.sitepoint.com/blogs/2008/12/02/dreamweaver-cs4-a-powerful-tool-for-an-imperfect-world/comment-page-1/#comment-861847</link>
		<dc:creator>duwei</dc:creator>
		<pubDate>Wed, 14 Jan 2009 04:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3240#comment-861847</guid>
		<description>1. Low cost high quality.
2. Best Adobe Flex outsourcing service provider.
3. More than 60 full time in-house Flex developers.
4. Our company Busycode Inc. was registered in San Francisco, Beijing and Nanning.
5. Our skill set is &quot;Adobe Flex/AIR/Flash + .NET/Java/PHP + SQL Database&quot;.
6. Our keywords are Flex developer, Flex coder, Flex programmer, Flex expert, Flex engineer, Flex specialist and Flex outsourcing service provider.
7. Please visit http://busycode.com or http://www.flexdeveloper.com.cn</description>
		<content:encoded><![CDATA[<p>1. Low cost high quality.<br />
2. Best Adobe Flex outsourcing service provider.<br />
3. More than 60 full time in-house Flex developers.<br />
4. Our company Busycode Inc. was registered in San Francisco, Beijing and Nanning.<br />
5. Our skill set is &#8220;Adobe Flex/AIR/Flash + .NET/Java/PHP + SQL Database&#8221;.<br />
6. Our keywords are Flex developer, Flex coder, Flex programmer, Flex expert, Flex engineer, Flex specialist and Flex outsourcing service provider.<br />
7. Please visit <a href="http://busycode.com" rel="nofollow">http://busycode.com</a> or <a href="http://www.flexdeveloper.com.cn" rel="nofollow">http://www.flexdeveloper.com.cn</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: halil</title>
		<link>http://www.sitepoint.com/blogs/2008/12/02/dreamweaver-cs4-a-powerful-tool-for-an-imperfect-world/comment-page-1/#comment-850570</link>
		<dc:creator>halil</dc:creator>
		<pubDate>Thu, 18 Dec 2008 17:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3240#comment-850570</guid>
		<description>Hi,


My only reason for not using DW is server-side code. And speed, sometimes, especially if I am going to edit a little bit (I use Notepad++ for simple editing). DW is open on my taskbar for most of the work, including PHP, but if I have lots of server-side things to do, I see that a powerful server-side IDE can save me a lot of time, and switch to that IDE (namely Zend Studio for Eclipse :))


Well, I hope it&#039;s not a problem to mention a rival name directly, but I must express that my dream tool would be a marriage of DW (for obvious reasons), ZS (obvious, again) and Notepad++ (for Unicode and newline viewing/conversion utilities, lightweightness and some other things.)


PS : I am too in the league of developers who are yet to find a tool/IDE that match DW&#039;s S&amp;R superiority :) How the hack did you make something like this?!
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My only reason for not using DW is server-side code. And speed, sometimes, especially if I am going to edit a little bit (I use Notepad++ for simple editing). DW is open on my taskbar for most of the work, including PHP, but if I have lots of server-side things to do, I see that a powerful server-side IDE can save me a lot of time, and switch to that IDE (namely Zend Studio for Eclipse :))</p>
<p>Well, I hope it&#8217;s not a problem to mention a rival name directly, but I must express that my dream tool would be a marriage of DW (for obvious reasons), ZS (obvious, again) and Notepad++ (for Unicode and newline viewing/conversion utilities, lightweightness and some other things.)</p>
<p>PS : I am too in the league of developers who are yet to find a tool/IDE that match DW&#8217;s S&amp;R superiority :) How the hack did you make something like this?!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2008/12/02/dreamweaver-cs4-a-powerful-tool-for-an-imperfect-world/comment-page-1/#comment-850569</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 18 Dec 2008 17:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3240#comment-850569</guid>
		<description>Hi,

My only reason for not using DW is server-side code. And speed, sometimes, especially if I am going to edit a little bit (I use Notepad++ for simple editing). DW is open on my taskbar for most of the work, including PHP, but if I have lots of server-side things to do, I see that a powerful server-side IDE can save me a lot of time, and switch to that IDE (namely Zend Studio for Eclipse :))

Well, I hope it&#039;s not a problem to mention a rival name directly, but I must express that my dream tool would be a marriage of DW (for obvious reasons), ZS (obvious, again) and Notepad++ (for Unicode and newline viewing/conversion utilities, lightweightness and some other things.)

PS : I am too in the league of developers who are yet to find a tool/IDE that match DW&#039;s S&amp;R superiority :) How the hack did you make something like this?!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My only reason for not using DW is server-side code. And speed, sometimes, especially if I am going to edit a little bit (I use Notepad++ for simple editing). DW is open on my taskbar for most of the work, including PHP, but if I have lots of server-side things to do, I see that a powerful server-side IDE can save me a lot of time, and switch to that IDE (namely Zend Studio for Eclipse :))</p>
<p>Well, I hope it&#8217;s not a problem to mention a rival name directly, but I must express that my dream tool would be a marriage of DW (for obvious reasons), ZS (obvious, again) and Notepad++ (for Unicode and newline viewing/conversion utilities, lightweightness and some other things.)</p>
<p>PS : I am too in the league of developers who are yet to find a tool/IDE that match DW&#8217;s S&amp;R superiority :) How the hack did you make something like this?!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: zoonunit</title>
		<link>http://www.sitepoint.com/blogs/2008/12/02/dreamweaver-cs4-a-powerful-tool-for-an-imperfect-world/comment-page-1/#comment-846844</link>
		<dc:creator>zoonunit</dc:creator>
		<pubDate>Thu, 11 Dec 2008 04:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3240#comment-846844</guid>
		<description>Don,

Thanks for dropping by.  I develop in Drupal and Firebug has been an &quot;almost&quot; perfect add-on to Firefox.  It can identify all the CSS, the line numbers and files.  The only thing missing is the ability to WRITE changes back to those CSS files from within the Firebug interface.  One workaround I use with Dreamweaver is to load the corresponding CSS files in DW, then note the line numbers from the CSS in Firebug, go straight to DW and make the changes, save, then refresh my browser.

Now that DW CS4 has live view, why can&#039;t it identify the CSS files like Firebug and then allow developers to link to and save CSS changes??  Is it because the PHP server doesn&#039;t serve up the actual file location to the browser?  If that&#039;s the reason, then why can&#039;t DW get the file locations from the test server settings, using the developer&#039;s FTP login and PW?  Or perhaps we would need to map to the files within the server definition?  (As with many developers, I develop on a local server such as xampp, so I have direct file access to the CSS files)

If I could just jump straight to CSS from live view in a PHP rendered app like Drupal, and then save that back to the original CSS file, that would be a TREMENDOUS productivity boost.</description>
		<content:encoded><![CDATA[<p>Don,</p>
<p>Thanks for dropping by.  I develop in Drupal and Firebug has been an &#8220;almost&#8221; perfect add-on to Firefox.  It can identify all the CSS, the line numbers and files.  The only thing missing is the ability to WRITE changes back to those CSS files from within the Firebug interface.  One workaround I use with Dreamweaver is to load the corresponding CSS files in DW, then note the line numbers from the CSS in Firebug, go straight to DW and make the changes, save, then refresh my browser.</p>
<p>Now that DW CS4 has live view, why can&#8217;t it identify the CSS files like Firebug and then allow developers to link to and save CSS changes??  Is it because the PHP server doesn&#8217;t serve up the actual file location to the browser?  If that&#8217;s the reason, then why can&#8217;t DW get the file locations from the test server settings, using the developer&#8217;s FTP login and PW?  Or perhaps we would need to map to the files within the server definition?  (As with many developers, I develop on a local server such as xampp, so I have direct file access to the CSS files)</p>
<p>If I could just jump straight to CSS from live view in a PHP rendered app like Drupal, and then save that back to the original CSS file, that would be a TREMENDOUS productivity boost.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wheeler</title>
		<link>http://www.sitepoint.com/blogs/2008/12/02/dreamweaver-cs4-a-powerful-tool-for-an-imperfect-world/comment-page-1/#comment-846224</link>
		<dc:creator>wheeler</dc:creator>
		<pubDate>Wed, 10 Dec 2008 00:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3240#comment-846224</guid>
		<description>Don, I forgot to mention that I was talking specifically about php in relation to autocomplete, which tied into my second point about the current document not currently seeming to know about all the other included files. For autocomplete to completely work DW would have to read all the included files and understand what is available in the current scope. 

I know that the inbuilt php functions autocomplete which is great, but if that was extended to variables I have previously declared and functions/methods, it would be truly awesome.</description>
		<content:encoded><![CDATA[<p>Don, I forgot to mention that I was talking specifically about php in relation to autocomplete, which tied into my second point about the current document not currently seeming to know about all the other included files. For autocomplete to completely work DW would have to read all the included files and understand what is available in the current scope. </p>
<p>I know that the inbuilt php functions autocomplete which is great, but if that was extended to variables I have previously declared and functions/methods, it would be truly awesome.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Don at Adobe</title>
		<link>http://www.sitepoint.com/blogs/2008/12/02/dreamweaver-cs4-a-powerful-tool-for-an-imperfect-world/comment-page-1/#comment-846012</link>
		<dc:creator>Don at Adobe</dc:creator>
		<pubDate>Tue, 09 Dec 2008 12:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3240#comment-846012</guid>
		<description>Conticreative, I think Find and Replace might be one of my favorite features in the product, esp the stuff you can do with Specific Tag.
But honestly, every time I invoke F&amp;R, I am a bit surprised when the little toolbar doesn&#039;t appear at the bottom of the app, a la Firefox.
We do get requests for enhancing F&amp;R and search in particular. I can add your vote to the list.

Wheeler, we added dynamic Javascript code hinting to CS4. Attach a js file and when you are typing in a  block, you should get function/object/method hinting.
And if your js syntax is incorrect, we will flag it...

Thanks for the discussion!
Don@Adobe</description>
		<content:encoded><![CDATA[<p>Conticreative, I think Find and Replace might be one of my favorite features in the product, esp the stuff you can do with Specific Tag.<br />
But honestly, every time I invoke F&amp;R, I am a bit surprised when the little toolbar doesn&#8217;t appear at the bottom of the app, a la Firefox.<br />
We do get requests for enhancing F&amp;R and search in particular. I can add your vote to the list.</p>
<p>Wheeler, we added dynamic Javascript code hinting to CS4. Attach a js file and when you are typing in a  block, you should get function/object/method hinting.<br />
And if your js syntax is incorrect, we will flag it&#8230;</p>
<p>Thanks for the discussion!<br />
Don@Adobe</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wheeler</title>
		<link>http://www.sitepoint.com/blogs/2008/12/02/dreamweaver-cs4-a-powerful-tool-for-an-imperfect-world/comment-page-1/#comment-845896</link>
		<dc:creator>wheeler</dc:creator>
		<pubDate>Tue, 09 Dec 2008 06:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3240#comment-845896</guid>
		<description>Before DW embraces any specific development frameworks, it first needs to assist the developer with some very important things:

- code autocomplete - HTML and CSS autocomplete is awesome - if that could be replicated with variable and function autocomplete it would make a massive difference

- I think the second problem is more complex, but is directly related to autocompleting code - that is for the current document to understand the structure of the application. DW should read other included files and detect when you are doing something that won&#039;t work, like using a function that is not declared.

- and if you really want to impress us, syntax validation</description>
		<content:encoded><![CDATA[<p>Before DW embraces any specific development frameworks, it first needs to assist the developer with some very important things:</p>
<p>- code autocomplete &#8211; HTML and CSS autocomplete is awesome &#8211; if that could be replicated with variable and function autocomplete it would make a massive difference</p>
<p>- I think the second problem is more complex, but is directly related to autocompleting code &#8211; that is for the current document to understand the structure of the application. DW should read other included files and detect when you are doing something that won&#8217;t work, like using a function that is not declared.</p>
<p>- and if you really want to impress us, syntax validation</p>]]></content:encoded>
	</item>
</channel>
</rss>
