<?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: Finding &#8216;send&#8217; in JavaScript</title>
	<atom:link href="http://ajaxian.com/archives/finding-send-in-javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/finding-send-in-javascript</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: R2D2</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-256075</link>
		<dc:creator>R2D2</dc:creator>
		<pubDate>Wed, 26 Sep 2007 06:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-256075</guid>
		<description>Well, I must say to be very disappointed in the social intelligence some of the commenters have displayed here...
Not all people reading this blog actually program professionally in javascript. People who do other things might just be interested in javascript and related technologies and not have all the insights a pro can have in this area.
Posts like this can invite the non-godly javascript programmers into reading this blog and gain interest in javascript.
I find Ajaxian the best javascript blog around and I don&#039;t mind occasionally seeing posts like this one. I see it more as a good reminder of what a liberal language Javascript is.</description>
		<content:encoded><![CDATA[<p>Well, I must say to be very disappointed in the social intelligence some of the commenters have displayed here&#8230;<br />
Not all people reading this blog actually program professionally in javascript. People who do other things might just be interested in javascript and related technologies and not have all the insights a pro can have in this area.<br />
Posts like this can invite the non-godly javascript programmers into reading this blog and gain interest in javascript.<br />
I find Ajaxian the best javascript blog around and I don&#8217;t mind occasionally seeing posts like this one. I see it more as a good reminder of what a liberal language Javascript is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K9</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-256003</link>
		<dc:creator>K9</dc:creator>
		<pubDate>Mon, 24 Sep 2007 17:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-256003</guid>
		<description>Absolutely right mxt, but my point is that if you just had &quot;while&quot; or just had &quot;do...while&quot; you could make up for the lack of the other in a couple seconds. On the other hand, javascript&#039;s ability to do &quot;send&quot; is a more significant language feature. So having a post about &quot;do...while&quot; would indeed be silly, whereas a post about &quot;send&quot; is a post about the power of javascript.</description>
		<content:encoded><![CDATA[<p>Absolutely right mxt, but my point is that if you just had &#8220;while&#8221; or just had &#8220;do&#8230;while&#8221; you could make up for the lack of the other in a couple seconds. On the other hand, javascript&#8217;s ability to do &#8220;send&#8221; is a more significant language feature. So having a post about &#8220;do&#8230;while&#8221; would indeed be silly, whereas a post about &#8220;send&#8221; is a post about the power of javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mxt</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-256001</link>
		<dc:creator>mxt</dc:creator>
		<pubDate>Mon, 24 Sep 2007 16:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-256001</guid>
		<description>Well since these comments keep going on and as they do so get into the more basics of coding it&#039;s not quite true that &quot;the difference between â€œwhileâ€ and â€œdoâ€¦whileâ€ is insignificant and purely about convenience&quot;. A do/while loop is intended for AT LEAST ONE iteration whereas a while loop MAY NOT HAVE ANY ( 0 or more) iterations.</description>
		<content:encoded><![CDATA[<p>Well since these comments keep going on and as they do so get into the more basics of coding it&#8217;s not quite true that &#8220;the difference between â€œwhileâ€ and â€œdoâ€¦whileâ€ is insignificant and purely about convenience&#8221;. A do/while loop is intended for AT LEAST ONE iteration whereas a while loop MAY NOT HAVE ANY ( 0 or more) iterations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K9</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255994</link>
		<dc:creator>K9</dc:creator>
		<pubDate>Mon, 24 Sep 2007 14:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255994</guid>
		<description>Tio, i=i+1 is not equivalent to i++. It&#039;s equivalent to ++i, and there&#039;s a difference there. I guess you&#039;re still learning javascript too?

Michael, the difference between &quot;while&quot; and &quot;do...while&quot; is insignificant and purely about convenience, whereas &quot;send&quot; relies on more important features of javascript.</description>
		<content:encoded><![CDATA[<p>Tio, i=i+1 is not equivalent to i++. It&#8217;s equivalent to ++i, and there&#8217;s a difference there. I guess you&#8217;re still learning javascript too?</p>
<p>Michael, the difference between &#8220;while&#8221; and &#8220;do&#8230;while&#8221; is insignificant and purely about convenience, whereas &#8220;send&#8221; relies on more important features of javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wade Harrell</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255991</link>
		<dc:creator>Wade Harrell</dc:creator>
		<pubDate>Mon, 24 Sep 2007 14:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255991</guid>
		<description>It does seem there are a growing number of poorly researched articles showing up on Ajaxian.  I would suggest that if you are to maintain credibility in the community that posts like this need to show that some research was done on the topic.  With an opener like &quot;Ola Bini found send in JavaScript&quot; there is an implication that nobody documented this before.  

If Ajaxian stepped up and did some homework, like many of the commentators, posting links to other sites that cover the same material, then there would be less hostility.  I do not think the issue is so much with what some see as basic knowledge as it is with the presentation of that knowledge being â€œfoundâ€ by a single source.  The article â€˜A Cheaky Way to Style an input type=â€fileâ€â€™ suffered from the same lack of research and implied â€œdiscoveryâ€.

This site has become a resource for many, and the expectations are higher than of an individualâ€™s blog.  A few minutes with a search engine, saving the readers from doing it themselves, would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>It does seem there are a growing number of poorly researched articles showing up on Ajaxian.  I would suggest that if you are to maintain credibility in the community that posts like this need to show that some research was done on the topic.  With an opener like &#8220;Ola Bini found send in JavaScript&#8221; there is an implication that nobody documented this before.  </p>
<p>If Ajaxian stepped up and did some homework, like many of the commentators, posting links to other sites that cover the same material, then there would be less hostility.  I do not think the issue is so much with what some see as basic knowledge as it is with the presentation of that knowledge being â€œfoundâ€ by a single source.  The article â€˜A Cheaky Way to Style an input type=â€fileâ€â€™ suffered from the same lack of research and implied â€œdiscoveryâ€.</p>
<p>This site has become a resource for many, and the expectations are higher than of an individualâ€™s blog.  A few minutes with a search engine, saving the readers from doing it themselves, would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255958</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 23 Sep 2007 12:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255958</guid>
		<description>Noone is making fun of Ola. The ridicule is aimed at the Ajaxian editor.</description>
		<content:encoded><![CDATA[<p>Noone is making fun of Ola. The ridicule is aimed at the Ajaxian editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrija</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255957</link>
		<dc:creator>andrija</dc:creator>
		<pubDate>Sun, 23 Sep 2007 10:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255957</guid>
		<description>I didn&#039;t know you can do this. Thanx for posting =)</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t know you can do this. Thanx for posting =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Steenbergen</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255948</link>
		<dc:creator>Max Steenbergen</dc:creator>
		<pubDate>Sat, 22 Sep 2007 21:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255948</guid>
		<description>While this may be obvious to the more experienced developers, who perhaps are the biggest group of Ajaxian-visitors, it is not that obvious for people like myself: beginners, guys/girls struggling to get to grips with JS.
Saying this is basic JS knowledge (which it might be, I don&#039;t know) is one thing; making Ola&#039;s &quot;discovery&quot; ridiculous is another.</description>
		<content:encoded><![CDATA[<p>While this may be obvious to the more experienced developers, who perhaps are the biggest group of Ajaxian-visitors, it is not that obvious for people like myself: beginners, guys/girls struggling to get to grips with JS.<br />
Saying this is basic JS knowledge (which it might be, I don&#8217;t know) is one thing; making Ola&#8217;s &#8220;discovery&#8221; ridiculous is another.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tio Malandra</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255938</link>
		<dc:creator>Tio Malandra</dc:creator>
		<pubDate>Sat, 22 Sep 2007 13:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255938</guid>
		<description>I found a great approach:
i = i + 1 can be rewritten as i++ .
Cool!</description>
		<content:encoded><![CDATA[<p>I found a great approach:<br />
i = i + 1 can be rewritten as i++ .<br />
Cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Geary</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255932</link>
		<dc:creator>Michael Geary</dc:creator>
		<pubDate>Sat, 22 Sep 2007 02:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255932</guid>
		<description>&quot;Ola needed &#039;send&#039; and that taught him about functions as objects, objects as hashtables, and &#039;(&#039; as a function invokation operator.&quot;

Indeed, and I think it&#039;s great that people are blogging about their experiences in learning JavaScript.

But is it really the mission of Ajaxian to chronicle people&#039;s discoveries of things like &quot;you can use parentheses to call a function&quot; and &quot;object[&#039;name&#039;] is the same as object.name&quot;?

If it is, so be it. I&#039;m not an Ajaxian, and it&#039;s their blog and their choice of content. It just seems a bit like running an article on the difference between while(){} and do{}while().</description>
		<content:encoded><![CDATA[<p>&#8220;Ola needed &#8216;send&#8217; and that taught him about functions as objects, objects as hashtables, and &#8216;(&#8216; as a function invokation operator.&#8221;</p>
<p>Indeed, and I think it&#8217;s great that people are blogging about their experiences in learning JavaScript.</p>
<p>But is it really the mission of Ajaxian to chronicle people&#8217;s discoveries of things like &#8220;you can use parentheses to call a function&#8221; and &#8220;object['name'] is the same as object.name&#8221;?</p>
<p>If it is, so be it. I&#8217;m not an Ajaxian, and it&#8217;s their blog and their choice of content. It just seems a bit like running an article on the difference between while(){} and do{}while().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255930</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 21 Sep 2007 23:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255930</guid>
		<description>Next up: The basic arithmetic operators! All four of them! Plus bonus chapter on overriding precedence with parens! All secrets revealed!

I am so glad ajaxian follows the cutting edge.</description>
		<content:encoded><![CDATA[<p>Next up: The basic arithmetic operators! All four of them! Plus bonus chapter on overriding precedence with parens! All secrets revealed!</p>
<p>I am so glad ajaxian follows the cutting edge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georg Miller</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255928</link>
		<dc:creator>Georg Miller</dc:creator>
		<pubDate>Fri, 21 Sep 2007 22:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255928</guid>
		<description>What we still need is getter and setter to be supported in all browser</description>
		<content:encoded><![CDATA[<p>What we still need is getter and setter to be supported in all browser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beppu</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255927</link>
		<dc:creator>beppu</dc:creator>
		<pubDate>Fri, 21 Sep 2007 20:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255927</guid>
		<description>Now if only he could find the equivalent of method_missing .....</description>
		<content:encoded><![CDATA[<p>Now if only he could find the equivalent of method_missing &#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimbob</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255923</link>
		<dc:creator>jimbob</dc:creator>
		<pubDate>Fri, 21 Sep 2007 20:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255923</guid>
		<description>I&#039;m happy to see that, finally, developers are &quot;discovering&quot; that javascript is actually a wonderfully powerful language.  Yes, this is 101 in terms of theory, but the point (for me) is this: the powerful OO architecture of JS allows nested subclasses, accessible if necessary via &quot;arrays&quot;,  and it doesn&#039;t take much to see how this kind of thing makes for a nicely encapsulated and well organized system.  As &quot;web applications&quot; are strange in that they mix brute stringish stuff like html and form data with programming languages -- the reason that eval() continues, unfortunately -- I hope that more people build using these techniques, instead of the rather ubiquitous silly javascript that spawns from lack of knowledge.  This post hopefully has slapped a few brains into awareness.</description>
		<content:encoded><![CDATA[<p>I&#8217;m happy to see that, finally, developers are &#8220;discovering&#8221; that javascript is actually a wonderfully powerful language.  Yes, this is 101 in terms of theory, but the point (for me) is this: the powerful OO architecture of JS allows nested subclasses, accessible if necessary via &#8220;arrays&#8221;,  and it doesn&#8217;t take much to see how this kind of thing makes for a nicely encapsulated and well organized system.  As &#8220;web applications&#8221; are strange in that they mix brute stringish stuff like html and form data with programming languages &#8212; the reason that eval() continues, unfortunately &#8212; I hope that more people build using these techniques, instead of the rather ubiquitous silly javascript that spawns from lack of knowledge.  This post hopefully has slapped a few brains into awareness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Giammarchi</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255917</link>
		<dc:creator>Andrea Giammarchi</dc:creator>
		<pubDate>Fri, 21 Sep 2007 18:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255917</guid>
		<description>document.getElementsByTagName(&quot;head&quot;)&lt;strong&gt;[0]&lt;/strong&gt;

... 

({false:function(w){alert(w)},true:function(){return this}})[&#039;b&#039; in {&#039;a&#039;:1,&#039;b&#039;:1}]()[!1](&quot;it&#039;s just JavaScript&quot;)</description>
		<content:encoded><![CDATA[<p>document.getElementsByTagName(&#8220;head&#8221;)<strong>[0]</strong></p>
<p>&#8230; </p>
<p>({false:function(w){alert(w)},true:function(){return this}})['b' in {'a':1,'b':1}]()[!1](&#8220;it&#8217;s just JavaScript&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K9</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255916</link>
		<dc:creator>K9</dc:creator>
		<pubDate>Fri, 21 Sep 2007 18:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255916</guid>
		<description>Oops filled in the form wrong, i don&#039;t actually own K9.com...</description>
		<content:encoded><![CDATA[<p>Oops filled in the form wrong, i don&#8217;t actually own K9.com&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K9</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255915</link>
		<dc:creator>K9</dc:creator>
		<pubDate>Fri, 21 Sep 2007 18:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255915</guid>
		<description>The reason that this is an interesting discovery for many (I know I just discovered it myself a few weeks ago) is that while javascript has a C/Java-like syntax, and many approach it from C /C++/C#/Java backgrounds, javascript is more expressive than those languages in many ways.

As for &quot;reading a manual&quot;, that&#039;s a pretty sad and ineffective way to learn a language, for me at least. I find the only way for me to really appreciate a dimension of expressiveness in a language is for me to need and use it in a practical situation. 

Ola needed &quot;send&quot; and that taught him about functions as objects, objects as hashtables, and &quot;(&quot; as a function invokation operator.</description>
		<content:encoded><![CDATA[<p>The reason that this is an interesting discovery for many (I know I just discovered it myself a few weeks ago) is that while javascript has a C/Java-like syntax, and many approach it from C /C++/C#/Java backgrounds, javascript is more expressive than those languages in many ways.</p>
<p>As for &#8220;reading a manual&#8221;, that&#8217;s a pretty sad and ineffective way to learn a language, for me at least. I find the only way for me to really appreciate a dimension of expressiveness in a language is for me to need and use it in a practical situation. </p>
<p>Ola needed &#8220;send&#8221; and that taught him about functions as objects, objects as hashtables, and &#8220;(&#8221; as a function invokation operator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255909</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Fri, 21 Sep 2007 17:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255909</guid>
		<description>Wow! didn&#039;t know ajaxian.com was frequented by such smart people that know every single feature and trick about JS (maybe everything in the world) that find this article useless and an insult to their fabulous minds...

Bini must be a little bit retarded (just like me) to find this article interesting, whats next? JRuby? lol, what a stupid guy....</description>
		<content:encoded><![CDATA[<p>Wow! didn&#8217;t know ajaxian.com was frequented by such smart people that know every single feature and trick about JS (maybe everything in the world) that find this article useless and an insult to their fabulous minds&#8230;</p>
<p>Bini must be a little bit retarded (just like me) to find this article interesting, whats next? JRuby? lol, what a stupid guy&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chenggn</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255908</link>
		<dc:creator>chenggn</dc:creator>
		<pubDate>Fri, 21 Sep 2007 16:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255908</guid>
		<description>There are many undocumented things in JavaScript and CSS like this! But I don&#039;t really know this one before, thanks!</description>
		<content:encoded><![CDATA[<p>There are many undocumented things in JavaScript and CSS like this! But I don&#8217;t really know this one before, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Forde</title>
		<link>http://ajaxian.com/archives/finding-send-in-javascript/comment-page-1#comment-255903</link>
		<dc:creator>Pete Forde</dc:creator>
		<pubDate>Fri, 21 Sep 2007 15:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2806#comment-255903</guid>
		<description>I had a similar moment of a-ha! a few months back:

http://rethink.unspace.ca/2007/6/13/javascript-is-not-widely-understood

I&#039;m so glad that Ajaxian isn&#039;t just announcements of new versions of Google Gears, personally. We&#039;re all in this together, and nobody except Alex Russell or John Resig can likely claim to keep every nuance of the language in their heads at once. I say, keep the discoveries coming.. I guarantee that lots of people will learn from this post.</description>
		<content:encoded><![CDATA[<p>I had a similar moment of a-ha! a few months back:</p>
<p><a href="http://rethink.unspace.ca/2007/6/13/javascript-is-not-widely-understood" rel="nofollow">http://rethink.unspace.ca/2007/6/13/javascript-is-not-widely-understood</a></p>
<p>I&#8217;m so glad that Ajaxian isn&#8217;t just announcements of new versions of Google Gears, personally. We&#8217;re all in this together, and nobody except Alex Russell or John Resig can likely claim to keep every nuance of the language in their heads at once. I say, keep the discoveries coming.. I guarantee that lots of people will learn from this post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

