<?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: JSQL: JavaScript Query Language</title>
	<atom:link href="http://scriptnode.com/article/jsql-javascript-query-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://scriptnode.com/article/jsql-javascript-query-language/</link>
	<description>Tips and tricks for web developers.</description>
	<lastBuildDate>Sun, 18 Jul 2010 10:29:51 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gongji</title>
		<link>http://scriptnode.com/article/jsql-javascript-query-language/comment-page-1/#comment-325</link>
		<dc:creator>gongji</dc:creator>
		<pubDate>Mon, 03 May 2010 04:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=286#comment-325</guid>
		<description>some thing similar to jSQL which is also named JSQL</description>
		<content:encoded><![CDATA[<p>some thing similar to jSQL which is also named JSQL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Hackett</title>
		<link>http://scriptnode.com/article/jsql-javascript-query-language/comment-page-1/#comment-294</link>
		<dc:creator>Matt Hackett</dc:creator>
		<pubDate>Mon, 18 May 2009 19:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=286#comment-294</guid>
		<description>@mc: I&#039;m having a hard time understanding the question. This is more of a demo/prototype than a legitimate library. If you&#039;re using jQuery in a real-world website, I&#039;d recommend using that library alone :)

@quintin3265: I can&#039;t tell if you&#039;re kidding or not. Instead of a database, JSQL has a DOM. So injection is irrelevant ...

Thanks for the comments!</description>
		<content:encoded><![CDATA[<p>@mc: I&#8217;m having a hard time understanding the question. This is more of a demo/prototype than a legitimate library. If you&#8217;re using jQuery in a real-world website, I&#8217;d recommend using that library alone :)</p>
<p>@quintin3265: I can&#8217;t tell if you&#8217;re kidding or not. Instead of a database, JSQL has a DOM. So injection is irrelevant &#8230;</p>
<p>Thanks for the comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quintin3265</title>
		<link>http://scriptnode.com/article/jsql-javascript-query-language/comment-page-1/#comment-293</link>
		<dc:creator>quintin3265</dc:creator>
		<pubDate>Sat, 16 May 2009 01:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=286#comment-293</guid>
		<description>I agree that jQuery and its selectors are unintuitive.    But while JSQL makes sense, it seems to me that the developer community is moving away from using SQL and more to object-oriented programming.

In jQuery, you would use .val() instead of SET value=, which is more in line with this object notation.  I also wonder if your syntax is vulnerable to &quot;JSQL injection.&quot;</description>
		<content:encoded><![CDATA[<p>I agree that jQuery and its selectors are unintuitive.    But while JSQL makes sense, it seems to me that the developer community is moving away from using SQL and more to object-oriented programming.</p>
<p>In jQuery, you would use .val() instead of SET value=, which is more in line with this object notation.  I also wonder if your syntax is vulnerable to &#8220;JSQL injection.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mc</title>
		<link>http://scriptnode.com/article/jsql-javascript-query-language/comment-page-1/#comment-292</link>
		<dc:creator>mc</dc:creator>
		<pubDate>Thu, 14 May 2009 23:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=286#comment-292</guid>
		<description>brilliant plan,

still feels like jquery is less equipped than actionscript in its 1.0 stage, this jsql will clearly make a massive difference.

how would I use this to get the values of input fields in a div into an object to use with json (and leave others outside of the div out of it -without- using the id to select them)?

-living an learning, maybe my expectation to the ease of use are too high, since I am now used to ActionScript 3.0-

thanks in advance for the explanation!
keep up the good work!</description>
		<content:encoded><![CDATA[<p>brilliant plan,</p>
<p>still feels like jquery is less equipped than actionscript in its 1.0 stage, this jsql will clearly make a massive difference.</p>
<p>how would I use this to get the values of input fields in a div into an object to use with json (and leave others outside of the div out of it -without- using the id to select them)?</p>
<p>-living an learning, maybe my expectation to the ease of use are too high, since I am now used to ActionScript 3.0-</p>
<p>thanks in advance for the explanation!<br />
keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ömer</title>
		<link>http://scriptnode.com/article/jsql-javascript-query-language/comment-page-1/#comment-290</link>
		<dc:creator>Ömer</dc:creator>
		<pubDate>Wed, 13 May 2009 21:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=286#comment-290</guid>
		<description>This is a good idea.</description>
		<content:encoded><![CDATA[<p>This is a good idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Hackett</title>
		<link>http://scriptnode.com/article/jsql-javascript-query-language/comment-page-1/#comment-284</link>
		<dc:creator>Matt Hackett</dc:creator>
		<pubDate>Mon, 23 Mar 2009 19:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=286#comment-284</guid>
		<description>Thanks for the feedback! :)

@Mike: Absolutely jQuery will win any terse contests. ;) This is by no means meant to be a stand-alone library. For a whole suite of tools and XHR methods, I recommend YUI or jQuery. JSQL is just meant for some SQL-DOM fun.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback! :)</p>
<p>@Mike: Absolutely jQuery will win any terse contests. ;) This is by no means meant to be a stand-alone library. For a whole suite of tools and XHR methods, I recommend YUI or jQuery. JSQL is just meant for some SQL-DOM fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rundle</title>
		<link>http://scriptnode.com/article/jsql-javascript-query-language/comment-page-1/#comment-283</link>
		<dc:creator>Mike Rundle</dc:creator>
		<pubDate>Mon, 23 Mar 2009 15:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=286#comment-283</guid>
		<description>Hmm, as someone as uses jQuery and knows CSS very well, JSQL seems a bit verbose for oft-used scenarios like selecting a descendant group.

This example:

JSQL(&quot;SELECT * FROM #jsql-example-4 WHERE nodeName = &#039;EM&#039;&quot;).each(function() {
	this.style.background = &#039;#ffff00&#039;;
});

Could be rewritten in jQuery as:

$(&#039;#jsql-example-4 em&#039;).css(&#039;background&#039;, &#039;#ff0&#039;);

No?</description>
		<content:encoded><![CDATA[<p>Hmm, as someone as uses jQuery and knows CSS very well, JSQL seems a bit verbose for oft-used scenarios like selecting a descendant group.</p>
<p>This example:</p>
<p>JSQL(&#8221;SELECT * FROM #jsql-example-4 WHERE nodeName = &#8216;EM&#8217;&#8221;).each(function() {<br />
	this.style.background = &#8216;#ffff00&#8242;;<br />
});</p>
<p>Could be rewritten in jQuery as:</p>
<p>$(&#8217;#jsql-example-4 em&#8217;).css(&#8217;background&#8217;, &#8216;#ff0&#8242;);</p>
<p>No?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jSQL &#124; Emiel Molenaar</title>
		<link>http://scriptnode.com/article/jsql-javascript-query-language/comment-page-1/#comment-282</link>
		<dc:creator>jSQL &#124; Emiel Molenaar</dc:creator>
		<pubDate>Mon, 23 Mar 2009 12:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=286#comment-282</guid>
		<description>[...] Updates every checkbox in the container #jsql-example-1, setting each checkbox checked. This saves you some messing around with jQuery&#8217;s each() function. Very cool! Check it out here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Updates every checkbox in the container #jsql-example-1, setting each checkbox checked. This saves you some messing around with jQuery&#8217;s each() function. Very cool! Check it out here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E. Myller</title>
		<link>http://scriptnode.com/article/jsql-javascript-query-language/comment-page-1/#comment-281</link>
		<dc:creator>E. Myller</dc:creator>
		<pubDate>Mon, 23 Mar 2009 12:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=286#comment-281</guid>
		<description>This is really a good idea, and it&#039;s nice to see something like this implemented. For now, I still see that CSS3 syntax based selections are simpler, but maybe we can find something where selecting elements by SQL queries looks better.
Well done.</description>
		<content:encoded><![CDATA[<p>This is really a good idea, and it&#8217;s nice to see something like this implemented. For now, I still see that CSS3 syntax based selections are simpler, but maybe we can find something where selecting elements by SQL queries looks better.<br />
Well done.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
