<?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>thecrumb.com &#187; firefox</title>
	<atom:link href="http://thecrumb.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecrumb.com</link>
	<description>developer &#124; thinker &#124; tinkerer</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:28:22 +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>Developer Toolbox: Best Firefox Plugin Ever &#8211; Read It Later</title>
		<link>http://thecrumb.com/2008/11/03/developer-toolbox-best-firefox-plugin-ever-read-it-later/</link>
		<comments>http://thecrumb.com/2008/11/03/developer-toolbox-best-firefox-plugin-ever-read-it-later/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 17:21:15 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=560</guid>
		<description><![CDATA[I&#8217;m always surfing the web and often times I&#8217;ll see something that I don&#8217;t have time to read so what to do?  Bookmark it?  Then I can&#8217;t access it from home?  Add it to delicious? That quickly becomes a mess. &#8230; <a href="http://thecrumb.com/2008/11/03/developer-toolbox-best-firefox-plugin-ever-read-it-later/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m always surfing the web and often times I&#8217;ll see something that I don&#8217;t have time to read so what to do?  Bookmark it?  Then I can&#8217;t access it from home?  Add it to delicious? That quickly becomes a mess.</p>
<p>Recently I found a cool extension that was designed just for this &#8211; <a href="http://www.ideashower.com/ideas/active/read-it-later/">Read It Later</a>.</p>
<blockquote><p>This Firefox extension allows you to save pages of interest to read later. It eliminates cluttering of bookmarks with sites that are merely of a one-time interest. A commenter below (Chris) summed it up very well: “It’s a ’staging area’ for bookmarks.”</p></blockquote>
<p>I&#8217;ve been using it for awhile with great success and recently they added the killer feature &#8211; integration with Google Reader!  So now I can easily mark something to read later from within Google Reader. Sweet!</p>
<p>This video is a nice introduction&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2008/11/03/developer-toolbox-best-firefox-plugin-ever-read-it-later/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Developer Toolbox &#8211; Scribe: Save Form Data</title>
		<link>http://thecrumb.com/2008/01/28/developer-toolbox-scribe-save-form-data/</link>
		<comments>http://thecrumb.com/2008/01/28/developer-toolbox-scribe-save-form-data/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 13:08:59 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/2008/01/28/developer-toolbox-scribe-save-form-data/</guid>
		<description><![CDATA[Today&#8217;s tool is another Firefox extension &#8211; Scribe. Scribe simply allows you to save your form information. Fill out the form, select File &#62; Save Entry and it will prompt you for a location and file name. Save the file. &#8230; <a href="http://thecrumb.com/2008/01/28/developer-toolbox-scribe-save-form-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src='http://thecrumb.com/wp-content/uploads/2008/01/scribe1.gif' alt='Scribe' class="right" /> Today&#8217;s tool is another Firefox extension &#8211; <a href="http://prismicspiral.com/scribe/">Scribe</a>.  Scribe simply allows you to save your form information.  Fill out the form, select <em>File &gt; Save Entry</em> and it will prompt you for a location and file name.  Save the file.  Now when you re-open the form you can click <em>File &gt; Open Entry</em>, select your previously saved file and your fields will be filled out!</p>
<p>I use this all the time when developing forms.  It&#8217;s a huge time saver to be able to fill out a form once, save the data, and then quickly be able to fill out the form over and over again in development.</p>
<p>Unfortunately this extension seems to have been abandoned.  It will not install correctly in newer releases of Firefox without a bit of hacking&#8230;</p>
<ol>
<li>Download the <a href="http://">scribe.xpi</a> file</li>
<li>Raname the file: scribe.zip</li>
<li>Uncompress it using whatever tool you prefer &#8211; I like <a href="http://www.7-zip.org/">7zip</a></li>
<li>Open install.rdf</li>
<li>Scroll down to about line 16</li>
<li>Change the line: <em>1.0</em> </li>
<li>To something like:  <em>3.0</em></li>
<li>Save the file</li>
<li>Rename it back to scribe.xpi</li>
<li>Drag and drop into a Firefox window</li>
<li>The installer should run and the extension will be installed</li>
</ol>
<p>I&#8217;m currently running this on WinXP with the latest release of Firefox with no issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2008/01/28/developer-toolbox-scribe-save-form-data/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Developer Toolbox &#8211; AutoFill Forms</title>
		<link>http://thecrumb.com/2008/01/17/developer-toolbox-autofill-forms/</link>
		<comments>http://thecrumb.com/2008/01/17/developer-toolbox-autofill-forms/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 14:04:13 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/2008/01/17/developer-toolbox-autofill-forms/</guid>
		<description><![CDATA[How many times a day do you fill out our old friend the blog comment form? If you are like me &#8211; a lot. Do you type all that stuff in each time? If you do you should grab the &#8230; <a href="http://thecrumb.com/2008/01/17/developer-toolbox-autofill-forms/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src='http://thecrumb.com/wp-content/uploads/2008/01/autoform.jpg' alt='AutoFillForm' class="left" /> How many times a day do you fill out our old friend the blog comment form?  If you are like me &#8211; a lot.  Do you type all that stuff in each time?  If you do you should grab the <a href="https://blueimp.net/mozilla/Autofill%20Forms/">AutoFill Forms</a> extension.</p>
<blockquote><p>Autofill Forms enables you to fill out web forms with one click or a keyboard shortcut. A set of customizable rules is used to determine the input for each form element. You are able to edit, remove, enable/disable the provided rules and to add your own ones. You can configure the order in which the rules are to be applied and define site specific rules.</p></blockquote>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/01/autoformprefs.jpg' alt='AutoFill Forms Preferences' class="right" />  First install the extension.  Then simply open the Preferences and fill out your data.  You can enter common things like first and last name, your address, email, username, or add your own rules.   You can have multiple profiles setup. One for blog forms, one for shopping carts, etc.  Clicking the Advanced tab allows you to set the keyboard shortcut, Alt+J by default.</p>
<p>Once you have your profile created &#8211; anytime you see a form &#8211; simply hit Alt+J and it will be filled out!!  Occasionally you hit the odd form that doesn&#8217;t use common names but I find that the majority work on the first shot.</p>
<p>I have also used this to hold form data for testing so I can quickly fill out an applications form while under development.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2008/01/17/developer-toolbox-autofill-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developer Toolbox &#8211; Web Developer Toolbar</title>
		<link>http://thecrumb.com/2008/01/16/developer-toolbox-web-developer-toolbar/</link>
		<comments>http://thecrumb.com/2008/01/16/developer-toolbox-web-developer-toolbar/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 03:13:03 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/2008/01/16/developer-toolbox-web-developer-toolbar/</guid>
		<description><![CDATA[What is the one application you probably have open more than any other? Your browser! I know my browser is open 24&#215;7. I&#8217;m testing my application, watching the news, reading blogs, etc. As a developer your browser is one of &#8230; <a href="http://thecrumb.com/2008/01/16/developer-toolbox-web-developer-toolbar/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What is the one application you probably have open more than any other? Your browser!  I know my browser is open 24&#215;7.  I&#8217;m testing my application, watching the news, reading blogs, etc.  As a developer your browser is one of the most important tools in your toolbox.  If you haven&#8217;t explored the current browsers and the vast number of &#8216;extensions&#8217; or plugins available you are hurting your development!</p>
<p>In the next few Developer Toolbox posts I&#8217;ll cover some of my favorite <a href="https://addons.mozilla.org/">Firefox add-ons</a>.  There are also plugins available for Internet Explorer and Opera although not nearly as many as available for Firefox.</p>
<p>The extension I use all the time  is the <a href="http://chrispederick.com/work/web-developer/">Web Developer toolbar</a>.</p>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/01/webdev.jpg' alt='WebDeveloper live CSS edit' class="right" /> Every time I use the WebDeveloper toolbar I find something new.  Or I&#8217;ll read about someone touting some bit of software and say &#8220;that&#8217;s in the Web Developer toolbar!&#8221;.  Today <a href="http://corfield.org/blog/index.cfm/do/blog.entry/entry/Amazing_CSS_editing_tool">Sean Corfield mentioned a CSS editor</a> that allowed you to do real time edits to any website.  You can do that with the WebDeveloper toolbar!  Click CSS &gt; Edit CSS (or CTRL+Shift+E) and a small dialog box will open at the bottom of your browser with the site&#8217;s CSS loaded.  Edit away and in real-time your changes will be visible!  I fixed up Sean&#8217;s site which I thought needed a bit of color! :)</p>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/01/ruler.jpg' alt='Web Developer Ruler' class="left" /> I also saw <a href="http://www.kevinfreitas.net/extensions/measureit/">MeasureIt</a> (a ruler plugin) making the rounds on the blogs this week.  If you do a lot of design &#8211; I&#8217;d probably install MeasureIt as it has a lot of neat features but for developers who don&#8217;t do a lot of design, the Web Developer toolbar includes a nice ruler itself giving you height, width and the position on the page. It also provides a handy &#8220;Line Guides&#8221; which is useful if you are trying to line something up.</p>
<p>If you don&#8217;t already have it installed  do it now and go exploring!  Also make sure to check out the preferences as there are lots of options you can set there.  I have added a lot of screen resolutions, switched it to use Notepad++ as my view source editor, and added a few additional validation tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2008/01/16/developer-toolbox-web-developer-toolbar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

