<?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"
	>
<channel>
	<title>Comments on: Introduction to Moo.Ajax</title>
	<atom:link href="http://www.scottnelle.com/8/introduction-to-moo-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottnelle.com/8/introduction-to-moo-ajax/</link>
	<description>Scott Nellé's Personal Site</description>
	<pubDate>Sat, 22 Nov 2008 06:18:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Jeremy Reid</title>
		<link>http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-17</link>
		<dc:creator>Jeremy Reid</dc:creator>
		<pubDate>Sun, 10 Sep 2006 21:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-17</guid>
		<description>Thanks so much Scott. Great help.

And oakleaf: putting multiple fields on the form is pretty easy - just pile them up into the postString:

var postString = "thevalue=" + document.getElementById("thevalue").value + "&#38;thesecondvalue" + document.getElementById("thesecondvalue") + "&#38;thethirdvalue" + document.getElementById("thethirdvalue");</description>
		<content:encoded><![CDATA[<p>Thanks so much Scott. Great help.</p>
<p>And oakleaf: putting multiple fields on the form is pretty easy - just pile them up into the postString:</p>
<p>var postString = &#8220;thevalue=&#8221; + document.getElementById(&#8221;thevalue&#8221;).value + &#8220;&amp;thesecondvalue&#8221; + document.getElementById(&#8221;thesecondvalue&#8221;) + &#8220;&amp;thethirdvalue&#8221; + document.getElementById(&#8221;thethirdvalue&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oakleaf</title>
		<link>http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-16</link>
		<dc:creator>oakleaf</dc:creator>
		<pubDate>Fri, 01 Sep 2006 13:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-16</guid>
		<description>Hellmoooo :p

First of all, thank you for the great tutorial you have written on moo.ajax!

I'am looking for a way to use moo.ajax in a contact form in my website. Your tutorial is clear, but what I need is a form with more than one  and I have real difficulties with javascript.

So, could you help me in my quest ? :)

Thank you!</description>
		<content:encoded><![CDATA[<p>Hellmoooo :p</p>
<p>First of all, thank you for the great tutorial you have written on moo.ajax!</p>
<p>I&#8217;am looking for a way to use moo.ajax in a contact form in my website. Your tutorial is clear, but what I need is a form with more than one  and I have real difficulties with javascript.</p>
<p>So, could you help me in my quest ? :)</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yalcin</title>
		<link>http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-15</link>
		<dc:creator>Yalcin</dc:creator>
		<pubDate>Wed, 23 Aug 2006 04:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-15</guid>
		<description>I want to use moo.ajax to load snippets of plain HTML into a div. These are static html files. I must be missing something because it works fine when uploaded to a web server (apache), and not local testing (IIS). I read something about HTTP headers - is this relevant?

I've just gotten into AJAX and I'm loving it so far. This little thing's got me stumped.</description>
		<content:encoded><![CDATA[<p>I want to use moo.ajax to load snippets of plain HTML into a div. These are static html files. I must be missing something because it works fine when uploaded to a web server (apache), and not local testing (IIS). I read something about HTTP headers - is this relevant?</p>
<p>I&#8217;ve just gotten into AJAX and I&#8217;m loving it so far. This little thing&#8217;s got me stumped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: killercup</title>
		<link>http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-14</link>
		<dc:creator>killercup</dc:creator>
		<pubDate>Fri, 18 Aug 2006 17:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-14</guid>
		<description>thanks for the great tutorial, i m trying to implement live comments with moo.ajax in my wordpress theme.</description>
		<content:encoded><![CDATA[<p>thanks for the great tutorial, i m trying to implement live comments with moo.ajax in my wordpress theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-13</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 16 Aug 2006 12:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-13</guid>
		<description>Hello old / new friend. I visited your site for the first time and found this interesting bit of information. It was ingenious, thanks for the information. How have you been?</description>
		<content:encoded><![CDATA[<p>Hello old / new friend. I visited your site for the first time and found this interesting bit of information. It was ingenious, thanks for the information. How have you been?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A. Friendly User</title>
		<link>http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-12</link>
		<dc:creator>A. Friendly User</dc:creator>
		<pubDate>Sun, 13 Aug 2006 09:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-12</guid>
		<description>scott, thanks a bundle for the second example.  

I have done a little more homework.  

I was able to clip out of prototype.js some bits related to forms, so I can use Form.serialize.  I love the size/parsimony of the moo.fx scripts, so I wanted to at least try to keep to that.

With that done, I can use the code as a ajaxy-'widget' for most simple forms.

One important caveat, the snippet -- call it "formslite.js" -- is working with Firefox, but not at all with IE, which seems to want the whole prototype.js.  So, in my enthusiasm, I may have taken one step forward, and one step back.  LOL.

Cheers and thanks again!</description>
		<content:encoded><![CDATA[<p>scott, thanks a bundle for the second example.  </p>
<p>I have done a little more homework.  </p>
<p>I was able to clip out of prototype.js some bits related to forms, so I can use Form.serialize.  I love the size/parsimony of the moo.fx scripts, so I wanted to at least try to keep to that.</p>
<p>With that done, I can use the code as a ajaxy-&#8217;widget&#8217; for most simple forms.</p>
<p>One important caveat, the snippet &#8212; call it &#8220;formslite.js&#8221; &#8212; is working with Firefox, but not at all with IE, which seems to want the whole prototype.js.  So, in my enthusiasm, I may have taken one step forward, and one step back.  LOL.</p>
<p>Cheers and thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Nellé</title>
		<link>http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-11</link>
		<dc:creator>Scott Nellé</dc:creator>
		<pubDate>Thu, 10 Aug 2006 04:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-11</guid>
		<description>Thanks to all for the feedback.

&lt;strong&gt;@Jack&lt;/strong&gt;: That's what suprised me about it as well.  Once I figured out that you could just return your script's printed output, I decided to write a tutorial about it, since I felt other tutorials never really showed that part of it.

&lt;strong&gt;@A. Friendly&lt;/strong&gt;: I've set up a supplemental example to show one way of handling multiple submit buttons.  It might not be the easiest way, but it's the first thing that came to mind for me.  &lt;a href="/tutorials/mooajax/basic/supp1example/" rel="nofollow"&gt;Here's the example&lt;/a&gt;, and &lt;a href="/tutorials/mooajax/basic/mooajax1_supp1.zip" rel="nofollow"&gt;here's the source for it.&lt;/a&gt;  The easy part was making it work without Javascript; the tough part was getting it to work with javascript!

Also, I'm planning on making an overhaul of the article based on some feedback I've gotten (thank you) and also writing a follow-up or two, so I'll be adding more advanced, complicated, and hopefully useful examples.

I would, of course, recommend doing more homework on what's available with ajax.  However, the simple stuff that I've outlined here is enough to do some really cool things.  I guess the best way to put it is that if what's written here offers the solution to your problems, then it's all you need.  If not, then you can always study up.  I'll be providing more material soon.

&lt;strong&gt;@Piotrek&lt;/strong&gt;: Great idea!  I had originally planned on only using the ajax object itself for simplicity, but utilizing the other tools available in prototype(lite) would probably make it MORE simple, rather than less.  I'll probably change that when I revise the article.</description>
		<content:encoded><![CDATA[<p>Thanks to all for the feedback.</p>
<p><strong>@Jack</strong>: That&#8217;s what suprised me about it as well.  Once I figured out that you could just return your script&#8217;s printed output, I decided to write a tutorial about it, since I felt other tutorials never really showed that part of it.</p>
<p><strong>@A. Friendly</strong>: I&#8217;ve set up a supplemental example to show one way of handling multiple submit buttons.  It might not be the easiest way, but it&#8217;s the first thing that came to mind for me.  <a href="/tutorials/mooajax/basic/supp1example/?PHPSESSID=95104157f498f42e9153b86deddaa042" rel="nofollow">Here&#8217;s the example</a>, and <a href="/tutorials/mooajax/basic/mooajax1_supp1.zip?PHPSESSID=95104157f498f42e9153b86deddaa042" rel="nofollow">here&#8217;s the source for it.</a>  The easy part was making it work without Javascript; the tough part was getting it to work with javascript!</p>
<p>Also, I&#8217;m planning on making an overhaul of the article based on some feedback I&#8217;ve gotten (thank you) and also writing a follow-up or two, so I&#8217;ll be adding more advanced, complicated, and hopefully useful examples.</p>
<p>I would, of course, recommend doing more homework on what&#8217;s available with ajax.  However, the simple stuff that I&#8217;ve outlined here is enough to do some really cool things.  I guess the best way to put it is that if what&#8217;s written here offers the solution to your problems, then it&#8217;s all you need.  If not, then you can always study up.  I&#8217;ll be providing more material soon.</p>
<p><strong>@Piotrek</strong>: Great idea!  I had originally planned on only using the ajax object itself for simplicity, but utilizing the other tools available in prototype(lite) would probably make it MORE simple, rather than less.  I&#8217;ll probably change that when I revise the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotrek Rybałtowski</title>
		<link>http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-9</link>
		<dc:creator>Piotrek Rybałtowski</dc:creator>
		<pubDate>Wed, 09 Aug 2006 13:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-9</guid>
		<description>And if we already put that prototype thing to memory why not use it more. Instead of every document.getElementById() there nice and tricky $() function which does same is way shorter.

But still it's always nice to see somebody doing something for others. 

Cheers.</description>
		<content:encoded><![CDATA[<p>And if we already put that prototype thing to memory why not use it more. Instead of every document.getElementById() there nice and tricky $() function which does same is way shorter.</p>
<p>But still it&#8217;s always nice to see somebody doing something for others. </p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A. Friendly User</title>
		<link>http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-8</link>
		<dc:creator>A. Friendly User</dc:creator>
		<pubDate>Tue, 08 Aug 2006 15:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-8</guid>
		<description>scott, this was an awesome amount of help, and thanks for the work and sharing.

I am interested in understanding more about how to modify the 'initializer' to handle more than one button on a form, if possible with the moo.ajax call, and thereby maintain unobtrusive JavaScripting.  Other buttons might be "validate" or "check", in addition to "compute", for example.

Also, it would be cool if you could suggest the variations or 'complications' you had in mind, even if you don't have  time/space/purpose for them here, to get/give a sense of whether 'simple' is good enough, :-), or 'more homework' is advisable, :-(.</description>
		<content:encoded><![CDATA[<p>scott, this was an awesome amount of help, and thanks for the work and sharing.</p>
<p>I am interested in understanding more about how to modify the &#8216;initializer&#8217; to handle more than one button on a form, if possible with the moo.ajax call, and thereby maintain unobtrusive JavaScripting.  Other buttons might be &#8220;validate&#8221; or &#8220;check&#8221;, in addition to &#8220;compute&#8221;, for example.</p>
<p>Also, it would be cool if you could suggest the variations or &#8216;complications&#8217; you had in mind, even if you don&#8217;t have  time/space/purpose for them here, to get/give a sense of whether &#8217;simple&#8217; is good enough, :-), or &#8216;more homework&#8217; is advisable, :-(.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-7</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Wed, 02 Aug 2006 20:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/8/introduction-to-moo-ajax/#comment-7</guid>
		<description>thanks dude!
this helped more than anything else i've read on ajax and moo ajax.  
I really didnt know that the php script simply needed some printed output which is used as the request data.  I thought it was a special variable.
So simple.  

Thank you for taking the time.

Bye.</description>
		<content:encoded><![CDATA[<p>thanks dude!<br />
this helped more than anything else i&#8217;ve read on ajax and moo ajax.<br />
I really didnt know that the php script simply needed some printed output which is used as the request data.  I thought it was a special variable.<br />
So simple.  </p>
<p>Thank you for taking the time.</p>
<p>Bye.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
