<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>the rich! ramblings &#187; extension</title>
	<atom:link href="http://blog.etiviti.com/tag/extension/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.etiviti.com</link>
	<description>livin on C8 H10 N4 O2 and hops</description>
	<lastBuildDate>Wed, 09 Mar 2011 18:20:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Firefox Mobile (Fennec) Greasemonkey Compiler</title>
		<link>http://blog.etiviti.com/2009/11/firefox-mobile-fennec-greasemonkey-compiler/</link>
		<comments>http://blog.etiviti.com/2009/11/firefox-mobile-fennec-greasemonkey-compiler/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 20:35:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[fennec]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox mobile]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://blog.etiviti.com/?p=158</guid>
		<description><![CDATA[Friday is code day&#8230; So after issuing an update to FireVortex, I spent a few minutes uploading the very simple Greasemonkey Compiler for Firefox Mobile. (see previous post) The only changes I made over the version by Arantius was appending &#8230; <a href="http://blog.etiviti.com/2009/11/firefox-mobile-fennec-greasemonkey-compiler/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.etiviti.com/2009/11/firefox-mobile-fennec-greasemonkey-compiler/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Observing Cookie changes in Firefox Extensions</title>
		<link>http://blog.etiviti.com/2009/07/observing-cookie-changes-in-firefox-extensions/</link>
		<comments>http://blog.etiviti.com/2009/07/observing-cookie-changes-in-firefox-extensions/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 18:31:39 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[FireVortex]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://blog.etiviti.com/?p=40</guid>
		<description><![CDATA[Preferences MDC has an example for setting a &#8220;nsPref:changed&#8221; observer but I needed to watch some cookies as well for FireVortex. I was unable to find a clear cut example so a slight modification and it seems to work: function &#8230; <a href="http://blog.etiviti.com/2009/07/observing-cookie-changes-in-firefox-extensions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.etiviti.com/2009/07/observing-cookie-changes-in-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Cookies in Firefox Extensions</title>
		<link>http://blog.etiviti.com/2009/02/removing-cookies-in-firefox-extensions/</link>
		<comments>http://blog.etiviti.com/2009/02/removing-cookies-in-firefox-extensions/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 15:38:26 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[FireVortex]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://blog.etiviti.com/?p=10</guid>
		<description><![CDATA[Removing a cookie from an extension&#8230; IS: Components.classes["@mozilla.org/cookiemanager;1"] .getService(Components.interfaces.nsICookieManager) .remove(&#8220;forums.vwvortex.com&#8221;, &#8220;firevortexfavforums&#8221;, &#8220;/&#8221;, false); INSTEAD OF: cookieSvc.setCookieString(uri, null, &#8220;firevortexfavforums=; domain=forums.vwvortex.com; expires=Thu Jan 01 1970 00:00:01 GMT-0700; path=/&#8221;, null);]]></description>
		<wfw:commentRss>http://blog.etiviti.com/2009/02/removing-cookies-in-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[beta] FireVortex for FF3.1b2</title>
		<link>http://blog.etiviti.com/2009/02/beta-firevortex-for-ff31b2/</link>
		<comments>http://blog.etiviti.com/2009/02/beta-firevortex-for-ff31b2/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 21:51:56 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[FireVortex]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox 3.1]]></category>

		<guid isPermaLink="false">http://blog.etiviti.com/?p=8</guid>
		<description><![CDATA[I have posted a test extension for Firefox 3.1b2, please see the VWVortex Thread (first post) for download details. -updated all xpath for gecko1.9 dom changes (case sensitive now? or maybe zeroforum html code) -started to change around the greasemonkey &#8230; <a href="http://blog.etiviti.com/2009/02/beta-firevortex-for-ff31b2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.etiviti.com/2009/02/beta-firevortex-for-ff31b2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireNICO Is Now Available</title>
		<link>http://blog.etiviti.com/2009/02/firenico-is-now-available/</link>
		<comments>http://blog.etiviti.com/2009/02/firenico-is-now-available/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 23:01:40 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[FireNICO]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[FireVortex]]></category>
		<category><![CDATA[honda-tech]]></category>
		<category><![CDATA[nicoclub]]></category>
		<category><![CDATA[ZeroForum]]></category>

		<guid isPermaLink="false">http://blog.etiviti.com/?p=3</guid>
		<description><![CDATA[Awhile back I had a simple fork of FireVortex running on honda-tech.com (no longer on zeroforum) and nicoclub.com forums. I had forgotten (well maybe no one was using them) but it turns out it I was wrong&#8230; so updated for &#8230; <a href="http://blog.etiviti.com/2009/02/firenico-is-now-available/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.etiviti.com/2009/02/firenico-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

