<?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>[mck] &#187; Firefox extensions</title>
	<atom:link href="http://www.matthijskamstra.nl/blog/index.php/category/firefox-extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthijskamstra.nl/blog</link>
	<description>a polymath zapper</description>
	<lastBuildDate>Fri, 27 Jan 2012 22:32:36 +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>DIY Firefox extension version 2.0</title>
		<link>http://www.matthijskamstra.nl/blog/index.php/2006/11/15/diy-firefox-extension-version-20/</link>
		<comments>http://www.matthijskamstra.nl/blog/index.php/2006/11/15/diy-firefox-extension-version-20/#comments</comments>
		<pubDate>Wed, 15 Nov 2006 00:50:05 +0000</pubDate>
		<dc:creator>Matthijs Kamstra</dc:creator>
				<category><![CDATA[Firefox extensions]]></category>

		<guid isPermaLink="false">http://www.matthijskamstra.nl/blog/index.php/2006/11/15/diy-firefox-extension-version-20/</guid>
		<description><![CDATA[Update: It&#8217;s beter to change it to a flexible number so it&#8217;s future prove So I changed &#8220;2.0&#8221; to &#8220;2.*&#8221; like this 0.7 2.* You just installed FireFox 2.0 and enjoying it! You want to use one of your favorite extensions but you can&#8217;t: it&#8217;s not compatible with FireFox 2.0. You want to install a [...]]]></description>
			<content:encoded><![CDATA[<div class="highlight"><strong>Update:</strong> It&#8217;s beter to change it to a flexible number so it&#8217;s future prove<br />
So I changed &#8220;<strong>2.0</strong>&#8221; to &#8220;<strong>2.*</strong>&#8221;<br />
like this<br />
<code><br />
     <em:minVersion>0.7</em:minVersion><br />
     <em:maxVersion>2.*</em:maxVersion><br />
</code></p>
</div>
<p>You <a href="http://www.matthijskamstra.nl/blog/index.php/2006/10/28/firefox-20-installed/">just installed FireFox 2.0</a> and enjoying it!<br />
You want to use one of your favorite extensions but you can&#8217;t: it&#8217;s not compatible with FireFox 2.0.<br />
You want to install a new extension, and you can&#8217;t: it&#8217;s not compatible with FireFox 2.0.</p>
<p><strong>Sound familiar?</strong></p>
<p>I found the solution:<br />
It&#8217;s possible to update <strong>some</strong> extensions to FireFox 2.0 (this doesn&#8217;t always work&#8230; I know this from my own experience so be careful!)</p>
<p>Most of the time it&#8217;s a version number that has to be changed&#8230; And it&#8217;s not difficult.<br />
But remember, some code may not work,<br />
In most cases this will work: most programs are <a href="http://en.wikipedia.org/wiki/Backward_compatibility" title="read what WikiPedia has to say">backward compatible</a> which means that is can handle old code.</p>
<h3>So here a step by step walk through this process.</h3>
<p><strong>Source: comment on <a href="https://addons.mozilla.org/firefox/128/">BBCode</a> by Nic Chilton.</strong></p>
<p>xpi files are just zip files, so you can update any extension to work with the latest Firefox yourself by following these instructions:</p>
<p><span id="more-156"></span></p>
<p><strong>Step 1:</strong><br />
Right click on the extension download and click Save Link As and save it to a folder, say <strong>My Documents</strong>. </p>
<p><strong>Step 2:</strong><br />
Go to <strong>My Documents</strong> and go to <strong>Tools</strong>, <strong>Folder Options</strong>, <strong>View</strong> and uncheck Hide extensions for known file types.<br />
<br style="clear:both;" /></p>
<p><strong>Step 3:</strong><br />
<img id="image157" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/screenshot001.jpg" alt="Change xpi to zip" style="float:left;padding-right:10px;padding-bottom:10px;">At the end of extension (in this example <strong>translatepage.xpi</strong>) it will say &#8220;.xpi&#8221; change it to &#8220;.zip&#8221; it&#8217;ll turn into a zip file.<br />
<br style="clear:both;" /></p>
<p><strong>Step 4:</strong><br />
<img id="image158" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/screenshot002.jpg" alt="Open the zip" style="float:left;padding-right:10px;padding-bottom:10px;"/>Open the zip (use <a href="http://www.filzip.com/en/index.html">filezip</a> or <a href="http://www.7-zip.org/">7-zip</a>) and find the install.rdf file.<br />
<br style="clear:both;" /><br />
<strong>Step 5:</strong><br />
<img id="image159" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/screenshot004.jpg" alt="Open with texteditor and look for" style="float:left;padding-right:10px;padding-bottom:10px;"/>Open it with a text editor (I use <a href="http://www.scintilla.org/SciTE.html">Scite</a>, but you can use Wordpad / Notepad if you have that installed) and look for this:<br />
<code><br />
     <em:minVersion>0.7</em:minVersion><br />
     <em:maxVersion>1.5.*</em:maxVersion><br />
</code><br />
and change it to this:<br />
<code><br />
     <em:minVersion>0.7</em:minVersion><br />
     <em:maxVersion>2.*</em:maxVersion><br />
</code></p>
<p><br style="clear:both;" /></p>
<p><strong>Step 6:</strong><br />
Save it to <strong>My Documents</strong>.<br />
Go into the zip file and delete the other install.rdf and drag the other one in there. Now rename it back to &#8220;.xpi&#8221; </p>
<p><br style="clear:both;" /><br />
<strong>Step 7:</strong><br />
<img id="image160" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/screenshot006.jpg" alt="Install xpi" /><br style="clear:both;" />Go to <strong>Firefox</strong>, <strong>Tools</strong>, <strong>Extensions </strong>and click <strong>install</strong>, find the file and install it!!<br />
or<br />
just drag the extension on a Firefox tab and it will install too<br />
<img id="image161" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/screenshot008.jpg" alt="And now it's compatible with Firefox 2.0" /></p>
<h3>How did I get this info</h3>
<p>I was busy create feedback on <a href="http://www.matthijskamstra.nl/blog/index.php/category/design/grumm/">Grumm</a> and so I added a massage on the Toydigger Messageboard.</p>
<p>This forum uses BBCode, and I thought: there must be a Firefox extention that make my live easier!<br />
And there is: <a href="https://addons.mozilla.org/firefox/128/">BBCode</a> (how original <img src='http://www.matthijskamstra.nl/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ). The problem is that this extension doesn&#8217;t work with <a href="http://www.mozilla.com/en-US/firefox/">Firefox 2.0</a>.<br />
And I&#8217;m not patient enough to wait for the developer to change the code so it works for FF2.0.</p>
<p>And now I don&#8217;t have to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthijskamstra.nl/blog/index.php/2006/11/15/diy-firefox-extension-version-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash tools of the trade: flash-plugin switcher</title>
		<link>http://www.matthijskamstra.nl/blog/index.php/2006/10/29/flash-tools-of-the-trade-flash-plugin-switcher/</link>
		<comments>http://www.matthijskamstra.nl/blog/index.php/2006/10/29/flash-tools-of-the-trade-flash-plugin-switcher/#comments</comments>
		<pubDate>Sun, 29 Oct 2006 21:07:07 +0000</pubDate>
		<dc:creator>Matthijs Kamstra</dc:creator>
				<category><![CDATA[Firefox extensions]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tools of the trade]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox extension]]></category>
		<category><![CDATA[SE|PY]]></category>

		<guid isPermaLink="false">http://www.matthijskamstra.nl/blog/index.php/2006/10/29/flash-tools-of-the-trade-flash-plugin-switcher/</guid>
		<description><![CDATA[Very recently I wrote about a Firefox extension: the FlashTracer written by Alessandro Crugnola. This extension will only make the hearts of Flash developers go faster, which it did in my case: I love this plugin! And although this is a relative new Firefox extension, it already helped me debug a application that I build. [...]]]></description>
			<content:encoded><![CDATA[<p>Very recently <a href="http://www.matthijskamstra.nl/blog/index.php/2006/10/12/flash-tools-of-the-trade-debug/">I wrote</a> about a Firefox extension: the <a href="http://www.sephiroth.it/weblog/archives/2006/10/flashtracer_firefox_extensionphp.php">FlashTracer</a> written by Alessandro Crugnola. This extension will only make the hearts of Flash developers go faster, which it did in my case: I love this plugin! And although this is a relative new Firefox extension, it already helped me debug a application that I build.</p>
<p><a href="http://www.sephiroth.it/">Alessandro Crugnola</a> is also the guy that gave us <a href="http://www.sepy.it/" title="SE|PY is a FREE ActionScript editor for Macromedia Flash files">SE|PY</a> (this is the editor I use for Flash programming)</p>
<p><img src="http://www.sephiroth.it/weblog/archives/images/preview1.gif" alt="Screenshot of Flash Switcher extension for Firefox"  style="float:left;padding-right:10px;" />Alessandro created another Firefox extension: <a href="http://www.sephiroth.it/weblog/archives/2006/10/flash_switcher_for_firefox.php" title="Flash Switcher extension for Firefox" >Flash Switcher extension for Firefox</a><br />
<br style="clear:both;"><br />
<img id="image152" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/flash_switcher.jpg" alt="Flash Switcher extension for Firefox" title = "Not yet a official Firefox extension, but it will eventually" style="float:left;">Flash Switcher &#8211; This extension comes with all the currently published flash player plugins (from the version 2 to the most recent 9,0,16) and allows you to easily switch from one plugin to another, or also to remove the currently installed plugin (maybe for testing the express install).</p>
<p>I used to use <a href="http://www.pluginswitcher.de/">KewBee Plugin Switcher</a>. Which is now for free, but if I remember correctly will be a commercial program. The big plus of that program is that it also works for IE, but who cares&#8230;. (and windows doesn&#8217;t like that you install / uninstall something without their knowledge, so it creates lot of ERRORS).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthijskamstra.nl/blog/index.php/2006/10/29/flash-tools-of-the-trade-flash-plugin-switcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 2.0 installed</title>
		<link>http://www.matthijskamstra.nl/blog/index.php/2006/10/28/firefox-20-installed/</link>
		<comments>http://www.matthijskamstra.nl/blog/index.php/2006/10/28/firefox-20-installed/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 00:29:57 +0000</pubDate>
		<dc:creator>Matthijs Kamstra</dc:creator>
				<category><![CDATA[Firefox extensions]]></category>

		<guid isPermaLink="false">http://www.matthijskamstra.nl/blog/?p=150</guid>
		<description><![CDATA[Yes I did, 2 days ago. That not really hot news&#8230; (although Firefox promotion is always good!). It has some very nice new features so check it out. Although this is not why I talk about Firefox; I created a Firefox extensions series to explain why I use them. And the coming of Firefox 2.0 [...]]]></description>
			<content:encoded><![CDATA[<p>Yes I did, 2 days ago.<br />
That not really hot news&#8230; (although <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> promotion is always good!).<br />
It has some very <a href="http://www.mozilla.com/en-US/firefox/features.html">nice new features</a> so check it out.</p>
<p>Although this is not why I talk about Firefox; I created a Firefox extensions series to explain why I use them. And the coming of Firefox 2.0 has some effect on my extensions.<br />
Some of them are obsolete: <strong>Spellbound</strong> and <strike><strong>Tab Mix Plus</strong></strike> (it&#8217;s integrated in Firefox 2 ), which is a good thing.<br />
<strong>Update #2: </strong> Tab Mix Plus is not entirely obsolete, some features are integrated, but it&#8217;s still very useful!</p>
<p>But some don&#8217;t work en the new version: <strike>my <strong><a href="http://www.matthijskamstra.nl/blog/?p=85" title="Read my story about resizeable textarea extension">Resizeable Textarea</a></strong> doesn&#8217;t work anymore, which is a pain in the butt.</strike> I found the new version for FF2.0: install Resizeable Textarea 0.1c directly.<br />
<strike>Strangely enough &#8220;Bookmark this page&#8221; doesn&#8217;t work (and this is not a extension).</strike> <strong>Update #1:</strong> I have no idea but it works again!.<br />
<strike>And last but not least, ListZilla thinks that all extension are installed and they are not.<br />
Some are <em> &#8226; uninstalled</em> by me, some just <strike>don&#8217;t work</strike></strike><br />
<strong>Update #3:</strong> I stopped using Listzilla and changed to Infolister because it has more features.</p>
<p>Update: 27 November 2006 the new list extensions generated by <a href="http://mozilla.doslash.org/infolister">InfoLister</a>:</p>
<div class="extensions">
<h3><span class="hdr">Extensions</span> (enabled: 48, disabled: 47):</h3>
<ul>
<li><a href="http://karmatics.com/aardvark/">Aardvark</a> 1.1 [disabled]</li>
<li><a href="http://addneditcookies.mozdev.org/">Add N Edit Cookies</a> 0.2.1.0 [disabled]</li>
<li><a href="http://firefox.exxile.net/aios/">All-in-One Sidebar</a> 0.7.1 [disabled]</li>
<li><a href="http://www.allpeers.com/">AllPeers Beta</a> 0.53 [disabled]</li>
<li><a href="http://autocopy.mozdev.org">Auto Copy</a> 0.6.4 </li>
<li>BBCode 0.4.1.2 </li>
<li><a href="http://bookmarkdd.mozdev.org/">Bookmark Duplicate Detector</a> 0.6.2 </li>
<li><a href="http://clippings.mozdev.org/">Clippings</a> 2.5 </li>
<li>Codetch 0.4.0.20061026 [disabled]</li>
<li><a href="http://www.iosart.com/firefox/colorzilla/">ColorZilla</a> 0.8.3.1 [disabled]</li>
<li><a href="http://customsoftwareconsult.com/extensions">Compact Library Extension Organizer (CLEO)</a> 2.0 </li>
<li><a href="http://justinsomnia.org/">Copy as HTML Link</a> 1.1 [disabled]</li>
<li>Copy Plain Text 0.3.2 [disabled]</li>
<li><a href="">CSSViewer</a> 1.0.2 [disabled]</li>
<li><a href="http://www.customizegoogle.com/">CustomizeGoogle</a> 0.55 </li>
<li><a href="http://www.cutemenuproject.com/">CuteMenus &#8211; Crystal SVG</a> 1.8.1 </li>
<li><a href="http://www.mozilla.org/projects/inspector/">DOM Inspector</a> 1.8.1 </li>
<li>Download Embedded 0.5 [disabled]</li>
<li><a href="http://downloadstatusbar.mozdev.org/">Download Statusbar</a> 0.9.4.5 </li>
<li><a href="http://www.downthemall.net">DownThemAll!</a> 0.9.9.7 </li>
<li><a href="http://sogame.awardspace.com/">Dummy Lipsum</a> 1.1.6 </li>
<li>ErrorZilla Mod 0.2 </li>
<li><a href="http://extended.spanglerco.com/">Extension Manager Extended</a> 2.5.2 [disabled]</li>
<li><a href="http://www.standards-schmandards.com/fangs">Fangs</a> 1.0.3 [disabled]</li>
<li><a href="http://fasterfox.mozdev.org/">Fasterfox</a> 2.0.0 </li>
<li><a href="http://www.joehewitt.com/software/firebug/">FireBug</a> 0.4.1 [disabled]</li>
<li><a href="http://firefly.mozdev.org/">Firefly</a> 0.2.2 [disabled]</li>
<li><a href="http://customsoftwareconsult.com/extensions">Firefox Extension Backup Extension (FEBE)</a> 4.0 </li>
<li><a href="http://www.sephiroth.it">Flash Switcher (win)</a> 0.2.1 </li>
<li><a href="http://flashgot.net">FlashGot</a> 0.5.97.02 [disabled]</li>
<li><a href="http://www.sephiroth.it">FlashTracer</a> 1.3.1 </li>
<li><a href="http://www.foxmarks.com/">Foxmarks Bookmark Synchronizer</a> 0.84 </li>
<li><a href="http://www.foxytunes.com/">FoxyTunes</a> 2.0.4 [disabled]</li>
<li><a href="http://www.rjonna.com/ext/gspace.php">Gmail Space</a> 0.5.1 </li>
<li><a href="http://www.menjatallarins.com/extensions/#gtranslate">gTranslate</a> 0.3.1 [disabled]</li>
<li><a href="http://users.skynet.be/mgueury/mozilla/">Html Validator</a> 0.7.9.5 [disabled]</li>
<li><a href="http://ietab.mozdev.org/">IE Tab</a> 1.2.0.20061120 </li>
<li><a href="http://www.graysonmixon.com/extension/">IE View Lite</a> 1.2.5 </li>
<li>Image Toolbar 0.6.4 [disabled]</li>
<li><a href="http://imagezoom.yellowgorilla.net/">Image Zoom</a> 0.2.7 [disabled]</li>
<li><a href="http://www.smartlinkcorp.com">ImTranslator</a> 3.101 </li>
<li><a href="http://mozilla.doslash.org/infolister">InfoLister</a> 0.9f </li>
<li><a href="http://conlan89.googlepages.com/">Link Alert</a> 0.5.6 </li>
<li><a href="http://www.kevinfreitas.net/extensions/linkchecker/">LinkChecker</a> 0.6.1 [disabled]</li>
<li><a href="http://roachfiend.com" class="broken_link">ListZilla</a> 0.8 [disabled]</li>
<li><a href="">Load Time Analyzer</a> 1.5 [disabled]</li>
<li><a href="http://www.kevinfreitas.net/pro/extensions/" class="broken_link">MeasureIt</a> 0.3.6 [disabled]</li>
<li><a href="http://menueditor.mozdev.org/">Menu Editor</a> 1.2.3 [disabled]</li>
<li><a href="http://minimizetotray.mozdev.org/">MinimizeToTray</a> 0.0.1.2006102615+ [disabled]</li>
<li><a href="http://firefox-extensions.arantius.com/more+tools+menu">More Tools Menu</a> 1.0.2 </li>
<li>Mouse Gestures 1.5.2 </li>
<li><a href="">Mozex</a> 1.9.3 </li>
<li><a href="http://www.mrtech.com/extensions/" class="broken_link">MR Tech Disable XPI Install Delay</a> 2.2 </li>
<li><a href="http://www.mozilla-nl.org">Nederlands Woordenboek</a> 1.0.3 </li>
<li>Nightly Tester Tools Lite 0.2.2 </li>
<li><a href="http://www.gusprevas.com/palettegrabber">Palette Grabber</a> 0.3.0 [disabled]</li>
<li><a href="http://tecwizards.de/mozilla/">Paste and Go</a> 0.4.3 [disabled]</li>
<li>pastego 2.0.2 </li>
<li><a href="http://www.pdfdownload.org">PDF Download</a> 0.7.6 </li>
<li><a href="http://pearlcrescent.com/products/pagesaver/">Pearl Crescent Page Saver Basic</a> 1.3 [disabled]</li>
<li><a href="http://performancing.com/">Performancing</a> 1.3.5 [disabled]</li>
<li>QuickRestart 1.0.1 </li>
<li><a href="">Regular Expressions Tester</a> 1.0.7.8 </li>
<li><a href="http://justinsomnia.org/2006/10/resizeable-form-fields-for-firefox/">Resizeable Form Fields</a> 0.2.1 </li>
<li>Restart Firefox 0.3.1 [disabled]</li>
<li><a href="http://hashcolouredtabs.mozdev.org/riteoftongue/">RiteOfTongue</a> 0.4 [disabled]</li>
<li>Sage 1.3.9 </li>
<li><a href="http://pixelcarnage.net/">Save As Image</a> 1.042 [disabled]</li>
<li><a href="http://www.achimonline.de/mozext/">Save Image in Folder</a> 1.0 </li>
<li><a href="http://www.achimonline.de/mozext/">Save Link in Folder</a> 1.2 </li>
<li>Screen grab! 0.8 [disabled]</li>
<li><a href="http://l4x.org/showip">ShowIP</a> 0.8.05 [disabled]</li>
<li><a href="http://signature.mozdev.org/">Signature</a> 0.4.0.4.200610221528 [disabled]</li>
<li><a href="http://v2studio.com/k/moz/">Slim Extension List</a> 0.3.1 [disabled]</li>
<li><a href="">Snapper</a> 1.3 [disabled]</li>
<li><a href="http://www.sothink.com/product/swfcatcher/firefox">Sothink SWF Catcher</a> 1.2 </li>
<li><a href="http://www.stumbleupon.com/">StumbleUpon</a> 2.89 </li>
<li><a href="http://tmp.garyr.net">Tab Mix Plus</a> 0.3.5 </li>
<li><a href="http://talkback.mozilla.org/">Talkback</a> 2.0 </li>
<li><a href="http://piro.sakura.ne.jp/xul/_textlink.html.en">Text Link</a> 1.3.2006100702 </li>
<li>Tools Menu Organiser 0.1.3 [disabled]</li>
<li><a href="http://torrent-finder.com">Torrent Finder Toolbar</a> 1.0b [disabled]</li>
<li><a href="http://www.conduit.com">Torrent-Search Toolbar</a> 1.0.1.30 </li>
<li><a href="http://www.totalvalidator.com/tool/extension.html">Total Validator</a> 3.3.1 [disabled]</li>
<li>Translate 0.6.0.8 [disabled]</li>
<li>Translate Page 0.1 [disabled]</li>
<li><a href="http://byron-adams.com/">translator</a> 1.0.4 [disabled]</li>
<li>UnPlug 1.4.5 </li>
<li><a href="http://www.longfocus.com/firefox/updatenotifier">Update Notifier</a> 0.1.5.2 </li>
<li><a href="http://videodownloader.net/">VideoDownloader</a> 1.1.1 [disabled]</li>
<li><a href="http://chrispederick.com/work/webdeveloper/">Web Developer</a> 1.0.2 </li>
<li>Wikipedia Lookup Extension 0.2.5 </li>
<li>Wizz RSS News Reader 2.1.6 [disabled]</li>
<li><a href="http://www.hypercubed.com/projects/firefox/">Xinha Here!</a> 0.10.0 </li>
<li><a href="http://www.ScottRoot.com">XML Developer Toolbar</a> 0.2.0.1 [disabled]</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.matthijskamstra.nl/blog/index.php/2006/10/28/firefox-20-installed/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flash tools of the trade: debug</title>
		<link>http://www.matthijskamstra.nl/blog/index.php/2006/10/12/flash-tools-of-the-trade-debug/</link>
		<comments>http://www.matthijskamstra.nl/blog/index.php/2006/10/12/flash-tools-of-the-trade-debug/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 22:11:22 +0000</pubDate>
		<dc:creator>Matthijs Kamstra</dc:creator>
				<category><![CDATA[Firefox extensions]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tools of the trade]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox extension]]></category>

		<guid isPermaLink="false">http://www.matthijskamstra.nl/blog/?p=128</guid>
		<description><![CDATA[I try not to regurgitate info from other blogs&#8230; But I have to talk about a entry from Alessandro: because it makes me &#8220;extremely&#8221; happy. The creator of SE&#124;PY: Alessandro Crugnola has created his first firefox extension. Good for him, but what it´s to me? Well&#8230; it&#8217;s one of the first tools that makes it [...]]]></description>
			<content:encoded><![CDATA[<p>I try not to regurgitate info from other blogs&#8230;<br />
But I have to talk about a entry from Alessandro: because it makes me &#8220;extremely&#8221; happy.</p>
<p>The creator of <a href="http://www.sepy.it/" title="My ActionScript editor">SE|PY</a>: Alessandro Crugnola has created his <a href="http://www.sephiroth.it/weblog/archives/2006/10/flashtracer_firefox_extensionphp.php">first firefox extension</a>. Good for him, but what it´s to me?</p>
<p><img src="https://addons.mozilla.org/images/previews/flashtracer-2.jpg" alt="FlashTracer" style="float:left;margin-right:5px;" />Well&#8230; it&#8217;s one of the first tools that makes it possible to trace / debug in Firefox.<br />
While running <strong>any</strong> .SWF Flash file in your browser you can see all the output generated by the &#8220;trace&#8221; flash functions in this sidebar component. This is very useful especially working with server side technology.<br />
You can debug without anyone knowing this, even with on a live site: only people that have this extension installed will know this.</p>
<p>You just need to install the debug version of the flashplayer and the Firefox extension and you&#8217;re ready to go!</p>
<p>It made me painfully aware that we Flash-developers leave a lot of &#8220;traces&#8221; behind in the .SWF&#8217;s.<br />
But this can be fixed: just check &#8216;Omit trace actions&#8217; in the publish settings.</p>
<p><img id="image129" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/flashtracer.jpg" alt="FlashTracer" style="float:left;" /><a href="https://addons.mozilla.org/firefox/3469/">FlashTracer</a> &#8211; While running any .swf Flash file in your browser you can see all the output generated by the &#8220;trace&#8221; flash functions in this sidebar component.<br />
You *<strong>NEED</strong>* the flash player debug version to run this extension correctly: <a href="http://download.macromedia.com/pub/flashplayer/updaters/9/flashplayer_9_plugin_debug.exe" title="Download the debug flashplayer 9">flashplayer_9_plugin_debug</a></p>
<p><strong>Update #1: </strong>A colleague found a &#8220;funny&#8221; trace at <a href="http://www.youtube.com/">youtube</a>: it has something to do with the play button not wanting to appear&#8230;.<br />
<!-- showing the goddamn play button --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthijskamstra.nl/blog/index.php/2006/10/12/flash-tools-of-the-trade-debug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Helpfull blog Firefox extensions</title>
		<link>http://www.matthijskamstra.nl/blog/index.php/2006/10/04/helpfull-blog-firefox-extensions/</link>
		<comments>http://www.matthijskamstra.nl/blog/index.php/2006/10/04/helpfull-blog-firefox-extensions/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 08:00:51 +0000</pubDate>
		<dc:creator>Matthijs Kamstra</dc:creator>
				<category><![CDATA[Firefox extensions]]></category>

		<guid isPermaLink="false">http://www.matthijskamstra.nl/blog/?p=91</guid>
		<description><![CDATA[I am investing way to much time in explaining my frequently used Firefox extensions collection. So to speed this list up, I will dump a group of extensions a once. It&#8217;s possible I wrote about it before, but who cares&#8230;. [mck] very useful if you need to set a signature or something else you often [...]]]></description>
			<content:encoded><![CDATA[<p>I am investing way to much time in explaining my <a href="http://www.matthijskamstra.nl/blog/?p=7">frequently used Firefox extensions</a> collection. So to speed this list up, I will dump a group of extensions a once. It&#8217;s possible I wrote about it before, but who cares&#8230;.</p>
<p><strong>[mck]</strong> very useful if you need to set a signature or something else you often submit in a textfield.<br />
<strike><img id="image114" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/signature.jpg" alt="Signature" style="float:left;" /><a href="http://signature.mozdev.org/installation.html">Signature</a> &#8211; Can be used to insert something in the address bar, on a text box on a web page. </strike><br />
<span style="clear:both;" /><br />
<strong>update #1:</strong> I replaced signature with clippings because of it&#8217;s superior interface, management of clippings.</p>
<p><a href="http://clippings.mozdev.org/">Clippings</a> &#8211; Saves and manages frequently-entered text for pasting later. Text can be pasted from Clippings into forms and input fields without the hassle of retyping or repetitive copying and pasting. Perfect for forms, web mail, blog entries, wiki editing and forum posts.</p>
<p><strong>[mck]</strong> spelling / translation tools.<br />
<strong>Update #2:</strong> Spellbound has been integrated in <a href="http://www.mozilla.com/en-US/firefox/">Firefox 2.0</a>, so only if you use a Firefox 1.5 or so you should use the Spellbound extension.</p>
<ol>
<li><img id="image94" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/spellbound.jpg" alt="Spellbound" style="float:left;" /><a href="http://spellbound.sourceforge.net/">Spellbound</a> &#8211; This allows you to spell check forms (e.g. message board posts, blog entries, wysiwyg, etc.) before submitting them. <a href="http://exchangecode.com/spellbound/downloads/spellbound-dev_20060108.xpi">Download directly</a></li>
<li><img id="image93" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/riteoftongue.jpg" alt="RiteOfTongue" style="float:left;" /><a href="https://addons.mozilla.org/firefox/485/">RiteOfTongue</a> &#8211; Right-click on a typed word inside a web form to check if the word is spelt correctly and get alternate suggestions if it is wrong.</li>
<li><img id="image77" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/translatepage.jpg" alt="Translate Page" style="float:left;"/><a href="http://www.cusser.net/extensions/translatepage/" style="float:left;">Translate Page</a> &#8211; Translate Page passes the current page to Google&#8217;s Translation Service and was made upon request to directly mimmick a feature of the Mozilla suite within Firefox.</li>
<li><img id="image92" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/imTranslator.jpg" alt="ImTranslator" style="float:left;" /><a href="https://addons.mozilla.org/firefox/2257/">ImTranslator</a> &#8211; ImTranslator provides additional multilingual capabilities to Firefox for more efficient communication in foreign languages.</li>
</ol>
<p>And some I haven&#8217;t tested enough to say something about: <a href="https://addons.mozilla.org/firefox/918/">gTranslate</a>, <a href="https://addons.mozilla.org/firefox/181/">Translate</a> and <a href="https://addons.mozilla.org/firefox/3361/">translator</a>.</p>
<p><strong>[mck]</strong> resize the textarea if your not using the &#8220;EditorMonkey&#8221; plugin.<br />
<strong>update #3:</strong> Resizeable Textarea extension 0.1c can be used for Firefox 2.0<br />
<img id="image84" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/resizeabletextarea.jpg" alt="Resizeable Textarea" style="float:left;"/><a href="http://jeremy.zawodny.com/blog/archives/005752.html"><strike>Resizeable Textarea extension 0.1b</strike>Resizeable Textarea extension 0.1c (for Firefox 2.0)</a> &#8211; A lot of forums and boards provide very smal textareas for new postings.<br />
If you type a longer posting, you have to scroll up and down, to read, what you have writen and to proceed. Download Resizeable_Textarea 0.1c directly.</p>
<p><strong>[mck] </strong> very usefull if you find descriptions you don&#8217;t know (example: <a href="http://en.wikipedia.org/wiki/Polymath" title="With this extension, you didn't need this link to Wikipedia">polymath)</a><br />
<img id="image75" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/wikipedia.jpg" alt="WikiPedia Lookup Extension (WLE)" style="float:left;"/>WikiPedia Lookup Extension (WLE) &#8211; Extension for the Firefox webbrowser which looksup the selected text in Wikipedia encyclopedia and presents the results. </p>
<p><strong>[mck] </strong> handy for saving images into different folders.<br />
<img id="image115" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/saveinfolder.jpg" alt="Save image in folder" style="float:left;"  /><a href="http://www.achimonline.de/mozext/saveimageinfolder_download.php">Save image in folder</a> &#8211; This extension helps you to quickly save images into different folders without having to click through your folder structure again and again.</p>
<p><strong>[mck] </strong> take screenshots of webpages</p>
<ol>
<li style="clear:both;" ><img id="image116" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/saveasimage.jpg" alt="Save As Image" style="float:left;"  /><a href="https://addons.mozilla.org/firefox/3408/">Save As Image</a> -Adds the ability to save a page, frame, or part of either as an image.</li>
<li style="clear:both;" ><img id="image124" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/pearl_crescent_page_saver.jpg" alt="Pearl Crescent Page Saver" style="float:left;" /><a href="http://pearlcrescent.com/products/pagesaver/">Pearl Crescent Page Saver</a> &#8211; Lets you capture images of web pages in PNG format.  The entire page or just the visible portion may be captured.</li>
<li style="clear:both;" ><img id="image82" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/misc.jpg" alt="misc" style="float:left;"   />Screengrab &#8211; It saves webpages as images by scrolling around and stitching the result together. In particular it also will save just a frame as an image. </li>
</ol>
<p>Happy blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthijskamstra.nl/blog/index.php/2006/10/04/helpfull-blog-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spelling Firefox extensions</title>
		<link>http://www.matthijskamstra.nl/blog/index.php/2006/09/24/spelling-firefox-extensions/</link>
		<comments>http://www.matthijskamstra.nl/blog/index.php/2006/09/24/spelling-firefox-extensions/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 20:49:18 +0000</pubDate>
		<dc:creator>Matthijs Kamstra</dc:creator>
				<category><![CDATA[Firefox extensions]]></category>

		<guid isPermaLink="false">http://www.matthijskamstra.nl/blog/?p=87</guid>
		<description><![CDATA[As I said before&#8230; I&#8217;m not a great speller in my native tongue, and I’m even worse in a foreign language! And I suggested to use tinySpell for people who recognize this problem. The problem with this program is that it only works on Windows and at this moment I&#8217;m working on Linux&#8230;. So I [...]]]></description>
			<content:encoded><![CDATA[<p>As I said before&#8230; <a href="http://www.matthijskamstra.nl/blog/?p=25">I&#8217;m not a great speller</a> in my native tongue, and I’m even worse in a foreign language!</p>
<p>And I suggested to use <a href="http://tinyspell.m6.net/">tinySpell</a> for people who recognize this problem. The problem with this program is that it only works on Windows and at this moment I&#8217;m working on Linux&#8230;.</p>
<p>So I started to look for a Firefox extension solution.</p>
<p>And the first extension works almost the same as tinySpell:<br />
<img id="image93" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/riteoftongue.jpg" alt="RiteOfTongue" style="float:left;" /><a href="https://addons.mozilla.org/firefox/485/">RiteOfTongue</a> &#8211; Right-click on a typed word inside a web form to check if the word is spelt correctly and get alternate suggestions if it is wrong. Then select the word from the pop up menu to change it. The words are obtained in real-time over the Internet using the dictionary service from <a href="http://www.dict.org/">Dict.org</a>.<br />
<strong>Downside</strong> of the extension is that it checks realtime, so if your internet connection is slow or Dict.org is, your answer (correct or wrong) will come slowly. </p>
<p>The other works like the on line translators like <a href="http://world.altavista.com/">AltaVista Babel Fish</a>, <a href="http://www.worldlingo.com/en/products_services/worldlingo_translator.html">Worldlingo</a>, <a href="http://www.systransoft.com/index.html">Systran</a> etc&#8230;.<br />
<img id="image92" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/imTranslator.jpg" alt="ImTranslator" style="float:left;" /><a href="https://addons.mozilla.org/firefox/2257/">ImTranslator</a> &#8211; ImTranslator provides additional multilingual capabilities to Firefox for more efficient communication in foreign languages.<br />
<strong>Downside</strong> of the extension is that is a slow extension with al lot of advertisement in it and when I selected a word I wanted to translate used right click to translate, it disappeared from the textfield&#8230;.</p>
<p><strike>And one promising extension which doesn&#8217;t seem to work with Firefox 1.5 &#8230; there is a trick to get &#8220;old&#8221; extensions to work but I haven&#8217;t tested it (read <a href="http://ffextensionguru.wordpress.com/2006/06/04/installing-spellbound-ff-150x/">read explanation from ffextensionguru.</a> or perhaps tech.thicke.org)</strike><br />
Wow this is a powerful extension, thx <a href="http://ffextensionguru.wordpress.com/2006/06/04/spellbound-spellchecker-for-firefox/">ffextensionguru</a> for helping me on my way.<br />
<img id="image94" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/spellbound.jpg" alt="Spellbound" style="float:left;" /><a href="http://spellbound.sourceforge.net/">Spellbound</a> &#8211; This allows you to spell check forms (e.g. message board posts, blog entries, wysiwyg, etc.) before submitting them.<br />
What even more interesting is the ability check in different language. This extension can also be used to check in my native tongue (Dutch) so check out the <a href="http://dictionaries.mozdev.org/installation.html">language dictionaries</a> available.</p>
<p>These extension are submitted to my <a href="http://www.matthijskamstra.nl/blog/?p=7">frequently used Firefox extensions</a> collection.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthijskamstra.nl/blog/index.php/2006/09/24/spelling-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resizeable Textarea firefox extension</title>
		<link>http://www.matthijskamstra.nl/blog/index.php/2006/09/06/resizeable-textarea-firefox-extension/</link>
		<comments>http://www.matthijskamstra.nl/blog/index.php/2006/09/06/resizeable-textarea-firefox-extension/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 07:27:22 +0000</pubDate>
		<dc:creator>Matthijs Kamstra</dc:creator>
				<category><![CDATA[Firefox extensions]]></category>

		<guid isPermaLink="false">http://www.matthijskamstra.nl/blog/?p=85</guid>
		<description><![CDATA[Very quickly after I started writing for my blog, I stop using the &#8220;EditorMonkey&#8221; plugin. This plugin is a default install with WordPress, which turns the normal WordPress textarea into a WYSIWYG editor using TinyMCE or FCKeditor. And the that&#8217;s the reason I stopped working with it, WYSIWYG editors don&#8217;t work like I want them [...]]]></description>
			<content:encoded><![CDATA[<p>Very quickly after I started writing for my blog, I stop using the &#8220;EditorMonkey&#8221; plugin.<br />
This plugin is a default install with WordPress, which turns the normal WordPress textarea into a WYSIWYG editor using <a href="http://tinymce.moxiecode.com/">TinyMCE</a> or <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>
<p>And the that&#8217;s the reason I stopped working with it, <a href="http://en.wikipedia.org/wiki/WYSIWYG">WYSIWYG</a> editors don&#8217;t work like I want them to.</p>
<p>But if you stop using the visual rich editor when writing, you also lose the ability to resize the textarea where you write your post. And that means if you write a long post, you have to scroll up and down, to read what you have writen&#8230;. very annoying </p>
<p>I found a nice Firefox extension which fixes this problem:</p>
<p><img id="image84" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/resizeabletextarea.jpg" alt="Resizeable Textarea" style="float:left;"/><br />
<strong>Resizeable Textarea extension</strong></p>
<blockquote><p>A lot of forums and boards provide very smal textareas for new postings.<br />
If you type a longer posting, you have to scroll up and down, to read, what you have writen and to proceed.</p></blockquote>
<p>Original <strong>Resizeable Textarea extension</strong> (Firefox 0.9 &#8211; 1.0.1)<br />
<a very usefull if you need to set a signature or something else you often submit in a textfield.href="http://www.extensionsmirror.nl/index.php?showtopic=2796">http://www.extensionsmirror.nl/index.php?showtopic=2796</a></p>
<p>Same extension but for Firefox 1.5 (0.1b)<br />
<a href="http://jeremy.zawodny.com/blog/archives/005752.html">http://jeremy.zawodny.com/blog/archives/005752.html</a></p>
<p>Another extension that is part of my <a href="http://www.matthijskamstra.nl/blog/?p=7">frequently used Firefox extensions</a> collection.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthijskamstra.nl/blog/index.php/2006/09/06/resizeable-textarea-firefox-extension/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox Extension Backup Extension</title>
		<link>http://www.matthijskamstra.nl/blog/index.php/2006/09/03/firefox-extension-backup-extension/</link>
		<comments>http://www.matthijskamstra.nl/blog/index.php/2006/09/03/firefox-extension-backup-extension/#comments</comments>
		<pubDate>Sun, 03 Sep 2006 12:33:41 +0000</pubDate>
		<dc:creator>Matthijs Kamstra</dc:creator>
				<category><![CDATA[Firefox extensions]]></category>

		<guid isPermaLink="false">http://www.matthijskamstra.nl/blog/?p=61</guid>
		<description><![CDATA[Another extension that is part of my frequently used Firefox extensions collection. Firefox Extension Backup Extension (FEBE) FEBE allows you to quickly and easily backup your Firefox extensions. In fact, it goes beyond just backing up &#8212; It will actually rebuild your extensions individually into installable .xpi files. Now you can easily synchronize your office [...]]]></description>
			<content:encoded><![CDATA[<p>Another extension that is part of <a href="http://www.matthijskamstra.nl/blog/?p=7">my frequently used Firefox extensions</a> collection.</p>
<p><img id="image70" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/febe.jpg" alt="FEBE " style="float:left;"/><br />
<a href="https://addons.mozilla.org/firefox/2109/">Firefox Extension Backup Extension (FEBE)</a></p>
<blockquote><p>FEBE allows you to quickly and easily backup your Firefox extensions.  In fact, it goes beyond just backing up &#8212; It will actually rebuild your extensions individually into installable .xpi files.  Now you can easily synchronize your office and home browsers.</p>
<p>FEBE  backs up your extensions, themes, and (optionally) your bookmarks, preferences, cookies. and much more</p></blockquote>
<p>There is realy not more to say about this extension. I find it very usefull to have the same tools that I use at work, also at home.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthijskamstra.nl/blog/index.php/2006/09/03/firefox-extension-backup-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox extensions, the list becomes bigger and bigger</title>
		<link>http://www.matthijskamstra.nl/blog/index.php/2006/08/12/firefox-extensions-the-list-becomes-bigger-and-bigger/</link>
		<comments>http://www.matthijskamstra.nl/blog/index.php/2006/08/12/firefox-extensions-the-list-becomes-bigger-and-bigger/#comments</comments>
		<pubDate>Sat, 12 Aug 2006 12:33:45 +0000</pubDate>
		<dc:creator>Matthijs Kamstra</dc:creator>
				<category><![CDATA[Firefox extensions]]></category>

		<guid isPermaLink="false">http://www.matthijskamstra.nl/blog/?p=53</guid>
		<description><![CDATA[I&#8217;ve written about the Firefox extensions that I use. Some new extensions are added and some not so usefull extensions are deactivated. So I desided that the new extension should be added to the list. First I want to talk about PDF Download. But why use it? I use it because Firefox freezes up when [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written about the <a href="http://www.matthijskamstra.nl/blog/?p=7">Firefox extensions</a> that I use. Some new extensions are added and some not so usefull extensions are deactivated.<br />
So I desided that the new extension should be added to the list. </p>
<p><img id="image71" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/pdfdownload.jpg" alt="PDF Download" style="float:left;" />First I want to talk about <a href="https://addons.mozilla.org/firefox/636/">PDF Download</a>. But why use it? I use it because Firefox freezes up when I open a PDF, this because the Adobe Acrobat Reader plugin takes al lot of time to start up. So to make this plugin work even beter, I advise to download <a href="http://www.foxitsoftware.com/pdf/rd_intro.php">Foxit PDF Reader</a> (sadly only for Windows&#8230;. I&#8217;m currently working on an Apple because my PC is dead&#8230;) which works exactly as Acrobat Reader but is smaller, faster, portable and free.<br />
Read more about this extension at <a href="http://www.pdfdownload.org/">www.pdfdownload.org</a>.</p>
<p><img id="image72" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/mousegesture.jpg" alt="Mouse Gestures"  style="float:left;" />The second extension is <a href="https://addons.mozilla.org/firefox/39/">Mouse Gestures</a> which only works on a PC. With Mouse Gestures you execute commands by mouse &#8220;drawing&#8221; over the webpage. For now I only use the gestures for forward/backward  (draw a horizontal line from left to right / right to left) but for only two gestures it is also very usefull.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthijskamstra.nl/blog/index.php/2006/08/12/firefox-extensions-the-list-becomes-bigger-and-bigger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks cleanup</title>
		<link>http://www.matthijskamstra.nl/blog/index.php/2006/06/17/bookmarks-cleanup/</link>
		<comments>http://www.matthijskamstra.nl/blog/index.php/2006/06/17/bookmarks-cleanup/#comments</comments>
		<pubDate>Sat, 17 Jun 2006 13:46:08 +0000</pubDate>
		<dc:creator>Matthijs Kamstra</dc:creator>
				<category><![CDATA[Firefox extensions]]></category>
		<category><![CDATA[Open source / Freeware]]></category>

		<guid isPermaLink="false">http://www.matthijskamstra.nl/blog/?p=38</guid>
		<description><![CDATA[I&#8217;ve been collecting bookmarks for about 7 years now. I started in IE and imported them later in Firefox. Started to make categories to make it somewhat managable&#8230; But it seems that some of the sites I collected 7 years ago are no more&#8230; sadly. So I wanted to clean up my bookmarks (it must [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been collecting bookmarks for about 7 years now. I started in IE and imported them later in Firefox.<br />
Started to make categories to make it somewhat managable&#8230; But it seems that some of the sites I collected 7 years ago are no more&#8230; sadly.</p>
<p>So I wanted to clean up my bookmarks (it must be the time of year with spring and all&#8230;.)<br />
But before I start check 1500+ bookmarks by hand, I search for some help:<br />
and this is what I found:</p>
<h2 class='swf-title'>Firefox </h2>
<p>extensions:<br />
<img id="image73" src="http://www.matthijskamstra.nl/blog/wp-content/uploads/bookmarks_dublicate.jpg" alt="bookmarkdd" style="float:left;" /><strong>Clean up dublicate bookmarks:</strong></p>
<blockquote><p><a href="https://addons.mozilla.org/firefox/1553/">bookmarkdd</a> is a very useful extension that helps you manage your bookmarks. (homepage <a href="http://bookmarkdd.mozdev.org/">bookmarkdd</a>)</p></blockquote>
<p>It not only helps you to clean up dublicated bookmarks but notices also when you bookmark if it&#8217;s already bookmarked<br />
<strong>Check your bookmarks for broken links</strong></p>
<blockquote><p><a href="https://addons.mozilla.org/firefox/1647/">Bookmarks LinkChecker</a> detects updated, redirected, and broken links in your bookmarks list by adding icons within the drop-down bookmarks menu.</p></blockquote>
<p>More <a href="http://www.matthijskamstra.nl/blog/?p=7">Firefox extensions</a> I use.</p>
<h2 class='swf-title'>Freeware:</h2>
<p>For Pc and Internet Explorer, Opera, Mozilla and Firefox users:</p>
<blockquote><p><a href="http://aignes.com/deadlink.htm">AM-DeadLink</a> detects dead links and duplicates in your Browser Bookmarks. If a Bookmark has become unavailable you can verify it in the internal preview and delete it from your Browser. Additionally you can download FavIcons for all your Favorites and Bookmarks.
</p></blockquote>
<p>I like this program a lot: it does the same thing as the two firefox extension but can be used for different browsers. Its very easy to use and has some other useful features like creating a backup for your bookmarks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthijskamstra.nl/blog/index.php/2006/06/17/bookmarks-cleanup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

