<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>blogZero - Extensions</title>
    <link>http://loadaveragezero.com/app/s9y/</link>
    <description>Web Development Community News, Culture and Commentary, Tools and Techniques</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:" />
    <generator>Serendipity 0.8.3 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://loadaveragezero.com/img/blogzero.gif</url>
        <title>RSS: blogZero - Extensions - Web Development Community News, Culture and Commentary, Tools and Techniques</title>
        <link>http://loadaveragezero.com/app/s9y/</link>
        <width>96</width>
        <height>52</height>
    </image>
<item>
    <title>Firefox Power Tools For Web Developers: FireBug</title>
    <link>http://loadaveragezero.com/app/s9y/index.php?/archives/150-Firefox-Power-Tools-For-Web-Developers-FireBug.html</link>
<category>Programming</category><category>Firefox</category><category>Extensions</category><category>JavaScript</category>    <comments>http://loadaveragezero.com/app/s9y/index.php?/archives/150-Firefox-Power-Tools-For-Web-Developers-FireBug.html#comments</comments>
    <wfw:comment>http://loadaveragezero.com/app/s9y/wfwcomment.php?cid=150</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://loadaveragezero.com/app/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=150</wfw:commentRss>
    <author>dwclifton@gmail.com (Douglas Clifton)</author>
    <content:encoded>
&lt;p&gt;
&lt;a href=&quot;http://joehewitt.com/software/firebug/&quot; title=&quot; FireBug: Web Debugging Evolved &quot;&gt;
&lt;img src=&quot;http://loadaveragezero.com/img/firebug.jpg&quot; alt=&quot;firebug&quot; class=&quot;right&quot; /&gt;&lt;/a&gt;
&lt;img src=&quot;http://loadaveragezero.com/img/fav/drx/joehewitt.gif&quot; class=&quot;icon&quot; alt=&quot;joehewitt&quot; title=&quot; Joe Hewitt &quot; /&gt; 
&lt;a href=&quot;http://loadaveragezero.com/drx/author/J#a621&quot;&gt;Joe Hewitt&lt;/a&gt; may be a lesser known member of the original three &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Clients/Browsers/Firefox&quot; title=&quot; Internet: WWW: Clients: Browsers: Firefox &quot;&gt;Firefox&lt;/a&gt; cast, but among &lt;acronym title=&quot; Document Object Model &quot;&gt;DOM&lt;/acronym&gt; and JavaScript developers, his work is legendary. In a later Power Tools installment, I will cover in more detail the &lt;a href=&quot;http://loadaveragezero.com/app/drx/Programming/Languages/JavaScript#DOM:inspector&quot;&gt;DOM Inspector&lt;/a&gt;, for which he is perhaps better known. At least until recently. This article focuses on &lt;a href=&quot;http://joehewitt.com/software/firebug/&quot;&gt;FireBug&lt;/a&gt;, which Joe has been working on continuously of late (among other &lt;a href=&quot;http://news.bbc.co.uk/2/hi/business/6907895.stm&quot; title=&quot; BBC: Social site Facebook buys Parakey &quot;&gt;endeavors&lt;/a&gt;) and what he ultimately considers to be a DOM Inspector replacement.
&lt;/p&gt;

&lt;p&gt;The latest version of FireBug was &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1843&quot; title=&quot; FireBug v1.2.1 &quot;&gt;released&lt;/a&gt; September 12th, 2008.&lt;/p&gt;

&lt;h3&gt;What in the hell is a FireBug?&lt;/h3&gt;

&lt;p&gt;I won't get into entomology&amp;#8212;which ironically in Greek means &quot;that which is cut in pieces&quot;&amp;#8212;although there really is such a thing as a &lt;a href=&quot;http://bugguide.net/node/view/8478/tree&quot;&gt;firebug&lt;/a&gt;. The &lt;a href=&quot;http://loadaveragezero.com/drx/extensions&quot; title=&quot;drx: Firefox Extensions &quot;&gt;extension&lt;/a&gt;, on the other hand, is designed to make the Web developer's job a whole lot more productive. With it you can inspect and debug your markup, stylesheets, JavaScript, and even keep an eye on asynchronous &lt;acronym title=&quot; XML HTTP Request &quot;&gt;XHR&lt;/acronym&gt; object calls back to your server.&lt;/p&gt;

&lt;p&gt;Unlike the DOM Inspector, FireBug normally runs in a horizontal console (although you can open it in a separate browser window) underneath the document's rendered view. A statusbar icon indicates if there are any problems with the current page, which can indicate any number of conditions including errors, warnings and results from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://loadaveragezero.com/app/drx/Programming/Languages/JavaScript&quot; title=&quot; drx: Programming: Languages: JavaScript &quot;&gt;JavaScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://loadaveragezero.com/app/drx/Data_Formats/Style_Sheets/CSS&quot; title=&quot; drx: Data Formats: Style Sheets: CSS &quot;&gt;CSS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://loadaveragezero.com/app/drx/Data_Formats/Markup_Languages/XML&quot; title=&quot; drx: Data Formats: Markup Languages: XML &quot;&gt;XML&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;XMLHttpRequest (aka XHR or &lt;a href=&quot;http://loadaveragezero.com/drx/tag/A#ajax&quot; title=&quot; drx: Resources tagged as Ajax &quot;&gt;Ajax&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Chrome&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;and even problems encountered from remote domains&amp;#8212;which can be the source of massive numbers of errors (I'll leave it to Joe to &lt;a href=&quot;http://www.joehewitt.com/blog/fun_with_firebu_2.php&quot; title=&quot; Fun with FireBug: It doesn't Explode &quot;&gt;name names&lt;/a&gt;). Thankfully you can suppress these messages, or disable FireBug entirely for certain domains, through the options menu.&lt;/p&gt;

