<?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 for Mike Does Web</title>
	<atom:link href="http://www.mikedoesweb.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikedoesweb.com</link>
	<description>Web Development, jQuery Plugins, Adventure, etc..</description>
	<lastBuildDate>Sat, 04 Feb 2012 10:39:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Convert &lt; address &gt; tags into Google Map link using jQuery by Wycliffe Maina</title>
		<link>http://www.mikedoesweb.com/2011/convert-address-tags-into-google-map-link-using-jquery/#comment-1970</link>
		<dc:creator>Wycliffe Maina</dc:creator>
		<pubDate>Sat, 04 Feb 2012 10:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=138#comment-1970</guid>
		<description>Thats inspiring and also good but i was wondering, i am in kenya, so would please tell me of the variables i need in order to use the code. Thanks</description>
		<content:encoded><![CDATA[<p>Thats inspiring and also good but i was wondering, i am in kenya, so would please tell me of the variables i need in order to use the code. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 100% Height Div with 2 lines of code by Piyush</title>
		<link>http://www.mikedoesweb.com/2011/100-height-div-with-2-lines-of-code/#comment-1915</link>
		<dc:creator>Piyush</dc:creator>
		<pubDate>Fri, 27 Jan 2012 15:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=98#comment-1915</guid>
		<description>Hi,

I have face div height problem.  i tried ur code. It solve some problem as well as create also.
some time if right panel data is less compare to left then it decrease the height left panel.

Actually my right Panel data is dynamic it picking the data from Widgets / MLS listing.

Please let me know your valuable feedback / opinion on this.
Regards.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have face div height problem.  i tried ur code. It solve some problem as well as create also.<br />
some time if right panel data is less compare to left then it decrease the height left panel.</p>
<p>Actually my right Panel data is dynamic it picking the data from Widgets / MLS listing.</p>
<p>Please let me know your valuable feedback / opinion on this.<br />
Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 100% Height Div with 2 lines of code by Sanaj M Shaji</title>
		<link>http://www.mikedoesweb.com/2011/100-height-div-with-2-lines-of-code/#comment-1819</link>
		<dc:creator>Sanaj M Shaji</dc:creator>
		<pubDate>Thu, 12 Jan 2012 08:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=98#comment-1819</guid>
		<description>Thanks, it saved me from a real trouble.</description>
		<content:encoded><![CDATA[<p>Thanks, it saved me from a real trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 100% Height Div with 2 lines of code by Eric</title>
		<link>http://www.mikedoesweb.com/2011/100-height-div-with-2-lines-of-code/#comment-1806</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 10 Jan 2012 20:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=98#comment-1806</guid>
		<description>Many thanks. Looked for this solution all over the place and this actually works!</description>
		<content:encoded><![CDATA[<p>Many thanks. Looked for this solution all over the place and this actually works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating your own JavaScript Library by admin</title>
		<link>http://www.mikedoesweb.com/2012/creating-your-own-javascript-library/#comment-1783</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 06 Jan 2012 20:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=404#comment-1783</guid>
		<description>Lol. Thank you for this great quote. I&#039;ll be sure to give you credit when I post it around.

-Mike</description>
		<content:encoded><![CDATA[<p>Lol. Thank you for this great quote. I&#8217;ll be sure to give you credit when I post it around.</p>
<p>-Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating your own JavaScript Library by Juho Vepsäläinen</title>
		<link>http://www.mikedoesweb.com/2012/creating-your-own-javascript-library/#comment-1777</link>
		<dc:creator>Juho Vepsäläinen</dc:creator>
		<pubDate>Fri, 06 Jan 2012 06:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=404#comment-1777</guid>
		<description>I figured out why it was so slow. I forgot to memoize it. :)

Here&#039;s the corrected version, http://jsbin.com/acojag/4/ . Here on Chrome it&#039;s around seven times faster than the vanilla version. It seems to be faster than class based solution even.

I think this is a good compromise. It gives me my dual API (both funcs + chaining) and decent performance.</description>
		<content:encoded><![CDATA[<p>I figured out why it was so slow. I forgot to memoize it. <img src='http://www.mikedoesweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s the corrected version, <a href="http://jsbin.com/acojag/4/" rel="nofollow">http://jsbin.com/acojag/4/</a> . Here on Chrome it&#8217;s around seven times faster than the vanilla version. It seems to be faster than class based solution even.</p>
<p>I think this is a good compromise. It gives me my dual API (both funcs + chaining) and decent performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating your own JavaScript Library by Weng</title>
		<link>http://www.mikedoesweb.com/2012/creating-your-own-javascript-library/#comment-1775</link>
		<dc:creator>Weng</dc:creator>
		<pubDate>Fri, 06 Jan 2012 04:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=404#comment-1775</guid>
		<description>Could you please provide example for the Visual Basic script please?  VB Script is superior to the JavaScript and is made by a well known company. JavaScript is made by volunteers and charity workers.</description>
		<content:encoded><![CDATA[<p>Could you please provide example for the Visual Basic script please?  VB Script is superior to the JavaScript and is made by a well known company. JavaScript is made by volunteers and charity workers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating your own JavaScript Library by Juho Vepsäläinen</title>
		<link>http://www.mikedoesweb.com/2012/creating-your-own-javascript-library/#comment-1773</link>
		<dc:creator>Juho Vepsäläinen</dc:creator>
		<pubDate>Thu, 05 Jan 2012 21:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=404#comment-1773</guid>
		<description>It&#039;s effin slow. :S Here&#039;s the modded test, http://jsbin.com/acojag/3 .

Slicing arguments makes it even worse. I wonder why it&#039;s so snail-like. Is there anything that could be done about it?

Anyhow it looks like prototypes are the way to go if one wants decent performance.</description>
		<content:encoded><![CDATA[<p>It&#8217;s effin slow. :S Here&#8217;s the modded test, <a href="http://jsbin.com/acojag/3" rel="nofollow">http://jsbin.com/acojag/3</a> .</p>
<p>Slicing arguments makes it even worse. I wonder why it&#8217;s so snail-like. Is there anything that could be done about it?</p>
<p>Anyhow it looks like prototypes are the way to go if one wants decent performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating your own JavaScript Library by Oscar Godson</title>
		<link>http://www.mikedoesweb.com/2012/creating-your-own-javascript-library/#comment-1772</link>
		<dc:creator>Oscar Godson</dc:creator>
		<pubDate>Thu, 05 Jan 2012 19:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=404#comment-1772</guid>
		<description>Pretty clever actually passing around an identifier that way. I haven&#039;t written any JS libs that way, but it&#039;s worth checking performance. 

I asked this:
https://plus.google.com/101249212022203738924/posts/QgL9a1C32cC

and wrote this test there:
http://jsbin.com/acojag/2

I&#039;m curious of the speed of your method? If you get time you should add a test to that with your example.</description>
		<content:encoded><![CDATA[<p>Pretty clever actually passing around an identifier that way. I haven&#8217;t written any JS libs that way, but it&#8217;s worth checking performance. </p>
<p>I asked this:<br />
<a href="https://plus.google.com/101249212022203738924/posts/QgL9a1C32cC" rel="nofollow">https://plus.google.com/101249212022203738924/posts/QgL9a1C32cC</a></p>
<p>and wrote this test there:<br />
<a href="http://jsbin.com/acojag/2" rel="nofollow">http://jsbin.com/acojag/2</a></p>
<p>I&#8217;m curious of the speed of your method? If you get time you should add a test to that with your example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating your own JavaScript Library by Juho Vepsäläinen</title>
		<link>http://www.mikedoesweb.com/2012/creating-your-own-javascript-library/#comment-1771</link>
		<dc:creator>Juho Vepsäläinen</dc:creator>
		<pubDate>Thu, 05 Jan 2012 18:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=404#comment-1771</guid>
		<description>Good point! That&#039;s definitely a closure. Some confusion there on my part. I rarely use prototypes myself. I like to dabble with the functional side of JS these days.

I probably should have rephrased that as &quot;without prototypes&quot;.</description>
		<content:encoded><![CDATA[<p>Good point! That&#8217;s definitely a closure. Some confusion there on my part. I rarely use prototypes myself. I like to dabble with the functional side of JS these days.</p>
<p>I probably should have rephrased that as &#8220;without prototypes&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.714 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 13:53:24 -->

