<?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: How to send a mail with php ajax and jquery in facebook style</title>
	<atom:link href="http://lastwebdesigner.com/jquery/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html/feed" rel="self" type="application/rss+xml" />
	<link>http://lastwebdesigner.com/featured/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html</link>
	<description>Antonio Fullone &#039;s personal blog about web design</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:58:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Helen Neely</title>
		<link>http://lastwebdesigner.com/featured/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html/comment-page-2#comment-15356</link>
		<dc:creator>Helen Neely</dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=197#comment-15356</guid>
		<description>Nice tutorial. This saved me a lot of time</description>
		<content:encoded><![CDATA[<p>Nice tutorial. This saved me a lot of time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suren</title>
		<link>http://lastwebdesigner.com/featured/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html/comment-page-2#comment-15252</link>
		<dc:creator>suren</dc:creator>
		<pubDate>Sun, 25 Dec 2011 07:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=197#comment-15252</guid>
		<description>I would say, just perfect tutorial and nicely explain..
thanks</description>
		<content:encoded><![CDATA[<p>I would say, just perfect tutorial and nicely explain..<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted G</title>
		<link>http://lastwebdesigner.com/featured/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html/comment-page-2#comment-15081</link>
		<dc:creator>Ted G</dc:creator>
		<pubDate>Tue, 22 Nov 2011 22:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=197#comment-15081</guid>
		<description>Hi everyone,

I&#039;m trying to send a checkbox array with the mail script, but every time I do it comes back as undefined. How should the array be treated in the ajax file?

Currently when defining it in , I have:

var checkboxExample = $(&quot;#checkboxExample&quot;).val();

It is then added to the datastream as:

... &#039;&amp;checkboxExample=&#039; + checkboxExample;

Any tips would be amazingly helpful.

Cheers,
Ed</description>
		<content:encoded><![CDATA[<p>Hi everyone,</p>
<p>I&#8217;m trying to send a checkbox array with the mail script, but every time I do it comes back as undefined. How should the array be treated in the ajax file?</p>
<p>Currently when defining it in , I have:</p>
<p>var checkboxExample = $(&#8220;#checkboxExample&#8221;).val();</p>
<p>It is then added to the datastream as:</p>
<p>&#8230; &#8216;&amp;checkboxExample=&#8217; + checkboxExample;</p>
<p>Any tips would be amazingly helpful.</p>
<p>Cheers,<br />
Ed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldar</title>
		<link>http://lastwebdesigner.com/featured/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html/comment-page-2#comment-14989</link>
		<dc:creator>Kuldar</dc:creator>
		<pubDate>Sat, 29 Oct 2011 20:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=197#comment-14989</guid>
		<description>I changed $message to : $message =&quot;From: $name\n E-Mail: $mail\n Message:\n $text&quot;;</description>
		<content:encoded><![CDATA[<p>I changed $message to : $message =&#8221;From: $name\n E-Mail: $mail\n Message:\n $text&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldar</title>
		<link>http://lastwebdesigner.com/featured/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html/comment-page-2#comment-14988</link>
		<dc:creator>Kuldar</dc:creator>
		<pubDate>Sat, 29 Oct 2011 20:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=197#comment-14988</guid>
		<description>I made some changes in mail.php file - this will make resived e-mail look more &quot;proper&quot; :)

</description>
		<content:encoded><![CDATA[<p>I made some changes in mail.php file &#8211; this will make resived e-mail look more &#8220;proper&#8221; <img src='http://lastwebdesigner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nadworks</title>
		<link>http://lastwebdesigner.com/featured/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html/comment-page-2#comment-14917</link>
		<dc:creator>nadworks</dc:creator>
		<pubDate>Wed, 12 Oct 2011 13:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=197#comment-14917</guid>
		<description>Hey, cool script. But your php code does not seem to be submitting the &quot;Name&quot; field at all.</description>
		<content:encoded><![CDATA[<p>Hey, cool script. But your php code does not seem to be submitting the &#8220;Name&#8221; field at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://lastwebdesigner.com/featured/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html/comment-page-2#comment-14806</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 14 Sep 2011 09:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=197#comment-14806</guid>
		<description>Hi guys!

first of all, thanks for all your comments. I&#039;m sorry but in the last months I&#039;ve been really busy with my new relocation, this is why usasully I do not respond to the comment, again sorry for that.

I will try, further to respond to all, anyway in the previous comments, you can find some solution applied to this script. 

As I said it before the purpose of this script is to teach how to use some techniques so better to use it for learning than create your own script and use it.

Anyway leave your question here, I will try to respond when it will be possible for me, I said I&#039;m relocating in a new country and have no time now to dedicate to my blog, again, sorry for that.

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi guys!</p>
<p>first of all, thanks for all your comments. I&#8217;m sorry but in the last months I&#8217;ve been really busy with my new relocation, this is why usasully I do not respond to the comment, again sorry for that.</p>
<p>I will try, further to respond to all, anyway in the previous comments, you can find some solution applied to this script. </p>
<p>As I said it before the purpose of this script is to teach how to use some techniques so better to use it for learning than create your own script and use it.</p>
<p>Anyway leave your question here, I will try to respond when it will be possible for me, I said I&#8217;m relocating in a new country and have no time now to dedicate to my blog, again, sorry for that.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MK</title>
		<link>http://lastwebdesigner.com/featured/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html/comment-page-2#comment-14802</link>
		<dc:creator>MK</dc:creator>
		<pubDate>Tue, 13 Sep 2011 19:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=197#comment-14802</guid>
		<description>Hi, your form is very cool, but I have one problem during applying it into my site. When I don&#039;t fill any values into form, the validation doesn&#039;t work and submit button makes nothing. If I type anything into form inputs, the error messeges appears. Could you help me?</description>
		<content:encoded><![CDATA[<p>Hi, your form is very cool, but I have one problem during applying it into my site. When I don&#8217;t fill any values into form, the validation doesn&#8217;t work and submit button makes nothing. If I type anything into form inputs, the error messeges appears. Could you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QAS</title>
		<link>http://lastwebdesigner.com/featured/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html/comment-page-2#comment-14785</link>
		<dc:creator>QAS</dc:creator>
		<pubDate>Sun, 11 Sep 2011 04:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=197#comment-14785</guid>
		<description>did you find a solution for this? i face the same issue. please help.</description>
		<content:encoded><![CDATA[<p>did you find a solution for this? i face the same issue. please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 7Maximes-news for designers and Web developers</title>
		<link>http://lastwebdesigner.com/featured/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html/comment-page-2#comment-14759</link>
		<dc:creator>7Maximes-news for designers and Web developers</dc:creator>
		<pubDate>Mon, 05 Sep 2011 18:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=197#comment-14759</guid>
		<description>[...] How to Send Facebook-Style Mail with PHP, AJAX and jQuery The Facebook website is choc full of unique features, especially the system for sending mail and messages. Using PHP, AJAX and jQuery, you can recreate this technique using this step-by-step tutorial. View the demo. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Send Facebook-Style Mail with PHP, AJAX and jQuery The Facebook website is choc full of unique features, especially the system for sending mail and messages. Using PHP, AJAX and jQuery, you can recreate this technique using this step-by-step tutorial. View the demo. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

