<?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: JavaScript cookies library</title>
	<atom:link href="http://sameshirteveryday.com/2007/06/02/javascript-cookies-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://sameshirteveryday.com/2007/06/02/javascript-cookies-library/</link>
	<description>Personal blog of the one called Alex Gorbatchev, from Toronto, Canada.</description>
	<lastBuildDate>Tue, 09 Feb 2010 22:19:14 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert</title>
		<link>http://sameshirteveryday.com/2007/06/02/javascript-cookies-library/comment-page-1/#comment-5615</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 29 Apr 2009 05:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/06/02/javascript-cookies-library/#comment-5615</guid>
		<description>Hi, 

this seems not to work in Chrome ... just FYI. :)

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>this seems not to work in Chrome &#8230; just FYI. <img src='http://sameshirteveryday.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujoy Roy</title>
		<link>http://sameshirteveryday.com/2007/06/02/javascript-cookies-library/comment-page-1/#comment-3060</link>
		<dc:creator>Sujoy Roy</dc:creator>
		<pubDate>Tue, 11 Mar 2008 16:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/06/02/javascript-cookies-library/#comment-3060</guid>
		<description>Though this post is pretty much old. But i can help to bless  Alex. Simply fantastic.

Live logn
Sujoy</description>
		<content:encoded><![CDATA[<p>Though this post is pretty much old. But i can help to bless  Alex. Simply fantastic.</p>
<p>Live logn<br />
Sujoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://sameshirteveryday.com/2007/06/02/javascript-cookies-library/comment-page-1/#comment-2644</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sun, 25 Nov 2007 18:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/06/02/javascript-cookies-library/#comment-2644</guid>
		<description>Hi Alex!  I wrote a JavaScript Cookie Handling Library in Nov of 2005 for the same reason that you wrote one--I was dissatisfied with JavaScript&#039;s capabilities in this area and I didn&#039;t like a lot of what I was finding written by other people (which was very little).  I found yours today when I was googling to see where my library fell in the search rankings for the terms &#039;JavaScript Cookie Library&#039;.

While I won&#039;t link to my library from here without an invitation (as I do not want to spam) I just wanted to say that I like yours a lot.  Some specific things in yours are certainly better than my own, though I do have some things in mine that I like better than yours. Specifically, I like that yours uses regular expression to find the value within the document.cookie string as I am using some long and elementary string position method to find the cookie/value.  I also like the real OOP feel that yours has.  Mine is written in an OOP manner, bu still has a bit of a procedural feel to it.  However, in mine I have tried to account for every parameter that I believe the developer should be able to control when setting a cookie including path, domain, and HTTPS only.

I was also wondering what benefit you find in allowing for aliases?  I am not critiquing it--just wondering.

Have you released yours under any specific license?  I&#039;d love to roll some concepts from yours into mine, but don&#039;t want to be a thief.  If you&#039;d like to take a look at mine and offer some critique on it, I can email you a link or post it here in the comments.  Just let me know.

Thanks a  lot,
Jim</description>
		<content:encoded><![CDATA[<p>Hi Alex!  I wrote a JavaScript Cookie Handling Library in Nov of 2005 for the same reason that you wrote one&#8211;I was dissatisfied with JavaScript&#8217;s capabilities in this area and I didn&#8217;t like a lot of what I was finding written by other people (which was very little).  I found yours today when I was googling to see where my library fell in the search rankings for the terms &#8216;JavaScript Cookie Library&#8217;.</p>
<p>While I won&#8217;t link to my library from here without an invitation (as I do not want to spam) I just wanted to say that I like yours a lot.  Some specific things in yours are certainly better than my own, though I do have some things in mine that I like better than yours. Specifically, I like that yours uses regular expression to find the value within the document.cookie string as I am using some long and elementary string position method to find the cookie/value.  I also like the real OOP feel that yours has.  Mine is written in an OOP manner, bu still has a bit of a procedural feel to it.  However, in mine I have tried to account for every parameter that I believe the developer should be able to control when setting a cookie including path, domain, and HTTPS only.</p>
<p>I was also wondering what benefit you find in allowing for aliases?  I am not critiquing it&#8211;just wondering.</p>
<p>Have you released yours under any specific license?  I&#8217;d love to roll some concepts from yours into mine, but don&#8217;t want to be a thief.  If you&#8217;d like to take a look at mine and offer some critique on it, I can email you a link or post it here in the comments.  Just let me know.</p>
<p>Thanks a  lot,<br />
Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://sameshirteveryday.com/2007/06/02/javascript-cookies-library/comment-page-1/#comment-2003</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Tue, 25 Sep 2007 17:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/06/02/javascript-cookies-library/#comment-2003</guid>
		<description>Thanks a lot. This code came in very handy!</description>
		<content:encoded><![CDATA[<p>Thanks a lot. This code came in very handy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry Power</title>
		<link>http://sameshirteveryday.com/2007/06/02/javascript-cookies-library/comment-page-1/#comment-657</link>
		<dc:creator>Gerry Power</dc:creator>
		<pubDate>Mon, 02 Jul 2007 19:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/06/02/javascript-cookies-library/#comment-657</guid>
		<description>Agreed it is surprising! Works very well, even in Safari. Thanks for stepping up to the plate and hitting the home run!</description>
		<content:encoded><![CDATA[<p>Agreed it is surprising! Works very well, even in Safari. Thanks for stepping up to the plate and hitting the home run!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
