<?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: Essential Guide to DW CS3 in top three programming books</title>
	<atom:link href="http://foundationphp.com/blog/2009/02/27/essential-guide-to-dw-cs3-in-top-three-programming-books/feed/" rel="self" type="application/rss+xml" />
	<link>http://foundationphp.com/blog/2009/02/27/essential-guide-to-dw-cs3-in-top-three-programming-books/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 11:06:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2009/02/27/essential-guide-to-dw-cs3-in-top-three-programming-books/comment-page-1/#comment-16580</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Wed, 25 Aug 2010 09:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=88#comment-16580</guid>
		<description>You can use the PHP in my CS5 book with Dreamweaver CS3, but you won&#039;t get the benefit of the vastly improved code hints that CS5 offers. My CS5 book devotes only one chapter to server behaviors. Most of the rest of the book is devoted to showing how Dreamweaver CS5 has become an advanced development environment for PHP. Roughly half the book uses the Zend Framework, which makes image uploads and other commonly requested functionality very easy. You don&#039;t need any specific software to use the Zend Framework, but Dreamweaver CS5 makes it easy to use because Site Specific Code Hints automatically generate code hints for third-party code libraries such as the Zend Framework. With CS5, you get hints for the long class names used by Zend Framework. With CS3, you would need to type them in laboriously by hand.

