<?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 CS5 is good news for PHP devs</title>
	<atom:link href="http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/feed/" rel="self" type="application/rss+xml" />
	<link>http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 13:16:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/comment-page-2/#comment-18236</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Tue, 03 Apr 2012 12:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=122#comment-18236</guid>
		<description>I haven&#039;t worked with symfony, but Dreamweaver&#039;s &lt;a href=&quot;http://help.adobe.com/en_US/dreamweaver/cs/using/WS367db1b80c96ca971172e08123ee174949-7fff.html&quot; title=&quot;Dreamweaver help file&quot; rel=&quot;nofollow&quot;&gt;site-specific code hints&lt;/a&gt; work a treat with Zend Framework. There&#039;s a &lt;a href=&quot;http://www.adobe.com/go/learn_dw_comm13_en&quot; title=&quot;Go to the video tutorial&quot; rel=&quot;nofollow&quot;&gt;video on Adobe TV&lt;/a&gt; explaining how to set up site-specific code hints.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t worked with symfony, but Dreamweaver&#8217;s <a href="http://help.adobe.com/en_US/dreamweaver/cs/using/WS367db1b80c96ca971172e08123ee174949-7fff.html" title="Dreamweaver help file" rel="nofollow">site-specific code hints</a> work a treat with Zend Framework. There&#8217;s a <a href="http://www.adobe.com/go/learn_dw_comm13_en" title="Go to the video tutorial" rel="nofollow">video on Adobe TV</a> explaining how to set up site-specific code hints.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minilik Tesfaye</title>
		<link>http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/comment-page-2/#comment-18235</link>
		<dc:creator>Minilik Tesfaye</dc:creator>
		<pubDate>Tue, 03 Apr 2012 11:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=122#comment-18235</guid>
		<description>Hello, 
Dreamweaver CS5.5 is a very wonderful IDE to develop web applications.  I was wondering if I can use dreamweaver to customize applications developed in different frameworks like symfony.  Please give me a link or tell me how I can customize such applications.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Dreamweaver CS5.5 is a very wonderful IDE to develop web applications.  I was wondering if I can use dreamweaver to customize applications developed in different frameworks like symfony.  Please give me a link or tell me how I can customize such applications.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/comment-page-2/#comment-17031</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Tue, 31 May 2011 12:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=122#comment-17031</guid>
		<description>Dreamweaver CS5.5 uses &lt;code&gt;mysql_pconnect()&lt;/code&gt; because the server behaviors are based on the original MySQL extension, not MySQLi. Apart from a few bug and security fixes, he server behaviors in Dreamweaver have remained essentially unchanged since 2002. I&#039;m not an Adobe employee, but I&#039;m in regular touch with the development team; and I get the feeling that server behaviors are very low down on their list of priorities. I don&#039;t expect the server behaviors to be updated soon, maybe not ever.