&lt;p&gt;Almost every object in the FireBug interface is actually a &lt;a href=&quot;http://www.joehewitt.com/blog/fun_with_firebu.php&quot; title=&quot; Fun with FireBug: Object Hyperlinks &quot;&gt;hyperlink&lt;/a&gt;. Elements in the source view can be expanded or collapsed and your current &lt;a href=&quot;http://loadaveragezero.com/app/drx/Data_Formats/Markup_Languages/XML/XML_Languages/XPath&quot; title=&quot; drx: Data Formats: Markup Languages: XML: XML Languages: XPath &quot;&gt;XPath&lt;/a&gt; is displayed as you explore the document structure. Like the browser itself, views
are toggled through a tabbed interface, which include Console, &lt;a href=&quot;http://loadaveragezero.com/app/drx/Data_Formats/Markup_Languages/HTML&quot; title=&quot; drx: Data Formats: Markup Languages: HTML &quot;&gt;HTML&lt;/a&gt;, CSS, Script, DOM, and Net. Each tab has one or more sub-functions associated with that feature.&lt;/p&gt;

&lt;p&gt;By using FireBug, you will quickly learn just how much is going on behind the scenes of even the simplest Web page.&lt;/p&gt;

&lt;h3&gt;Power Tools&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://joehewitt.com/software/firebug/faq.php&quot; title=&quot; FireBug FAQ &quot;&gt;console.log()&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Forget about using alert() to test or debug your scripts. By adding &lt;a href=&quot;http://joehewitt.com/software/firebug/docs.php&quot; title=&quot; Console Logging Functions &quot;&gt;console object logging&lt;/a&gt; to your code you can pinpoint exactly what is going on, and even restrict messages according to different levels of severity including: informative, debug, warnings, or errors.&lt;/p&gt;

&lt;p&gt;The console object also allows you to make assertions to more deeply test your code as well as performing stack traces, time sections of code, and log the number of times a function is called and has been executed.&lt;/p&gt;

&lt;p&gt;All of the console logging methods can format strings using patterns similar to the &lt;a href=&quot;http://loadaveragezero.com/app/drx/Programming/Languages/C&quot; title=&quot; drx: Programming: Languages: C &quot;&gt;C&lt;/a&gt; stdio printf() family of functions.&lt;/p&gt;

&lt;h3&gt;Command Line Functions&lt;/h3&gt;

