<?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>about web development</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:35:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Charlie</title>
		<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/comment-page-1/#comment-14390</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Wed, 03 Aug 2011 21:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-14390</guid>
		<description>I think jQuery is many times better to use than javascript which is quiet frankly a badly written programming language jQuery can aid a lot of web designers without any solid programming background and that&#039;s one of the reason it is used so widely</description>
		<content:encoded><![CDATA[<p>I think jQuery is many times better to use than javascript which is quiet frankly a badly written programming language jQuery can aid a lot of web designers without any solid programming background and that&#8217;s one of the reason it is used so widely</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PhoenixAlly</title>
		<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/comment-page-1/#comment-14247</link>
		<dc:creator>PhoenixAlly</dc:creator>
		<pubDate>Sun, 10 Apr 2011 09:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-14247</guid>
		<description>I have not used jquery and am still developing web pages (maybe I&#039;m just outdated) whose major functionality is operational even with javascript turned off.

And example would be an faq that has answers that open and close when the question is clicked.  The questions are in the open state but I use javascript to close them all when the page is loaded.  If you had javascript turned off then all the answers would be expanded.  

I have been writing javascript for approximately 15 years so I&#039;ve gotten pretty good at it.  I have my own libraries but I am considering looking into jquery.

I have seen web pages using jquery that are slow and when I view the source it is a huge mess.  I suspect that whoever wrote it used nothing but tools and libraries with limited knowledge of how everything works.  

If you really want tidy fast pages I don&#039;t think there&#039;s an alternative to knowing what everything does even if you choose tools to make the job easier.</description>
		<content:encoded><![CDATA[<p>I have not used jquery and am still developing web pages (maybe I&#8217;m just outdated) whose major functionality is operational even with javascript turned off.</p>
<p>And example would be an faq that has answers that open and close when the question is clicked.  The questions are in the open state but I use javascript to close them all when the page is loaded.  If you had javascript turned off then all the answers would be expanded.  </p>
<p>I have been writing javascript for approximately 15 years so I&#8217;ve gotten pretty good at it.  I have my own libraries but I am considering looking into jquery.</p>
<p>I have seen web pages using jquery that are slow and when I view the source it is a huge mess.  I suspect that whoever wrote it used nothing but tools and libraries with limited knowledge of how everything works.  </p>
<p>If you really want tidy fast pages I don&#8217;t think there&#8217;s an alternative to knowing what everything does even if you choose tools to make the job easier.</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-14144</link>
		<dc:creator>Stoimen</dc:creator>
		<pubDate>Wed, 05 Jan 2011 11:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-14144</guid>
		<description>@amila - believe me I&#039;ve tried :) but here it doesn&#039;t matter how fast it is loaded by the browser (whatever minified or not). However when the browser&#039;s JS engine tries to parse and execute the code than it really matters how &quot;large&quot; it is!</description>
		<content:encoded><![CDATA[<p>@amila &#8211; believe me I&#8217;ve tried <img src='http://www.stoimen.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but here it doesn&#8217;t matter how fast it is loaded by the browser (whatever minified or not). However when the browser&#8217;s JS engine tries to parse and execute the code than it really matters how &#8220;large&#8221; it is!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amila</title>
		<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/comment-page-1/#comment-14143</link>
		<dc:creator>amila</dc:creator>
		<pubDate>Wed, 05 Jan 2011 11:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-14143</guid>
		<description>try with minified versions of jquery and feel free to check how fast it works.

it&#039;s awsome</description>
		<content:encoded><![CDATA[<p>try with minified versions of jquery and feel free to check how fast it works.</p>
<p>it&#8217;s awsome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stoimen.com/blog/2010/01/08/jquery-vs-pure-javascript/comment-page-1/#comment-14121</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 21 Dec 2010 02:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.stoimen.com/blog/?p=848#comment-14121</guid>
		<description>If you are using jQuery on the &quot;main&quot; pages of your site/app, then go ahead and include it on all pages since it will be cached in the user&#039;s browser anyway.  If you are a public site, then link to Google&#039;s CDN version of jQuery, if not be sure to set a far future expires date.</description>
		<content:encoded><![CDATA[<p>If you are using jQuery on the &#8220;main&#8221; pages of your site/app, then go ahead and include it on all pages since it will be cached in the user&#8217;s browser anyway.  If you are a public site, then link to Google&#8217;s CDN version of jQuery, if not be sure to set a far future expires date.</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-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>
</channel>
</rss>

