<?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: How to build a Chrome extension, Part 2: Options and localStorage</title>
	<atom:link href="http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/feed/" rel="self" type="application/rss+xml" />
	<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 13:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Robert Dyson</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-815</link>
		<dc:creator>Robert Dyson</dc:creator>
		<pubDate>Thu, 12 Jan 2012 15:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-815</guid>
		<description>Thanks for this! Very useful. </description>
		<content:encoded><![CDATA[<p>Thanks for this! Very useful. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suan</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-797</link>
		<dc:creator>suan</dc:creator>
		<pubDate>Fri, 09 Dec 2011 03:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-797</guid>
		<description>Thanks so much for posting this. Information about chrome options pages is surprisingly hard to find!</description>
		<content:encoded><![CDATA[<p>Thanks so much for posting this. Information about chrome options pages is surprisingly hard to find!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayapal Chandran</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-704</link>
		<dc:creator>Jayapal Chandran</dc:creator>
		<pubDate>Mon, 04 Jul 2011 07:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-704</guid>
		<description>I was trying to store boolean and integers but it always showed as string when in used typeof...
for example window.localStorage.theflag = true or window.localStorage = false and i use a condition like the following if(window.localStorage.theflag) always gives true because when i alerted with type of it showed that as string and not as integer or boolean ... how do we use integer data in localstorage ... ? do we have to typecase or need to multiply with *1 to make the result an integer data type ???</description>
		<content:encoded><![CDATA[<p>I was trying to store boolean and integers but it always showed as string when in used typeof&#8230;<br />
for example window.localStorage.theflag = true or window.localStorage = false and i use a condition like the following if(window.localStorage.theflag) always gives true because when i alerted with type of it showed that as string and not as integer or boolean &#8230; how do we use integer data in localstorage &#8230; ? do we have to typecase or need to multiply with *1 to make the result an integer data type ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Castellanos</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-695</link>
		<dc:creator>Ivan Castellanos</dc:creator>
		<pubDate>Fri, 24 Jun 2011 23:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-695</guid>
		<description>Gracias por la info! por aqui otro colombiano... but you probably already forgot how to speak spanish xD</description>
		<content:encoded><![CDATA[<p>Gracias por la info! por aqui otro colombiano&#8230; but you probably already forgot how to speak spanish xD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juliana Peña</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-694</link>
		<dc:creator>Juliana Peña</dc:creator>
		<pubDate>Mon, 13 Jun 2011 21:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-694</guid>
		<description>You could convert the images into base64 and save that as text.</description>
		<content:encoded><![CDATA[<p>You could convert the images into base64 and save that as text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rcha</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-693</link>
		<dc:creator>Rcha</dc:creator>
		<pubDate>Mon, 13 Jun 2011 21:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-693</guid>
		<description>Would you know how to save image files into local storage? 
I want to add a feature where users can save a couple of image files into the options panel, and I would use those image files as arguments to a POST request I will be doing. 
I haven&#039;t found any documentation on file storage. Only on text storage. Could you please guide me. 
Thank You.</description>
		<content:encoded><![CDATA[<p>Would you know how to save image files into local storage?<br />
I want to add a feature where users can save a couple of image files into the options panel, and I would use those image files as arguments to a POST request I will be doing.<br />
I haven&#8217;t found any documentation on file storage. Only on text storage. Could you please guide me.<br />
Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iampriteshdesai</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-464</link>
		<dc:creator>iampriteshdesai</dc:creator>
		<pubDate>Tue, 07 Sep 2010 15:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-464</guid>
		<description>I want to store the url of the current tab into a variable in the popup.html page...
how can i do it? </description>
		<content:encoded><![CDATA[<p>I want to store the url of the current tab into a variable in the popup.html page&#8230;<br />
how can i do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-401</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 22 Jun 2010 15:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-401</guid>
		<description>This issue is covered in http://code.google.com/p/chromium/issues/detail?id=42811 -- I am annoyed myself.  I will have to try some of their workarounds.</description>
		<content:encoded><![CDATA[<p>This issue is covered in <a href="http://code.google.com/p/chromium/issues/detail?id=42811" rel="nofollow">http://code.google.com/p/chromium/issues/detail?id=42811</a> &#8212; I am annoyed myself.  I will have to try some of their workarounds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-390</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 22 Jun 2010 14:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-390</guid>
		<description>This issue is covered in &lt;a href=&quot;http://code.google.com/p/chromium/issues/detail?id=42811&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/chromium/issues/detail...&lt;/a&gt; -- I am annoyed myself.  I will have to try some of their workarounds.</description>
		<content:encoded><![CDATA[<p>This issue is covered in <a href="http://code.google.com/p/chromium/issues/detail?id=42811" rel="nofollow">http://code.google.com/p/chromium/issues/detail&#8230;</a> &#8212; I am annoyed myself.  I will have to try some of their workarounds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryanlynn</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-383</link>
		<dc:creator>bryanlynn</dc:creator>
		<pubDate>Tue, 08 Jun 2010 16:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-383</guid>
		<description>This is pretty powerful.  I tried to use pieces of this, but I think if I had a zipped version that worked it might be easier.</description>
		<content:encoded><![CDATA[<p>This is pretty powerful.  I tried to use pieces of this, but I think if I had a zipped version that worked it might be easier.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