&lt;p&gt;For command line junkies like me, console mode gives you access to a wealth of query
and history/editing features you're probably already familiar with. Even more powerful
are the following predefined shorthand functions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;$(&quot;id&quot;) - A shortcut for document.getElementById().&lt;/li&gt;
&lt;li&gt;$$(&quot;css&quot;) - Returns an array of elements that match a CSS selector.&lt;/li&gt;
&lt;li&gt;$x(&quot;xpath&quot;) - Returns an array of elements that match an XPath selector.&lt;/li&gt;
&lt;li&gt;$0 - Variable containing the most recently inspected object.&lt;/li&gt;
&lt;li&gt;$1 - Variable containing the next most recently inspected object.&lt;/li&gt;
&lt;li&gt;$n(N) - Returns the Nth most recently inspected object.&lt;/li&gt;
&lt;li&gt;inspect(object) - Displays an object in the DOM Inspector.&lt;/li&gt;
&lt;li&gt;dir(object) - Returns an array of property/method names on an object (&lt;a href=&quot;http://loadaveragezero.com/app/drx/Programming/Languages/Python&quot; title=&quot; drx: Programming: Languages: Python &quot;&gt;Python&lt;/a&gt; anyone?)&lt;/li&gt;
&lt;li&gt;clear() - Clears the console.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&amp;gt;&amp;gt;&amp;gt; inspect(document)&lt;/p&gt;

&lt;p&gt;is a good place to get started.&lt;/p&gt;

&lt;h3&gt;CSS Quick Search&lt;/h3&gt;

&lt;p&gt;While in Inspect mode, you can use the &lt;a href=&quot;http://www.joehewitt.com/blog/fun_with_firebu_1.php&quot; title=&quot; Fun with FireBug: CSS Quick Search &quot;&gt;quick search&lt;/a&gt; box to locate any element by entering a CSS selector. FireBug will display all matching elements in the console view, which you can then expand to view more details or switch tabs to explore the stylesheet that defines the rules for each element, the computed propeties and layout/display attributes, JavaScript events that are attached to the element, and even the gory details of DOM for the selected item.&lt;/p&gt;

&lt;p&gt;You can also use quick search to match JavaScript &lt;a href=&quot;http://www.quirksmode.org/js/events_events.html&quot;&gt;events&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;In the future, Joe plans on adding XPath search as well as plain text. For those in a hurry, you can try the &lt;a href=&quot;http://www.joehewitt.com/blog/files/getElementsBySelector.js&quot;&gt;getElementsBySelector()&lt;/a&gt;
JavaScript function, which uses the Firefox XPath &lt;acronym title=&quot; Application Programming Interface &quot;&gt;API&lt;/acronym&gt; to translate CSS selectors to XPath making them a lot faster than searching the DOM directly.&lt;/p&gt;

&lt;h3&gt;FireBug 1.2&lt;/h3&gt;

&lt;p&gt;Some of this material is a bit dated. For the latest on FireBug, visit the new &lt;a href=&quot;http://getfirebug.com/&quot;&gt;Get FireBug&lt;/a&gt; Web site and in particular the &quot;Learn more&quot; feature links on the home page and the &lt;a href=&quot;http://getfirebug.com/docs.html&quot;&gt;documentation&lt;/a&gt; section.&lt;/p&gt;
    </content:encoded>
    <pubDate>Sat, 25 Oct 2008 03:10:00 -0400</pubDate>
    <guid isPermaLink="false">http://loadaveragezero.com/app/s9y/index.php?/archives/150-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><category>ajax</category>
<category>css</category>
<category>debug</category>
<category>dom</category>
<category>extension</category>
<category>firebug</category>
<category>firefox</category>
<category>javascript</category>
<category>xml</category>
<category>xmlhttprequest</category>
</item>
<item>
    <title>Adding Favicons to your Site Info Bookmarks Toolbar Folder</title>
    <link>http://loadaveragezero.com/app/s9y/index.php?/archives/121-Adding-Favicons-to-your-Site-Info-Bookmarks-Toolbar-Folder.html</link>
<category>Firefox</category><category>Extensions</category>    <comments>http://loadaveragezero.com/app/s9y/index.php?/archives/121-Adding-Favicons-to-your-Site-Info-Bookmarks-Toolbar-Folder.html#comments</comments>
    <wfw:comment>http://loadaveragezero.com/app/s9y/wfwcomment.php?cid=121</wfw:comment>
    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://loadaveragezero.com/app/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=121</wfw:commentRss>
    <author>dwclifton@gmail.com (Douglas Clifton)</author>
    <content:encoded>
&lt;p&gt;
&lt;a class=&quot;img&quot; href=&quot;http://www.flickr.com/photos/dwclifton/119636841/&quot;&gt;&lt;img class=&quot;right&quot; src=&quot;http://static.flickr.com/38/119636841_839a23e677_o.gif&quot; alt=&quot;folder&quot; title=&quot; Site Info Bookmarks Toolbar Folder &quot; /&gt;&lt;/a&gt;
&lt;img src=&quot;http://loadaveragezero.com/img/fav/drx/favpicker.gif&quot; class=&quot;icon&quot; alt=&quot;favicon&quot; title=&quot; Favicon Picker &quot; /&gt; If you want to get &lt;em&gt;&lt;strong&gt;really&lt;/strong&gt;&lt;/em&gt; fancy with your &lt;a href=&quot;http://loadaveragezero.com/app/s9y/index.php?/archives/119-Site-Info-Bookmarks-Toolbar-Folder.html&quot;&gt;Site Info Bookmarks Toolbar Folder&lt;/a&gt;, you can add favicons to each link. I happen to think this not only improves the visual appeal of the list, it's also a mnemonic aid making it that much easier to pick out the one you're after.
&lt;br /&gt;&lt;br /&gt;
To get started you'll first need to install the &lt;a href=&quot;http://forums.mozillazine.org/viewtopic.php?t=321562&quot;&gt;Favicon Picker&lt;/a&gt; &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Clients/Browsers/Firefox&quot;&gt;Firefox&lt;/a&gt; &lt;a href=&quot;http://loadaveragezero.com/drx/extensions&quot;&gt;extension&lt;/a&gt; (for Firefox versions prior to 1.5, go &lt;a href=&quot;https://addons.mozilla.org/extensions/moreinfo.php?id=325&quot;&gt;here&lt;/a&gt;). Since you'll need to have local copies of the icons in order to install them, you'll want a quick way to grab them from each site. I used my &lt;a href=&quot;http://loadaveragezero.com/proto/favicon.php&quot;&gt;Fetch Favicon&lt;/a&gt; script to extract them from each URL (you should notice this tool is now on the list of Site Info links, more on that in a sec). Once you fetch the icon, simply drag it out of the browser window and drop it onto your desktop.
&lt;br /&gt;&lt;br /&gt;
In some cases the sites either had no icon, or I had a better one to work with. For more help on creating icons, visit &lt;a href=&quot;http://loadaveragezero.com/app/s9y/index.php?/archives/87-Favicon-Tools.html&quot;&gt;Favicon Tools&lt;/a&gt;. If there is enough interest, I may provide a zip file with all the icons in it, or add them to the permanent (and growing) list of &lt;a href=&quot;http://loadaveragezero.com/proto/bookmarks.php&quot;&gt;Site Info Bookmarks&lt;/a&gt;. I'm also investigating a way to save a backup of the Site Info folder, icons and all, and providing the archive to my visitors so they can simply install the whole shebang locally without having to go through all of this trouble.
&lt;br /&gt;&lt;br /&gt;
Until then, the easiest way to add favicons to the list is to save the images temporarily to your desktop and then open the Site Info folder and right click on each corresponding link. From the context menu select &quot;Properties&quot; and after the dialog box opens you should notice a new control group labeled &quot;Icon.&quot; Press the &quot;Browse...&quot; button to locate the icon file on your desktop, then click on it to select the icon and return to the Properties dialog. Once you're satisfied you have the right one, click the &quot;OK&quot; button to save. When you're done with all of them, you should have a fancy new list similar to the one on the right.
&lt;/p&gt;
    </content:encoded>
    <pubDate>Tue, 28 Mar 2006 21:47:25 -0500</pubDate>
    <guid isPermaLink="false">http://loadaveragezero.com/app/s9y/index.php?/archives/121-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><category>bookmark</category>
<category>bookmarklet</category>
<category>browser</category>
<category>extension</category>
<category>favicon</category>
<category>favlet</category>
<category>firefox</category>
<category>icons</category>
<category>toolbar</category>
</item>
<item>
    <title>Extend Firefox Winners</title>
    <link>http://loadaveragezero.com/app/s9y/index.php?/archives/108-Extend-Firefox-Winners.html</link>
<category>Firefox</category><category>Extensions</category>    <comments>http://loadaveragezero.com/app/s9y/index.php?/archives/108-Extend-Firefox-Winners.html#comments</comments>
    <wfw:comment>http://loadaveragezero.com/app/s9y/wfwcomment.php?cid=108</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://loadaveragezero.com/app/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=108</wfw:commentRss>
    <author>dwclifton@gmail.com (Douglas Clifton)</author>
    <content:encoded>
&lt;p&gt;&lt;img src=&quot;http://loadaveragezero.com/img/fav/drx/mozilla.gif&quot; class=&quot;icon&quot; alt=&quot;mozilla&quot; title=&quot;  Mozilla Developer Center &quot; /&gt; Winners of the &lt;a href=&quot;http://developer.mozilla.org/contests/extendfirefox/&quot;&gt;Extend Firefox&lt;/a&gt; contest have been announced. The three winning &lt;a href=&quot;http://loadaveragezero.com/drx/extensions&quot;&gt;extensions&lt;/a&gt; in the Grand Prize category are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Best New Extension Overall: &lt;a href=&quot;https://addons.mozilla.org/extensions/moreinfo.php?id=1942&amp;amp;application=firefox&quot;&gt;Reveal&lt;/a&gt; &amp;#8212; Allows you to see thumbnails of pages in your session history and quickly find the page you want.&lt;/li&gt;
&lt;li&gt;Best Upgraded Extension: &lt;a href=&quot;http://loadaveragezero.com/drx/extensions#pederick:developer&quot;&gt;Web Developer&lt;/a&gt; &amp;#8212; An essential extension for any Web developer/designer as it provides a raft of incredibly useful features all under one roof.&lt;/li&gt;
&lt;li&gt;Best Use of New Firefox 1.5 Features: &lt;a href=&quot;https://addons.mozilla.org/extensions/moreinfo.php?id=1810&amp;amp;application=firefox&quot;&gt;Firefox Showcase&lt;/a&gt; &amp;#8212; Locate and select any open browser window in Firefox.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In addition, eight more Best in Class winners have been awarded prizes for New and Upgraded extensions in these categories:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Most Innovative&lt;/li&gt;
&lt;li&gt;Most Useful&lt;/li&gt;
&lt;li&gt;Best User Experience&lt;/li&gt;
&lt;li&gt;Best Integration with a Web Service&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Grand prize winners receive an Alienware Aurora 7500 Firefox Edition PC. Best in Class winners receive an Apple iPod Nano and a $250 Gift Certificate from O'Reilly. All winners get Firefox 1.5 Prize Packs which include a t-shirt, cap, and laptop bag.&lt;/p&gt;

&lt;p&gt;If you were thinking the only reward for developing &lt;a href=&quot;http://loadaveragezero.com/app/drx/Software/Open_Source&quot;&gt;open-source&lt;/a&gt; software is that warm, fuzzy feeling, have a look at that Alienware PC. Then maybe it will be time to dust off your &lt;a href=&quot;http://loadaveragezero.com/app/drx/Programming/Languages/JavaScript&quot;&gt;JavaScript&lt;/a&gt;, &lt;a href=&quot;http://loadaveragezero.com/drx/tag/X#xul&quot;&gt;XUL&lt;/a&gt; and &lt;a href=&quot;http://loadaveragezero.com/app/drx/Data_Formats/Metadata/RDF&quot;&gt;RDF&lt;/a&gt; skills and get to work on that killer new extension.&lt;/p&gt;
    </content:encoded>
    <pubDate>Sat, 04 Mar 2006 16:50:10 -0500</pubDate>
    <guid isPermaLink="false">http://loadaveragezero.com/app/s9y/index.php?/archives/108-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><category>browser</category>
<category>contest</category>
<category>developer</category>
<category>extension</category>
<category>firefox</category>
<category>javascript</category>
<category>open-source</category>
<category>oreilly</category>
<category>programming</category>
<category>rdf</category>
<category>xul</category>
</item>
<item>
    <title>Metroblogging Meets Performancing</title>
    <link>http://loadaveragezero.com/app/s9y/index.php?/archives/84-Metroblogging-Meets-Performancing.html</link>
<category>Blog</category><category>Extensions</category>    <comments>http://loadaveragezero.com/app/s9y/index.php?/archives/84-Metroblogging-Meets-Performancing.html#comments</comments>
    <wfw:comment>http://loadaveragezero.com/app/s9y/wfwcomment.php?cid=84</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://loadaveragezero.com/app/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=84</wfw:commentRss>
    <author>dwclifton@gmail.com (Douglas Clifton)</author>
    <content:encoded>
&lt;p&gt;&lt;img src=&quot;http://loadaveragezero.com/img/fav/drx/metblogs.gif&quot; class=&quot;icon&quot; alt=&quot;metblogs&quot; title=&quot; Metroblogging &quot; /&gt;+&lt;img src=&quot;http://loadaveragezero.com/img/fav/drx/performancing.gif&quot; class=&quot;icon&quot; alt=&quot;performancing&quot; title=&quot; Performancing &quot; /&gt; For my inaugural &lt;a href=&quot;http://dc.metblogs.com/&quot;&gt;DC Metroblogging&lt;/a&gt; post, I've written an article on installing and using the &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Clients/Browsers/Firefox#performancing:blog-editor&quot;&gt;Performancing&lt;/a&gt; blog editor &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Clients/Browsers/Firefox&quot;&gt;Firefox&lt;/a&gt; &lt;a href=&quot;http://loadaveragezero.com/drx/extensions&quot;&gt;extension&lt;/a&gt;. Which is awesome&amp;#8212;&lt;a href=&quot;http://loadaveragezero.com/drx/author/J#a396&quot;&gt;Jed Brown&lt;/a&gt; is the man.&lt;/p&gt;

&lt;p&gt;Visit &lt;a href=&quot;http://dc.metblogs.com/archives/2006/02/performancing_f.phtml&quot;&gt;Performancing for Firefox&lt;/a&gt;.&lt;/p&gt;
    </content:encoded>
    <pubDate>Thu, 09 Feb 2006 19:36:00 -0500</pubDate>
    <guid isPermaLink="false">http://loadaveragezero.com/app/s9y/index.php?/archives/84-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><category>blog</category>
<category>browser</category>
<category>editors</category>
<category>extension</category>
<category>firefox</category>
<category>metblogs</category>
<category>mozilla</category>
<category>performancing</category>
</item>
<item>
    <title>SpellBound Development Version</title>
    <link>http://loadaveragezero.com/app/s9y/index.php?/archives/83-SpellBound-Development-Version.html</link>
<category>Firefox</category><category>Extensions</category>    <comments>http://loadaveragezero.com/app/s9y/index.php?/archives/83-SpellBound-Development-Version.html#comments</comments>
    <wfw:comment>http://loadaveragezero.com/app/s9y/wfwcomment.php?cid=83</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://loadaveragezero.com/app/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=83</wfw:commentRss>
    <author>dwclifton@gmail.com (Douglas Clifton)</author>
    <content:encoded>
&lt;p&gt;&lt;img src=&quot;http://loadaveragezero.com/img/fav/drx/mozillazine.gif&quot; class=&quot;icon&quot; alt=&quot;mozillazine&quot; title=&quot; mozillaZine  &quot; /&gt; When I posted earlier about the &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Clients/Browsers/Firefox&quot;&gt;Firefox&lt;/a&gt; &lt;a href=&quot;http://loadaveragezero.com/app/s9y/index.php?/archives/75-Firefox-1.5.0.1.html&quot;&gt;1.5.0.1 update&lt;/a&gt; I complained about wanting to wait for a &lt;a href=&quot;http://loadaveragezero.com/drx/extensions#spellbound:mozilla&quot;&gt;SpellBound&lt;/a&gt; update before installing the upgrade. For various reasons I decided to go ahead and upgrade my browser.&lt;/p&gt;

&lt;p&gt;But I quickly found I was missing spell checking too much so I started to investigate a solution. Like all &lt;a href=&quot;http://loadaveragezero.com/drx/extensions&quot; title=&quot; Firefox Extensions &quot;&gt;extensions&lt;/a&gt;, there are two values in the &lt;a href=&quot;http://loadaveragezero.com/app/drx/Data_Formats/Metadata/RDF&quot; title=&quot; Resource Description Framework &quot;&gt;RDF&lt;/a&gt; install resource script that tells Firefox which browser version(s) the extension is designed for. This RDF is basically a list of application &lt;a href=&quot;http://loadaveragezero.com/app/drx/Data_Formats/Metadata&quot;&gt;metadata&lt;/a&gt; and is known as the &lt;a href=&quot;http://developer.mozilla.org/en/docs/Install_Manifests&quot;&gt;Install Manifest&lt;/a&gt;. Under the &lt;a href=&quot;http://developer.mozilla.org/en/docs/Install_Manifests#targetApplication&quot;&gt;&amp;lt;em:targetApplication&amp;gt;&lt;/a&gt; element the extension author will set the min and max versions supported. Sometimes all that is necessary to get a disabled extension to work is to modify the max value to match your browser and reinstall the extension. This especially true for minor version updates like 1.5 to 1.5.0.1.&lt;/p&gt;

&lt;p&gt;However, it can be a real headache to track down the install.rdf manifest in your Firefox extensions directory, edit the file, and reinstall. So here's one solution that not only worked for SpellBound (the current version available on &lt;a href=&quot;http://loadaveragezero.com/app/drx/Software/Open_Source#sourceforge:home&quot;&gt;SourceForge&lt;/a&gt; and the &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Clients/Browsers/Firefox#extmirror:nl&quot;&gt;Extensions Mirror&lt;/a&gt; is 0.7.3), it also worked for the (English) dictionary I had installed, and a few other extensions that were disabled. Start by installing the &lt;a href=&quot;http://users.blueprintit.co.uk/~dave/web/firefox/buildid/nightly.html&quot;&gt;Nightly Tester Tools&lt;/a&gt; extension (make sure you grab the latest version, as of this writing it was 0.7.9.11). Afterwards you will find that your &lt;u&gt;T&lt;/u&gt;ools-&amp;gt;&lt;u&gt;E&lt;/u&gt;xtensions dialog has a new button &quot;Make all compatible&quot; next to the &quot;Find Updates&quot; button. Now click on the Make all compatible button and restart Firefox. Like magic, SpellBound is working again.&lt;/p&gt;

&lt;p&gt;Now these instructions come with a caveat. Many of the features in Nightly Tester Tools are experimental and there is no guarantee that your extensions will actually function with the newer version of Firefox once you upgrade. &lt;b&gt;&lt;i&gt;Always&lt;/i&gt;&lt;/b&gt; search for and install upgrades from the author first if they are available. And here's another tip for you, if you find all this removing, installing and upgrading of extensions is a pain, then I recommend trying &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Clients/Browsers/Firefox#restart:firefox&quot;&gt;Restart Firefox&lt;/a&gt;&amp;#8212;I have been using it for awhile and it is one handy little shortcut.&lt;/p&gt;

&lt;p&gt;And now the plot thickens. That's right folks, I am no longer running the old version of SpellBound at all. This morning I began evaluating the &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Clients/Browsers/Firefox#performancing:blog-editor&quot;&gt;Performancing&lt;/a&gt; blog editing extension (an outstanding tool, more on that later) and discovered a sweet replacement, namely the &lt;a href=&quot;http://forums.mozillazine.org/viewtopic.php?t=351130&amp;amp;start=0&quot;&gt;SpellBound Development&lt;/a&gt; version. Along with everything you're already used to (plus it fixes a few bugs that I noticed with the older version), you now have spell check as you type (misspelled words are underlined in red), context menu replacements (Ctrl+click on the misspelled word) and a full API so that other extensions (such as the rich text editor provided with Performancing) can take advantage of spell checking. Nice.&lt;/p&gt;

&lt;p&gt;You may have noticed of late that blogZero has had something of a &lt;a href=&quot;http://loadaveragezero.com/app/s9y/index.php?/categories/27-Browsers&quot;&gt;browser&lt;/a&gt; thread going. &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Clients/Browsers/Opera#opera:labs&quot;&gt;Opera 9&lt;/a&gt; is cool, all the new browsers for &lt;a href=&quot;http://loadaveragezero.com/app/drx/Software/Operating_Systems/Unix/Mac_OS_X&quot;&gt;OS X&lt;/a&gt; are great too, but from my point of view nothing beats Firefox for shear power in the form of all these excellent extensions.&lt;/p&gt;
    </content:encoded>
    <pubDate>Thu, 09 Feb 2006 14:37:00 -0500</pubDate>
    <guid isPermaLink="false">http://loadaveragezero.com/app/s9y/index.php?/archives/83-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><category>api</category>
<category>blog</category>
<category>developer</category>
<category>extension</category>
<category>firefox</category>
<category>mac</category>
<category>metadata</category>
<category>mozilla</category>
<category>opera</category>
<category>osx</category>
<category>rdf</category>
</item>
<item>
    <title>Greasemonkey Exposes Access Keys</title>
    <link>http://loadaveragezero.com/app/s9y/index.php?/archives/64-Greasemonkey-Exposes-Access-Keys.html</link>
<category>Firefox</category><category>Extensions</category><category>Accessibility</category>    <comments>http://loadaveragezero.com/app/s9y/index.php?/archives/64-Greasemonkey-Exposes-Access-Keys.html#comments</comments>
    <wfw:comment>http://loadaveragezero.com/app/s9y/wfwcomment.php?cid=64</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://loadaveragezero.com/app/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=64</wfw:commentRss>
    <author>dwclifton@gmail.com (Douglas Clifton)</author>
    <content:encoded>
&lt;p&gt;&lt;img src=&quot;http://loadaveragezero.com/img/fav/drx/juicy.gif&quot; class=&quot;icon&quot; alt=&quot;juicystudio&quot; title=&quot; Juicy Studio &quot; /&gt; Following up on a &lt;a href=&quot;http://golem.ph.utexas.edu/~distler/blog/archives/000723.html&quot; title=&quot; Editable Accesskeys &quot;&gt;concept&lt;/a&gt; by &lt;a href=&quot;http://loadaveragezero.com/drx/author/J#a284&quot;&gt;Jacques Distler&lt;/a&gt;, &lt;a href=&quot;http://loadaveragezero.com/drx/author/G#a2&quot;&gt;Gez Lemon&lt;/a&gt; has posted an article and an amazing little &lt;a href=&quot;http://loadaveragezero.com/drx/extensions#greasemonkey:greasemonkey&quot;&gt;Greasemonkey&lt;/a&gt; script that not only exposes any accesskeys that are used by a Web site, it also allows you to edit them the suit your preferences.&lt;/p&gt;

&lt;blockquote&gt;
Greasemonkey is a most remarkable extension, and could prove incredibly useful for empowering people with disabilities, particularly cognitive difficulties, as it provides a convenient means to repurpose content according to the needs of the visitor.
&lt;/blockquote&gt;

&lt;p&gt;Well said. Visit: &lt;a href=&quot;http://juicystudio.com/article/greasemonkey-user-script-to-manage-access-keys.php&quot;&gt;Greasemonkey User Script to Manage Access Keys&lt;/a&gt; to learn more and install the script.&lt;/p&gt;

&lt;p&gt;Nice work guys!&lt;/p&gt;
    </content:encoded>
    <pubDate>Tue, 17 Jan 2006 00:47:00 -0500</pubDate>
    <guid isPermaLink="false">http://loadaveragezero.com/app/s9y/index.php?/archives/64-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><category>accessibility</category>
<category>extension</category>
<category>firefox</category>
<category>greasemonkey</category>
<category>javascript</category>
<category>mozilla</category>
<category>user-interface</category>
</item>
<item>
    <title>Web Developer 1.0</title>
    <link>http://loadaveragezero.com/app/s9y/index.php?/archives/57-Web-Developer-1.0.html</link>
<category>Firefox</category><category>Extensions</category>    <comments>http://loadaveragezero.com/app/s9y/index.php?/archives/57-Web-Developer-1.0.html#comments</comments>
    <wfw:comment>http://loadaveragezero.com/app/s9y/wfwcomment.php?cid=57</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://loadaveragezero.com/app/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=57</wfw:commentRss>
    <author>dwclifton@gmail.com (Douglas Clifton)</author>
    <content:encoded>
&lt;p&gt;&lt;img src=&quot;http://loadaveragezero.com/img/fav/drx/pederick.gif&quot; class=&quot;icon&quot; alt=&quot;web developer&quot; title=&quot; Web Developer Toolbar Extension &quot; /&gt; &lt;a href=&quot;http://loadaveragezero.com/drx/author/C#a231&quot;&gt;Chris Pederick&lt;/a&gt; has just (okay, a few days ago&amp;#8212;I don't know how I missed it) released version 1.0 of the &lt;a href=&quot;http://loadaveragezero.com/drx/extensions#pederick:developer&quot;&gt;Web Developer&lt;/a&gt; Toolbar Extension. If you are not familiar with this outstanding piece of work, Wake Up!&lt;/p&gt;

&lt;p&gt;For those that are, visit the &lt;a href=&quot;http://chrispederick.com/work/webdeveloper/documentation/history/&quot;&gt;History&lt;/a&gt; page for a complete list of new features. There is also an ongoing &lt;a href=&quot;http://chrispederick.com/blog/2005/12/31/web-developer-10/&quot;&gt;discussion&lt;/a&gt; and an updated &lt;a href=&quot;http://chrispederick.com/work/webdeveloper/documentation/&quot;&gt;documentation&lt;/a&gt; section.&lt;/p&gt;

&lt;p&gt;Along with &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Clients/Browsers/Firefox&quot;&gt;Firefox&lt;/a&gt;, the Web Developer extension also supports &lt;a href=&quot;http://www.flock.com/&quot;&gt;Flock&lt;/a&gt; and &lt;a href=&quot;http://www.mozilla.org/products/mozilla1.x/&quot;&gt;Mozilla&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you are a developer, run don't walk to &lt;a href=&quot;http://chrispederick.com/work/webdeveloper/documentation/installation/&quot;&gt;install or upgrade&lt;/a&gt; this must-have suite of tools.&lt;/p&gt;
    </content:encoded>
    <pubDate>Tue, 03 Jan 2006 23:03:00 -0500</pubDate>
    <guid isPermaLink="false">http://loadaveragezero.com/app/s9y/index.php?/archives/57-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><category>browser</category>
<category>css</category>
<category>design</category>
<category>developer</category>
<category>extension</category>
<category>firefox</category>
<category>flock</category>
<category>layout</category>
<category>markup</category>
<category>mozilla</category>
<category>programming</category>
<category>testing</category>
<category>validation</category>
</item>
<item>
    <title>Geo Afflicted</title>
    <link>http://loadaveragezero.com/app/s9y/index.php?/archives/53-Geo-Afflicted.html</link>
<category>Firefox</category><category>Extensions</category>    <comments>http://loadaveragezero.com/app/s9y/index.php?/archives/53-Geo-Afflicted.html#comments</comments>
    <wfw:comment>http://loadaveragezero.com/app/s9y/wfwcomment.php?cid=53</wfw:comment>
    <slash:comments>11</slash:comments>
    <wfw:commentRss>http://loadaveragezero.com/app/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=53</wfw:commentRss>
    <author>dwclifton@gmail.com (Douglas Clifton)</author>
    <content:encoded>
&lt;p&gt;&lt;img src=&quot;http://loadaveragezero.com/img/fav/drx/greasemonkey.gif&quot; class=&quot;icon&quot; alt=&quot;greasemonkey&quot; title=&quot; Greasemonkey &quot; /&gt; Hello, my name is Doug, and I am a geotagging addict. They tell me I should admit that I am powerless over this terrible affliction. Perhaps, some day, I will start down that long road to recovery.&lt;/p&gt;

&lt;p&gt;In the meantime, I'm having too much fun. If you would like to join in, here are some steps to get you started.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1&lt;/strong&gt;. Get yourself a &lt;a href=&quot;http://www.flickr.com/&quot;&gt;Flickr&lt;/a&gt; account. Anyone can sign-up for free, and this worked for me for a while. But if you grow tired of the ads, and the monthly bandwidth limits that restrict the number of pictures (or rather the total amount of data) you can upload, then a pro account is less than $25 US per year. Which, when compared to the typical chemical addiction, is dirt-cheap.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2&lt;/strong&gt;. If you haven't already, install a copy of &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Clients/Browsers/Firefox&quot;&gt;Firefox&lt;/a&gt;. The &lt;a href=&quot;http://loadaveragezero.com/drx/extensions&quot;&gt;extensions&lt;/a&gt; available for this browser are worth the admission price alone. Which is also free by the way. Many platforms are supported, including Microsoft Windows, &lt;a href=&quot;http://loadaveragezero.com/app/drx/Software/Operating_Systems/Unix/Mac_OS_X&quot;&gt;Mac OS X&lt;/a&gt;, &lt;a href=&quot;http://loadaveragezero.com/app/drx/Software/Operating_Systems/Unix/Linux&quot;&gt;Linux&lt;/a&gt;, &lt;a href=&quot;http://loadaveragezero.com/app/drx/Software/Operating_Systems/Unix/FreeBSD&quot;&gt;FreeBSD&lt;/a&gt; and other Unix-like operating systems that support a graphical (GUI/desktop) interface.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3&lt;/strong&gt;. Install &lt;a href=&quot;http://loadaveragezero.com/drx/extensions#greasemonkey:greasemonkey&quot;&gt;Greasemonkey&lt;/a&gt;. If you have Firefox 1.5, then make sure you install &lt;a href=&quot;http://greasemonkey.mozdev.org/changes/0.6.4.html&quot;&gt;version 0.6.4&lt;/a&gt; or later. What is Greasemonkey? It's a scripting language that allows developers to modify the look and behavior of any Web site (within reason). Price: Free.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4&lt;/strong&gt;. Install &lt;a href=&quot;http://webdev.yuan.cc/gmif/&quot;&gt;Google Maps in Flickr&lt;/a&gt; (GMiF). Once Greasemonkey is installed, this is as easy as right clicking on the link and selecting &quot;Install User Script...&quot; Free.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5&lt;/strong&gt;. If you don't have one already, a digital camera is a must. I suppose you could use a conventional camera and scan your prints, but with the ubiquity, price, and selection of digital cameras these days, there really is no reason to stick with the old analog variety. Not free, but they are a lot cheaper and feature-rich when compared to just a few years ago. I have a &lt;a href=&quot;http://www.amazon.com/o/tg/detail/-/B0007CZ70Y/loadaverageze-20&quot;&gt;Sony Cybershot&lt;/a&gt;, a nice little pocket-rocket camera.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6&lt;/strong&gt;. Upload some photos to Flickr. You can use the standard browser interface provided with your Flickr account, or there are a number of &lt;a href=&quot;http://www.flickr.com/tools/&quot;&gt;tools&lt;/a&gt; available to make this easier.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7&lt;/strong&gt;. Determine the location of your pictures in terms of latitude and longitude (in decimal precision rather than minutes and seconds). An inexpensive GPS handheld unit of the backpacking variety works great for this. I bought my &lt;a href=&quot;http://www.amazon.com/o/tg/detail/-/B00029TN9S/loadaverageze-20&quot;&gt;eXplorist 200&lt;/a&gt; (thanks &lt;a href=&quot;http://www.digital-web.com/about/staff/nick_finck/&quot;&gt;Nick&lt;/a&gt;!) for under $100. Or you get an even fancier GPS such as the bluetooth &lt;a href=&quot;http://www.amazon.com/o/tg/detail/-/B000CDMX4Q/loadaverageze-20&quot;&gt;TomTom&lt;/a&gt; that interfaces with your PDA. If you really want to go all out, have a look at the &lt;a href=&quot;http://www.livingroom.org.au/photolog/reviews/miscellaneous/ricoh_pro_g3_gps_ready_digital_camera.php&quot;&gt;Ricoh Pro G3&lt;/a&gt; digital camera, which embeds the geographic &lt;a href=&quot;http://loadaveragezero.com/app/drx/Data_Formats/Metadata&quot;&gt;metadata&lt;/a&gt; using GPS technology right into the JPEG format of each photograph.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.amazon.com/o/tg/detail/-/B00029TN9S/loadaverageze-20&quot;&gt;&lt;img src=&quot;http://loadaveragezero.com/img/eXplorist.jpg&quot; alt=&quot;explorist&quot; title=&quot; Magellan eXplorist 200 &quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8&lt;/strong&gt;. Geotag your photos. You can either tag each photo as you upload them (or collectively), or tag them once they are already part of your Flickr library. If you don't have a GPS device, all is not lost. If you find the spot on &lt;a href=&quot;http://maps.google.com/&quot;&gt;Google Maps&lt;/a&gt; or the new beta version of &lt;a href=&quot;http://maps.yahoo.com/beta/&quot;&gt;Yahoo! Maps&lt;/a&gt;, simply check the URL in the address bar of your browser for the latitude and longitude. But wait! There's an even easier way, since you already have Firefox and Greasemonkey, install the &lt;a href=&quot;http://webdev.yuan.cc/greasemonkey/#geotags&quot;&gt;Tags for Geobloggers&lt;/a&gt; user script, and the tags needed for your Flickr photos are much easier to access so you can copy and paste them into Flickr. The three essential tags you need are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;geotagged&lt;/li&gt;
&lt;li&gt;geo:lat=value&lt;/li&gt;
&lt;li&gt;geo:lon=value&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Keep in mind that if you are west of the Greenwich Meridian (for example in the United States), the longitude is expressed as a negative value. Likewise, if you are below the Equator (for instance in South America), the latitude is also expressed as a negative value.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9&lt;/strong&gt;. Now you are ready to enjoy your photos enhanced with geographic metadata using the GMiF Greasemonkey script. View one of your pictures: Above and on the right of each one is a new Gmap button. Click on it and a map appears, replacing the picture. That's right, you don't have to leave Flickr to use this feature! That's the power of Greasemonkey in a nutshell. The photo will appear as a thumbnail in a tooltip pointing at the location on the map. Included with the tooltip are the title of the picture, the latitude and longitude and links to other Flickr and external functions. Along the bottom of the map are all of your geotagged pictures, and a set of controls that allow you to cycle through them, or play them as a slideshow while the map updates to reflect the current image. Neat, eh?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;10&lt;/strong&gt;. Join the &lt;a href=&quot;http://www.flickr.com/groups/geotagging/&quot;&gt;Geotagging Flickr&lt;/a&gt; group. Now you can load all of your pictures and, from the sidebar, select the group so you drag and drop your photos for everyone in the group to enjoy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;11&lt;/strong&gt;. Don't forget to check out the pictures from the other enthusiasts in the group! Remember, the tools you now have at hand will work for any photo on Flickr, as long as it is geotagged. It's a fascinating &quot;armchair&quot; way of traveling all over the world, and see it through someone else's camera lens.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;12&lt;/strong&gt;. Share your pictures with friends, family (send them an email with a link) or everyone by making your Flickr photos publicly viewable. By using a link to the Geobloggers Web site in your geotagged photo's description, like this:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;a href=&quot;http://www.geobloggers.com/&quot;&amp;gt;geotagged&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then anyone can follow the link regardless of which browser they are using and see the mapped location of the picture. Note: &lt;a href=&quot;http://www.geobloggers.com/&quot;&gt;Geobloggers&lt;/a&gt; was down for retooling at the time of this writing, look for it to be back up soon.&lt;/p&gt;

&lt;p&gt;I suppose you can blame me if you become a geotagging addict too. See you at the meetings! Or more likely, the Geotagging Flickr group.&lt;/p&gt;

&lt;p&gt;Enjoy your holidays, and don't forget to share some photographs.&lt;/p&gt;
    </content:encoded>
    <pubDate>Sun, 25 Dec 2005 23:36:00 -0500</pubDate>
    <guid isPermaLink="false">http://loadaveragezero.com/app/s9y/index.php?/archives/53-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><category>flickr</category>
<category>geotag</category>
<category>google</category>
<category>gps</category>
<category>maps</category>
<category>photography</category>
<category>yahoo</category>
</item>
<item>
    <title>Web Developer Ripoff</title>
    <link>http://loadaveragezero.com/app/s9y/index.php?/archives/27-Web-Developer-Ripoff.html</link>
<category>Firefox</category><category>Extensions</category>    <comments>http://loadaveragezero.com/app/s9y/index.php?/archives/27-Web-Developer-Ripoff.html#comments</comments>
    <wfw:comment>http://loadaveragezero.com/app/s9y/wfwcomment.php?cid=27</wfw:comment>
    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://loadaveragezero.com/app/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    <author>dwclifton@gmail.com (Douglas Clifton)</author>
    <content:encoded>
&lt;p&gt;&lt;img src=&quot;http://loadaveragezero.com/img/fav/drx/pederick.gif&quot; class=&quot;icon&quot; alt=&quot;webdeveloper&quot; title=&quot; Web Developer Firefox Extension &quot;&gt; On a tip from &lt;a href=&quot;http://forevergeek.com/open_source/chris_pederick_ripped_off.php&quot; title=&quot; Chris Pederick Ripped Off &quot;&gt;Forevergeek&lt;/a&gt;, I found out today some very disturbing news. A foul and disgusting act has been perpetrated on the hard work done by &lt;a href=&quot;http://loadaveragezero.com/drx/author/C#a231&quot; title=&quot; Chris Pederick &quot;&gt;Chris Pederick&lt;/a&gt;, who created the outstanding &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Design_and_Development/Developer_Resources#pederick:developer&quot; title=&quot; Web Developer &quot;&gt;Web Developer&lt;/a&gt; &lt;a href=&quot;http://loadaveragezero.com/drx/extensions&quot; title=&quot; Firefox Extensions for Web Developers &quot;&gt;Firefox Extension&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Everyone by now should be aware that I'm a fan of Open Source, and Web Developer is under a &lt;a href=&quot;http://loadaveragezero.com/app/drx/Software/Open_Source/Licenses#gnu:philosophy&quot; title=&quot; GNU General Public License &quot;&gt;GPL&lt;/a&gt; license, so anyone can download and use the source code and adapt and improve on it (within the retrictions of the license).&lt;/p&gt;

&lt;p&gt;But this is pretty blatant. The company, &lt;a href=&quot;http://www.aevita.com/&quot;&gt;Aevita&lt;/a&gt;, also took the stock icons from &lt;a href=&quot;http://loadaveragezero.com/app/drx/Internet/WWW/Clients/Browsers/Firefox#mozilla:org&quot; title=&quot; The Mozilla Foundation &quot;&gt;Mozilla&lt;/a&gt;, used the exact same layout for their toolbar, and even stole large chunks of the help documentation for their own version. Which is built for IE by the way. And they're charging a fee for it. Sigh.&lt;/p&gt;

&lt;p&gt;I would recommend visiting the Aevita Web site, and giving them an earful, but the last time I checked it was throwing &quot;Bandwidth Exceeded&quot; errors. Dumbasses.&lt;/p&gt;
    </content:encoded>
    <pubDate>Thu, 25 Aug 2005 00:55:13 -0400</pubDate>
    <guid isPermaLink="false">http://loadaveragezero.com/app/s9y/index.php?/archives/27-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><category>developer</category>
<category>firefox</category>
<category>mozilla</category>
<category>open-source</category>
<category>web</category>
</item>
</channel>
</rss>
