<?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 lalit.org</title>
	<atom:link href="http://www.lalit.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lalit.org</link>
	<description>Personal page of Lalit Patel, an engineer, entrepreneur, geek from Bhubaneswar, India.</description>
	<lastBuildDate>Fri, 05 Mar 2010 01:41:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on JavaScript/CSS Font Detector by Charley Segalla</title>
		<link>http://www.lalit.org/lab/javascript-css-font-detect/comment-page-1#comment-6581</link>
		<dc:creator>Charley Segalla</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.orissabiz.com/?p=10#comment-6581</guid>
		<description>Hi, I came across this article while searching for help with JavaScript. I&#039;ve recently changed browsers from Safari to Microsoft IE 6. Now I seem to have a problem with loading JavaScript. Every time I browse page that needs Javascript, the page freezes and I get a &quot;runtime error javascript.JSException: Unknown name&quot;. I cannot seem to find out how to fix it. Any help is very appreciated! Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I came across this article while searching for help with JavaScript. I&#8217;ve recently changed browsers from Safari to Microsoft IE 6. Now I seem to have a problem with loading JavaScript. Every time I browse page that needs Javascript, the page freezes and I get a &#8220;runtime error javascript.JSException: Unknown name&#8221;. I cannot seem to find out how to fix it. Any help is very appreciated! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting most out of Amazon S3 by Fred</title>
		<link>http://www.lalit.org/lab/setting-cache-headers-files-in-amazon-s3/comment-page-1#comment-6555</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Sat, 20 Feb 2010 17:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lalit.org/?p=259#comment-6555</guid>
		<description>Hey Lalit, nice idea. 

To prevent GET requests you need to modify the cache-control http header or the expire header? 

I&#039;ve reade the developer.yahoo.com section about cache control and expire headers and i&#039;m a bit confused :)

Actually i&#039;m using the Amazon s3 plugin for wordpress that modify automatically expire headers, am i ok with those settings?

