<?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"
	>
<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>
	<pubDate>Tue, 07 Oct 2008 02:29:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Aksharabhyas by Lalit</title>
		<link>http://www.lalit.org/lab/aksharabhyas#comment-1807</link>
		<dc:creator>Lalit</dc:creator>
		<pubDate>Tue, 30 Sep 2008 11:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lalit.org/?p=226#comment-1807</guid>
		<description>Yes, they are required for proper functioning of the app.
BTW, You are not illiterate. You knew the answer, you just didn't do it. Computer laziness may be a better term ;) 

Tell me weather you like this app.</description>
		<content:encoded><![CDATA[<p>Yes, they are required for proper functioning of the app.<br />
BTW, You are not illiterate. You knew the answer, you just didn&#8217;t do it. Computer laziness may be a better term <img src='http://www.lalit.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Tell me weather you like this app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Aksharabhyas by Amrit</title>
		<link>http://www.lalit.org/lab/aksharabhyas#comment-1806</link>
		<dc:creator>Amrit</dc:creator>
		<pubDate>Tue, 30 Sep 2008 11:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lalit.org/?p=226#comment-1806</guid>
		<description>Hey, I tried downloading Aksharabhyas. But when I double click on the .exe file it says IE can't open the page. I didn't unzip the .dll file and the .exe file. I just double-clicked on the .exe file within the zip file. Do I have to unzip first? 
Oh, forgive my computer illiteracy.</description>
		<content:encoded><![CDATA[<p>Hey, I tried downloading Aksharabhyas. But when I double click on the .exe file it says IE can&#8217;t open the page. I didn&#8217;t unzip the .dll file and the .exe file. I just double-clicked on the .exe file within the zip file. Do I have to unzip first?<br />
Oh, forgive my computer illiteracy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie Jar: Yummy JSON Cookies (using Prototype) by Facundo</title>
		<link>http://www.lalit.org/lab/jsoncookies#comment-1768</link>
		<dc:creator>Facundo</dc:creator>
		<pubDate>Sat, 27 Sep 2008 18:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.lalit.org/?p=20#comment-1768</guid>
		<description>Hi, I'm trying to erase the entire cookie, but I cant. You could check my code?
That created the cookie:
    jar = new CookieJar({expires:3600, path: '/'});
    shop = {order_id: results['order_id']};
    jar.put('shop', shop);

And with that, in a function, I try to delete the cookie:

    jar = new CookieJar();
    if (jar.get('shop')){
        shop = jar.get('shop');
        if (shop.order_id==results['order_id']){
            jar.remove('shop');
        }
    }

Your script its GREAT!!!</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to erase the entire cookie, but I cant. You could check my code?<br />
That created the cookie:<br />
    jar = new CookieJar({expires:3600, path: &#8216;/&#8217;});<br />
    shop = {order_id: results['order_id']};<br />
    jar.put(&#8217;shop&#8217;, shop);</p>
<p>And with that, in a function, I try to delete the cookie:</p>
<p>    jar = new CookieJar();<br />
    if (jar.get(&#8217;shop&#8217;)){<br />
        shop = jar.get(&#8217;shop&#8217;);<br />
        if (shop.order_id==results['order_id']){<br />
            jar.remove(&#8217;shop&#8217;);<br />
        }<br />
    }</p>
<p>Your script its GREAT!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript/CSS Font Detector by doug</title>
		<link>http://www.lalit.org/lab/javascript-css-font-detect#comment-1631</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Thu, 18 Sep 2008 13:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.orissabiz.com/?p=10#comment-1631</guid>
		<description>Hi Lalit

I am hoping you script will work for our site. We have designed 2008.vensystems.co.uk using Calibri - now we've tested the font-family, we've realised our menu's and tables do not allow for the additional width of all other sans-serif fonts. Would your code be able to detect and replace Calibri with another font set to a different size?

Many thanks in advance,

Doug</description>
		<content:encoded><![CDATA[<p>Hi Lalit</p>
<p>I am hoping you script will work for our site. We have designed 2008.vensystems.co.uk using Calibri - now we&#8217;ve tested the font-family, we&#8217;ve realised our menu&#8217;s and tables do not allow for the additional width of all other sans-serif fonts. Would your code be able to detect and replace Calibri with another font set to a different size?</p>
<p>Many thanks in advance,</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript/CSS Font Detector by Dana</title>
		<link>http://www.lalit.org/lab/javascript-css-font-detect#comment-1609</link>
		<dc:creator>Dana</dc:creator>
		<pubDate>Wed, 17 Sep 2008 01:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.orissabiz.com/?p=10#comment-1609</guid>
		<description>Well It works great on my IE 7.0.5730.11
But not in Crome 0.2.149.29  and FireFox 3.0.1
:) geat idea though</description>
		<content:encoded><![CDATA[<p>Well It works great on my IE 7.0.5730.11<br />
But not in Crome 0.2.149.29  and FireFox 3.0.1<br />
 <img src='http://www.lalit.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> geat idea though</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie Jar: Yummy JSON Cookies (using Prototype) by scott</title>
		<link>http://www.lalit.org/lab/jsoncookies#comment-1579</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Mon, 08 Sep 2008 19:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lalit.org/?p=20#comment-1579</guid>
		<description>It was my fault this was not working under IE.  &#62;_&#60; Sorry for the mis-information.</description>
		<content:encoded><![CDATA[<p>It was my fault this was not working under IE.  &gt;_&lt; Sorry for the mis-information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie Jar: Yummy JSON Cookies (using Prototype) by scott</title>
		<link>http://www.lalit.org/lab/jsoncookies#comment-1571</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Sat, 06 Sep 2008 00:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.lalit.org/?p=20#comment-1571</guid>
		<description>LOVE this, thank you! doesn't seem to work in IE6 tho. But I'm using prototype v1.6 - has there been any update? (does not work in IE7 either)</description>
		<content:encoded><![CDATA[<p>LOVE this, thank you! doesn&#8217;t seem to work in IE6 tho. But I&#8217;m using prototype v1.6 - has there been any update? (does not work in IE7 either)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript/CSS Font Detector by Ravi</title>
		<link>http://www.lalit.org/lab/javascript-css-font-detect#comment-1558</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Thu, 04 Sep 2008 22:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.orissabiz.com/?p=10#comment-1558</guid>
		<description>I tried it on Chrome/Vista. It always shows true too. But some how it seems to show correctly on first run. That is close your browser and run it first. If you refresh, than it starts showing true for everything!</description>
		<content:encoded><![CDATA[<p>I tried it on Chrome/Vista. It always shows true too. But some how it seems to show correctly on first run. That is close your browser and run it first. If you refresh, than it starts showing true for everything!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript/CSS Font Detector by Lalit</title>
		<link>http://www.lalit.org/lab/javascript-css-font-detect#comment-1543</link>
		<dc:creator>Lalit</dc:creator>
		<pubDate>Wed, 03 Sep 2008 18:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.orissabiz.com/?p=10#comment-1543</guid>
		<description>@François
You are right, I breaks on Vista/FF3
Will fix over this weekend.</description>
		<content:encoded><![CDATA[<p>@François<br />
You are right, I breaks on Vista/FF3<br />
Will fix over this weekend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript/CSS Font Detector by Francois Dagorn</title>
		<link>http://www.lalit.org/lab/javascript-css-font-detect#comment-1541</link>
		<dc:creator>Francois Dagorn</dc:creator>
		<pubDate>Wed, 03 Sep 2008 14:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.orissabiz.com/?p=10#comment-1541</guid>
		<description>I'm was looking for a way to detect wether or not stix fonts are installed
on a laptop. I've found your script, good idea !
Unfortunately under vista it seems to always answer 'true' even if the
font is not installed !

Any idea ?

Cheers.

François</description>
		<content:encoded><![CDATA[<p>I&#8217;m was looking for a way to detect wether or not stix fonts are installed<br />
on a laptop. I&#8217;ve found your script, good idea !<br />
Unfortunately under vista it seems to always answer &#8216;true&#8217; even if the<br />
font is not installed !</p>
<p>Any idea ?</p>
<p>Cheers.</p>
<p>François</p>
]]></content:encoded>
	</item>
</channel>
</rss>