Dreamweaver CS5 made massive improvements to support for PHP with full code hinting for PHP 5.2 (CS5.5 now supports PHP 5.3), code introspection, and autocompletion. Using site-specific code hints, you can now work in Dreamweaver with third-party frameworks, such as the Zend Framework and Symfony. The unspoken message coming from Adobe is that Dreamweaver offers support for a variety of web technologies to developers/designers who are willing to write their own code. The same policy has been applied to JavaScript. The Spry widgets haven&#039;t been removed, but CS5.5 now has full code hinting for jQuery, opening up far more possibilities, but also requiring the developer to use his or her own skills. No software can hold your hand the whole way. Anyone who expects Dreamweaver to do so is using the wrong program.</description>
		<content:encoded><![CDATA[<p>Dreamweaver CS5.5 uses <code>mysql_pconnect()</code> because the server behaviors are based on the original MySQL extension, not MySQLi. Apart from a few bug and security fixes, he server behaviors in Dreamweaver have remained essentially unchanged since 2002. I&#8217;m not an Adobe employee, but I&#8217;m in regular touch with the development team; and I get the feeling that server behaviors are very low down on their list of priorities. I don&#8217;t expect the server behaviors to be updated soon, maybe not ever.</p>
<p>Dreamweaver CS5 made massive improvements to support for PHP with full code hinting for PHP 5.2 (CS5.5 now supports PHP 5.3), code introspection, and autocompletion. Using site-specific code hints, you can now work in Dreamweaver with third-party frameworks, such as the Zend Framework and Symfony. The unspoken message coming from Adobe is that Dreamweaver offers support for a variety of web technologies to developers/designers who are willing to write their own code. The same policy has been applied to JavaScript. The Spry widgets haven&#8217;t been removed, but CS5.5 now has full code hinting for jQuery, opening up far more possibilities, but also requiring the developer to use his or her own skills. No software can hold your hand the whole way. Anyone who expects Dreamweaver to do so is using the wrong program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/comment-page-2/#comment-17030</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 31 May 2011 11:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=122#comment-17030</guid>
		<description>Was wandering why, Dreamweaver 5.5 still uses mysql_pconnect and NOT mysqli when using the auto code generation (ie; databases, server bavahiors, bindings).  I see your books cover mysqli, which is good.</description>
		<content:encoded><![CDATA[<p>Was wandering why, Dreamweaver 5.5 still uses mysql_pconnect and NOT mysqli when using the auto code generation (ie; databases, server bavahiors, bindings).  I see your books cover mysqli, which is good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DreamWeaver intro &#8211; Programming review</title>
		<link>http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/comment-page-2/#comment-17029</link>
		<dc:creator>DreamWeaver intro &#8211; Programming review</dc:creator>
		<pubDate>Tue, 31 May 2011 07:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=122#comment-17029</guid>
		<description>[...] the moment there are good news for PHP developers, but unfortunately DW CS5 is not PHP debugger, you cannot set breakpoints or [...]</description>
		<content:encoded><![CDATA[<p>[...] the moment there are good news for PHP developers, but unfortunately DW CS5 is not PHP debugger, you cannot set breakpoints or [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moin Uddin</title>
		<link>http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/comment-page-2/#comment-16953</link>
		<dc:creator>Moin Uddin</dc:creator>
		<pubDate>Sat, 09 Apr 2011 13:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=122#comment-16953</guid>
		<description>I edited a mod_rewrite on httpd.conf on my PC and now its working.
but when i uploaded my website to my hosting server which is on Parrellels Plesk it only working on default permalinks and as i change links to user friendly it gives error.

how you created such good SEO friendly urls i coudn&#039;t able to do that.

http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/</description>
		<content:encoded><![CDATA[<p>I edited a mod_rewrite on httpd.conf on my PC and now its working.<br />
but when i uploaded my website to my hosting server which is on Parrellels Plesk it only working on default permalinks and as i change links to user friendly it gives error.</p>
<p>how you created such good SEO friendly urls i coudn&#8217;t able to do that.</p>
<p><a href="http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/" rel="nofollow">http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moin Uddin</title>
		<link>http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/comment-page-2/#comment-16949</link>
		<dc:creator>Moin Uddin</dc:creator>
		<pubDate>Fri, 08 Apr 2011 15:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=122#comment-16949</guid>
		<description>I restyle a wordpress site and successfully created complete.

but after creating when i am changing the default permalinks in wordpress to other options it gives an 404 error &amp; when i turned it to default option it works perfect.

i tried everything, deleting database, deleting wordpress files and copying again but it not fix this problem, i create another site from scratch but the problem remain same, i search on internet and read about .htaccess file but this also don&#039;t work.

plz help me.</description>
		<content:encoded><![CDATA[<p>I restyle a wordpress site and successfully created complete.</p>
<p>but after creating when i am changing the default permalinks in wordpress to other options it gives an 404 error &amp; when i turned it to default option it works perfect.</p>
<p>i tried everything, deleting database, deleting wordpress files and copying again but it not fix this problem, i create another site from scratch but the problem remain same, i search on internet and read about .htaccess file but this also don&#8217;t work.</p>
<p>plz help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vendita make up</title>
		<link>http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/comment-page-2/#comment-16933</link>
		<dc:creator>vendita make up</dc:creator>
		<pubDate>Mon, 28 Mar 2011 21:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=122#comment-16933</guid>
		<description>I try netbeans, eclipse php, php designer, ultraedit, aptana but dreamweaver  is always the best solution to make web site.</description>
		<content:encoded><![CDATA[<p>I try netbeans, eclipse php, php designer, ultraedit, aptana but dreamweaver  is always the best solution to make web site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikwak</title>
		<link>http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/comment-page-2/#comment-16930</link>
		<dc:creator>Nikwak</dc:creator>
		<pubDate>Tue, 22 Mar 2011 16:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=122#comment-16930</guid>
		<description>David - I had been struggling for DAYS before I found your tutorial on the Adobe web site for installing PHP, mySQL, etc - it went like a breeze - so easy to follow it was a pleasure installing it. However, I  have a problem and wonder whether you can tell me if there is a straight forward tutorial somewhere that you know about regarding using the mySQL and phpMyAdmin to allow one of my clients to update a page on her website without having to keep phoning me every day. I have seen sites where you type in the web address followed by &#039;admin&#039; and it takes you to pages that the client can then update but I can&#039;t seem to find the program - the phpMyAdmin site would be too confusing for her. I hope I haven&#039;t waffled on too much and have made some sense. I would be great to have your feedback.
Thanks for making php more understandable to people like me who have never entered that world before!
Thanks
Nikwak</description>
		<content:encoded><![CDATA[<p>David &#8211; I had been struggling for DAYS before I found your tutorial on the Adobe web site for installing PHP, mySQL, etc &#8211; it went like a breeze &#8211; so easy to follow it was a pleasure installing it. However, I  have a problem and wonder whether you can tell me if there is a straight forward tutorial somewhere that you know about regarding using the mySQL and phpMyAdmin to allow one of my clients to update a page on her website without having to keep phoning me every day. I have seen sites where you type in the web address followed by &#8216;admin&#8217; and it takes you to pages that the client can then update but I can&#8217;t seem to find the program &#8211; the phpMyAdmin site would be too confusing for her. I hope I haven&#8217;t waffled on too much and have made some sense. I would be great to have your feedback.<br />
Thanks for making php more understandable to people like me who have never entered that world before!<br />
Thanks<br />
Nikwak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: w.h.koning</title>
		<link>http://foundationphp.com/blog/2010/04/12/dreamweaver-cs5-is-good-news-for-php-devs/comment-page-2/#comment-16922</link>
		<dc:creator>w.h.koning</dc:creator>
		<pubDate>Tue, 15 Mar 2011 09:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=122#comment-16922</guid>
		<description>Thanks David for your quick response.
I will purchase &#039;PHP Solutions, 2nd Edition&#039; a.s.a.p.

The total project will take me as far as I see it now, probably 3 to 6 month, because I like to learn the techiques too and not only following guidance.</description>
		<content:encoded><![CDATA[<p>Thanks David for your quick response.<br />
I will purchase &#8216;PHP Solutions, 2nd Edition&#8217; a.s.a.p.</p>
<p>The total project will take me as far as I see it now, probably 3 to 6 month, because I like to learn the techiques too and not only following guidance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

