<?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 4: Background pages and scheduling requests</title>
	<atom:link href="http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-4-background-pages-and-scheduling-requests/feed/" rel="self" type="application/rss+xml" />
	<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-4-background-pages-and-scheduling-requests/</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: Chickcr</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-4-background-pages-and-scheduling-requests/comment-page-1/#comment-764</link>
		<dc:creator>Chickcr</dc:creator>
		<pubDate>Mon, 26 Sep 2011 17:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=409#comment-764</guid>
		<description>Yo se que los 3 puntos, por logica, estan mal....a lo que me referia es como se modifica ese espacio para hacerlo funcionar bien?...logicamente como diseñadora no tengo mucho conocimiento de codigo y estoy tratando de activar las notificaciones para una aplicacion que desarrolle para mi empresa.</description>
		<content:encoded><![CDATA[<p>Yo se que los 3 puntos, por logica, estan mal&#8230;.a lo que me referia es como se modifica ese espacio para hacerlo funcionar bien?&#8230;logicamente como diseñadora no tengo mucho conocimiento de codigo y estoy tratando de activar las notificaciones para una aplicacion que desarrolle para mi empresa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorhel Reyes</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-4-background-pages-and-scheduling-requests/comment-page-1/#comment-763</link>
		<dc:creator>Jorhel Reyes</dc:creator>
		<pubDate>Mon, 26 Sep 2011 17:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=409#comment-763</guid>
		<description>Por logica... El codigo javascript está mal. Porque?. cuando as visto ... (tres puntos) juntos en una aplicacion?, sobre todo sin comillas.
</description>
		<content:encoded><![CDATA[<p>Por logica&#8230; El codigo javascript está mal. Porque?. cuando as visto &#8230; (tres puntos) juntos en una aplicacion?, sobre todo sin comillas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carolina Fernandez</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-4-background-pages-and-scheduling-requests/comment-page-1/#comment-737</link>
		<dc:creator>Carolina Fernandez</dc:creator>
		<pubDate>Fri, 02 Sep 2011 14:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=409#comment-737</guid>
		<description>Hola! una consulta...al insertar este codigo en el &quot;background&quot; me da un error en esta linea
&quot;$.ajax(..., function(data) {&quot;Me podrias ayudar a solucionarlo... hay que sustituir esos &quot;...&quot; por algo?</description>
		<content:encoded><![CDATA[<p>Hola! una consulta&#8230;al insertar este codigo en el &#8220;background&#8221; me da un error en esta linea<br />
&#8220;$.ajax(&#8230;, function(data) {&#8220;Me podrias ayudar a solucionarlo&#8230; hay que sustituir esos &#8220;&#8230;&#8221; por algo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juliana Peña</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-4-background-pages-and-scheduling-requests/comment-page-1/#comment-698</link>
		<dc:creator>Juliana Peña</dc:creator>
		<pubDate>Mon, 27 Jun 2011 18:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=409#comment-698</guid>
		<description>En este caso, yo diría que uses un content script en vez de un background page: http://code.google.com/chrome/extensions/content_scripts.html Los content scripts son más limitados que el resto de una extensión, entonces tal vez tengas que hacer paso de mensajes a un background page para que haga las cosas más avanzadas.</description>
		<content:encoded><![CDATA[<p>En este caso, yo diría que uses un content script en vez de un background page: http://code.google.com/chrome/extensions/content_scripts.html Los content scripts son más limitados que el resto de una extensión, entonces tal vez tengas que hacer paso de mensajes a un background page para que haga las cosas más avanzadas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juliana Peña</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-4-background-pages-and-scheduling-requests/comment-page-1/#comment-699</link>
		<dc:creator>Juliana Peña</dc:creator>
		<pubDate>Mon, 27 Jun 2011 18:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=409#comment-699</guid>
		<description>En este caso, yo diría que uses un content script en vez de un background page: http://code.google.com/chrome/extensions/content_scripts.html Los content scripts son más limitados que el resto de una extensión, entonces tal vez tengas que hacer paso de mensajes a un background page para que haga las cosas más avanzadas.</description>
		<content:encoded><![CDATA[<p>En este caso, yo diría que uses un content script en vez de un background page: http://code.google.com/chrome/extensions/content_scripts.html Los content scripts son más limitados que el resto de una extensión, entonces tal vez tengas que hacer paso de mensajes a un background page para que haga las cosas más avanzadas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto Sheinfeld</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-4-background-pages-and-scheduling-requests/comment-page-1/#comment-697</link>
		<dc:creator>Alberto Sheinfeld</dc:creator>
		<pubDate>Mon, 27 Jun 2011 18:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=409#comment-697</guid>
		<description>Hola Juliana, gracias por este articulo, queria saber si sabias hacer que los scripts dentro del background_page se ejecuten cada vez que el browser carga una pagina nueva.

Gracias!</description>
		<content:encoded><![CDATA[<p>Hola Juliana, gracias por este articulo, queria saber si sabias hacer que los scripts dentro del background_page se ejecuten cada vez que el browser carga una pagina nueva.</p>
<p>Gracias!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zjh</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-4-background-pages-and-scheduling-requests/comment-page-1/#comment-675</link>
		<dc:creator>zjh</dc:creator>
		<pubDate>Sat, 30 Apr 2011 13:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=409#comment-675</guid>
		<description>Thanks for the article. It&#039;s very useful for a new guy like me . Thanks!!</description>
		<content:encoded><![CDATA[<p>Thanks for the article. It&#8217;s very useful for a new guy like me . Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extensiones de Chrome &#124; Juan José Montes de Oca Arbós</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-4-background-pages-and-scheduling-requests/comment-page-1/#comment-494</link>
		<dc:creator>Extensiones de Chrome &#124; Juan José Montes de Oca Arbós</dc:creator>
		<pubDate>Mon, 11 Oct 2010 06:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=409#comment-494</guid>
		<description>[...] How to build a Chrome extension, Part 4: Background pages and scheduling requests [...]</description>
		<content:encoded><![CDATA[<p>[...] How to build a Chrome extension, Part 4: Background pages and scheduling requests [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkUFO</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-4-background-pages-and-scheduling-requests/comment-page-1/#comment-428</link>
		<dc:creator>DarkUFO</dc:creator>
		<pubDate>Sun, 04 Jul 2010 12:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=409#comment-428</guid>
		<description>Thanks for the article. I wonder if you could help a little.

I want to have a simple Extension, that shows the number of new items in a RSS feed since the extension was clicked. 

It would poll every 2-3 mins for example and if the RSS feed is updated it should display a count of how many new items there are. I assume it has to set the  setBadgeText field.

Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for the article. I wonder if you could help a little.</p>
<p>I want to have a simple Extension, that shows the number of new items in a RSS feed since the extension was clicked. </p>
<p>It would poll every 2-3 mins for example and if the RSS feed is updated it should display a count of how many new items there are. I assume it has to set the  setBadgeText field.</p>
<p>Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkUFO</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-4-background-pages-and-scheduling-requests/comment-page-1/#comment-395</link>
		<dc:creator>DarkUFO</dc:creator>
		<pubDate>Sun, 04 Jul 2010 11:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=409#comment-395</guid>
		<description>Thanks for the article. I wonder if you could help a little.&lt;br&gt;&lt;br&gt;I want to have a simple Extension, that shows the number of new items in a RSS feed since the extension was clicked. &lt;br&gt;&lt;br&gt;It would poll every 2-3 mins for example and if the RSS feed is updated it should display a count of how many new items there are. I assume it has to set the  setBadgeText field.&lt;br&gt;&lt;br&gt;Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for the article. I wonder if you could help a little.</p>
<p>I want to have a simple Extension, that shows the number of new items in a RSS feed since the extension was clicked. </p>
<p>It would poll every 2-3 mins for example and if the RSS feed is updated it should display a count of how many new items there are. I assume it has to set the  setBadgeText field.</p>
<p>Any help would be greatly appreciated.</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! -->
