<?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>Jackson Whelan &#187; dreamweaver</title>
	<atom:link href="http://jacksonwhelan.com/cat/dreamweaver/feed/" rel="self" type="application/rss+xml" />
	<link>http://jacksonwhelan.com</link>
	<description>Web Designer &#38; WordPress Developer in Vermont, USA</description>
	<lastBuildDate>Wed, 01 Sep 2010 17:51:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP Code Coloring in HTML Files for Dreamweaver</title>
		<link>http://jacksonwhelan.com/2008/12/php-code-coloring-in-html-files-for-dreamweaver/</link>
		<comments>http://jacksonwhelan.com/2008/12/php-code-coloring-in-html-files-for-dreamweaver/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 15:10:07 +0000</pubDate>
		<dc:creator>Jackson</dc:creator>
				<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://pix.elpusher.com/?p=50</guid>
		<description><![CDATA[I use the .html extension for many of my php files for varying reasons. I had given up on getting Dreamweaver to color the code properly until I stumbled upon this post: http://groups.google.com/group/macromedia.dreamweaver/browse_thread/thread/8b0065838857c78b/49bedbef1f146e65?lnk=raot&#38;pli=1 First, copy this file from the app config folder: C:\Program Files\Adobe\Adobe Dreamweaver CS3\configuration\CodeColoring\PHP.xml To the user config folder: C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver [...]]]></description>
			<content:encoded><![CDATA[<p>I use the .html extension for many of my php files for varying reasons. I had given up on getting Dreamweaver to color the code properly until I stumbled upon this post:</p>
<p>http://groups.google.com/group/macromedia.dreamweaver/browse_thread/thread/8b0065838857c78b/49bedbef1f146e65?lnk=raot&amp;pli=1</p>
<p style="padding-left: 30px;">First, copy this file from the app config folder:</p>
<p style="padding-left: 30px;">C:\Program Files\Adobe\Adobe Dreamweaver<br />
CS3\configuration\CodeColoring\PHP.xml
</p>
<p style="padding-left: 30px;">To the user config folder:</p>
<p style="padding-left: 30px;">C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver<br />
9\Configuration\CodeColoring\</p>
<p style="padding-left: 30px;">Then open PHP.xml in your favorite editor. You need to add HTML to all<br />
of the doctype lists Change every occurrence of this:
</p>
<p style="padding-left: 30px;">doctypes=&#8221;PHP_MySQL&#8221;</p>
<p style="padding-left: 30px;">to be:</p>
<p style="padding-left: 30px;">doctypes=&#8221;PHP_MySQL,HTML&#8221;</p>
<p style="padding-left: 30px;">Save and close. If DW is running, close it. Now restart DW.</p>
<p>Worked like a charm. I&#8217;m using OSX, so just did a search for the appropriate files and found the folder structure to be about the same as above.</p>
<p>Voila. Thank you Randy Edmunds!</p>
]]></content:encoded>
			<wfw:commentRss>http://jacksonwhelan.com/2008/12/php-code-coloring-in-html-files-for-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
