<?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>Lucky Disasters &#187; Firefox</title>
	<atom:link href="http://www.luckydisasters.com/category/xulapps/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luckydisasters.com</link>
	<description>How I stopped worrying and learned to love my karma.</description>
	<lastBuildDate>Sun, 08 Mar 2009 01:17:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Just when you think you know a thing or two&#8230;</title>
		<link>http://www.luckydisasters.com/2007/07/13/just-when-you-think-you-know-a-thing-or-two/</link>
		<comments>http://www.luckydisasters.com/2007/07/13/just-when-you-think-you-know-a-thing-or-two/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 03:13:22 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Neatorific]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Commenters]]></category>
		<category><![CDATA[Database Management]]></category>
		<category><![CDATA[David Kellogg]]></category>
		<category><![CDATA[Dean Edwards]]></category>
		<category><![CDATA[Ecmascript]]></category>
		<category><![CDATA[Firefox Extension]]></category>
		<category><![CDATA[Footprints]]></category>
		<category><![CDATA[Jaw Drop]]></category>
		<category><![CDATA[Local Development]]></category>
		<category><![CDATA[Local File System]]></category>
		<category><![CDATA[Mr Edwards]]></category>
		<category><![CDATA[Php Module]]></category>
		<category><![CDATA[Plain Old Webserver Pow]]></category>
		<category><![CDATA[Portableapp]]></category>
		<category><![CDATA[Pow Pow]]></category>
		<category><![CDATA[Server Side]]></category>
		<category><![CDATA[Sqllite]]></category>
		<category><![CDATA[Versatile Package]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Xulrunner]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/07/13/just-when-you-think-you-know-a-thing-or-two/</guid>
		<description><![CDATA[Ever see something, some piece of cool, some bit of technology that makes your jaw drop? I had that happen twice this week. First have a look at David Kellogg&#8217;s website and his Plain Old Webserver (pow). Plain Old Webserver (POW) POW is either a really cool Firefox extension that turns Firefox into a web [...]]]></description>
			<content:encoded><![CDATA[<p>Ever see something, some piece of cool, some bit of technology that makes your jaw drop? I had that happen twice this week. First have a look at <a href="http://davidkellogg.com" rel="nofollow" >David Kellogg&#8217;s website</a> and his <a href="http://davidkellogg.com/wiki/Main_Page" rel="nofollow"  target="_blank">Plain Old Webserver (pow)</a>.</p>
<p><strong>Plain Old Webserver (POW)</strong></p>
<p>POW is either a really cool Firefox extension that turns Firefox into a web server or a lightweight xulRunner web server.  Either way it serves up web pages using server side javascripting. Sweat! I still have to play with this a bit to get a feel for it because I&#8217;ve never used javascript on a server before, but considering this is portable to any system that xulRunner or Firefox will run on, it makes it a very versatile package right out of the box. While the fact that it doesn&#8217;t have a php module means I can&#8217;t do local development of my website on it (yet), POW does offer sqllite as a database. You can also download some extras for it like a Firefox database management or directory file listing.</p>
<p>You can also use the xulRunner &#8220;portably&#8221;. I quoted that because, while the POWUSB package includes both Windows and MAC xulrunner versions (no Linux yet either!), it isn&#8217;t exactly portable in the way that say, FirefoxPoratable is. In other words, if you run the included xulRunner on Windows, it will still leave files on your local file system. To make this truly portable, you&#8217;d need to refrain from leaving footprints on the system you&#8217;re using, therefore this really doesn&#8217;t qualify as a portableapp quite yet&#8230;</p>
<hr />I thought I knew a thing &#8216;er two about javascript (I taught myself javascript, and after HTML it was the first interpreted language I learned, and so far I&#8217;ve had no formal training in with ECMA specific code), then I saw <a href="http://dean.edwards.name" rel="nofollow"  target="_blank">Dean Edwards website</a>. This guy (and his commenters) must live on planet ECMAscript for crying out loud (if you don&#8217;t believe me take a stroll through Mr. Edwards&#8217; website and take a look at his projects and comments on his work, just freakin&#8217; fantastic &#8211; from a programming point of view). Anyway, what I really geeked out about was his <a href="http://dean.edwards.name/weblog/2007/05/miniweb/" rel="nofollow"  target="_blank">MiniWeb</a> application.<strong> MiniWeb</strong></p>
<p>What can I say, other than &#8211; freakin&#8217; sweat! Contained in just 14 files is a (partial) javascript based blog, file management (will kind of, read on), and a *nix-like terminal (again, kind of). The reason for all those caveats is this; pretty much the fact that is is a work in progress AND, the fact that nearly the entirety of the system is contained in the one file: miniweb.html. Any new blog posts, files (which can be text or I think some form of executable &#8211; through some javascript magic), etc. are all stored in the miniweb.html file.</p>
<p>As I mentioned, it&#8217;s a work in progress, so nothing is complete, the terminal, the blog, pretty much everything but file viewing and management is incomplete. At this point I&#8217;m still just toying with it, so it pretty much takes on the Arthur C. Clark idiom of being so far beyond my understanding that it appears to be magic. To wield some of this magic Dean appears to use a home grown javascript compressor. Just&#8230; wow&#8230;</p>
<p>To check out MiniWeb click <a href="http://base2.googlecode.com/svn/trunk/src/apps/MiniWeb/MiniWeb.html#/" rel="nofollow"  target="_blank">here</a>. To download it and play with it on your own, click <a href="http://base2.googlecode.com/svn/trunk/src/apps/MiniWeb/" rel="nofollow"  target="_blank">here</a>. When you open up the file or depending on what you click on in what ever browser you&#8217;re using, you&#8217;ll probably have to get passed some of your browser&#8217;s security to fully use the software. In IE I think you need to allow the software to function on the bar that appears at the top of the browser window, in Firefox, depending on what you&#8217;re trying to do you may have to allow the script to complete some actions (don&#8217;t forget that &#8220;remember this decision&#8221; checkbox). Too much fun to pass up&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/07/13/just-when-you-think-you-know-a-thing-or-two/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Running Multiple Instances/Versions of Mozilla Firefox</title>
		<link>http://www.luckydisasters.com/2007/06/25/running-multiple-instancesversions-of-mozilla-firefox/</link>
		<comments>http://www.luckydisasters.com/2007/06/25/running-multiple-instancesversions-of-mozilla-firefox/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 16:23:13 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Browser Side]]></category>
		<category><![CDATA[C Program]]></category>
		<category><![CDATA[Case 2]]></category>
		<category><![CDATA[Case Case]]></category>
		<category><![CDATA[Click This Icon]]></category>
		<category><![CDATA[Current Version]]></category>
		<category><![CDATA[Double Click]]></category>
		<category><![CDATA[Liking]]></category>
		<category><![CDATA[Mozilla Browser]]></category>
		<category><![CDATA[New Browser]]></category>
		<category><![CDATA[New Profile]]></category>
		<category><![CDATA[Overwrite]]></category>
		<category><![CDATA[Profile Name]]></category>
		<category><![CDATA[Select Properties]]></category>
		<category><![CDATA[Shortcut Tab]]></category>
		<category><![CDATA[Target Field]]></category>
		<category><![CDATA[Target Text]]></category>
		<category><![CDATA[Test Test]]></category>
		<category><![CDATA[Type Path]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/06/25/running-multiple-instancesversions-of-mozilla-firefox/</guid>
		<description><![CDATA[I wanted to check out the latest nightly build of Mozilla&#8217;s Firefox browser (currently version 3 alpha), but I didn&#8217;t want to uninstall my current version or overwrite, or screw up my profile and all those extensions I have installed. So how do you run two builds of Firefox at once? Pretty easily actually (while [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to check out the latest nightly build of Mozilla&#8217;s Firefox browser (currently version 3 alpha), but I didn&#8217;t want to uninstall my current version or overwrite, or screw up my profile and all those extensions I have installed. So how do you run two builds of Firefox at once? Pretty easily actually (while the following instructions are for Windows, similar actions can be used with Linux or Mac)!</p>
<p><strong>First create a new profile</strong></p>
<p>This is actually really simple, you just need to do one of two things:</p>
<p>Select Case</p>
<p>Case 1</p>
<blockquote><p>From a command prompt or Start menu &gt; Run  type:</p></blockquote>
<blockquote><p>&#8220;[path_to_firefox]\firefox.exe&#8221; -CreateProfile [profile_name]</p></blockquote>
<blockquote><p>For most of us running Windows this will look like:</p></blockquote>
<blockquote><p>&#8220;C:\Program Files\Mozilla Firefox\firefox.exe&#8221; -CreateProfile test</p></blockquote>
<blockquote><p>(&#8220;test&#8221; would be the profile name in this case)</p></blockquote>
<p>Case 2<a href="http://www.luckydisasters.com/wp-content/uploads/2007/06/prop01.png"rel="lightbox" title="properties_01" ><img style="float: right; margin-left: 3px" src="http://www.luckydisasters.com/wp-content/uploads/2007/06/prop01.thumbnail.png" border="0" alt="properties_01" /></a></p>
<blockquote><p>You can create a copy your Mozilla Firefox shortcut on your desktop, right click and select properties, then add the <em>-CreateProfile   [profile_name]</em> in the &#8220;Target&#8221; field on the &#8220;Shortcut&#8221; tab of the properties dialog. Then click OK and double click the shortcut.</p></blockquote>
<p>End Select</p>
<p>In either case, Firefox will create the new profile and not open any windows.</p>
<p>Now that you have a new profile you need to be able to open your new browser with the new profile (I&#8217;m assuming that you&#8217;ve downloaded a new browser and have extracted or installed it to your liking).</p>
<p><strong>Create a new shortcut to you&#8217;re new browser</strong><a href="http://www.luckydisasters.com/wp-content/uploads/2007/06/prop02.png"rel="lightbox" title="properties_02" ><img style="float: right; margin-left: 3px" src="http://www.luckydisasters.com/wp-content/uploads/2007/06/prop02.thumbnail.png" border="0" alt="properties_02" /></a></p>
<p>You can either copy your shortcut (if you&#8217;ve installed it) or create a new shortcut to the new version of firefox.exe, then (just like in Case 2 above) right click on the shortcut and in the &#8220;Target&#8221; text box, add <em>-P test</em> (or whatever you&#8217;ve used as your new profile&#8217;s name) to the end of the quoted firefox.exe path. The click OK.</p>
<p>Now, if you simply double click this icon  you&#8217;ll open a new instance of your new browser build and you can start to play.</p>
<p><strong>Just in case you want to use both your old browser and your new browser side-by-side</strong></p>
<p><a href="http://www.luckydisasters.com/wp-content/uploads/2007/06/prop03.png"rel="lightbox" title="properties_03" ><img style="float: left; margin-right: 3px" src="http://www.luckydisasters.com/wp-content/uploads/2007/06/prop03.thumbnail.png" border="0" alt="properties_03" /></a>So, you say you&#8217;re curious if that website looks the same in your old browser as it does in your new browser, and you need them both open to tell? Well that&#8217;s no problem either. Open up the shortcut properties to your new browser just like you did above and after the &#8220;-P test&#8221; add in &#8220;-no-remote&#8221;. Now you can open multiple profiles, which should allow you to open your old browser and new browser side-by-side.</p>
<p>Have fun!</p>
<p>Reference Links from <a href="http://mozillazine.org/" rel="nofollow"  target="_blank">mozillaZine</a> knowledge base:<a href="http://kb.mozillazine.org/Profile_Manager" target="_blank"><br />
Profile Manager</a><br />
<a href="http://kb.mozillazine.org/Command_line_arguments" rel="nofollow"  target="_blank"> Command line arguments</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/06/25/running-multiple-instancesversions-of-mozilla-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternate Firefox PDF plug-in</title>
		<link>http://www.luckydisasters.com/2007/06/01/alternate-firefox-pdf-plug-in/</link>
		<comments>http://www.luckydisasters.com/2007/06/01/alternate-firefox-pdf-plug-in/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 19:49:32 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Acrobat Pdf]]></category>
		<category><![CDATA[Acrobat Reader]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[Apparition]]></category>
		<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[Hell]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Source Versions]]></category>
		<category><![CDATA[Pdf Documents]]></category>
		<category><![CDATA[Pdf Download]]></category>
		<category><![CDATA[Pdf Edit]]></category>
		<category><![CDATA[Pdf Software]]></category>
		<category><![CDATA[Pdf Viewer]]></category>
		<category><![CDATA[Pdfs]]></category>
		<category><![CDATA[Sumatra]]></category>
		<category><![CDATA[Viewing Software]]></category>
		<category><![CDATA[Zoom]]></category>
		<category><![CDATA[Zoom Text]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/06/01/alternate-firefox-pdf-plug-in/</guid>
		<description><![CDATA[So, who hasn&#8217;t been turning the web up-side-down looking for an alternative to Adobe&#8217;s Acrobat Reader for Mozilla&#8217;s Firefox? Hm? No one? Damn straight &#8220;no one&#8221;! Here&#8217;s one of the first open source versions I&#8217;ve found for Windows: Fitz, MuPDF and Apparition Now, before you get your hopes up too far, this a reader only. [...]]]></description>
			<content:encoded><![CDATA[<p>So, who hasn&#8217;t been turning the web up-side-down looking for an alternative to Adobe&#8217;s Acrobat Reader for Mozilla&#8217;s Firefox? Hm? No one? Damn straight &#8220;no one&#8221;! Here&#8217;s one of the first open source versions I&#8217;ve found for Windows:</p>
<p><a href="http://ccxvii.net/apparition" rel="nofollow" ><strong>Fitz, MuPDF and Apparition</strong></a></p>
<p><a href="http://www.luckydisasters.com/wp-content/uploads/2007/06/mupdfinaction.png"rel="lightbox" title="MuPDF in action" ><img style="float: left" title="MuPDF in action" src="http://www.luckydisasters.com/wp-content/uploads/2007/06/mupdfinaction.thumbnail.png" border="0" alt="MuPDF in action" hspace="2" vspace="2" /></a>Now, before you get your hopes up too far, this a <em><strong>reader only</strong></em>. It will open PDF documents in Firefox, but that&#8217;s about it. You can&#8217;t use it to print, zoom in/out, select text or any of the other things you normally do with Adobe&#8217;s Acrobat. So if I were using this (hey wait, I am using this!) I&#8217;d disable Adobe Acrobat&#8217;s open PDF in browser option, (edit&gt;preferences &#8211; general tab, I think, hell if you dislike Acrobat that much, just uninstall it&#8230;), install MuPDF, then restart Firefox. Next install (if you don&#8217;t already have it installed) <a href="https://addons.mozilla.org/en-US/firefox/addon/636" rel="nofollow" >PDF Download</a>, and your choice of PDF viewing software (I recommend <a href="http://blog.kowalczyk.info/software/sumatrapdf/" rel="nofollow" >Sumatra</a> or <a href="http://www.foxitsoftware.com/pdf/rd_intro.php" rel="nofollow" >Foxit Reader</a>).  Now you can use MuPDF to open PDFs in Firefox or use PDF Download to download it to your hard drive, OR use PDF Download to open the document in your favorite alternate PDF viewer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/06/01/alternate-firefox-pdf-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Unrelated Things I Can&#8217;t Seem To Remember</title>
		<link>http://www.luckydisasters.com/2007/05/10/two-unrelated-things-i-cant-seem-to-remember/</link>
		<comments>http://www.luckydisasters.com/2007/05/10/two-unrelated-things-i-cant-seem-to-remember/#comments</comments>
		<pubDate>Thu, 10 May 2007 15:32:08 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Alcoholic Beverages]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Annoying Error Messages]]></category>
		<category><![CDATA[Brain Cells]]></category>
		<category><![CDATA[C Program]]></category>
		<category><![CDATA[Command Options]]></category>
		<category><![CDATA[Command String]]></category>
		<category><![CDATA[Computer Command]]></category>
		<category><![CDATA[Excuse]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Nifty]]></category>
		<category><![CDATA[Nux]]></category>
		<category><![CDATA[Program C]]></category>
		<category><![CDATA[Program Exe]]></category>
		<category><![CDATA[Standalone Program]]></category>
		<category><![CDATA[Those Annoying Error Messages]]></category>
		<category><![CDATA[Unrelated Things]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/05/10/two-unrelated-things-i-cant-seem-to-remember/</guid>
		<description><![CDATA[Ok, I&#8217;ll admit it. Alcoholic beverages have killed a fair number of my brain cells. As a result I&#8217;m continually forgetting things (that&#8217;s my story and I&#8217;m sticking to it!). Any way, here are two completely unrelated things I&#8217;ve forgotten and have had to look up today. So I don&#8217;t forget them again, and so [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, I&#8217;ll admit it. Alcoholic beverages have killed a fair number of my brain cells. As a result I&#8217;m continually forgetting things (that&#8217;s my story and I&#8217;m sticking to it!). Any way, here are two completely unrelated things I&#8217;ve forgotten and have had to look up today. So I don&#8217;t forget them again, and so you, dear reader, don&#8217;t have to go looking too far for them, I&#8217;m putting them here:</p>
<p><strong>How To: Redirect Errors From Standard Out to Nowhere (*nux)</strong></p>
<p>Here&#8217;s how to get rid of those annoying error messages you really don&#8217;t care about when running a script (everybody&#8217;s got their own excuse for not wanting to see this type of thing, even though it can be handy now and again):</p>
<p align="left"><code>user@computer:~$ [command] [options] 2&amp;gt;&amp;amp;1</code></p>
<p>Stick “<strong>2&gt;&amp;1</strong>” at the end of your command string, that about covers it!!</p>
<p><strong>How To: Launch Firefox With a Specific Chrome Interface (Windows)</strong></p>
<p>Ever install a nifty little Mozilla Firefox extension and want to run it as a standalone program? Here’s how:</p>
<p align="left"><code>C:\Program Files\Mozilla Firefox&amp;gt;firefox.exe -chrome [chrome path]</code></p>
<p>Add the “-chrome” option to the firefox command, then add the chrome path after that. Here’s an example of how to launch the bookmarks manager as a standalone program:</p>
<p align="left"><code>C:\Program Files\Mozilla Firefox&amp;gt;firefox.exe &lt;strong&gt;-chrome chrome://browser/content/bookmarks/bookmarksManager.xul&lt;/strong&gt;</code></p>
<p>Enjoy!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/05/10/two-unrelated-things-i-cant-seem-to-remember/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing Your Own Page Source Viewer with Mozilla Firefox</title>
		<link>http://www.luckydisasters.com/2007/02/12/choosing-your-own-page-source-viewer-with-mozilla-firefox/</link>
		<comments>http://www.luckydisasters.com/2007/02/12/choosing-your-own-page-source-viewer-with-mozilla-firefox/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 15:42:53 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Extension Web]]></category>
		<category><![CDATA[Firefox Extension]]></category>
		<category><![CDATA[Freeware Utility]]></category>
		<category><![CDATA[Gt Programs]]></category>
		<category><![CDATA[Html Editors]]></category>
		<category><![CDATA[Html Source]]></category>
		<category><![CDATA[Internet Properties]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Notepad Exe]]></category>
		<category><![CDATA[Page Source]]></category>
		<category><![CDATA[Preferred Text Editor]]></category>
		<category><![CDATA[Programmer]]></category>
		<category><![CDATA[Source Editor]]></category>
		<category><![CDATA[Source View]]></category>
		<category><![CDATA[Source Viewer]]></category>
		<category><![CDATA[View Source]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[Web Page]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Notepad]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/02/12/choosing-your-own-page-source-viewer-with-mozilla-firefox/</guid>
		<description><![CDATA[Firefox is great, but the built in page source view is just so-so. I decided that I wanted to use Programmer&#8217;s Notepad (awesome freeware utility by the way) to view and edit generated page source with Firefox. With IE you can change your default page source editor and viewer from the Internet Properties&#62;Programs tab. That [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox is great, but the built in page source view is just so-so. I decided that I wanted to use <a href="http://www.pnotepad.org/" rel="nofollow"  target="_blank">Programmer&#8217;s Notepad</a> (awesome freeware utility by the way) to view and edit generated page source with Firefox. With IE you can change your default page source editor and viewer from the Internet Properties&gt;Programs tab. That is, <a href="http://www.pctools.com/guides/registry/detail/774/" rel="nofollow"  target="_blank">if it&#8217;s been entered into your registry</a> so that it&#8217;s on the list of HTML editors.</p>
<p>With Firefox the process is s a little more simple in that you can <a href="http://www.mozilla.org/support/firefox/tips#oth_viewsource" rel="nofollow"  target="_blank">make the changes from your about:config file</a>:</p>
<blockquote><p>&#8220;If you want to view the HTML source of a web page using an external text   editor instead of the built-in source viewer in Firefox, use <a href="http://www.mozilla.org/support/firefox/edit#aboutconfig" rel="nofollow" >about:config</a> to set <var>view_source.editor.external</var> to <tt>true</tt>, and then set    <var>view_source.editor.path</var> to e.g. <tt>C:\Windows\Notepad.exe</tt> or   whatever is your preferred text editor.&#8221;</p></blockquote>
<p>If you use the excellent Firefox extension <a href="http://chrispederick.com/work/webdeveloper/" rel="nofollow"  target="_blank">Web Developer</a> then you&#8217;ve also got a way to add several other programs for specific purposes. For instance, if you wanted to use <a href="http://www.bradsoft.com/topstyle/tslite/index.asp" rel="nofollow"  target="_blank">Top Style Lite</a> for checking out CSS and the afore mentioned Programmer&#8217;s Notepad for PHP and ASP, but not HTML or JS files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/02/12/choosing-your-own-page-source-viewer-with-mozilla-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox Tip &#8211; Google+Search Bar = Built-in Calculator</title>
		<link>http://www.luckydisasters.com/2007/01/29/firefox-tip-googlesearch-bar-built-in-calculator/</link>
		<comments>http://www.luckydisasters.com/2007/01/29/firefox-tip-googlesearch-bar-built-in-calculator/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 21:37:30 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Neatorific]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/01/29/firefox-tip-googlesearch-bar-built-in-calculator/</guid>
		<description><![CDATA[[cpg_imagefix:63] OK, so maybe I&#8217;m a bit slow (many of you have probably already figured this one out), but I still think this is cool. A few weeks ago I was typing search text (actually a part number followed by a manufacturer) into the search bar in Firefox and I noticed that as I typed [...]]]></description>
			<content:encoded><![CDATA[<p>[cpg_imagefix:63]<br />
OK, so maybe I&#8217;m a bit slow (many of you have probably already figured this one out), but I still think this is cool.</p>
<p>A few weeks ago I was typing search text (actually a part number followed by a manufacturer) into the search bar in Firefox and I noticed that as I typed the auto-suggest was subtracting the numbers on either side of the hyphen in the part number before I had input the manufacturer. After I&#8217;d finished with my search, I decided to look into this further.  Sure enough, if you typed in formulas, added conversions or input special operators, the Firefox search bar and Google were returning the results &#8211; without actually submitting it!</p>
<p>Now call me crazy, but I think this is pretty sweet! I don&#8217;t have to waste all that time hitting enter or clicking the search button and waiting for the page to load (OK, so I&#8217;m lazy :). All I&#8217;ve got to do is punch in the formulas I want and I automagically get results back!</p>
<p>Of course, this got me to wondering what else is going on behind the scenes in my favorite browser. Then I thought better of it. That&#8217;s the kind of thing that could keep you up at night&#8230;</p>
<p>Link to Nancy Blachman&#8217;s <a href="http://www.googleguide.com/help/calculator.html" rel="nofollow"  target="_blank">Google Calculator (Cheat Sheet)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/01/29/firefox-tip-googlesearch-bar-built-in-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
