<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Boyzoid&apos;s Blog &amp; Stuff - FireFox Stuff</title>
			<link>http://www.boyzoid.com/blog/index.cfm</link>
			<description>The Ramblings of a ganius</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 18:19:22 -0400</pubDate>
			<lastBuildDate>Thu, 13 Sep 2007 13:35:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>scott@boyzoid.com</managingEditor>
			<webMaster>scott@boyzoid.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>scott@boyzoid.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>FireBug is the schizzle!</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2007/9/13/FireBug-is-the-schizzle</link>
				<description>
				
				&lt;p&gt;If you are doing any kind of JavaScript, especially AJAX, development and you are not using the &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1843&quot;&gt;FireBug plugin&lt;/a&gt; for FireFox, shame on you.&lt;/p&gt;
&lt;p&gt;I have been using FireBug for quite a while and today I learned about a nifty new feature (Thanks &lt;a href=&quot;http://www.doughughes.net/&quot;&gt;Doug&lt;/a&gt;!).&#xa0; I was having issues with an AJAX call where a ColdFusion error was being returned. If you right-click the entry with the GET, you can select &apos;Open in new tab&apos; and FireBug will make the HTTP request in a new tab so you can see any error messages more clearly, rather than having to decipher the HTML returned.&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Sweet!&lt;/p&gt; 
				</description>
				
				<category>ColdFusion Stuff</category>
				
				<category>FireFox Stuff</category>
				
				<pubDate>Thu, 13 Sep 2007 13:35:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2007/9/13/FireBug-is-the-schizzle</guid>
				
				
			</item>
			
			<item>
				<title>Web Developer Toolbar</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2006/9/28/Web-Developer-Toolbar</link>
				<description>
				
				I have been a faithful user of the &lt;a href=&quot;https://addons.mozilla.org/firefox/60/&quot;&gt;Web Developer Toolbar&lt;/a&gt;&#xa0; for Firefox for quite sometime.&#xa0; I will admit, I don&apos;t even tap a fraction of its potential.&#xa0; I typically only use it to edit the CSS of a page where I am still creating or editing the layout.&#xa0; For those who might not know, the Web Developer Toolbar lets you edit the CSS of any page, and renders the changes you make to the page.&#xa0; It does not save the changes to the file (now that would be both cool and dangerous), but you can copy and paste any changes into the real CSS file.&lt;br/&gt;&lt;br/&gt;Today, I was told about 2 nifty little features I did not know existed.&lt;br/&gt;&lt;br/&gt;&lt;ol&gt;
  &lt;li&gt;&apos;Display Element Information&apos; - This is available on the &apos;Information&apos; menu or, by default, by pressing ctrl+shift+f.&#xa0; You can then mouse over different parts of the page and see information about the page, such as: the type of element (&amp;lt;td&amp;gt;, &amp;lt;p&amp;gt;, &amp;lt;div&amp;gt;, etc..), and attributes of the tag, any children and the &apos;ancestors&apos;.&#xa0; Very cool.&lt;/li&gt;
  &lt;li&gt;&apos;View Style Information- - This is available&#xa0; on the &apos;CSS&apos; menu or, by default, pressing ctrl+shif+y.&#xa0; You can then click on any element and any CSS specific to the element you clicked will open in a new tab.&#xa0; Also very cool.&lt;/li&gt;
&lt;/ol&gt;
&lt;br/&gt;Both of these will likely save me a lot of time when creating templates, or trouble shooting CSS issues.&lt;br/&gt; 
				</description>
				
				<category>FireFox Stuff</category>
				
				<category>Tech Stuff</category>
				
				<pubDate>Thu, 28 Sep 2006 16:30:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2006/9/28/Web-Developer-Toolbar</guid>
				
				
			</item>
			
			<item>
				<title>Reason number 12,783 why I love FireFox</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2006/8/3/Reason-number-12783-why-I-love-FireFox</link>
				<description>
				
				&lt;p&gt;I love FireFox.&#xa0; I have loved it since I first laid eyes on its beautiful tabbed browsing back when version 1 was still in beta.&#xa0; Since then, I have found many more reasons to love it.&#xa0; I happened on another one, by mistake, yesterday.&lt;/p&gt;


&lt;p&gt;I was troubleshooting an application, and needed to modify some JavaScript.&#xa0; To make sure the changes I made were actually doing what I wanted, I needed to refresh the page, then view the source, a real pain in the ass.&#xa0; &lt;br/&gt;&lt;/p&gt;


&lt;p&gt;During one round of &apos;change code -&amp;gt; save -&amp;gt;go to browser -&amp;gt; refresh page -&amp;gt; view source&apos;, I alt+tabbed to the wrong window, and instead of looking at the page in FireFox, I was looking at the &apos;View Source&apos; window.&#xa0; Since I had gotten into a rhythm, I had hit F5, before I realized I was in the wrong window.&#xa0; To my surprise, the code in the &apos;View Source&apos; window refreshed, and showed me the result of the updated code.&lt;/p&gt;


&lt;p&gt;I am in awe.&#xa0; I no longer need to keep opening &apos;View Source&apos; window after &apos;View Source&apos; window when changes I make to my code are not viewable in a regular browser window. I love when FireFox makes my job easier.&lt;br/&gt;&lt;/p&gt; 
				</description>
				
				<category>FireFox Stuff</category>
				
				<category>Tech Stuff</category>
				
				<pubDate>Thu, 03 Aug 2006 14:07:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2006/8/3/Reason-number-12783-why-I-love-FireFox</guid>
				
				
			</item>
			
			<item>
				<title>I need to update my FireFox Extensions.</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2005/7/24/I-need-to-update-my-FireFox-Extensions</link>
				<description>
				
				&amp;nbsp;I know...I know...I need to update my FireFox extensions, especially the Homeland Security one.&lt;br/&gt;
&lt;br/&gt;
First, to all of those who reported that it is not working in FF version 1.05, thank you, and I appologize for not getting back to you sooner.&lt;br/&gt;
&lt;br/&gt;
Getting my extensions up to date and working on the latest version of FireFox is ow on my &apos;To Do&apos; List (and pretty close to the top).&amp;nbsp; I will post here when the extensions have bene updated.&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt; 
				</description>
				
				<category>FireFox Stuff</category>
				
				<pubDate>Sun, 24 Jul 2005 20:31:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2005/7/24/I-need-to-update-my-FireFox-Extensions</guid>
				
				
			</item>
			
			<item>
				<title>CFMX 7 WACK</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2005/4/30/CFMX-7-WACK</link>
				<description>
				
				&amp;nbsp;So...I got my copy of &lt;span style=&quot;font-style: italic;&quot;&gt;CFMX 7 Web Application Constructin Kit&lt;/span&gt; about a wek ago.&amp;nbsp; I have been leafing through it when I have some spare time.&amp;nbsp; Anyone else notice the screen shots which show FireFox being used?&lt;br/&gt; 
				</description>
				
				<category>ColdFusion Stuff</category>
				
				<category>FireFox Stuff</category>
				
				<pubDate>Sat, 30 Apr 2005 00:20:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2005/4/30/CFMX-7-WACK</guid>
				
				
			</item>
			
			<item>
				<title>FireFox 1.0.2 released</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2005/3/23/FireFox-102-released</link>
				<description>
				
				&lt;a href=&quot;http://www.mozilla.org/products/firefox/&quot;&gt;FireFox 1.0.2&lt;/a&gt; was released today.&amp;nbsp; It incldues a fix for a bug that makes users vulnerable to a buffer overflow in GIF image processing. Get it &lt;a href=&quot;http://www.mozilla.org/products/firefox/&quot;&gt;here&lt;/a&gt;.&lt;br/&gt; 
				</description>
				
				<category>FireFox Stuff</category>
				
				<category>Tech Stuff</category>
				
				<pubDate>Wed, 23 Mar 2005 14:54:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2005/3/23/FireFox-102-released</guid>
				
				
			</item>
			
			<item>
				<title>How FireFox works</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2005/3/2/How-FireFox-works</link>
				<description>
				
				For years my father would refer to me as a &apos;walking encyclopedia of useless information&apos;...a while ago I discovered a web site for those like me.&amp;nbsp; &lt;a href=&quot;http://www.howstuffworks.com&quot;&gt;HowStuffWorks.com&lt;/a&gt; is chock full of completly useless, yet entertaining information.&lt;br/&gt;&lt;br/&gt;Today I discovered that they devoted an article to my favorite web browser, &lt;a href=&quot;http://www.spreadfirefox.com/&quot;&gt;FireFox&lt;/a&gt;.&amp;nbsp; &lt;a href=&quot;http://computer.howstuffworks.com/firefox.htm&quot;&gt;Check it out.&lt;/a&gt;&lt;br/&gt; 
				</description>
				
				<category>FireFox Stuff</category>
				
				<category>Tech Stuff</category>
				
				<pubDate>Wed, 02 Mar 2005 17:15:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2005/3/2/How-FireFox-works</guid>
				
				
			</item>
			
			<item>
				<title>FireFox Easter Egg</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2005/2/19/FireFox-Easter-Egg</link>
				<description>
				
				Kudos to the Mozilla group for this Easter egg. &lt;br/&gt;&lt;br/&gt;Type &lt;span style=&quot;font-family: courier new; font-weight: bold;&quot;&gt;about:mozilla&lt;/span&gt; into the address bar in FireFox.&lt;br/&gt; 
				</description>
				
				<category>FireFox Stuff</category>
				
				<pubDate>Sat, 19 Feb 2005 15:59:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2005/2/19/FireFox-Easter-Egg</guid>
				
				
			</item>
			
			<item>
				<title>Who cares about the Threat Level?</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2005/1/7/Who-cares-about-the-Threat-Level</link>
				<description>
				
				Over the past few weeks, I have been tracking traffic to the web page used by my Homeland Security Threat Level Firefox extension.  Some of the information is pretty interesting.  [More]
				</description>
				
				<category>FireFox Stuff</category>
				
				<pubDate>Fri, 07 Jan 2005 11:41:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2005/1/7/Who-cares-about-the-Threat-Level</guid>
				
				
			</item>
			
			<item>
				<title>Magic 8-Ball Firefox Extension</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2005/1/4/Magic-8Ball-Firefox-Extension</link>
				<description>
				
				As if my last Firefox extension wasn&apos;t useless enough, here is yet another.  [More]
				</description>
				
				<category>FireFox Stuff</category>
				
				<pubDate>Tue, 04 Jan 2005 16:46:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2005/1/4/Magic-8Ball-Firefox-Extension</guid>
				
				
			</item>
			
			<item>
				<title>Supercharge FireFox</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2004/12/22/Supercharge-FireFox</link>
				<description>
				
				I found this &lt;a href=&quot;http://www.freerepublic.com/focus/f-news/1299854/posts&quot;&gt;link&lt;/a&gt; on how to speed up page loading with FireFox.  I have noticed quite a decrease in page loading times.

&lt;br/&gt;&lt;br/&gt;Give it a try...I am sure you will be pleased. 
				</description>
				
				<category>FireFox Stuff</category>
				
				<pubDate>Wed, 22 Dec 2004 14:22:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2004/12/22/Supercharge-FireFox</guid>
				
				
			</item>
			
			<item>
				<title>US Homeland Security Extension v. 0.4</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2004/12/20/US-Homeland-Security-Extension-v-04</link>
				<description>
				
				I have updated the US Homeland Security Threat Level Extension.  [More]
				</description>
				
				<category>FireFox Stuff</category>
				
				<pubDate>Mon, 20 Dec 2004 18:00:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2004/12/20/US-Homeland-Security-Extension-v-04</guid>
				
				
			</item>
			
			<item>
				<title>Homeland Security Extension in the News</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2004/11/10/Homeland-Security-Extension-in-the-News</link>
				<description>
				
				I have found 2 (ok...some one showed me one) sites that mention the Homeland Security Threat Level Extension in articles discussing FireFox.
&lt;li&gt;&lt;a href=&quot;http://news.bbc.co.uk/2/hi/technology/3993959.stm&quot;&gt;The BBC&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.extremetech.com/article2/0,1558,1721458,00.asp&quot;&gt;Extreme Tech&lt;/a&gt;&lt;/li&gt; 
				</description>
				
				<category>FireFox Stuff</category>
				
				<pubDate>Wed, 10 Nov 2004 18:43:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2004/11/10/Homeland-Security-Extension-in-the-News</guid>
				
				
			</item>
			
			<item>
				<title>New FireFox Extension - threatLevel</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2004/10/26/New-FireFox-Extension--threatLevel</link>
				<description>
				
				I have created my first FireFox extension, named threatLevel v. 0.2.  &lt;br/&gt;&lt;br/&gt;It displays the current Homeland Security Threat Level as a icon on the right side of the status bar.

&lt;br/&gt;&lt;br/&gt;If you are interested, you can get it by &lt;a href=&quot;../extensions/USThreatLevel_04.xpi&quot;&gt;clicking here&lt;/a&gt;.  If you install it, please leave some feed back on this blog entry.  &lt;br/&gt;&lt;br/&gt;You may need to allow www.boyzoid.com to install software on your computer.&lt;br/&gt;&#xa0;Thanx.

&lt;br/&gt;PS - If you don&apos;t know what FireFox is, &lt;a target=&quot;_blank&quot; href=&quot;http://www.mozilla.org/products/firefox/&quot;&gt;check it out&lt;/a&gt;. 
				</description>
				
				<category>FireFox Stuff</category>
				
				<category>Tech Stuff</category>
				
				<pubDate>Tue, 26 Oct 2004 00:30:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2004/10/26/New-FireFox-Extension--threatLevel</guid>
				
				
			</item>
			
			<item>
				<title>Gotta love FireFox!</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2004/10/4/Gotta-love-FireFox</link>
				<description>
				
				I have been using the &lt;a href=&quot;http://www.mozilla.org/products/firefox/&quot; target=&quot;_blank&quot;&gt;FireFox&lt;/a&gt; web browser for a few months.  I was first introduced to FireFox by a co-worker (Thanx, Joe).  I have to admit, I tried it only to be nice.  I figured after the &apos;neatness&apos; factor wore off, I would return to my role as an IE drone.

 [More]
				</description>
				
				<category>FireFox Stuff</category>
				
				<category>Tech Stuff</category>
				
				<pubDate>Mon, 04 Oct 2004 10:23:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2004/10/4/Gotta-love-FireFox</guid>
				
				
			</item>
			</channel></rss>