<?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: Source code for my books</title>
	<atom:link href="http://foundationphp.com/blog/2009/02/21/source-code-for-my-books/feed/" rel="self" type="application/rss+xml" />
	<link>http://foundationphp.com/blog/2009/02/21/source-code-for-my-books/</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/2009/02/21/source-code-for-my-books/comment-page-1/#comment-15821</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Fri, 06 Mar 2009 23:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=79#comment-15821</guid>
		<description>Marc, it&#039;s not included in the source files because Dreamweaver creates it automatically when you use the XSL Transformations server behavior.</description>
		<content:encoded><![CDATA[<p>Marc, it&#8217;s not included in the source files because Dreamweaver creates it automatically when you use the XSL Transformations server behavior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Rothmeyer</title>
		<link>http://foundationphp.com/blog/2009/02/21/source-code-for-my-books/comment-page-1/#comment-15820</link>
		<dc:creator>Marc Rothmeyer</dc:creator>
		<pubDate>Fri, 06 Mar 2009 23:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=79#comment-15820</guid>
		<description>David,

Working through chpter 18 in Essential Guide to Dreamweaver CS4 I can&#039;t find

includes/MM_XSLTransform/MM_XSLTransform.class.php

In the source files.</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Working through chpter 18 in Essential Guide to Dreamweaver CS4 I can&#8217;t find</p>
<p>includes/MM_XSLTransform/MM_XSLTransform.class.php</p>
<p>In the source files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2009/02/21/source-code-for-my-books/comment-page-1/#comment-15806</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Tue, 24 Feb 2009 09:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=79#comment-15806</guid>
		<description>Thanks for your comments, Gary.

There&#039;s no way a spambot can read the headers in a PHP script, except by sending a message through the form. Even then, the message should come to you and not send a copy to the spammer. You might find the honeypot technique I described in &lt;a href=&quot;http://friendsofed.infopop.net/4/OpenTopic?a=tpc&amp;s=989094322&amp;f=8033053165&amp;m=4321048451&amp;r=9471098451#9471098451&quot; title=&quot;Honeypot technique described&quot; rel=&quot;nofollow&quot;&gt;a post in the friends of ED forum&lt;/a&gt; some time ago. Many people have found it so useful, I incorporated it into the CS4 edition of the book.</description>
		<content:encoded><![CDATA[<p>Thanks for your comments, Gary.</p>
<p>There&#8217;s no way a spambot can read the headers in a PHP script, except by sending a message through the form. Even then, the message should come to you and not send a copy to the spammer. You might find the honeypot technique I described in <a href="http://friendsofed.infopop.net/4/OpenTopic?a=tpc&#038;s=989094322&#038;f=8033053165&#038;m=4321048451&#038;r=9471098451#9471098451" title="Honeypot technique described" rel="nofollow">a post in the friends of ED forum</a> some time ago. Many people have found it so useful, I incorporated it into the CS4 edition of the book.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Darling</title>
		<link>http://foundationphp.com/blog/2009/02/21/source-code-for-my-books/comment-page-1/#comment-15805</link>
		<dc:creator>Gary Darling</dc:creator>
		<pubDate>Tue, 24 Feb 2009 02:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=79#comment-15805</guid>
		<description>David,

Of all the How-To books I&#039;ve bought (all of em) and read (most of em), The Essential Guide to DW CS3... was by far the most useful. I did every tutorial and learned a great deal. I used your form processor in Chapter 11 for a hairstylist appontment form and it works beautifully. I have one question though... can spambots read the email headers in the upper part of the php script? The email address I used is brand new and as far as I know only shows up in the script headers, but somehow the bast***s found it!

Not sure if munging up the address will do any good, but I&#039;d sure like to outwit the f-tards if possible.</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Of all the How-To books I&#8217;ve bought (all of em) and read (most of em), The Essential Guide to DW CS3&#8230; was by far the most useful. I did every tutorial and learned a great deal. I used your form processor in Chapter 11 for a hairstylist appontment form and it works beautifully. I have one question though&#8230; can spambots read the email headers in the upper part of the php script? The email address I used is brand new and as far as I know only shows up in the script headers, but somehow the bast***s found it!</p>
<p>Not sure if munging up the address will do any good, but I&#8217;d sure like to outwit the f-tards if possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2009/02/21/source-code-for-my-books/comment-page-1/#comment-15804</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Sun, 22 Feb 2009 09:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=79#comment-15804</guid>
		<description>Mike,

I scrabbled round on my hard disk and put together what I believe is a full set of download files. They might not be in the same folder structure as the original download files, but I think everything is there and labelled clearly.

I must try to update the book some day. Although the book was written four years ago, the PHP side of it is rock solid. However, the way ActionScript 3.0 works is completely different from ActionScript 2.0. I know many people are still using ActionScript 2.0, but the book is now of limited value to anyone who wants to migrate to ActionScript 3.0.</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>I scrabbled round on my hard disk and put together what I believe is a full set of download files. They might not be in the same folder structure as the original download files, but I think everything is there and labelled clearly.</p>
<p>I must try to update the book some day. Although the book was written four years ago, the PHP side of it is rock solid. However, the way ActionScript 3.0 works is completely different from ActionScript 2.0. I know many people are still using ActionScript 2.0, but the book is now of limited value to anyone who wants to migrate to ActionScript 3.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://foundationphp.com/blog/2009/02/21/source-code-for-my-books/comment-page-1/#comment-15803</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 22 Feb 2009 04:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=79#comment-15803</guid>
		<description>How about the code and sample files for &lt;em&gt;Foundation PHP 5 for Flash&lt;/em&gt;? I know it&#039;s an older book, but it&#039;s got some great material and a lot of us are still using it.

Thanks so much, though, for posting your files for your other &quot;Friends of ED&quot; books. This is really upsetting, that the site registration of what at least used to be a major publisher should go down like this. It&#039;s leaving a lot of readers high-and-dry. 

I&#039;m hunting around through some older hard-drives to see if I can recover a &lt;em&gt;Foundation PHP 5 for Flash&lt;/em&gt; samples download.</description>
		<content:encoded><![CDATA[<p>How about the code and sample files for <em>Foundation PHP 5 for Flash</em>? I know it&#8217;s an older book, but it&#8217;s got some great material and a lot of us are still using it.</p>
<p>Thanks so much, though, for posting your files for your other &#8220;Friends of ED&#8221; books. This is really upsetting, that the site registration of what at least used to be a major publisher should go down like this. It&#8217;s leaving a lot of readers high-and-dry. </p>
<p>I&#8217;m hunting around through some older hard-drives to see if I can recover a <em>Foundation PHP 5 for Flash</em> samples download.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

