<?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; keywords</title>
	<atom:link href="http://maisonbisson.com/blog/post/tag/keywords/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>Used Brains And Black Plague, On eBay</title>
		<link>http://maisonbisson.com/blog/post/11290/used-brains-and-black-plague-on-ebay/</link>
		<comments>http://maisonbisson.com/blog/post/11290/used-brains-and-black-plague-on-ebay/#comments</comments>
		<pubDate>Sat, 06 May 2006 01:01:00 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Questionable...funny. Pointless.]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[black plague]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[brains]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[keyword advertising]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[plague]]></category>
		<category><![CDATA[targeted]]></category>
		<category><![CDATA[targeted advertising]]></category>
		<category><![CDATA[used brain]]></category>
		<category><![CDATA[used brains]]></category>

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


He he. Chuckle, chuckle. Thanks to Kris and Brett for these pics. They ads are still there now when I search Google for used brain or black plague.
My question is: does eBay just submit bulk lists of terms they want to buy, or do they have a deal with Google to just link &#8216;em up [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11290"><!-- &nbsp; --></abbr>
<p><a href="http://flickr.com/photos/kris247/139129433/"><img src="http://static.flickr.com/48/139129433_6411a44638.jpg" width="361" height="292" alt="Kris points out the 'black plague' on eBay." /></a></p>
<p><a href="http://www.brettneilson.com/"><img src="http://www.brettneilson.com/images/usedbrain.jpg" width="235" height="143" alt="Brett Neilson points out the 'used brains' on eBay." /></a></p>
<p>He he. Chuckle, chuckle. Thanks to <a href="http://flickr.com/photos/kris247/139129433/">Kris</a> and <a href="http://www.brettneilson.com/">Brett</a> for these pics. They ads are still there now when I search Google for <a href="http://www.google.com/search?q=used+brain" title="used brains">used brain</a> or <a href="http://www.google.com/search?q=black+plague" title="used brains">black plague</a>.</p>
<p>My question is: does eBay just submit bulk lists of terms they want to buy, or do they have a deal with Google to just link &#8216;em up like this?</p>
<p><tags>advertising, black plague, brain, brains, ebay, keyword advertising, keywords, plague, targeted, targeted advertising, used brain, used brains</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11290/used-brains-and-black-plague-on-ebay/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Doing Relevance Ranked Full-Text Searches In MySQL</title>
		<link>http://maisonbisson.com/blog/post/10752/making-mysql-do-relevance-ranked-full-text-searches/</link>
		<comments>http://maisonbisson.com/blog/post/10752/making-mysql-do-relevance-ranked-full-text-searches/#comments</comments>
		<pubDate>Tue, 06 Sep 2005 11:56:33 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[boolean search]]></category>
		<category><![CDATA[boolean searches]]></category>
		<category><![CDATA[boolean searching]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[full text]]></category>
		<category><![CDATA[full text index]]></category>
		<category><![CDATA[full text search]]></category>
		<category><![CDATA[full text searching]]></category>
		<category><![CDATA[fulltext]]></category>
		<category><![CDATA[fulltext search]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[match()]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rank]]></category>
		<category><![CDATA[relevance]]></category>
		<category><![CDATA[relevance rank]]></category>
		<category><![CDATA[relevance ranked]]></category>
		<category><![CDATA[relevance ranking]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search full text]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=10752</guid>
		<description><![CDATA[
I&#8217;m going out on a limb to say MySQL&#8217;s full-text indexing and searching features are underused. They appeared in MySQL 3.23.23 (most people are using 4.x, and 5 is in development), but it&#8217;s been news to most of the people I know.
Here&#8217;s the deal, the MATCH() function can search a full-text index for a string [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10752"><!-- &nbsp; --></abbr>
<p>I&#8217;m going out on a limb to say MySQL&#8217;s full-text indexing and searching features are underused. They appeared in MySQL 3.23.23 (most people are using 4.x, and 5 is in development), but it&#8217;s been news to most of the people I know.</p>
<p>Here&#8217;s the deal, the <a href="http://dev.mysql.com/doc/mysql/en/fulltext-search.html">MATCH()</a> function can search a full-text index for a string of text (one or more words) and return relevance-ranked results. It&#8217;s at the core of the list of <a href="http://maisonbisson.com/blog/post/10770/">related links</a> at the bottom of every post here.</p>
<p>For that query, I put all the tag names into a single variable that might look like this:</p>
<blockquote><p>$keywords = “mysql database php select full-text search full-text searching docs documentation”</p></blockquote>
<p>Then I do a select that looks something like this:</p>
<blockquote><p>SELECT * FROM wp_posts WHERE MATCH(post_title,post_content) AGAINST(&#8217;$keywords&#8217;);</p></blockquote>
<p>The <a href="http://dev.mysql.com/doc/mysql/en/fulltext-search.html">docs</a> give a lot more detail, including how to do <a href="http://dev.mysql.com/doc/mysql/en/fulltext-boolean.html">boolean searches</a>.</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">tags: <a href="http://www.technorati.com/tag/boolean search" rel="tag">boolean search</a>, <a href="http://www.technorati.com/tag/boolean searches" rel="tag">boolean searches</a>, <a href="http://www.technorati.com/tag/boolean searching" rel="tag">boolean searching</a>, <a href="http://www.technorati.com/tag/database" rel="tag">database</a>, <a href="http://www.technorati.com/tag/db" rel="tag">db</a>, <a href="http://www.technorati.com/tag/docs" rel="tag">docs</a>, <a href="http://www.technorati.com/tag/documentation" rel="tag">documentation</a>, <a href="http://www.technorati.com/tag/full text" rel="tag">full text</a>, <a href="http://www.technorati.com/tag/full text index" rel="tag">full text index</a>, <a href="http://www.technorati.com/tag/full text search" rel="tag">full text search</a>, <a href="http://www.technorati.com/tag/full text searching" rel="tag">full text searching</a>, <a href="http://www.technorati.com/tag/fulltext" rel="tag">fulltext</a>, <a href="http://www.technorati.com/tag/fulltext search" rel="tag">fulltext search</a>, <a href="http://www.technorati.com/tag/keywords" rel="tag">keywords</a>, <a href="http://www.technorati.com/tag/match()" rel="tag">match()</a>, <a href="http://www.technorati.com/tag/mysql" rel="tag">mysql</a>, <a href="http://www.technorati.com/tag/rank" rel="tag">rank</a>, <a href="http://www.technorati.com/tag/relevance" rel="tag">relevance</a>, <a href="http://www.technorati.com/tag/relevance rank" rel="tag">relevance rank</a>, <a href="http://www.technorati.com/tag/relevance ranked" rel="tag">relevance ranked</a>, <a href="http://www.technorati.com/tag/relevance ranking" rel="tag">relevance ranking</a>, <a href="http://www.technorati.com/tag/search" rel="tag">search</a>, <a href="http://www.technorati.com/tag/search full text" rel="tag">search full text</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10752/making-mysql-do-relevance-ranked-full-text-searches/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Tags Tags Tags</title>
		<link>http://maisonbisson.com/blog/post/10692/tags-tags-tags/</link>
		<comments>http://maisonbisson.com/blog/post/10692/tags-tags-tags/#comments</comments>
		<pubDate>Fri, 22 Jul 2005 10:37:30 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[annotating]]></category>
		<category><![CDATA[annotations]]></category>
		<category><![CDATA[culture war]]></category>
		<category><![CDATA[david weinberger]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[folksonomy]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[schools of thought]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[social search]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[tag cloud]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[taxonomy]]></category>
		<category><![CDATA[tom coates]]></category>
		<category><![CDATA[yahoo social search]]></category>

		<guid isPermaLink="false">http://www.maisonbisson.com/blog/?p=10692</guid>
		<description><![CDATA[
David Weinberger at Many-to-Many pointed me to Tom Coates&#8217; post about different schools of thought regarding tags. Coates has been thinking about tags as keywords, annotations. Thats how I&#8217;ve been using and thinking about tags too, but some people have different ideas.
&#8230;At the end of the argument I said to Joshua that it was almost [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10692"><!-- &nbsp; --></abbr>
<p>David Weinberger at <a href="http://www.corante.com/many/archives/2005/07/20/the_tagging_culture_war.php" title="Many-to-Many: The tagging culture war">Many-to-Many</a> pointed me to Tom Coates&#8217; post about <a href="http://www.plasticbag.org/archives/2005/06/two_cultures_of_fauxonomies_collide.shtml" title="Two cultures of fauxonomies collide... (plasticbag.org)">different schools of thought regarding tags</a>. Coates has been thinking about tags as keywords, annotations. Thats how I&#8217;ve been using and thinking about tags too, but some people have different ideas.</p>
<blockquote><p>&#8230;At the end of the argument I said to Joshua that it was almost like he was treating tags as folders. And he replied, exasperated, that this was exactly what they were.</p></blockquote>
<p>Exasperation aside, Coates is pretty sure that Joshua&#8217;s view is loosing currency and the keywords view is growing.</p>
<p>Wienberger offers this explanation: we use tags as folders to organize things for ourselves, but we use tags as keywords as a way to contribute to the social understanding of things. That&#8217;s what <a href="http://myweb2.search.yahoo.com/">Yahoo&#8217;s Social Search</a> is trying to leverage.</p>
<p>Related: <a href="http://www.maisonbisson.com/blog/post/10581/" title="MaisonBisson.com » Blog Archive » Google’s War On Hierarchy, Alert The Librarians">Google’s War On Hierarchy</a>.</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">tags: <a href="http://technorati.com/tag/annotating" rel="tag">annotating</a>, <a href="http://technorati.com/tag/annotations" rel="tag">annotations</a>, <a href="http://technorati.com/tag/culture war" rel="tag">culture war</a>, <a href="http://technorati.com/tag/david weinberger" rel="tag">david weinberger</a>, <a href="http://technorati.com/tag/folders" rel="tag">folders</a>, <a href="http://technorati.com/tag/folksonomy" rel="tag">folksonomy</a>, <a href="http://technorati.com/tag/keywords" rel="tag">keywords</a>, <a href="http://technorati.com/tag/schools of thought" rel="tag">schools of thought</a>, <a href="http://technorati.com/tag/search" rel="tag">search</a>, <a href="http://technorati.com/tag/social search" rel="tag">social search</a>, <a href="http://technorati.com/tag/tag" rel="tag">tag</a>, <a href="http://technorati.com/tag/tag cloud" rel="tag">tag cloud</a>, <a href="http://technorati.com/tag/tagging" rel="tag">tagging</a>, <a href="http://technorati.com/tag/tags" rel="tag">tags</a>, <a href="http://technorati.com/tag/taxonomy" rel="tag">taxonomy</a>, <a href="http://technorati.com/tag/tom coates" rel="tag">tom coates</a>, <a href="http://technorati.com/tag/yahoo social search" rel="tag">yahoo social search</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10692/tags-tags-tags/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>