Thanks
Fred</description>
		<content:encoded><![CDATA[<p>Hey Lalit, nice idea. </p>
<p>To prevent GET requests you need to modify the cache-control http header or the expire header? </p>
<p>I&#8217;ve reade the developer.yahoo.com section about cache control and expire headers and i&#8217;m a bit confused <img src='http://www.lalit.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Actually i&#8217;m using the Amazon s3 plugin for wordpress that modify automatically expire headers, am i ok with those settings?</p>
<p>Thanks<br />
Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie Jar: Yummy JSON Cookies (using Prototype) by Gabi</title>
		<link>http://www.lalit.org/lab/jsoncookies/comment-page-1#comment-6532</link>
		<dc:creator>Gabi</dc:creator>
		<pubDate>Sat, 13 Feb 2010 00:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lalit.org/?p=20#comment-6532</guid>
		<description>document.cookie.match(name + &#039;=(.*?)(;&#124;$)&#039;) in get function returns null in ie7 and ie8 -- it works perfectly with FF</description>
		<content:encoded><![CDATA[<p>document.cookie.match(name + &#8216;=(.*?)(;|$)&#8217;) in get function returns null in ie7 and ie8 &#8212; it works perfectly with FF</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript/CSS Font Detector by Woodrow</title>
		<link>http://www.lalit.org/lab/javascript-css-font-detect/comment-page-1#comment-6531</link>
		<dc:creator>Woodrow</dc:creator>
		<pubDate>Fri, 12 Feb 2010 13:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.orissabiz.com/?p=10#comment-6531</guid>
		<description>great ... (-.-&#039; )

I was talking about this line:

if (font == &quot;serif&quot;)</description>
		<content:encoded><![CDATA[<p>great &#8230; (-.-&#8217; )</p>
<p>I was talking about this line:</p>
<p>if (font == &#8220;serif&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript/CSS Font Detector by Woodrow</title>
		<link>http://www.lalit.org/lab/javascript-css-font-detect/comment-page-1#comment-6530</link>
		<dc:creator>Woodrow</dc:creator>
		<pubDate>Fri, 12 Feb 2010 13:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.orissabiz.com/?p=10#comment-6530</guid>
		<description>Great stuff! But:

the detector faultily detects that &quot;Times New Roman&quot; is not installed. This is because you use &quot;serif&quot; as a comparison-font (which is basically the same as TNR) but only check for one of these two fonts here:
&lt;&gt;

Based on the comment that can be found there (&quot;to set arial and sans-serif true&quot;) I bet that a) you used &quot;Arial&quot; as a comparison-font for some time and b) you had the same issue then as well. So I guess you know what I mean ;^)</description>
		<content:encoded><![CDATA[<p>Great stuff! But:</p>
<p>the detector faultily detects that &#8220;Times New Roman&#8221; is not installed. This is because you use &#8220;serif&#8221; as a comparison-font (which is basically the same as TNR) but only check for one of these two fonts here:<br />
&lt;&gt;</p>
<p>Based on the comment that can be found there (&#8221;to set arial and sans-serif true&#8221;) I bet that a) you used &#8220;Arial&#8221; as a comparison-font for some time and b) you had the same issue then as well. So I guess you know what I mean ;^)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie Jar: Yummy JSON Cookies (using Prototype) by Justin</title>
		<link>http://www.lalit.org/lab/jsoncookies/comment-page-1#comment-6482</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 26 Jan 2010 09:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.lalit.org/?p=20#comment-6482</guid>
		<description>Can&#039;t get the empty() method to work, more examples would be nice, or at least one example of each method).</description>
		<content:encoded><![CDATA[<p>Can&#8217;t get the empty() method to work, more examples would be nice, or at least one example of each method).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript/CSS Font Detector by Emlyn</title>
		<link>http://www.lalit.org/lab/javascript-css-font-detect/comment-page-1#comment-6448</link>
		<dc:creator>Emlyn</dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.orissabiz.com/?p=10#comment-6448</guid>
		<description>OS X 10.5 using FF 3.5.7 and all testing works fine (including Calibri).

Great temp fix until CSS3 is in play--tx.</description>
		<content:encoded><![CDATA[<p>OS X 10.5 using FF 3.5.7 and all testing works fine (including Calibri).</p>
<p>Great temp fix until CSS3 is in play&#8211;tx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie Jar: Yummy JSON Cookies (using Prototype) by Comprehensive List of JavaScript Libraries &#171; deCode10 &#8211; trends, technologies &#38; more &#8230;</title>
		<link>http://www.lalit.org/lab/jsoncookies/comment-page-1#comment-6432</link>
		<dc:creator>Comprehensive List of JavaScript Libraries &#171; deCode10 &#8211; trends, technologies &#38; more &#8230;</dc:creator>
		<pubDate>Tue, 05 Jan 2010 10:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lalit.org/?p=20#comment-6432</guid>
		<description>[...] tools for specific requirements XML.ObjTree XML parser, jsvalidate, Form validation, Store json data in cookies, Livepipe Tabs, BSN AutoSuggest, BarelyFitz Tabs, overLIB Tooltips, Kryogenix Sortable tables, FD [...]</description>
		<content:encoded><![CDATA[<p>[...] tools for specific requirements XML.ObjTree XML parser, jsvalidate, Form validation, Store json data in cookies, Livepipe Tabs, BSN AutoSuggest, BarelyFitz Tabs, overLIB Tooltips, Kryogenix Sortable tables, FD [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie Jar: Yummy JSON Cookies (using Prototype) by 70+ JavaScript Resources for Every Web Developer. &#124; Puydi Publicidad 100% efectiva</title>
		<link>http://www.lalit.org/lab/jsoncookies/comment-page-1#comment-6431</link>
		<dc:creator>70+ JavaScript Resources for Every Web Developer. &#124; Puydi Publicidad 100% efectiva</dc:creator>
		<pubDate>Tue, 05 Jan 2010 05:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lalit.org/?p=20#comment-6431</guid>
		<description>[...] Store JSON data in cookies &#8211; lalit.org [...]</description>
		<content:encoded><![CDATA[<p>[...] Store JSON data in cookies &#8211; lalit.org [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie Jar: Yummy JSON Cookies (using Prototype) by Cookies on Roids &#124; El Blog del Antonio</title>
		<link>http://www.lalit.org/lab/jsoncookies/comment-page-1#comment-6429</link>
		<dc:creator>Cookies on Roids &#124; El Blog del Antonio</dc:creator>
		<pubDate>Fri, 01 Jan 2010 21:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lalit.org/?p=20#comment-6429</guid>
		<description>[...] I post one class to work with cookies on the client side and one fellow programmer told me about json cookies. I thought it was a great script and that was because by using JSON (thanks David Crockford again!) [...]</description>
		<content:encoded><![CDATA[<p>[...] I post one class to work with cookies on the client side and one fellow programmer told me about json cookies. I thought it was a great script and that was because by using JSON (thanks David Crockford again!) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
