<?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: jQuery vs. pure JavaScript</title>
	<atom:link href="http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/</link>
	<description>web developing</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:57:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Stoimen</title>
		<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/comment-page-1/#comment-12825</link>
		<dc:creator>Stoimen</dc:creator>
		<pubDate>Tue, 13 Apr 2010 06:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-12825</guid>
		<description>I agree! It&#039;s better to use jQuery when the task you want to do is rather difficult and the maintanence of the code will be easier!</description>
		<content:encoded><![CDATA[<p>I agree! It&#8217;s better to use jQuery when the task you want to do is rather difficult and the maintanence of the code will be easier!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogen</title>
		<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/comment-page-1/#comment-12824</link>
		<dc:creator>Yogen</dc:creator>
		<pubDate>Tue, 13 Apr 2010 04:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-12824</guid>
		<description>Well, at some places it&#039;s good to use Jquery, for example, we are using it for sorting at client side. Now we don&#039;t need to send a request to server and wait for the response.

However, one question, I&#039;ve, where I feel, Jquery shuould be a bit slower. For every event a search has to be made through the entire DOM, to find the places, where the event is registered.

With pure JavaScript this is not the case.

Please correct me if I&#039;m wrong.</description>
		<content:encoded><![CDATA[<p>Well, at some places it&#8217;s good to use Jquery, for example, we are using it for sorting at client side. Now we don&#8217;t need to send a request to server and wait for the response.</p>
<p>However, one question, I&#8217;ve, where I feel, Jquery shuould be a bit slower. For every event a search has to be made through the entire DOM, to find the places, where the event is registered.</p>
<p>With pure JavaScript this is not the case.</p>
<p>Please correct me if I&#8217;m wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/comment-page-1/#comment-12514</link>
		<dc:creator>Stoimen</dc:creator>
		<pubDate>Fri, 05 Mar 2010 20:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-12514</guid>
		<description>Second or two? That&#039;s too much for a website it must load the entire site for a second, not only the javascript framework.</description>
		<content:encoded><![CDATA[<p>Second or two? That&#8217;s too much for a website it must load the entire site for a second, not only the javascript framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rozi</title>
		<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/comment-page-1/#comment-12513</link>
		<dc:creator>rozi</dc:creator>
		<pubDate>Fri, 05 Mar 2010 17:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-12513</guid>
		<description>My answer is yes.Yes, just go on with JQuery. Although I&#039;m using Mootool in my new project, http://quickmessageapp.com, or whatever javascript framework, *It* will simplify your job. 

Just imagine, how big javascript framework and how fast internet connection nowdays? 24-68 KB just a second or two on todays broadband. 

Just my two cents :)</description>
		<content:encoded><![CDATA[<p>My answer is yes.Yes, just go on with JQuery. Although I&#8217;m using Mootool in my new project, <a href="http://quickmessageapp.com" rel="nofollow">http://quickmessageapp.com</a>, or whatever javascript framework, *It* will simplify your job. </p>
<p>Just imagine, how big javascript framework and how fast internet connection nowdays? 24-68 KB just a second or two on todays broadband. </p>
<p>Just my two cents <img src='http://www.stoimen.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/comment-page-1/#comment-12351</link>
		<dc:creator>Stoimen</dc:creator>
		<pubDate>Sun, 24 Jan 2010 12:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-12351</guid>
		<description>Hi John,

OK if you&#039;d like to use effects it&#039;s better to include the library. However I know that jQuery is, but the question is not what&#039;s the difference between jQuery and JavaScript, this is nonsense, but whether you need all the functionality given by jQuery just for a simple effect. 

Another thing I won&#039;t agree is that the code will be cached. If you code a page with the presumption in mind that everything is cached before &quot;that page is loaded&quot; sooner or later you&#039;d know that not everybody&#039;s using cache enabled browser, gzip or whatever good thing that web developers would like to be enabled. It&#039;s not bad if you start developing with optimization in mind.

greetings,
stoimen</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>OK if you&#8217;d like to use effects it&#8217;s better to include the library. However I know that jQuery is, but the question is not what&#8217;s the difference between jQuery and JavaScript, this is nonsense, but whether you need all the functionality given by jQuery just for a simple effect. </p>
<p>Another thing I won&#8217;t agree is that the code will be cached. If you code a page with the presumption in mind that everything is cached before &#8220;that page is loaded&#8221; sooner or later you&#8217;d know that not everybody&#8217;s using cache enabled browser, gzip or whatever good thing that web developers would like to be enabled. It&#8217;s not bad if you start developing with optimization in mind.</p>
<p>greetings,<br />
stoimen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/comment-page-1/#comment-12350</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 24 Jan 2010 12:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-12350</guid>
		<description>jquery is a toolkit not a manacle - do whatever you want.  The only reason I would use it in this case is if I am using &#039;slow fades&#039; or similar effects on other pages and want this to be the same. 

The code will be cached locally from other pages, so the only delay would be the time taken to parse the code - negligible on any modern pc.

John</description>
		<content:encoded><![CDATA[<p>jquery is a toolkit not a manacle &#8211; do whatever you want.  The only reason I would use it in this case is if I am using &#8216;slow fades&#8217; or similar effects on other pages and want this to be the same. </p>
<p>The code will be cached locally from other pages, so the only delay would be the time taken to parse the code &#8211; negligible on any modern pc.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/comment-page-1/#comment-12335</link>
		<dc:creator>Stoimen</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-12335</guid>
		<description>Well nobody says that jQuery is loaded on every page! And there&#039;s the answer of your question!

best regards,
stoimen</description>
		<content:encoded><![CDATA[<p>Well nobody says that jQuery is loaded on every page! And there&#8217;s the answer of your question!</p>
<p>best regards,<br />
stoimen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/comment-page-1/#comment-12334</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-12334</guid>
		<description>What is point of using javascript on single page, if jQuery is going to be loaded by visitor, anyway? (on other pages)

Just hotlink to google code to save bandwith for both your server and visitor.</description>
		<content:encoded><![CDATA[<p>What is point of using javascript on single page, if jQuery is going to be loaded by visitor, anyway? (on other pages)</p>
<p>Just hotlink to google code to save bandwith for both your server and visitor.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