My book, &lt;a href=&quot;http://foundationphp.com/phpsolutions/&quot; rel=&quot;nofollow&quot;&gt;&quot;PHP Solutions&quot;&lt;/a&gt;, explains in detail how to upload images. However, a new edition of the book is due out later this year with greatly improved code. There&#039;s nothing wrong with the code in the current edition. So, if you&#039;re in a hurry, the first edition of PHP Solutions is fine. Otherwise, look at the CS5 book or wait for the new edition of PHP Solutions.</description>
		<content:encoded><![CDATA[<p>You can use the PHP in my CS5 book with Dreamweaver CS3, but you won&#8217;t get the benefit of the vastly improved code hints that CS5 offers. My CS5 book devotes only one chapter to server behaviors. Most of the rest of the book is devoted to showing how Dreamweaver CS5 has become an advanced development environment for PHP. Roughly half the book uses the Zend Framework, which makes image uploads and other commonly requested functionality very easy. You don&#8217;t need any specific software to use the Zend Framework, but Dreamweaver CS5 makes it easy to use because Site Specific Code Hints automatically generate code hints for third-party code libraries such as the Zend Framework. With CS5, you get hints for the long class names used by Zend Framework. With CS3, you would need to type them in laboriously by hand.</p>
<p>My book, <a href="http://foundationphp.com/phpsolutions/" rel="nofollow">&#8220;PHP Solutions&#8221;</a>, explains in detail how to upload images. However, a new edition of the book is due out later this year with greatly improved code. There&#8217;s nothing wrong with the code in the current edition. So, if you&#8217;re in a hurry, the first edition of PHP Solutions is fine. Otherwise, look at the CS5 book or wait for the new edition of PHP Solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby Johnson</title>
		<link>http://foundationphp.com/blog/2009/02/27/essential-guide-to-dw-cs3-in-top-three-programming-books/comment-page-1/#comment-16577</link>
		<dc:creator>Bobby Johnson</dc:creator>
		<pubDate>Mon, 23 Aug 2010 20:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=88#comment-16577</guid>
		<description>Hey David,

Thanks for the response.  Since I&#039;m using CS3, can the stuff in the book &quot;Adobe Dreamweaver CS5 with CSS. . .&quot; work with the CS3 Dreamweaver program?  And will it show how to let users upload their images dynamically?  Also, I agree with you, the image files themselves are not being saved in the database, just the detils.   How would I make the image upload form and the regular form work together?  I guess I am asking how to make a multi page form that has an upload form in it also?</description>
		<content:encoded><![CDATA[<p>Hey David,</p>
<p>Thanks for the response.  Since I&#8217;m using CS3, can the stuff in the book &#8220;Adobe Dreamweaver CS5 with CSS. . .&#8221; work with the CS3 Dreamweaver program?  And will it show how to let users upload their images dynamically?  Also, I agree with you, the image files themselves are not being saved in the database, just the detils.   How would I make the image upload form and the regular form work together?  I guess I am asking how to make a multi page form that has an upload form in it also?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2009/02/27/essential-guide-to-dw-cs3-in-top-three-programming-books/comment-page-1/#comment-16576</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Mon, 23 Aug 2010 14:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=88#comment-16576</guid>
		<description>No, Dreamweaver doesn&#039;t have any built-in ability to upload images. Uploads are controlled by the PHP $_FILES superglobal. You can find out about PHP file uploads in the PHP manual at http://docs.php.net/manual/en/features.file-upload.php. If you&#039;re willing to spend a bit of cash, you&#039;ll find that my new book, &lt;a href=&quot;http://foundationphp.com/phpcs5/&quot; rel=&quot;nofollow&quot;&gt;&quot;Adobe Dreamweaver CS5 with PHP:Training from the Source&quot;&lt;/a&gt; covers file uploads in great detail using the Zend Framework.

It&#039;s generally a bad idea to store images in a database. You should normally upload them to your file system, and store the details of the images in the database.</description>
		<content:encoded><![CDATA[<p>No, Dreamweaver doesn&#8217;t have any built-in ability to upload images. Uploads are controlled by the PHP $_FILES superglobal. You can find out about PHP file uploads in the PHP manual at <a href="http://docs.php.net/manual/en/features.file-upload.php" rel="nofollow">http://docs.php.net/manual/en/features.file-upload.php</a>. If you&#8217;re willing to spend a bit of cash, you&#8217;ll find that my new book, <a href="http://foundationphp.com/phpcs5/" rel="nofollow">&#8220;Adobe Dreamweaver CS5 with PHP:Training from the Source&#8221;</a> covers file uploads in great detail using the Zend Framework.</p>
<p>It&#8217;s generally a bad idea to store images in a database. You should normally upload them to your file system, and store the details of the images in the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby Johnson</title>
		<link>http://foundationphp.com/blog/2009/02/27/essential-guide-to-dw-cs3-in-top-three-programming-books/comment-page-1/#comment-16575</link>
		<dc:creator>Bobby Johnson</dc:creator>
		<pubDate>Mon, 23 Aug 2010 14:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=88#comment-16575</guid>
		<description>Hey David, I am using your tutorials on insert, update, and delete pages and I am finding them very helpful.  Thanks.  I am doing a 2 page insert form.  The first page houses the insert form for things like name, address, city, state, etc . . .  The second page houses the insert image upload form, and the accept and decline terms and conditions checkboxes along with the submit button, and then all that info is passed through the database(phpmyadmin) to the finish(result) page.  

So far, the insert form does successfully transfer information typed from the insert form page1 to the database and then the user is taken to the insert image upload form.

Now here is the problem.  The image upload form does not take files to the database.  I am having a hard time making a connection between the database and the image upload form.  

This is where your skilled expertise comes in.  Is there any wizard in dreamweaver that has an image upload form?  I guess that would take some of the guess work out of the coding dilema I am currently wrecking my brains over.  Any tips would be greatly appreciated.

Thank,

Bobby</description>
		<content:encoded><![CDATA[<p>Hey David, I am using your tutorials on insert, update, and delete pages and I am finding them very helpful.  Thanks.  I am doing a 2 page insert form.  The first page houses the insert form for things like name, address, city, state, etc . . .  The second page houses the insert image upload form, and the accept and decline terms and conditions checkboxes along with the submit button, and then all that info is passed through the database(phpmyadmin) to the finish(result) page.  </p>
<p>So far, the insert form does successfully transfer information typed from the insert form page1 to the database and then the user is taken to the insert image upload form.</p>
<p>Now here is the problem.  The image upload form does not take files to the database.  I am having a hard time making a connection between the database and the image upload form.  </p>
<p>This is where your skilled expertise comes in.  Is there any wizard in dreamweaver that has an image upload form?  I guess that would take some of the guess work out of the coding dilema I am currently wrecking my brains over.  Any tips would be greatly appreciated.</p>
<p>Thank,</p>
<p>Bobby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Marsden</title>
		<link>http://foundationphp.com/blog/2009/02/27/essential-guide-to-dw-cs3-in-top-three-programming-books/comment-page-1/#comment-16358</link>
		<dc:creator>Steve Marsden</dc:creator>
		<pubDate>Tue, 27 Apr 2010 14:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=88#comment-16358</guid>
		<description>Thanks very much for taking the time to reply. It opened in Safari, not in IE. All the best.</description>
		<content:encoded><![CDATA[<p>Thanks very much for taking the time to reply. It opened in Safari, not in IE. All the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2009/02/27/essential-guide-to-dw-cs3-in-top-three-programming-books/comment-page-1/#comment-16334</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Wed, 21 Apr 2010 14:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=88#comment-16334</guid>
		<description>I have just done a test download from http://foundationphp.com/sourcecode/essential_guide_DWCS3.zip. There&#039;s nothing wrong with the ZIP file. I suggest trying a different browser.</description>
		<content:encoded><![CDATA[<p>I have just done a test download from <a href="http://foundationphp.com/sourcecode/essential_guide_DWCS3.zip" rel="nofollow">http://foundationphp.com/sourcecode/essential_guide_DWCS3.zip</a>. There&#8217;s nothing wrong with the ZIP file. I suggest trying a different browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Marsden</title>
		<link>http://foundationphp.com/blog/2009/02/27/essential-guide-to-dw-cs3-in-top-three-programming-books/comment-page-1/#comment-16333</link>
		<dc:creator>Steven Marsden</dc:creator>
		<pubDate>Wed, 21 Apr 2010 14:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=88#comment-16333</guid>
		<description>Hi David,

I&#039;m frustrated by not being able to access the source code for this book. When I try to open the zip file of source code, my computer says it&#039;s empty. When I try to open it instead of saving it, I get an error message saying it&#039;s an invalid request.

Since you don&#039;t put the source code in your book, I&#039;m reliant on getting this information and the image files from you. Can you please fix this problem!

Thank you!

Steve</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I&#8217;m frustrated by not being able to access the source code for this book. When I try to open the zip file of source code, my computer says it&#8217;s empty. When I try to open it instead of saving it, I get an error message saying it&#8217;s an invalid request.</p>
<p>Since you don&#8217;t put the source code in your book, I&#8217;m reliant on getting this information and the image files from you. Can you please fix this problem!</p>
<p>Thank you!</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2009/02/27/essential-guide-to-dw-cs3-in-top-three-programming-books/comment-page-1/#comment-15952</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Sun, 30 Aug 2009 09:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=88#comment-15952</guid>
		<description>@ardmad. Thanks for your kind words about my books. However, I must point out that O&#039;Reilly was simply reporting the sales results of computer-related books, as recorded by Nielsen BookScan. I have never seen any of Julie C Meloni&#039;s books (which are published by Sams, and in no way related to O&#039;Reilly), so I can&#039;t comment on their quality.

However, as a general principle, I think there is a serious problem regarding computer book publishing. Too many books are competing for a relatively small number of sales. As a result, the royalties an author earns from a book are too small for most people to survive by doing nothing else but write. That leads to chapters being rushed. Mistakes should be picked up during the editorial process, but most editors are not technical experts.

If fewer books were produced, and more attention paid to quality control, everyone would benefit. The readers would get good quality books, the authors would get a better return for the time and effort spent on writing a book, and the publishers of good books would also make a profit. Unfortunately, publishers seem hell bent on flooding the market with as many titles as possible, in the hope that a handful will be profitable enough.</description>
		<content:encoded><![CDATA[<p>@ardmad. Thanks for your kind words about my books. However, I must point out that O&#8217;Reilly was simply reporting the sales results of computer-related books, as recorded by Nielsen BookScan. I have never seen any of Julie C Meloni&#8217;s books (which are published by Sams, and in no way related to O&#8217;Reilly), so I can&#8217;t comment on their quality.</p>
<p>However, as a general principle, I think there is a serious problem regarding computer book publishing. Too many books are competing for a relatively small number of sales. As a result, the royalties an author earns from a book are too small for most people to survive by doing nothing else but write. That leads to chapters being rushed. Mistakes should be picked up during the editorial process, but most editors are not technical experts.</p>
<p>If fewer books were produced, and more attention paid to quality control, everyone would benefit. The readers would get good quality books, the authors would get a better return for the time and effort spent on writing a book, and the publishers of good books would also make a profit. Unfortunately, publishers seem hell bent on flooding the market with as many titles as possible, in the hope that a handful will be profitable enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ardmad</title>
		<link>http://foundationphp.com/blog/2009/02/27/essential-guide-to-dw-cs3-in-top-three-programming-books/comment-page-1/#comment-15951</link>
		<dc:creator>ardmad</dc:creator>
		<pubDate>Sun, 30 Aug 2009 04:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=88#comment-15951</guid>
		<description>First of all, I consider you to be one of most &#039;very careful author&#039;, care whenever your code / teaching works or not. I respect that because that shows you respect the person who&#039;s willing to take their money out of the wallet. (Another one I know is Larry Ullman.)
But O&#039;Reilly must be...(what the hell?). Didn&#039;t they know that Julie C Meloni is one of the &#039;master of code error?&#039;
No offense David. Your book deserve the place (1st, 2nd, 3rd, it doesn&#039;t matter because your book works) but placing Julie C Meloni on the 2nd place, shows that O&#039;Reilly is up to something (usually business purpose - making money in a way most people didn&#039;t aware that they&#039;re making it.)</description>
		<content:encoded><![CDATA[<p>First of all, I consider you to be one of most &#8216;very careful author&#8217;, care whenever your code / teaching works or not. I respect that because that shows you respect the person who&#8217;s willing to take their money out of the wallet. (Another one I know is Larry Ullman.)<br />
But O&#8217;Reilly must be&#8230;(what the hell?). Didn&#8217;t they know that Julie C Meloni is one of the &#8216;master of code error?&#8217;<br />
No offense David. Your book deserve the place (1st, 2nd, 3rd, it doesn&#8217;t matter because your book works) but placing Julie C Meloni on the 2nd place, shows that O&#8217;Reilly is up to something (usually business purpose &#8211; making money in a way most people didn&#8217;t aware that they&#8217;re making it.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miles</title>
		<link>http://foundationphp.com/blog/2009/02/27/essential-guide-to-dw-cs3-in-top-three-programming-books/comment-page-1/#comment-15939</link>
		<dc:creator>Miles</dc:creator>
		<pubDate>Mon, 13 Jul 2009 19:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=88#comment-15939</guid>
		<description>Thanks for your online tutorial on linking to specific Spry tabs. Your fix was VERY straightforward and easy and I will definitely look out for your books and publications in the future! Cheers,</description>
		<content:encoded><![CDATA[<p>Thanks for your online tutorial on linking to specific Spry tabs. Your fix was VERY straightforward and easy and I will definitely look out for your books and publications in the future! Cheers,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

