<?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>Dave Lester's Finding America &#187; Firefox</title>
	<atom:link href="http://blog.davelester.org/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davelester.org</link>
	<description>American Studies, Digital Humanities, Public History, and all that's in between (or not)</description>
	<lastBuildDate>Tue, 01 Jun 2010 04:10:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Link Rot Browser Extensions Bridge the web of today to the past</title>
		<link>http://blog.davelester.org/2008/08/01/link-rot-browser-extensions-bridge-the-web-of-today-to-the-past/</link>
		<comments>http://blog.davelester.org/2008/08/01/link-rot-browser-extensions-bridge-the-web-of-today-to-the-past/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 04:54:11 +0000</pubDate>
		<dc:creator>Dave Lester</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[404ward]]></category>
		<category><![CDATA[link rot]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.davelester.org/?p=144</guid>
		<description><![CDATA[A frustrating part of Internet research is link rot.  When sites disappear off the net, so seemingly does the information they contained and you hit a wall: a 404 error.  These &#8220;page not found&#8221; messages tell you, but more importantly &#8230; <a href="http://blog.davelester.org/2008/08/01/link-rot-browser-extensions-bridge-the-web-of-today-to-the-past/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A frustrating part of Internet research is link rot.  When sites disappear off the net, so seemingly does the information they contained and you hit a wall: a 404 error.  These &#8220;page not found&#8221; messages tell you, but more importantly notify your web browser, that the data you&#8217;re seeking doesn&#8217;t exist.  And in 2005, Frank McCown, Sheffan Chan, Michael L. Nelson, and Johan Bollen presented on &#8220;<a href="http://www.iwaw.net/05/papers/iwaw05-mccown1.pdf">The Availability and Persistence of Web References in D-Lib Magazine</a>&#8221; at the <a href="http://www.iwaw.net/05/">International Web Archiving Workshop</a> in Vienna, that &#8220;half of the URLs cited in <a href="http://www.dlib.org/">D-Lib Magazine</a> articles were no longer accessible 10 years after publication.&#8221;  That&#8217;s an alarming figure, particularly in the digital librarian community.</p>
<p>Since 1996, the <a href="http://www.archive.org">Internet Archive</a> has been making copies of web sites on the Internet to preserve them.  They can be searched using their <a href="http://www.archive.org/web/web.php">Wayback Machine</a>, and although there are gaps (thankfully not caching some of the earliest web sites I made in the late 90&#8242;s..) it&#8217;s an invaluable resource.  About a month ago I decided to create my own solution to link rot, and I first wrote a <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> script that would detect when I&#8217;m on a 404 page, and redirect the browser to the most-recent archived copy of that web page located at the Internet Archive; I call it 404ward.  My idea was, and still is, that users should have seamless experience researching on the web no matter if that link works today or it did 10 years ago.  I want to spend less clicking and searching.  Since writing the original code and asking some friends on <a href="http://www.twitter.com">Twitter</a> (my handle is <a href="http://www.twitter.com/davelester">davelester</a>), I&#8217;ve ported it over to a <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> extension that&#8217;s easier for individuals to install.</p>
<p>It turns out that 404ward isn&#8217;t the first, or only solution to link rot out there.  A colleague passed around links to Firefox extensions that do similar things, so I&#8217;ll briefly review them.  There are already four extensions that are compatible with Firefox 3 and work with the Internet Archive:</p>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/977">Passive Cache</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/1700">CacheIt!</a> both allow you to right-click the link on a web page and choose whether or not you&#8217;d like to see a version cached by Google or the Internet Archive.  It&#8217;s nice, but doesn&#8217;t help you one you arrive at a 404 page, or if you directly typed in a URL that wasn&#8217;t working.</li>
</ul>
<ul>
<li>A third extension with the lengthy name &#8220;<a href="https://addons.mozilla.org/en-US/firefox/addon/4693">404: File is Not Found?  Now it will be!</a>&#8221; is poorly implemented.  I can say this, because they&#8217;ve approached redirection the same way I originally did with 404ward, which is to search a web page for the words &#8220;404 error&#8221; in the HTML, and then automatically redirect a user to the Internet Archive.  For example, this doesn&#8217;t work when you&#8217;re visiting a page that&#8217;s about 404 errors &#8212; the extension thinks that you&#8217;ve hit a dead link and it automatically redirects you.  Additionally, sites that don&#8217;t exist at all won&#8217;t return HTML for the extension to read so they won&#8217;t work as well.</li>
</ul>
<ul>
<li>The most mature out of all the current extensions that address link rot is called <a href="https://addons.mozilla.org/en-US/firefox/addon/2570">Resurrect Pages</a>.  When you arrive at a 404 page, Resurrect Pages offers you a set of links that visit the web caches of CoralCDN, Google, Yahoo, Internet Archive, Live Search, GigaBlast, and WebCite.  It does a great job making these resources more available, but there&#8217;s still a bunch of clicking involved.</li>
</ul>
<p>Here&#8217;s what the 404 or page not found errors look like with Resurrect Pages:</p>
<p><img src="http://farm4.static.flickr.com/3184/2724500648_d9e09a74c4.jpg?v=0" alt="" width="500" height="281" /></p>
<p>Where does 404ward fit into the mix?  I had hoped to release an alpha version of my blog, but it&#8217;s not compatible with Firefox 3.  But that&#8217;s OK &#8211; I can table my javascript experiment for what&#8217;s currently out there.  <a href="https://addons.mozilla.org/en-US/firefox/addon/2570">Resurrect Pages</a> makes terrific strides towards link rot, and I&#8217;m throwing my support behind it as a must-have tool for researchers this fall, along with my other fav firefox extension, <a href="http://zotero.org">Zotero</a>.</p>
<p>[<a href="http://en.wikipedia.org/wiki/Link_rot">link to wikipedia article</a> where I first found the McCown reference]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davelester.org/2008/08/01/link-rot-browser-extensions-bridge-the-web-of-today-to-the-past/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facial Recognition in Digital Photo Collections (Part 2 of 2)</title>
		<link>http://blog.davelester.org/2008/07/19/facial-recognition-in-digital-photo-collections-part-2-of-2/</link>
		<comments>http://blog.davelester.org/2008/07/19/facial-recognition-in-digital-photo-collections-part-2-of-2/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 05:31:51 +0000</pubDate>
		<dc:creator>Dave Lester</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[PolarRose]]></category>

		<guid isPermaLink="false">http://www.davelester.org/?p=141</guid>
		<description><![CDATA[In Part One I wrote about Polar Rose, a Firefox toolbar that performs facial recognition on photos loaded in your browser.  Polar Rose programmatically creates associations between individual&#8217;s faces that you could have easily overlooked, and opens new possibilities for &#8230; <a href="http://blog.davelester.org/2008/07/19/facial-recognition-in-digital-photo-collections-part-2-of-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.davelester.org/2008/06/10/facial-recognition-in-digital-photo-collections-part-1-of-2/">Part One</a> I wrote about <a href="http://www.polarrose.com">Polar Rose</a>, a Firefox toolbar that performs facial recognition on photos loaded in your browser.  Polar Rose programmatically creates associations between individual&#8217;s faces that you could have easily overlooked, and opens new possibilities for how we organize and search digital photographs.  Equally as important, Polar Rose is free, built partially on open source software, and uses crowd sourcing to seed their database of recognized faces (read <a href="http://www.davelester.org/2008/06/10/facial-recognition-in-digital-photo-collections-part-1-of-2/">Part One</a> for an overview of other emerging tools).  What&#8217;s significant to digital humanities is that it breaks from the text-based search paradigm that dictates our research process by using visual patterns to query images, rather than search text querying metatext.</p>
<p>When first approaching the tool, my instinct was that Polar Rose &#8211; or an abstraction of it, could be useful to digital archivists.  In the age of Google Books and with increasing pressure from patrons to see digital copies of archival content, archival objects that have already been organized and described in a finding aid at the collection-level are thrown into an item-level digital archive on the web.  How do I search that content?  How are those objects described for me, as the researcher, to discover them?  When finding aid keywords become item-level tags, how accurate are my searches going to be about the specific image that I’m viewing?  That can vary.  Polar Rose and its ability to recognize individuals in photos begins to describe the “ofness” of a photo, in contrast to larger categorical key words that describe the “aboutness” of a photo and may be in a finding aid.  Simply put, it provides a different form of description &#8212; one that is unique at the item-level that may be useful to researchers.  The fact that Polar Rose performs actions automatically could begin to free up time for archivists and augment the information used to search those digital objects.</p>
<p>Polar Rose isn&#8217;t only useful to digital archivists though.  It&#8217;s easy to see its practical application in small collections of photos &#8212; even on a consumer-level.  Local historians would likely have luck with this type of tool as well, if there were enough reoccurring faces for Polar Rose to recognize.  Family photos?  I&#8217;d love to have software than can automatically keep track of the faces of my extended family.  Best of all, Polar Rose is built on top of some open source tools, although it&#8217;s unclear how much of it could be useful for creating a more generalized application.</p>
<p>The integration of visual search into archives may still be a ways off, and I&#8217;m not suggesting that Polar Rose is by any means perfect right now, but I&#8217;d be interested in what my colleagues think about visual search and its potential.  Similar to how text-mining can help us get &#8220;inside&#8221; written works, visual search may be able to do the same for images, while allowing us to search based upon images themselves rather than text.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davelester.org/2008/07/19/facial-recognition-in-digital-photo-collections-part-2-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facial Recognition in Digital Photo Collections (Part 1 of 2)</title>
		<link>http://blog.davelester.org/2008/06/10/facial-recognition-in-digital-photo-collections-part-1-of-2/</link>
		<comments>http://blog.davelester.org/2008/06/10/facial-recognition-in-digital-photo-collections-part-1-of-2/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 03:14:33 +0000</pubDate>
		<dc:creator>Dave Lester</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[PolarRose]]></category>

		<guid isPermaLink="false">http://www.davelester.org/2008/06/10/facial-recognition-in-digital-photo-collections-part-1-of-2/</guid>
		<description><![CDATA[The photograph above is marked up by Polar Rose, a Firefox toolbar that does facial recognition on photos loaded in your browser. Polar Rose automatically detected three faces in the photograph based upon patterns and compared the images to a &#8230; <a href="http://blog.davelester.org/2008/06/10/facial-recognition-in-digital-photo-collections-part-1-of-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/davelester/2562730566/"><img src="http://farm4.static.flickr.com/3163/2562730566_3631253314.jpg?v=0" alt="Polar Rose facial recognition on photo" /></a></p>
<p>The photograph above is marked up by <a href="http://www.polarrose.com/">Polar Rose</a>, a <a href="http://www.getfirefox.com">Firefox</a> toolbar that does facial recognition on photos loaded in your browser.  Polar Rose automatically detected three faces in the photograph based upon patterns and compared the images to a database of faces stored on their servers.  Had someone already tagged a particular face or person, Polar Rose would have told me who appeared in the photo.  Although their database is currently seeded with mostly celebrities and politicians, there&#8217;s something going on with Polar Rose that historians and digital archivists should take notice of.</p>
<p>At the heart of my excitement is the possibility of making photograph-to-photograph connections that would otherwise have remained undiscovered. Thinking particularly about collections of family photos, where some have persons labeled and others do not, the ability to automate the identification of individuals in photos goes far in understanding the relationship between these digital objects.  The concept of tagging the faces of people in photos, rather than writing a short description accompanying a photo, has become popular in Facebook.  There, an individual&#8217;s profile aggregates all photos they&#8217;ve been tagged in, and presents that corpus for public browsing..  Facebook only expands upon the uses of that information in a limited way, by allowing you to see photos including yourself and another specific person.</p>
<p>Polar Rose is not the only company investing and innovating in visual search.  Facial recognition and visual search are slowly being integrated into pre-existing services. MyHeritage&#8217;s <a href="http://www.myheritage.com/celebrity-face-recognition">celebrity face recognition</a> allows you to upload a photo of yourself and see what celebrities you resemble.  <a href="http://www.like.com/">Like.com</a> offers the ability to see items that are visually similar to the ones you&#8217;re shopping for online.  And the big gorilla of them all, Google, has quietly implemented facial recognition into their <a href="http://images.google.com/">image search</a>.  Try this:  append <em>&amp;imgtype=face</em> to the url of a image search query, you&#8217;ll see with those key words only those images that Google identifies as facelike.  The first search I tried was for &#8220;<a href="http://images.google.com/images?hl=en&amp;q=%22digital+history%22&amp;btnG=Search+Images&amp;gbv=2">digital history</a>&#8220;, and I wasn&#8217;t impressed.  However, when adding <em>&amp;imgtype=face</em> to the query, I happily saw the faces of <a href="http://www.thanksroy.org">Roy</a>, <a href="http://www.dancohen.org">Dan</a>, and <a href="http://digitalhistoryhacks.blogspot.com/">Bill</a>.  Here&#8217;s <a href="http://images.google.com/images?hl=en&amp;q=%22digital+history%22&amp;btnG=Search+Images&amp;gbv=2">without</a> appending the text, and <a href="http://images.google.com/images?hl=en&amp;q=" &#038;btng="Search+Images&amp;gbv=2&amp;imgtype=face">after</a>.  A world of a difference.</p>
<p>I&#8217;m breaking this post into two parts.  Part 2 will be posted soon and will discuss how facial recognition could improve metadata for digital images and help researchers wade through the seas of digitized images.</p>
<p>[original photo of Northern Pacific Railroad workers from <a href="http://www.trainnet.org/">TrainNet</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davelester.org/2008/06/10/facial-recognition-in-digital-photo-collections-part-1-of-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Across the Blogosphere</title>
		<link>http://blog.davelester.org/2007/07/29/across-the-blogosphere/</link>
		<comments>http://blog.davelester.org/2007/07/29/across-the-blogosphere/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 04:49:37 +0000</pubDate>
		<dc:creator>Dave Lester</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Patricia Limerick]]></category>
		<category><![CDATA[PhDinHistory]]></category>
		<category><![CDATA[Virtual Museums]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://www.davelester.org/2007/07/29/across-the-blogosphere/</guid>
		<description><![CDATA[Limerick in the NY Times At Cliopatria, Ralph Luker shared a terrific review by Patricia Limerick of Jean Pfaelzer&#8217;s book that appeared in Sunday&#8217;s NY Times. Patricia&#8217;s work has been critical in establishing the New Western History scholarship that my &#8230; <a href="http://blog.davelester.org/2007/07/29/across-the-blogosphere/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Limerick in the NY Times</strong><br />
At <a href="http://hnn.us/blogs/2.html">Cliopatria</a>, Ralph Luker shared a terrific <a href="http://www.nytimes.com/2007/07/29/books/review/Limerick-t.html?ref=books">review by Patricia Limerick</a> of Jean Pfaelzer&#8217;s  book that appeared in Sunday&#8217;s NY Times.  Patricia&#8217;s work has been critical in establishing the New Western History scholarship that my criticisms of history in the Oregon Trail computer game are based upon.</p>
<p><strong>Anonymous Blogging</strong><br />
For those who followed the story of <a href="http://phdinhistory.blogspot.com/">PhDinHistory</a>, you may be interested in reading <a href="http://blog.penelopetrunk.com/2007/07/19/blog-under-your-real-name-and-ignore-the-harassment/">Penelope Trunk&#8217;s post</a> arguing bloggers should not be anonymous &#8211; similar to <a href="http://www.dancohen.org/blog/posts/perils_of_anonymity">Dan Cohen&#8217;s position</a>.  Without injecting myself into a discussion that&#8217;s long over, I&#8217;ve reaped the benefits of openly blogging, including landing some freelance work and meeting like-minded scholars who have generously helped my research.</p>
<p><strong>Firefox + Second Life = The 3D Web</strong><br />
Linden Lab will <a href="http://secondlife.com/vote/get_feature.php?get_id=5">incorporate Mozilla Firefox</a> into a future Second Life client, hoping to eventually blur the differences between the 2D web and 3D metaverse.  I&#8217;m excited about the possibilities of having Firefox in SL &#8211; does this mean I&#8217;ll be able to use Zotero in-world and grab COinS data from virtual objects?  We&#8217;ll have to wait and see if the Second Life/Firefox browser will support extensions, but imagine walking through a virtual museum in Second Life and grabbing citations or even copies of objects in that visualized space&#8230; it would drastically change the experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davelester.org/2007/07/29/across-the-blogosphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netscape Navigator + Zotero = love</title>
		<link>http://blog.davelester.org/2007/06/06/netscape-navigator-zotero-love/</link>
		<comments>http://blog.davelester.org/2007/06/06/netscape-navigator-zotero-love/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 02:36:06 +0000</pubDate>
		<dc:creator>Dave Lester</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Netscape]]></category>
		<category><![CDATA[Nostalgia]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://www.davelester.org/2007/06/06/netscape-navigator-zotero-love/</guid>
		<description><![CDATA[Netscape has released the first beta of Navigator 9 &#8211; it&#8217;s great. It uses the codebase of Firefox 2 &#8211; meaning it supports all Firefox add-ons. Yes, Zotero works in Navigator 9! OK &#8211; now I&#8217;ve got your attention. It&#8217;s &#8230; <a href="http://blog.davelester.org/2007/06/06/netscape-navigator-zotero-love/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Netscape has released the first beta of Navigator 9 &#8211; it&#8217;s great.  It uses the codebase of Firefox 2 &#8211; meaning it supports all Firefox add-ons.  Yes, <strong><a href="http://www.zotero.org">Zotero</a> works in Navigator 9!</strong> OK &#8211; now I&#8217;ve got your attention.  It&#8217;s incredibly fast, and has &#8220;social&#8221; features including a rating system that&#8217;s very similar to Digg.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davelester.org/2007/06/06/netscape-navigator-zotero-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
