<?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>MaisonBisson.com &#187; links</title>
	<atom:link href="http://maisonbisson.com/blog/post/tag/links/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Sat, 14 Nov 2009 20:14:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The WordPress Way</title>
		<link>http://maisonbisson.com/blog/post/14138/the-wordpress-way/</link>
		<comments>http://maisonbisson.com/blog/post/14138/the-wordpress-way/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 14:42:18 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Dispatches]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=14138</guid>
		<description><![CDATA[
Plugin Development
Will Norris&#8216; talk at WordCamp PDX introduces WordPress coding standards, common functions, and constants to would be plugin developers (and smacks those who&#8217;ve already done it wrong). Also notable: functions, classes, variables, and constants in the WordPress trunk.
Custom Installations
Just as WordPress has a number of hooks and filters that plugins can use to modify [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-14138"><!-- &nbsp; --></abbr>
<h3 id="14138_plugin-development_1">Plugin Development</h3>
<p><a href="http://willnorris.com/">Will Norris</a>&#8216; talk at <a href="http://www.wordcampportland.org/">WordCamp PDX</a> introduces <a title="Will Norris: How NOT to Build a WordPress Plugin « WordPress.tv" href="http://wordpress.tv/2009/09/20/will-norris-building-plugins-portland09/">WordPress coding standards, common functions, and constants</a> to would be plugin developers (and smacks those who&#8217;ve already done it wrong). Also notable: <a title="PHP Cross Reference (PHPXref) of: WordPress Trunk - Provided by Yoast" href="http://xref.yoast.com/trunk/nav.html?_functions/index.html">functions</a>, <a title="PHP Cross Reference (PHPXref) of: WordPress Trunk - Provided by Yoast" href="http://xref.yoast.com/trunk/nav.html?_classes/index.html">classes</a>, <a title="PHP Cross Reference (PHPXref) of: WordPress Trunk - Provided by Yoast" href="http://xref.yoast.com/trunk/nav.html?_variables/index.html">variables</a>, and <a title="PHP Cross Reference (PHPXref) of: WordPress Trunk - Provided by Yoast" href="http://xref.yoast.com/trunk/nav.html?_constants/index.html">constants</a> in the WordPress trunk.</p>
<h3 id="14138_custom-installations_1">Custom Installations</h3>
<p>Just as WordPress has a number of hooks and filters that plugins can use to modify and extend behavior, it also has <a title="Automating WordPress customizations – the install.php way « WordPress Bits" href="http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/">a cool way to customize the installation process</a>.</p>
<h3 id="14138_extending-the-wysiwy_1">Extending The WYSIWYG Editor</h3>
<p><a title="TinyMCE - Home" href="http://tinymce.moxiecode.com/">TinyMCE</a>, the WYSIWYG editor in WordPress has a rich API to allow adding buttons and stuff, but <a href="http://tinymce.moxiecode.com/documentation.php">the docs are hard to get into</a>. We can get a jump on that by looking at how it&#8217;s implemented in other WP plugins.  <a title="/vipers-video-quicktags/trunk/resources/tinymce3/editor_plugin.js – WordPress Plugin Repository" href="http://plugins.trac.wordpress.org/browser/vipers-video-quicktags/trunk/resources/tinymce3/editor_plugin.js">This code creates the buttons</a>, while the function that <a title="/vipers-video-quicktags/trunk/vipers-video-quicktags.php – WordPress Plugin Repository" href="http://plugins.trac.wordpress.org/browser/vipers-video-quicktags/trunk/vipers-video-quicktags.php#L658">responds to the button click and does the work</a> is defined within the plugin. The <a title="/tags/2.8.4/wp-includes/js/tinymce/plugins – WordPress Trac" href="http://core.trac.wordpress.org/browser/tags/2.8.4/wp-includes/js/tinymce/plugins">TinyMCE plugins in core</a> are also informative.</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/14138/the-wordpress-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links from Ryan Eby</title>
		<link>http://maisonbisson.com/blog/post/11175/links-from-ryan-eby/</link>
		<comments>http://maisonbisson.com/blog/post/11175/links-from-ryan-eby/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 04:26:58 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Blink]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[ryan eby]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=11175</guid>
		<description><![CDATA[
Encyclopodia &#8211; the encyclopedia on your iPod
GeoCool! &#8211; Rasmus&#8217; Toys Page
IE7 and OpenSearch Autodiscovery
Information Management Now: Social Tagging For The Enterprise
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11175"><!-- &nbsp; --></abbr>
<p><a title="Encyclopodia - the encyclopedia on your iPod" href="http://encyclopodia.sourceforge.net/en/index.html">Encyclopodia &#8211; the encyclopedia on your iPod</a></p>
<p><a title="GeoCool! - Rasmus' Toys Page" href="http://toys.lerdorf.com/archives/35-GeoCool!.html">GeoCool! &#8211; Rasmus&#8217; Toys Page</a></p>
<p><a href="http://www.daveyp.com/blog/index.php/archives/70/">IE7 and OpenSearch Autodiscovery</a></p>
<p><a title="Information Management Now: Social Tagging For The Enterprise" href="http://imbok.blogspot.com/2006/02/social-tagging-for-enterprise.html">Information Management Now: Social Tagging For The Enterprise</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11175/links-from-ryan-eby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>thenonist</title>
		<link>http://maisonbisson.com/blog/post/11327/trading-cards-and-horror-movie-brides/</link>
		<comments>http://maisonbisson.com/blog/post/11327/trading-cards-and-horror-movie-brides/#comments</comments>
		<pubDate>Fri, 09 Jun 2006 05:49:50 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Questionable...funny. Pointless.]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[damsels in distress]]></category>
		<category><![CDATA[galleries]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[russian theater]]></category>
		<category><![CDATA[thenonist]]></category>
		<category><![CDATA[trading cards]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11327/</guid>
		<description><![CDATA[

How can I not appreciate thenonist&#8217;s link dumps and other posts when they&#8217;re illustrated with works like those above?
The men in suits come from May 29. June 4 offers us these funny trading cards and a gallery of horror movie damsels (in distress, of course). June 5 offers a good look at sincerity among other [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11327"><!-- &nbsp; --></abbr>
<p><a href="http://www.flickr.com/photos/maisonbisson/163354949/" title="Photo Sharing"><img src="http://static.flickr.com/66/163354949_02fb274d40_o.jpg" width="506" height="574" alt="thenonist" /></a></p>
<p>How can I not appreciate <a href="http://thenonist.com/">thenonist</a>&#8217;s link dumps and other posts when they&#8217;re illustrated with works like those above?</p>
<p>The men in suits come from <a href="http://thenonist.com/index.php/thenonist/permalink/linkdump_52906/" title="Linkdump 5.29.06">May 29</a>. <a href="http://thenonist.com/index.php/thenonist/permalink/linkdump_6406/" title="Linkdump 6.4.06">June 4</a> offers us these <a href="http://davidguy.brinkster.net/toptrumps/">funny trading cards</a> and a <a href="http://www.giantsandgirls.com/galleries.html">gallery of horror movie damsels</a> (in distress, of course). <a href="http://thenonist.com/index.php/thenonist/permalink/linkdump_6506/" title="Linkdump 6.5.06">June 5</a> offers a good look at <a href="http://www.artlies.org/article.php?id=1299&#038;issue=49&#038;s=0">sincerity</a> among other things.</p>
<p>And all of this amidst a context of <a href="http://thenonist.com/index.php/thenonist/permalink/three_weeks/">intelligent commentary</a> and <a href="http://thenonist.com/index.php/thenonist/permalink/ding_dong_zarqawis_dead/">smart politics</a>.</p>
<p><tags>blog, damsels in distress, galleries, links, quality, russian theater, thenonist, trading cards</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11327/trading-cards-and-horror-movie-brides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPopac Gets Googled</title>
		<link>http://maisonbisson.com/blog/post/11095/a-barn-in-new-england/</link>
		<comments>http://maisonbisson.com/blog/post/11095/a-barn-in-new-england/#comments</comments>
		<pubDate>Thu, 04 May 2006 15:50:00 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[google economy]]></category>
		<category><![CDATA[google in the catalog]]></category>
		<category><![CDATA[lib20]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[library 2.0]]></category>
		<category><![CDATA[library catalog]]></category>
		<category><![CDATA[linking]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[loosely linked]]></category>
		<category><![CDATA[opac]]></category>
		<category><![CDATA[remix]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[wpopac]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=11095</guid>
		<description><![CDATA[
A discussion on Web4Lib last month raised the issue of Google indexing our library catalogs. My answer spoke of the huge number of searches being done in search engines every day and the way that people increasingly expect that anything worth finding can be found in Google.
There were doubts about the effectiveness of such plans, [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11095"><!-- &nbsp; --></abbr>
<p><a href="http://www.flickr.com/photos/maisonbisson/24630505/" title="Search Help."><img src="http://photos22.flickr.com/24630505_7bacac7cdb_s.jpg" alt="Search Help." width="75" height="75" style="float: right; margin: 0px 0px 8px 8px;" /></a>A <a href="http://lists.webjunction.org/wjlists/web4lib/2006-April/thread.html#40144">discussion on Web4Lib</a> last month raised the issue of <a href="http://lists.webjunction.org/wjlists/web4lib/2006-April/040093.html">Google indexing our library catalogs</a>. <a href="http://lists.webjunction.org/wjlists/web4lib/2006-April/040101.html">My answer</a> spoke of the <a href="http://maisonbisson.com/blog/post/11100/">huge number of searches</a> being done in search engines every day and the way that people increasingly expect that <a href="http://en.wikipedia.org/wiki/Google_economy">anything worth finding can be found in Google</a>.</p>
<p>There were doubts about the effectiveness of such plans, and concerns about how frustrating it might be for a searcher in California to find books (that he or she can&#8217;t access) in New Hampshire. </p>
<p>My answer to the first point was that once we start participating in the Google Economy, we&#8217;ll find our records well represented within it, and my answer to the second point is that we already have good solutions to that problem: ILL and OpenWorldCat. Examples: a Google search for <a href="http://www.google.com/search?q=joe+monninger">my favorite author/friend/example</a> returns with WPopac among the top results. And if you view <a href="http://www.plymouth.edu/library/opac/record/1305932">one of the resulting records</a>, you&#8217;ll see a link to “<a href="http://worldcatlibraries.org/wcpa/isbn/081182974X" title="find in WorldCat Libraries">find in WorldCat Libraries</a>.”</p>
<p>Thing is, it&#8217;s not just the stuff I&#8217;ve been linking to as examples that&#8217;s getting found in search engines. Listed below are the top 100 incoming search terms to WPopac from major search engines in the last week. The list is <a href="http://maisonbisson.com/blog/post/10900/">generated by bsuite</a>, my <a href="http://maisonbisson.com/blog/post/10900/">multipurpose WordPress plugin</a>, and the links lead to the item found with the search terms.</p>
<ul>
<li><a href="http://www.plymouth.edu/library/opac/record/1025557">What works: documenting energy conservation in buildings</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1040696">Online Recording of Pomp and Circumstance</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1040696">recording of pomp and circumstance</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1043389">harry stack sullivan</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1044642">miguel de unamuno website</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1048677">“cathedrals +england”</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1053412">athalie</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1060563">symbols in art</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1062429">Dadaism by Marcel Duchamp and Frances Picabia</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1079845">frank moake</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1079856">william luijpen</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1101821">“Man, Culture and Society”</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1104750">music scores elgar wand of youth slumber song</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1106048">Cats and Bats and Things with Wings by Conrad AIken</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1114561">paul cuffe african american</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1126312"> biography of george e. mowry</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1147545">don giovanni libretto italian english</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1172758">Steroids-opposing viewpoints</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1174923">ballet plot</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1174923">ballet plots</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1182132">grice, h.p., studies in the way of words</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1197041">african american identity</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1200382">Allan Freed and the Big Beat</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1201735">The Blue Octavo Notebooks </a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1205790">The Self Reliant Potter</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1210702">kartinki</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1216645">the little brown book of anecdotes </a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1224035">“the fields are full”+“Armstrong Gibbs”</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1225651">forty french songs for voice and piano</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1226750">Fantasien, Op. 116</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1230284">Literary Themes</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1230503">biography ramses the great</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1230503">ramses II essays</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1231502">Rita Rapoza</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1233681">deutsche nobelpreisträger</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1234478">Erotica</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1235853">&#8216;henry and mudge and the green time&#8217; website</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1235853">“Henry and Mudge in the Green Time”</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1236248">tally&#8217;s corner</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1236944">ECCENTRIC MUSCLE LOADING BASEBALL</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1238981">indian mythology 0600023699</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1239248">climacteric psychology menopause</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1239275">emilie flöge</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1245417">Brigance Comprehensive inventory of basic skills</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1245417">Brigance Diagnostic Comprehensive Inventory of Basic Skills</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1245417">Brigance Diagnostic Inventory of Basic Skills</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1245417">brigance diagnostic</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1245417">Brigance INventory of Basic Skills</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1245417">brigance inventory</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1245417">brigance testing</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1245417">Brigance</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1245654">Metropolitan readiness tests</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1246316">Bayley assessment kit</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1246698">kaja silverman “fragments of a fashionable discourse”</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1248313">palmer hayden biography african-american</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1250049">feminist theories on battered women syndrome</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1255685">otis lennon mental ability test</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1255685">otis-lennon intelligence test</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1255997">Otis-Lennon School Ability Test</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1265512">Poetry from norton anthology of by s.m.gilbert and susan gubar woman writer</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1266143">Black Frontiers</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1266143">Pioneers  Of The American West.</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1267971">joycelyn elders  biography</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1270098">pros and cons of tqm</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1274668">Encyclopedia of world biography</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1276414">Death Penalty:an historical&#038; Theological survey,J.J.Megivern</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1283248">“Jewish Deliberations on Suicide: Exceptions, Toleration and Assistance” &#8212; Noam Zohar</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1286839">Samuel H. Kress biography</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1289840">biomechanical analysis leg stretching</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1291442">arguments against suicide</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1291442">assisted suicide</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1291442">assited suicide</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1291442">physician assisted suicide cartoons</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1295501">“ice age”+homophobia</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1300903">suite española Gaspar Sanz</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1302359">leprosy:king baldwin IV</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1302368">Socolow The women of colonial Latin America.</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1303880">popular music and youth culture</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1307655">mandarin revolution Keynes</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1308586">sports professionalization test</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1314902">“criminology theories, patterns, and typologies”</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1315913">xiajia</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1317265">Pangwe Africa</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1319149">“hanif kureishi+life”</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1320971">All Shook Up: How Rock ‘n“ Roll Changed America </a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1321427">Fraenkel and Wallen validity and reliability</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1321523">j.k. rowling biography isbn</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1321964">tina modotti biography</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1323267">essays on Rescuing a planet under stress</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1327278">criticism beatrix potter </a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1327280">harry potter literary criticism</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1331773">”Jewish Women in the Holocaust“</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1335337">crimes and misdemeanors plato</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1337807">California and the Southwest history</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1337811">Life In the American West</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1339114">funny chemistry caricature</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1340494">di vinci ”symbols“</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1340494">di vinci symbols</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1340494">Symbols of japan</a></li>
<li><a href="http://www.plymouth.edu/library/opac/record/1341016">biograph dewey</a></li>
</ul>
<p>Some links will leave you scratching your head, others are clearly misdirected. But, I&#8217;m especially proud of <a href="http://angieisanangel.blogspot.com/2006/04/il-libro-dallamericaaaaa.html" title="???=^^=Angie's Room: Il libro dall'americaaaaa=^^=???">this link</a>, from a person who was especially happy to get a new book. Making our collections indexable also makes them linkable, and that means people can make libraries part of their lives &#8212; wherever their lives take them.</p>
<p>And this doesn&#8217;t just help <a href="http://angieisanangel.blogspot.com/2006/04/il-libro-dallamericaaaaa.html" title="???=^^=Angie's Room: Il libro dall'americaaaaa=^^=???">Angie</a>, it means faculty and students can link to library resources from <a href="http://fourcorners.blogs.plymouth.edu/">class blogs</a> or share them in <a href="http://maisonbisson.com/blog/post/11152/">AIM</a>.</p>
<p><tags>google economy, google in the catalog, lib20, libraries, library, library 20, library catalog, linking, links, loosely linked, opac, remix, search engines, wpopac</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11095/a-barn-in-new-england/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Linkrot? We Don&#8217;t Have Any Steenking Linkrot!</title>
		<link>http://maisonbisson.com/blog/post/11288/linkrot-we-dont-have-any-steenking-linkrot/</link>
		<comments>http://maisonbisson.com/blog/post/11288/linkrot-we-dont-have-any-steenking-linkrot/#comments</comments>
		<pubDate>Tue, 02 May 2006 18:42:17 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[blog archives]]></category>
		<category><![CDATA[currency]]></category>
		<category><![CDATA[fix links]]></category>
		<category><![CDATA[link rot]]></category>
		<category><![CDATA[linkrot]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[old content]]></category>
		<category><![CDATA[web4lib]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11288/</guid>
		<description><![CDATA[
Allen asked, via the web4lib list:
I&#8217;m interested in how others handle linkrot in library blogs. Do you fix broken links? Remove them if they can&#8217;t be fixed? Do nothing?
Michael answered:
I deal with link rot on blogs as I would with any other publication, print  or otherwise: do nothing. The post is dated and users [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11288"><!-- &nbsp; --></abbr>
<p>Allen asked, via the <a href="http://lists.webjunction.org/web4lib/">web4lib</a> list:</p>
<blockquote><p>I&#8217;m interested in how others handle linkrot in library blogs. Do you fix broken links? Remove them if they can&#8217;t be fixed? Do nothing?</p></blockquote>
<p>Michael answered:</p>
<blockquote><p>I deal with link rot on blogs as I would with any other publication, print  or otherwise: do nothing. The post is dated and users should be aware that links from two years ago may no longer work.</p></blockquote>
<p>We need to understand that the web is a living, breathing, and sometimes dying organism. The forrest will renew itself. </p>
<p>Dropping the metaphor, link rot is frustrating, but deleting links is deleting history. Fixing links (if possible) or adding updates is another matter, but it&#8217;s really only something I&#8217;d do for active content.</p>
<p><tags>blog archives, currency, fix links, link rot, linkrot, links, old content, web4lib, maintenance</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11288/linkrot-we-dont-have-any-steenking-linkrot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Value</title>
		<link>http://maisonbisson.com/blog/post/10980/blog-value/</link>
		<comments>http://maisonbisson.com/blog/post/10980/blog-value/#comments</comments>
		<pubDate>Fri, 25 Nov 2005 17:11:30 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ad revenue]]></category>
		<category><![CDATA[ad revenues]]></category>
		<category><![CDATA[aol]]></category>
		<category><![CDATA[assertion]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[bloggers]]></category>
		<category><![CDATA[bought]]></category>
		<category><![CDATA[citation analysis]]></category>
		<category><![CDATA[google economy]]></category>
		<category><![CDATA[link value]]></category>
		<category><![CDATA[linking]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[sale]]></category>
		<category><![CDATA[sale price]]></category>
		<category><![CDATA[sold]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[weblog]]></category>
		<category><![CDATA[weblogs]]></category>
		<category><![CDATA[weblogs inc]]></category>
		<category><![CDATA[weblogsinc]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=10980</guid>
		<description><![CDATA[
The sale of Weblogs Inc. to AOL last month for $25+ million got a lot of bloggers excited. Tristan Louis did the math and put the sale value into perspective against the number of incoming links the the Weblogs Inc. properties. It&#8217;s an interesting assertion of the value of the Google Economy, no?
The various properties [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10980"><!-- &nbsp; --></abbr>
<p>The <a href="http://arstechnica.com/news.ars/post/20051006-5397.html">sale</a> of <a href="http://weblogsinc.com/">Weblogs Inc.</a> to <a href="http://aol.com/">AOL</a> last month for $25+ million got a lot of bloggers excited. <a href="http://www.tnl.net/blog/entry/Doing_the_numbers_on_the_AOL-WeblogsInc_deal">Tristan Louis did the math</a> and put the sale value into perspective against the number of incoming links the the Weblogs Inc. properties. It&#8217;s an interesting assertion of the value of the <a href="http://en.wikipedia.org/wiki/Google_economy">Google Economy</a>, no?</p>
<p>The various properties have a total of almost 50,000 incoming links, which work out to being worth between about $500 and $900 each, depending on the actual sale price, which everybody&#8217;s mum about.</p>
<p>So Dane Carlson created this (now broken) <a href="http://www.business-opportunities.biz/projects/how-much-is-your-blog-worth/">how much is my blog worth?</a> app based on those numbers and powered by the <a href="http://developers.technorati.com/">Technorati API</a>. <a href="http://nosheep.net/">Zach</a> took a stern look at it (while it was working) and decided the numbers probably represent the gross ad revenues of a blog over four years (or two years with strong growth).<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">tags: <a href="http://www.technorati.com/tag/ad revenue" rel="tag">ad revenue</a>, <a href="http://www.technorati.com/tag/ad revenues" rel="tag">ad revenues</a>, <a href="http://www.technorati.com/tag/aol" rel="tag">aol</a>, <a href="http://www.technorati.com/tag/assertion" rel="tag">assertion</a>, <a href="http://www.technorati.com/tag/blog" rel="tag">blog</a>, <a href="http://www.technorati.com/tag/blogger" rel="tag">blogger</a>, <a href="http://www.technorati.com/tag/bloggers" rel="tag">bloggers</a>, <a href="http://www.technorati.com/tag/bought" rel="tag">bought</a>, <a href="http://www.technorati.com/tag/citation analysis" rel="tag">citation analysis</a>, <a href="http://www.technorati.com/tag/google economy" rel="tag">google economy</a>, <a href="http://www.technorati.com/tag/link value" rel="tag">link value</a>, <a href="http://www.technorati.com/tag/linking" rel="tag">linking</a>, <a href="http://www.technorati.com/tag/links" rel="tag">links</a>, <a href="http://www.technorati.com/tag/sale" rel="tag">sale</a>, <a href="http://www.technorati.com/tag/sale price" rel="tag">sale price</a>, <a href="http://www.technorati.com/tag/sold" rel="tag">sold</a>, <a href="http://www.technorati.com/tag/technorati" rel="tag">technorati</a>, <a href="http://www.technorati.com/tag/weblog" rel="tag">weblog</a>, <a href="http://www.technorati.com/tag/weblogs" rel="tag">weblogs</a>, <a href="http://www.technorati.com/tag/weblogs inc" rel="tag">weblogs inc</a>, <a href="http://www.technorati.com/tag/weblogsinc" rel="tag">weblogsinc</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10980/blog-value/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pepper Links</title>
		<link>http://maisonbisson.com/blog/post/10863/pepper-links/</link>
		<comments>http://maisonbisson.com/blog/post/10863/pepper-links/#comments</comments>
		<pubDate>Sun, 02 Oct 2005 15:56:33 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Blink]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[pepper]]></category>
		<category><![CDATA[pepper computer]]></category>
		<category><![CDATA[pepper links]]></category>
		<category><![CDATA[pepper pad]]></category>
		<category><![CDATA[portable computing]]></category>
		<category><![CDATA[ubicomp]]></category>
		<category><![CDATA[ultraportable]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=10863</guid>
		<description><![CDATA[

Pepper Computer
Buying a Pepper Pad at Amazon
Pepper Hacks
Victor Rehorst has been blogging about his Pepper since he got it (a few days ago)
Pepper Pad stories at TeleRead
Other Pepper Pad stories here at MaisonBisson


tags: links, pepper, pepper computer, pepper links, pepper pad, portable computing, ubicomp, ultraportable

]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10863"><!-- &nbsp; --></abbr>
<ul>
<li><a href="http://www.pepper.com/">Pepper Computer</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B0009AFX0S/maisonbisson-20/">Buying a Pepper Pad</a> at Amazon</li>
<li><a href="http://www.pepperhacks.com/">Pepper Hacks</a></li>
<li>Victor Rehorst has been <a href="http://www.chuma.org/category/computers/pepper-pad/">blogging about his Pepper</a> since he got it (a few days ago)</li>
<li><a href="http://www.teleread.org/blog/index.php?s=pepper">Pepper Pad stories</a> at TeleRead</li>
<li>Other <a href="http://maisonbisson.com/blog/search/pepper">Pepper Pad stories</a> here at MaisonBisson</li>
</ul>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">tags: <a href="http://www.technorati.com/tag/links" rel="tag">links</a>, <a href="http://www.technorati.com/tag/pepper" rel="tag">pepper</a>, <a href="http://www.technorati.com/tag/pepper computer" rel="tag">pepper computer</a>, <a href="http://www.technorati.com/tag/pepper links" rel="tag">pepper links</a>, <a href="http://www.technorati.com/tag/pepper pad" rel="tag">pepper pad</a>, <a href="http://www.technorati.com/tag/portable computing" rel="tag">portable computing</a>, <a href="http://www.technorati.com/tag/ubicomp" rel="tag">ubicomp</a>, <a href="http://www.technorati.com/tag/ultraportable" rel="tag">ultraportable</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10863/pepper-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Google Economy &#8212; The Wikipedia Entry</title>
		<link>http://maisonbisson.com/blog/post/10773/wikipedia-the-google-economy/</link>
		<comments>http://maisonbisson.com/blog/post/10773/wikipedia-the-google-economy/#comments</comments>
		<pubDate>Mon, 29 Aug 2005 11:13:21 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[citation analysis]]></category>
		<category><![CDATA[dr. eugene garfield]]></category>
		<category><![CDATA[eugene garfield]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google economy]]></category>
		<category><![CDATA[information consumers]]></category>
		<category><![CDATA[larry page]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[linking]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[media filters]]></category>
		<category><![CDATA[print publishing]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[sergey brin]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[web pages]]></category>
		<category><![CDATA[wikipedia]]></category>
		<category><![CDATA[world wide web]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=10773</guid>
		<description><![CDATA[
I&#8217;m rather passionate about the Google Economy, so it shouldn&#8217;t be too much of a surprise to learn that I just wrote about it in my first ever Wikipedia entry.
Here it is:
http://en.wikipedia.org/wiki/Google_economy
“Google Economy” identifies the concept that the value of a resource can be determined by the way that resource is linked to other resources. [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10773"><!-- &nbsp; --></abbr>
<p>I&#8217;m rather passionate about the <a href="http://maisonbisson.com/blog/search/google%20economy">Google Economy</a>, so it shouldn&#8217;t be too much of a surprise to learn that I just <a href="http://en.wikipedia.org/wiki/Google_economy">wrote about it</a> in my first ever <a href="http://en.wikipedia.org/">Wikipedia</a> entry.</p>
<p>Here it is:</p>
<p><a href="http://en.wikipedia.org/wiki/Google_economy">http://en.wikipedia.org/wiki/Google_economy</a></p>
<p>“Google Economy” identifies the concept that the value of a resource can be determined by the way that resource is linked to other resources. It is more complex than search ranking, and broader than interlinked web pages, though it draws meaning from both.</p>
<p>The <a href="http://en.wikipedia.org/wiki/Internet" title="Internet">Internet</a> and <a href="http://en.wikipedia.org/wiki/World_Wide_Web" title="World Wide Web">World Wide Web</a> have emphasized the role of the <a href="http://en.wikipedia.org/wiki/Citation" title="Citation">citation</a> as a means of identifying the value of a resource. The structure of the print publishing world imposes strict limits on what information is promoted and distributed, but the web imposes much lower barriers to &#8216;<a href="http://en.wikipedia.org/wiki/Publication" title="Publication">publication</a>,&#8217; eliminating the old-media filters that information consumers once depended on to identify worthy information. Internet <a href="http://en.wikipedia.org/wiki/Search_engines" title="Search engines">Search engines</a> were developed to help navigate the growing number of <a href="http://en.wikipedia.org/wiki/Web_pages" title="Web pages">web pages</a>, but their results could not represent the value of individual pages until <a href="http://en.wikipedia.org/wiki/Google" title="Google">Google</a>&#8217;s <a href="http://en.wikipedia.org/wiki/Lawrence_E._Page" title="Lawrence E. Page">Larry Page</a> and <a href="http://en.wikipedia.org/wiki/Sergey_Brin" title="Sergey Brin">Sergey Brin</a> started to apply the concept of <a href="http://en.wikipedia.org/wiki/Citation_analysis" title="Citation analysis">citation analysis</a> that was developed in the 1950s by <a href="/w/index.php?title=Dr._Eugene_Garfield&amp;action=edit" title="Dr._Eugene_Garfield&amp;action=edit" class="new">Dr. Eugene Garfield</a> at the <a href="http://en.wikipedia.org/wiki/University_of_Pennsylvania" title="University of Pennsylvania">University of Pennsylvania</a>. Today, Google&#8217;s <a href="http://en.wikipedia.org/wiki/PageRank" title="PageRank">PageRank</a> weighs heavily on citation analysis among the more than 150 criteria evaluated.</p>
<p>The result is that the PageRank of any single web page is highly dependent on the number of web pages that link to it (and their PageRank). The highest ranked pages appear at the top of the search results page. The financial implication for commercial web sites are obvious (and often exploited), but there are serious implications for non-commercial content as well. A person doing any research on the web will find his or her results heavily influenced by PageRank-style ranking. Accurate and correct information that is poorly linked will have lower ranking than incorrect or misleading information that is better linked. Because many of the most authoritative information sources &#8212; examples: <a href="http://nejm.org/" title="http://nejm.org/" class="'external text' title=">medical journals</a>, the <a href="http://www.oed.com/" title="http://www.oed.com/" class="'external text' title=">Oxford English Dictionary</a> &#8212; are subscription services, their content is not available for indexing by search engines, and by extension, to those using search engines for research.</p>
<p>Even among free services &#8212; many <a href="http://en.wikipedia.org/wiki/Library_catalog" title="Library catalog">library catalogs</a>, for instance &#8212; it can be difficult to index the information because of technical obstacles like dynamic URLs that make it difficult to <a href="http://en.wikipedia.org/wiki/Deep_link" title="Deep link">deep link</a> to content or explicit prohibitions in the <a href="http://en.wikipedia.org/wiki/Robots.txt" title="Robots.txt">robots.txt</a>. The result is that a person searching for a book is far more likely to find the <a href="http://en.wikipedia.org/wiki/Amazon.com" title="Amazon.com">Amazon.com</a> catalog page or blog posts discussing the book long before they will find any library offering the book for loan.<br />
As with <a href="http://en.wikipedia.org/wiki/Market_economy" title="Market economy">market economies</a>, the Google Economy is subject to uncertainties, fluctuation, and occasional manipulation. Manipulators do so, however, at serious risk, as search engines have been known to <a href="http://en.wikipedia.org/wiki/Blacklist" title="Blacklist">blacklist</a> them from results pages. Further, search engine engineers continue to refine ranking criteria to deliver quality search results. In general, however, there are three rules for full participation in the Google Economy:</p>
<ul>
<li>Linking must be possible</li>
<li>Linking must be desirable</li>
<li>Linking must be measurable</li>
</ul>
<p><strong>External links</strong></p>
<ul>
<li><a href="http://www.altheim.com/ef/" title="http://www.altheim.com/ef/" class="'external text' title=">Roger Sperberg</a> on the <a href="http://www.altheim.com/ef/2005/06/wikipedia-and-libraries.html" title="http://www.altheim.com/ef/2005/06/wikipedia-and-libraries.html" class="'external text' title=">value of availability and permanence</a> on the web</li>
<li><a href="http://www.teleread.org/blog/" title="http://www.teleread.org/blog/" class="'external text' title=">David Rothman</a> on <a href="http://www.teleread.org/blog/?p=1598" title="http://www.teleread.org/blog/?p=1598" class="'external text' title=">hate sites and the Google Economy</a></li>
<li><a href="http://maisonbisson.com/blog/" title="http://maisonbisson.com/blog/" class="'external text' title=">Casey Bisson</a> on <a href="http://maisonbisson.com/blog/post/10705/" title="http://maisonbisson.com/blog/post/10705/" class="'external text' title=">politics and the Google Economy</a>, one of a number of his posts about the <a href="http://maisonbisson.com/blog/search/google%20economy" title="http://maisonbisson.com/blog/search/google economy" class="'external text' title=">Google Economy</a></li>
<li><a href="http://bernardmoon.blogspot.com/" title="http://bernardmoon.blogspot.com/" class="'external text' title=">Bernard Moon</a><a href="http://www.alwayson-network.com/comments.php?id=P8104_0_5_0_C" title="http://www.alwayson-network.com/comments.php?id=P8104 0 5 0 C" class="'external text' title=" id="P8104_0_5_0_C">reports on the Google Economy</a> from <a href="http://www.blogbusinesssummit.com/" title="http://www.blogbusinesssummit.com/" class="'external text' title=">BlogBusinessSummit</a> 2005</li>
<li>Joe Griffin on <a href="http://www.webpronews.com/insiderreports/searchinsider/wpn-49-20041101TheGoogleEconomy.html" title="http://www.webpronews.com/insiderreports/searchinsider/wpn-49-20041101TheGoogleEconomy.html" class="'external text' title=">marketing a web site in the Google Economy</a></li>
</ul>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">tags: <a href="http://www.technorati.com/tag/citation analysis" rel="tag">citation analysis</a>, <a href="http://www.technorati.com/tag/dr. eugene garfield" rel="tag">dr. eugene garfield</a>, <a href="http://www.technorati.com/tag/eugene garfield" rel="tag">eugene garfield</a>, <a href="http://www.technorati.com/tag/google" rel="tag">google</a>, <a href="http://www.technorati.com/tag/google economy" rel="tag">google economy</a>, <a href="http://www.technorati.com/tag/information consumers" rel="tag">information consumers</a>, <a href="http://www.technorati.com/tag/larry page" rel="tag">larry page</a>, <a href="http://www.technorati.com/tag/link" rel="tag">link</a>, <a href="http://www.technorati.com/tag/linking" rel="tag">linking</a>, <a href="http://www.technorati.com/tag/links" rel="tag">links</a>, <a href="http://www.technorati.com/tag/media filters" rel="tag">media filters</a>, <a href="http://www.technorati.com/tag/print publishing" rel="tag">print publishing</a>, <a href="http://www.technorati.com/tag/search" rel="tag">search</a>, <a href="http://www.technorati.com/tag/search engines" rel="tag">search engines</a>, <a href="http://www.technorati.com/tag/sergey brin" rel="tag">sergey brin</a>, <a href="http://www.technorati.com/tag/value" rel="tag">value</a>, <a href="http://www.technorati.com/tag/web pages" rel="tag">web pages</a>, <a href="http://www.technorati.com/tag/wikipedia" rel="tag">wikipedia</a>, <a href="http://www.technorati.com/tag/world wide web" rel="tag">world wide web</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10773/wikipedia-the-google-economy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sunday Links</title>
		<link>http://maisonbisson.com/blog/post/10245/sunday-links/</link>
		<comments>http://maisonbisson.com/blog/post/10245/sunday-links/#comments</comments>
		<pubDate>Sun, 17 Oct 2004 20:25:10 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Politics & Controversy]]></category>
		<category><![CDATA[EarthBrowser]]></category>
		<category><![CDATA[link blogging]]></category>
		<category><![CDATA[link dump]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[real clear politics]]></category>
		<category><![CDATA[spymall]]></category>
		<category><![CDATA[walmart]]></category>
		<category><![CDATA[WalMart vs. the music industry]]></category>

		<guid isPermaLink="false">/?p=10245</guid>
		<description><![CDATA[
Links: starting with politics, going to copyfight, ending nowhere.

On The Mediathis week is reporting on the controversies about Sinclair TV and Bush&#8217;s wiring, looks at why there&#8217;s a dearth of local real local news, and, most interestingly, compares Bush&#8217;s lies to Kerry&#8217;s exaggerations.The whole show is available as MP3. 
RealClearPolitics lists polls in swing states and [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10245"><!-- &nbsp; --></abbr>
<p>Links: starting with <a href="/blog/?p=0_10" title="politics">politics</a>, going to <a href="/blog/?p=0_15" title="copyfight">copyfight</a>, ending <a href="/blog/?p=0_12" title="nowhere">nowhere</a>.</p>
<ul compact type="square">
<li><a href="http://www.wnyc.org/onthemedia/otm101504.html" title="On The Media">On The Media</a>this week is reporting on the controversies about Sinclair TV and Bush&#8217;s wiring, looks at why there&#8217;s a dearth of local real local news, and, most interestingly, <a href="http://www.washingtonmonthly.com/archives/individual/2004_10/004897.php" title="compares Bush's lies to Kerry's exaggerations">compares Bush&#8217;s lies to Kerry&#8217;s exaggerations</a>.The whole show is <a href="http://wnyc.vo.llnwd.net/o1/otm/otm101504.mp3" title="available as MP3">available as MP3</a>.<br /> </li>
<li><a href="http://realclearpolitics.com/bush_vs_kerry_sbys.html" title="RealClearPolitics">RealClearPolitics</a> lists polls in swing states and elsewhere.<br /> </li>
<li><a href="http://www.earthbrowser.com/" title="EarthBrowser">EarthBrowser</a> (for Mac) gives us a glimpse of the world, showing swirling clouds and other weather, but hiding the politics and tension.<br /> </li>
<li><a href="http://www.rollingstone.com/news/story/_/id/6558540/thekillers?pageid=rs.Home&#038;pageregion=single1&#038;rnd=1097692692753&#038;has-player=true" title="WalMart vs. the music industry">WalMart vs. the music industry</a>?<br /> </li>
<li><a href="http://www.spymall.com/catalog/gadgets-index.htm" title="SpyMall">SpyMall</a></li>
</ul>
<p><tags>link blogging, link dump, links, walmart, real clear politics, spymall, WalMart vs. the music industry, EarthBrowser</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10245/sunday-links/feed/</wfw:commentRss>
		<slash:comments>109</slash:comments>
		</item>
	</channel>
</rss>