<?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>mitch&#039;s meanderings&#187; firefox</title>
	<atom:link href="http://mitchcontla.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://mitchcontla.com</link>
	<description>life, technology, running; links, photos, and videos</description>
	<lastBuildDate>Tue, 18 Oct 2011 19:32:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Tip of the Day: Secure Your Gmail</title>
		<link>http://mitchcontla.com/2007/03/21/tip-of-the-day-secure-your-gmail/</link>
		<comments>http://mitchcontla.com/2007/03/21/tip-of-the-day-secure-your-gmail/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 00:12:05 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://mitch.contlafamily.com/2007/03/21/tip-of-the-day-secure-your-gmail/</guid>
		<description><![CDATA[From the &#8220;Why Didn&#8217;t I Think of That&#8221; department: GMailSecure has got to be one of the most elegantly simple, yet useful Greasemonkey scripts ever. When I say simple, I mean one line of code: location.href = location.href.replace(/^http:/, 'https:'); This script ensures your Gmail session using Firefox takes place over a secure HTTP connection providing [...]]]></description>
			<content:encoded><![CDATA[<p>From the &#8220;Why Didn&#8217;t I Think of That&#8221; department: <a href="http://www.greasespot.net/" title="Userscripts.org: GMailSecure">GMailSecure</a> has got to be one of the most elegantly simple, yet useful <a href="http://addons.mozilla.org/firefox/748/" title="Greasespot.net">Greasemonkey</a> scripts ever.</p>

<p>When I say simple, I mean one line of code:</p>



<pre class="example">location.href = location.href.replace(/^http:/, 'https:');</pre>



<p>This script ensures your <a href="http://mail.google.com" title="Gmail">Gmail</a> session using <a href="http://www.mozilla.com/en-US/firefox/" title="Mozilla Firefox">Firefox</a> takes place over a <a href="http://en.wikipedia.org/wiki/Https" title="Wikipedia: https">secure <span class="caps">HTTP</span></a> connection providing a reasonable amount of protection from eavesdropping and other shenanigans. Add other domains for which both a http and https <acronym title="Uniform Resource Identifier">URI</acronym> exist and Firefox will always use https. For example, I added:</p>



<pre class="example">http://www.google.com/calendar/*

http://docs.google.com/


http://docs.google.com/*</pre>

<p>Now all <a href="http://www.google.com/calendar/" title="Google Calendar">Google Calendar</a> and <a href="http://docs.google.com/" title="Google Docs &amp; Spreadsheets">Google Docs &amp; Spreadsheets</a> sessions are secure. But don&#8217;t stop there, any domain will work&#8230; not just the <a href="http://www.google.com" title="Google">Google</a> properties.</p>

<p>Download links: <a href="http://addons.mozilla.org/firefox/748/" title="Download Greasemonkey">Greasemonkey</a> (install this first), <a href="http://userscripts.org/scripts/source/1404.user.js" title="Install GMailSecure">GMailSecure</a></p>]]></content:encoded>
			<wfw:commentRss>http://mitchcontla.com/2007/03/21/tip-of-the-day-secure-your-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Smart Keywords for Microsoft Support and MSDN Sites</title>
		<link>http://mitchcontla.com/2006/05/02/smart-keywords-microsoft-support-msdn/</link>
		<comments>http://mitchcontla.com/2006/05/02/smart-keywords-microsoft-support-msdn/#comments</comments>
		<pubDate>Tue, 02 May 2006 22:05:03 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[msdn]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://mitch.contla.net/2006/05/02/smart-keywords-microsoft-support-msdn/</guid>
		<description><![CDATA[Smart Keywords are one of my favorite Firefox features. Enter a keyword in the location bar (CTRL + L), type a couple of search terms, and voila, instant results with minimal typing. Since my job requires frequenting the Microsoft Support and MSDN sites, I added Smart Keywords to simplify the searches. Each of the following [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla.org/products/firefox/smart-keywords.html">Smart Keywords</a> are one of my favorite <a href="http://www.getfirefox.com">Firefox</a> features. Enter a keyword in the location bar (<code>CTRL + L</code>), type a couple of search terms, and voila, instant results with minimal typing.</p>

<p>Since my job requires frequenting the Microsoft Support and <acronym title="Microsoft Developer Network">MSDN</acronym> sites, I added Smart Keywords to simplify the searches. Each of the following keywords are defined in my Quick Searches bookmarks folder. To use them, create a new bookmark and copy each <acronym title="Uniform Resource Locator">URL</acronym> into the Location field; assign the suggested keywords, or create your own.</p>

<p>Microsoft Support (keyword: ms)<br />
<code>http://support.microsoft.com/search/default.aspx?qu=%s</code></p>

<p><span class="caps">MSDN </span>(keyword: msdn)<br />
<code>http://search.msdn.microsoft.com/search/default.aspx?query=%s</code></p>

<p>Especially helpful is the <acronym title="Knowledge Base">KB</acronym> article keyword which enables me to type something like <code>kb 915105</code> in the Location bar and be taken directly to a KB article by number. </p>

<p>KB Article Lookup (keyword: kb)<br />
<code>http://support.microsoft.com/?kbid=%s</code></p>

<p>Keep in mind, these all work with the US sites, if you are an international user, you may need to alter the <span class="caps">URL </span>slightly.</p>]]></content:encoded>
			<wfw:commentRss>http://mitchcontla.com/2006/05/02/smart-keywords-microsoft-support-msdn/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Firefox 1.5.0.2 Released</title>
		<link>http://mitchcontla.com/2006/04/13/firefox-1502-released/</link>
		<comments>http://mitchcontla.com/2006/04/13/firefox-1502-released/#comments</comments>
		<pubDate>Thu, 13 Apr 2006 22:29:51 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://mitch.contla.net/2006/04/13/firefox-1502-released/</guid>
		<description><![CDATA[Mozilla Firefox 1.5.0.2 Released. Here&#8217;s what&#8217;s new: Universal Binary support for Mac OS X which provides native support for Macintosh with Intel Core processors. Firefox supports the enhancements to performance introduced by the new MacIntel chipsets. Improvements to product stability. Several security fixes. Download here.]]></description>
			<content:encoded><![CDATA[<a href="http://www.mozilla.com/firefox/releases/1.5.0.2.html">Mozilla Firefox 1.5.0.2 Released</a>. Here&#8217;s what&#8217;s new:<br />
<ul>	
   <li>Universal Binary support for Mac OS X which provides native support for Macintosh with Intel Core processors.</li>
   <li>Firefox supports the enhancements to performance introduced by the new MacIntel chipsets.
Improvements to product stability.</li>
   <li><a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox1.5.0.2">Several security fixes</a>.</li></ul>
<br />Download <a href="http://www.getfirefox.com">here</a>.]]></content:encoded>
			<wfw:commentRss>http://mitchcontla.com/2006/04/13/firefox-1502-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performancing for Firefox</title>
		<link>http://mitchcontla.com/2006/01/05/performancing-for-firefox/</link>
		<comments>http://mitchcontla.com/2006/01/05/performancing-for-firefox/#comments</comments>
		<pubDate>Thu, 05 Jan 2006 20:56:54 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://mitch.contla.net/2006/01/05/performancing-for-firefox/</guid>
		<description><![CDATA[Cool extension - Performancing for Firefox]]></description>
			<content:encoded><![CDATA[<p>Cool extension for <a href="http://www.mozilla.com/firefox/" title="Firefox - Rediscover the Web">Firefox</a>! <a href="http://performancing.com/firefox" title="Performancing for Firefox">Performancing for Firefox</a> lets you easily post to your blog from FF in a split window. The tabbed layout includes a rich editor, source editor, and preview. Common text formatting functions are available from the toolbar, and more advanced features like categories, history (recent posts), and notes (you can use these as drafts) are available in a sidebar. Technorati tags can be easily added. Support for&nbsp; <a href="http://www.blogger.com" title="Blogger.com">Blogger</a>, <a href="http://www.typepad.com" title="TypePad">TypePad</a>, <a href="http://www.wordpress.com" title="WordPress">WordPress</a>, <a href="http://www.livejournal.com/" title="LiveJournal">LiveJournal,</a> <a href="http://spaces.msn.com/" title="MSN Spaces"><span class="caps">MSN</span> Spaces</a>, and Custom for everything else. Looks like you can drag-and-drop images from a web page directly to a post!<br /><br />Link via: <a href="http://scobleizer.wordpress.com/2006/01/05/performancing-porting-firefox-plugin-to-ie/" title="Scobleizer = Microsoft Geek Blogger">Scoble</a></p>]]></content:encoded>
			<wfw:commentRss>http://mitchcontla.com/2006/01/05/performancing-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

