<?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>BOSS Hacks - an unofficial Yahoo! BOSS blog &#187; code samples</title>
	<atom:link href="http://www.bosshacks.com/category/tips-and-tricks/code-samples/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bosshacks.com</link>
	<description></description>
	<lastBuildDate>Wed, 03 Feb 2010 17:03:40 +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>Build a semantic Search Engine with BOSS</title>
		<link>http://www.bosshacks.com/build-semantic-search-boss.html</link>
		<comments>http://www.bosshacks.com/build-semantic-search-boss.html#comments</comments>
		<pubDate>Sun, 03 May 2009 17:56:34 +0000</pubDate>
		<dc:creator>Ted</dc:creator>
				<category><![CDATA[BOSS Functionality]]></category>
		<category><![CDATA[Relevancy]]></category>
		<category><![CDATA[code samples]]></category>
		<category><![CDATA[BOSS]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[HCard]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[SearchMonkey]]></category>
		<category><![CDATA[semantic search]]></category>
		<category><![CDATA[structured data]]></category>

		<guid isPermaLink="false">http://www.bosshacks.com/?p=40</guid>
		<description><![CDATA[What&#8217;s the quickest way to build a semantic search engine? Use BOSS and and the Yahoo! Searchmonkey query filter. You&#8217;ll be surprised how much information is available to begin working with. The Search Monkey Query Filter This pattern works in the basic Yahoo! search box: searchmonkeyid:com.yahoo.page.uf.{microformat}. It tells Yahoo! Search to only return web pages [...]]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s the quickest way to build a semantic search engine? Use <a href="http://developer.yahoo.com/search/boss/">BOSS</a> and and the <a href="http://developer.yahoo.com/searchmonkey/">Yahoo! Searchmonkey</a> query filter. You&#8217;ll be surprised how much information is available to begin working with.</p>
<h3>The Search Monkey Query Filter</h3>
<p>This pattern works in the basic Yahoo! search box: <strong>searchmonkeyid:com.yahoo.page.uf.{microformat}</strong>. It tells Yahoo! Search to only return web pages that include a certain <a href="http://microformats.org">microformat</a>. We can also use this in our BOSS API requests. Here&#8217;s a list of structured data surfaced in BOSS via <a class="zem_slink" href="http://developer.yahoo.com/searchmonkey/" title="SearchMonkey" rel="homepage">SearchMonkey</a>:</p>
<blockquote>
<ul type="disc">
<li><a href="http://microformats.org/wiki/hatom" target="_top">hAtom</a> -<br />
Represents a subset of the Atom syndication format</li>
<li><a href="http://microformats.org/wiki/hcalendar" target="_top">hCalendar</a> -<br />
Represents calendar dates and events, using a representation of<br />
the <a href="http://www.ietf.org/rfc/rfc2445.txt" target="_top">iCalendar</a><br />
standard</li>
<li><a href="http://microformats.org/wiki/hcard" target="_top">hCard</a> -<br />
Represents people, companies, organizations, and places, using a<br />
representation of the vCard standard</li>
<li><a href="http://microformats.org/wiki/hreview" target="_top">hReview</a> -<br />
Represents reviews of products, services, businesses, and<br />
events</li>
<li><a href="http://gmpg.org/xfn/" target="_top">XFN</a> &#8211; Represents<br />
human relationships using hyperlinks</li>
<li><a href="http://microformats.org/wiki/geo" target="_top">Geo</a> -<br />
Represents geograhic coordinates</li>
<li><a href="http://microformats.org/wiki/rel-tag" target="_top">rel-tag</a> &#8211; Marks<br />
up the destination of a hyperlink as an author-designated<br />
tag</li>
<li><a href="http://microformats.org/wiki/adr" target="_top">adr</a> -<br />
Represents address information</li>
<li><a href="???" target="_top"><br />
</a><a href="http://dublincore.org/2008/01/14/dcterms.rdf" target="_top">Dublin<br />
Core</a><br />
- Allows developers to specify document metadata</li>
<li><a href="http://developer.yahoo.com/searchmonkey/smguide/Friend-Of-A-Friend.html" target="_top">FOAF</a><br />
- Friend of a Friend specifies personal profiles and social<br />
networks</li>
<li><a href="http://en.wikipedia.org/wiki/SIOC" target="_top">SIOC</a><br />
- Specifies elements in blogs, forums and Q&amp;A sites</li>
<li><a href="http://developer.yahoo.com/searchmonkey/smguide/profile_vocab.html" target="_top">Other<br />
supported vocabularies</a> &#8211; See the SearchMonkey<br />
documentation for a list of other supported vocabularies</li>
</ul>
<p><cite><a href="http://developer.yahoo.com/search/boss/boss_guide/Web_Search.html#id372476">Universal BOSS API Query Operators: Apply to Web, Images and News</a></cite></p></blockquote>
<h3>SearchMonkey in Your BOSS</h3>
<p>Now we have the ability to limit our search results to sites that use a particular microformat. We can now ask for this structured data to build our robust search engine We&#8217;ll use the SearchMonkey view attributes. There are two variations that define the format of the data. </p>
<ul>
<li><strong>view=searchmonkey_feed</strong> (dataRSS format)</li>
<li><strong>view=searchmonkey_rdf</strong> (rdf format)</li>
</ul>
<p>The following example shows how each look.</p>
<p>Let&#8217;s build a semantic music search engine. We&#8217;ll start by filtering for hreview microformats to get music reviews about <a href="http://www.cocorosieland.com/">CocoRosie</a>:&nbsp; <samp>http://boss.yahooapis.com/ysearch/web/v1/cocorosie+searchmonkeyid:com.yahoo.page.uf.hreview?appid=Your_App_Id&amp;format=xml&amp;start=0&amp;count=15&amp;view=keyterms%2Csearchmonkey_feed%2Csearchmonkey_rdf</samp>. </p>
<p>We can use the following sample result to begin inserting reviews as well as other structured data. You&#8217;ve got the basic foundation for building an application that presents data-rich information to your users. Explore your favorite rdf and micformat queries to come up with new ideas. </p>
<p>Please leave a comment if you are already using this technique in your site or have similar ideas to share with others.</p>
<h4>Sample Result</h4>
<pre>
<code >&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;
&lt;result&gt;
&lt;abstract&gt;
&lt;![CDATA[Contributed by: ant-likekarma on July 13th, 2007 at 6:02 am.
Tekno Love Song by <b>CocoRosie</b><b>...</b> love song tekno <b>cocorosie</b>.
Other Info. Lifetime rating of 4.83 <b>...</b>]]&gt;
&lt;/abstract&gt;
&lt;clickurl&gt;http://lrd.yahooapis.com/.../**http%3A//www.blogskins.com/info/150260&lt;/clickurl&gt;
&lt;date&gt;2009/04/22&lt;/date&gt;
&lt;dispurl&gt;&lt;![CDATA[www.<b>blogskins.com</b>/info/150260]]&gt;&lt;/dispurl&gt;
&lt;keyterms&gt;
&lt;terms&gt;
	&lt;term&gt;skin&lt;/term&gt;
	&lt;term&gt;Tekno&lt;/term&gt;
	&lt;term&gt;Love Song&lt;/term&gt;
	&lt;term&gt;download&lt;/term&gt;
	&lt;term&gt;BlogSkins&lt;/term&gt;
	&lt;term&gt;Skin Info&lt;/term&gt;
	&lt;term&gt;fade&lt;/term&gt;
	&lt;term&gt;Skin type&lt;/term&gt;
	&lt;term&gt;bg&lt;/term&gt;
	&lt;term&gt;follow this link&lt;/term&gt;
	&lt;term&gt;cocorosie&lt;/term&gt;
	&lt;term&gt;Blogger&lt;/term&gt;
	&lt;term&gt;tear&lt;/term&gt;
	&lt;term&gt;keep well&lt;/term&gt;
	&lt;term&gt;Lifetime&lt;/term&gt;
	&lt;term&gt;logged-in&lt;/term&gt;
	&lt;term&gt;BM&lt;/term&gt;
	&lt;term&gt;Random Skin&lt;/term&gt;
	&lt;term&gt;Myles&lt;/term&gt;
	&lt;term&gt;hmm&lt;/term&gt;
&lt;/terms&gt;
&lt;/keyterms&gt;
&lt;searchmonkey_feed&gt;
&lt;feed&gt;
	&lt;adjunct id="com.yahoo.page.uf.hcard" updated="2009-04-27T16:03:12Z" version="1.1"&gt;
		&lt;item rel="dc:subject rel:Card" resource="/me/screamingtragic"&gt;
		&lt;type typeof="vcard:VCard" resource="/me/screamingtragic"&gt;
			&lt;meta property="vcard:fn" data_quality="255"&gt;screaming!tragic&lt;/meta&gt;
			&lt;item rel="vcard:url" resource="/me/screamingtragic"/&gt;
		&lt;/type&gt;
		&lt;/item&gt;
		&lt;item rel="dc:subject rel:Card" resource="/me/animate_"&gt;
		&lt;type typeof="vcard:VCard" resource="/me/animate_"&gt;
			&lt;meta property="vcard:fn" data_quality="255"&gt;animate_&lt;/meta&gt;
			&lt;item rel="vcard:url" resource="/me/animate_"/&gt;
		&lt;/type&gt;
		&lt;/item&gt;
		&lt;item rel="dc:subject rel:Card" resource="/me/madeline_tn"&gt;
		&lt;type typeof="vcard:VCard" resource="/me/madeline_tn"&gt;
			&lt;meta property="vcard:fn" data_quality="255"&gt;madeline_tn&lt;/meta&gt;
			&lt;item rel="vcard:url" resource="/me/madeline_tn"/&gt;
		&lt;/type&gt;
		&lt;/item&gt;
	&lt;/adjunct&gt;
	&lt;adjunct id="com.yahoo.page.uf.hreview" updated="2009-04-27T16:03:12Z" version="1.1"&gt;
		&lt;item rel="dc:subject rel:Review" resource="http://www.blogskins.com/info/150260"&gt;
		&lt;type typeof="review:Review" resource="http://www.blogskins.com/info/150260"&gt;
			&lt;meta property="review:title"&gt;Tekno Love Song&lt;/meta&gt;
			&lt;meta property="review:text"&gt;either continue th patern or don't fade the
			background, and all will look better. but it's still lovely!&lt;/meta&gt;
			&lt;meta datatype="xsd:dateTime" property="dc:date" data_quality="150"&gt;20080421&lt;/meta&gt;
			&lt;item rel="review:reviewer" resource="/me/screamingtragic"&gt;
			&lt;type typeof="vcard:VCard" resource="/me/screamingtragic"&gt;
			&lt;meta property="vcard:fn" data_quality="255"&gt;screaming!tragic&lt;/meta&gt;
			&lt;item rel="vcard:url" resource="/me/screamingtragic"/&gt;
			&lt;/type&gt;
			&lt;/item&gt;
			&lt;item rel="rdfs:seeAlso" resource="http://www.blogskins.com/info/150260"/&gt;
		&lt;/type&gt;
		&lt;/item&gt;
		&lt;item rel="dc:subject rel:Review" resource="http://www.blogskins.com/info/150260"&gt;
		&lt;type typeof="review:Review" resource="http://www.blogskins.com/info/150260"&gt;
			&lt;meta property="review:title"&gt;Tekno Love Song&lt;/meta&gt;
			&lt;meta property="review:text"&gt;you need stars! I think the bg shouldn't fade off.
			Other than that, it's fabulous&lt;/meta&gt;
			&lt;meta datatype="xsd:dateTime" property="dc:date" data_quality="150"&gt;20070903&lt;/meta&gt;
			&lt;item rel="review:reviewer" resource="/me/animate_"&gt;
			&lt;type typeof="vcard:VCard" resource="/me/animate_"&gt;
				&lt;meta property="vcard:fn" data_quality="255"&gt;animate_&lt;/meta&gt;
				&lt;item rel="vcard:url" resource="/me/animate_"/&gt;
			&lt;/type&gt;
			&lt;/item&gt;
			&lt;item rel="rdfs:seeAlso" resource="http://www.blogskins.com/info/150260"/&gt;
		&lt;/type&gt;
		&lt;/item&gt;
		&lt;item rel="dc:subject rel:Review" resource="http://www.blogskins.com/info/150260"&gt;
		&lt;type typeof="review:Review" resource="http://www.blogskins.com/info/150260"&gt;
			&lt;meta property="review:title"&gt;Tekno Love Song&lt;/meta&gt;
			&lt;meta property="review:text"&gt;hmm.. the bg shouldn't be white. should continue
			the pattern thingy... plus, the picture somehow doesn't appeal to me..&lt;/meta&gt;
			&lt;meta datatype="xsd:dateTime" property="dc:date" data_quality="150"&gt;20070713&lt;/meta&gt;
			&lt;item rel="review:reviewer" resource="/me/madeline_tn"&gt;
				&lt;type typeof="vcard:VCard" resource="/me/madeline_tn"&gt;
					&lt;meta property="vcard:fn" data_quality="255"&gt;madeline_tn&lt;/meta&gt;
					&lt;item rel="vcard:url" resource="/me/madeline_tn"/&gt;
				&lt;/type&gt;
			&lt;/item&gt;
			&lt;item rel="rdfs:seeAlso" resource="http://www.blogskins.com/info/150260"/&gt;
		&lt;/type&gt;
		&lt;/item&gt;
	&lt;/adjunct&gt;
	&lt;adjunct id="com.yahoo.page.uf.tag" updated="2009-04-27T16:03:12Z" version="1.1"&gt;
		&lt;meta property="tagspace:tag"&gt;love&lt;/meta&gt;
		&lt;meta property="tagspace:tag"&gt;song&lt;/meta&gt;
		&lt;meta property="tagspace:tag"&gt;tekno&lt;/meta&gt;
		&lt;meta property="tagspace:tag"&gt;cocorosie&lt;/meta&gt;
		&lt;item rel="stag:tagged"&gt;
			&lt;type typeof="stag:Tag"&gt;
				&lt;meta property="stag:label"&gt;love&lt;/meta&gt;
			&lt;/type&gt;
		&lt;/item&gt;
		&lt;item rel="stag:tagged"&gt;
			&lt;type typeof="stag:Tag"&gt;
				&lt;meta property="stag:label"&gt;song&lt;/meta&gt;
			&lt;/type&gt;
		&lt;/item&gt;
		&lt;item rel="stag:tagged"&gt;
			&lt;type typeof="stag:Tag"&gt;
				&lt;meta property="stag:label"&gt;tekno&lt;/meta&gt;
			&lt;/type&gt;
		&lt;/item&gt;
		&lt;item rel="stag:tagged"&gt;
			&lt;type typeof="stag:Tag"&gt;
				&lt;meta property="stag:label"&gt;cocorosie&lt;/meta&gt;
			&lt;/type&gt;
		&lt;/item&gt;
	&lt;/adjunct&gt;
&lt;/feed&gt;
&lt;/searchmonkey_feed&gt;
&lt;searchmonkey_rdf&gt;
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:h="http://www.w3.org/1999/xhtml"&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;dc:subject xmlns:dc="http://purl.org/dc/terms/"
		rdf:resource="http://www.blogskins.com/me/screamingtragic"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;rel:card xmlns:rel="http://search.yahoo.com/searchmonkey-relation/"
		rdf:resource="http://www.blogskins.com/me/screamingtragic"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/screamingtragic"&gt;
		&lt;rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#VCard"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/screamingtragic"&gt;
		&lt;vcard:fn xmlns:vcard="http://www.w3.org/2006/vcard/ns#"&gt;screaming!tragic&lt;/vcard:fn&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/screamingtragic"&gt;
		&lt;vcard:url xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
		rdf:resource="http://www.blogskins.com/me/screamingtragic"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;dc:subject xmlns:dc="http://purl.org/dc/terms/"
		rdf:resource="http://www.blogskins.com/me/animate_"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;rel:card xmlns:rel="http://search.yahoo.com/searchmonkey-relation/"
		rdf:resource="http://www.blogskins.com/me/animate_"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/animate_"&gt;
		&lt;rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#VCard"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/animate_"&gt;
		&lt;vcard:fn xmlns:vcard="http://www.w3.org/2006/vcard/ns#"&gt;animate_&lt;/vcard:fn&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/animate_"&gt;
		&lt;vcard:url xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
		rdf:resource="http://www.blogskins.com/me/animate_"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;dc:subject xmlns:dc="http://purl.org/dc/terms/"
		rdf:resource="http://www.blogskins.com/me/madeline_tn"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;rel:card xmlns:rel="http://search.yahoo.com/searchmonkey-relation/"
		rdf:resource="http://www.blogskins.com/me/madeline_tn"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/madeline_tn"&gt;
		&lt;rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#VCard"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/madeline_tn"&gt;
		&lt;vcard:fn xmlns:vcard="http://www.w3.org/2006/vcard/ns#"&gt;madeline_tn&lt;/vcard:fn&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/madeline_tn"&gt;
		&lt;vcard:url xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
		rdf:resource="http://www.blogskins.com/me/madeline_tn"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;dc:subject xmlns:dc="http://purl.org/dc/terms/"
		rdf:resource="http://www.blogskins.com/info/150260"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;rel:review xmlns:rel="http://search.yahoo.com/searchmonkey-relation/"
		rdf:resource="http://www.blogskins.com/info/150260"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;rdf:type rdf:resource="http://purl.org/stuff/rev#Review"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;review:title xmlns:review="http://purl.org/stuff/rev#"&gt;Tekno Love Song&lt;/review:title&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;review:text xmlns:review="http://purl.org/stuff/rev#"&gt;either continue th patern or
		don't fade the background, and all will look better. but it's still lovely!
		&lt;/review:text&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;dc:date xmlns:dc="http://purl.org/dc/terms/"
		rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"&gt;20080421&lt;/dc:date&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;review:reviewer xmlns:review="http://purl.org/stuff/rev#"
		rdf:resource="http://www.blogskins.com/me/screamingtragic"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/screamingtragic"&gt;
		&lt;rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#VCard"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/screamingtragic"&gt;
		&lt;vcard:fn xmlns:vcard="http://www.w3.org/2006/vcard/ns#"&gt;screaming!tragic&lt;/vcard:fn&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/screamingtragic"&gt;
		&lt;vcard:url xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
		rdf:resource="http://www.blogskins.com/me/screamingtragic"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;rdfs:seealso xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
		rdf:resource="http://www.blogskins.com/info/150260"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;dc:subject xmlns:dc="http://purl.org/dc/terms/"
		rdf:resource="http://www.blogskins.com/info/150260"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;rel:review xmlns:rel="http://search.yahoo.com/searchmonkey-relation/"
		rdf:resource="http://www.blogskins.com/info/150260"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;rdf:type rdf:resource="http://purl.org/stuff/rev#Review"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;review:title xmlns:review="http://purl.org/stuff/rev#"&gt;Tekno Love Song&lt;/review:title&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;review:text xmlns:review="http://purl.org/stuff/rev#"&gt;you need stars! I think
		the bg shouldn't fade off. Other than that, it's fabulous&lt;/review:text&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;dc:date xmlns:dc="http://purl.org/dc/terms/"
		rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"&gt;20070903&lt;/dc:date&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;review:reviewer xmlns:review="http://purl.org/stuff/rev#"
		rdf:resource="http://www.blogskins.com/me/animate_"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/animate_"&gt;
		&lt;rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#VCard"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/animate_"&gt;
		&lt;vcard:fn xmlns:vcard="http://www.w3.org/2006/vcard/ns#"&gt;animate_&lt;/vcard:fn&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/animate_"&gt;
		&lt;vcard:url xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
		rdf:resource="http://www.blogskins.com/me/animate_"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;rdfs:seealso xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
		rdf:resource="http://www.blogskins.com/info/150260"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;dc:subject xmlns:dc="http://purl.org/dc/terms/"
		rdf:resource="http://www.blogskins.com/info/150260"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;rel:review xmlns:rel="http://search.yahoo.com/searchmonkey-relation/"
		rdf:resource="http://www.blogskins.com/info/150260"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;rdf:type rdf:resource="http://purl.org/stuff/rev#Review"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;review:title xmlns:review="http://purl.org/stuff/rev#"&gt;Tekno Love Song&lt;/review:title&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
	&lt;review:text xmlns:review="http://purl.org/stuff/rev#"&gt;hmm.. the bg shouldn't
	be white. should continue the pattern thingy... plus, the picture somehow
	doesn't appeal to me..&lt;/review:text&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;dc:date xmlns:dc="http://purl.org/dc/terms/"
		rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"&gt;20070713&lt;/dc:date&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;review:reviewer xmlns:review="http://purl.org/stuff/rev#"
		rdf:resource="http://www.blogskins.com/me/madeline_tn"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/madeline_tn"&gt;
		&lt;rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#VCard"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/madeline_tn"&gt;
		&lt;vcard:fn xmlns:vcard="http://www.w3.org/2006/vcard/ns#"&gt;madeline_tn&lt;/vcard:fn&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/me/madeline_tn"&gt;
		&lt;vcard:url xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
		rdf:resource="http://www.blogskins.com/me/madeline_tn"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;rdfs:seealso xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
		rdf:resource="http://www.blogskins.com/info/150260"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;stag:tagged xmlns:stag="http://semantictagging.org/ns#"
		rdf:nodeID="id1565449429"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:nodeID="id1565449429"&gt;
		&lt;rdf:type rdf:resource="http://semantictagging.org/ns#Tag"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:nodeID="id1565449429"&gt;
		&lt;stag:label xmlns:stag="http://semantictagging.org/ns#"&gt;love&lt;/stag:label&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;stag:tagged xmlns:stag="http://semantictagging.org/ns#"
		rdf:nodeID="id1573342356"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:nodeID="id1573342356"&gt;
		&lt;rdf:type rdf:resource="http://semantictagging.org/ns#Tag"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:nodeID="id1573342356"&gt;
		&lt;stag:label xmlns:stag="http://semantictagging.org/ns#"&gt;song&lt;/stag:label&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;stag:tagged xmlns:stag="http://semantictagging.org/ns#"
		rdf:nodeID="id1573073203"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:nodeID="id1573073203"&gt;
		&lt;rdf:type rdf:resource="http://semantictagging.org/ns#Tag"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:nodeID="id1573073203"&gt;
		&lt;stag:label xmlns:stag="http://semantictagging.org/ns#"&gt;tekno&lt;/stag:label&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:about="http://www.blogskins.com/info/150260"&gt;
		&lt;stag:tagged xmlns:stag="http://semantictagging.org/ns#"
		rdf:nodeID="id1572116068"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:nodeID="id1572116068"&gt;
		&lt;rdf:type rdf:resource="http://semantictagging.org/ns#Tag"/&gt;
	&lt;/rdf:description&gt;
	&lt;rdf:description rdf:nodeID="id1572116068"&gt;
		&lt;stag:label xmlns:stag="http://semantictagging.org/ns#"&gt;cocorosie&lt;/stag:label&gt;
	&lt;/rdf:description&gt;
&lt;/rdf:RDF&gt;
&lt;/searchmonkey_rdf&gt;
&lt;size&gt;18514&lt;/size&gt;
&lt;title&gt;BlogSkins.com Skin Info - Tekno Love Song&lt;/title&gt;
&lt;url&gt;http://www.blogskins.com/info/150260&lt;/url&gt;
&lt;/result&gt;
    </code>
</pre>
<h3>Related articles by Zemanta</h3>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://news.cnet.com/8301-17939_109-10194896-2.html?part=rss&amp;tag=feed&amp;subj=Webware">Yahoo: Easier SearchMonkey means better search</a> (news.cnet.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/archives/yahoo_to_enable_custom_semantic_search.php">Yahoo to Enable Custom Semantic Search Engines</a> (readwriteweb.com)</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=cd1da300-2376-4ffe-a8aa-405078eca564" /><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bosshacks.com/build-semantic-search-boss.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updated BOSS pagination blog post</title>
		<link>http://www.bosshacks.com/boss-pagination-tutorial.html</link>
		<comments>http://www.bosshacks.com/boss-pagination-tutorial.html#comments</comments>
		<pubDate>Wed, 29 Apr 2009 08:57:38 +0000</pubDate>
		<dc:creator>Ted</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code samples]]></category>

		<guid isPermaLink="false">http://www.bosshacks.com/?p=47</guid>
		<description><![CDATA[I wrote a post about adding pagination to your BOSS-based site last year on Last-Child.com. Unfortunately, my WordPress installation mangled the php code samples and I didn&#8217;t realize how worthless it was until today. I&#8217;ve updated the code samples and provided a text version of the code to download. I&#8217;ve used this on several sites [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a post about <a href="http://www.last-child.com/pagination-boss-search-engine/">adding pagination to your BOSS-based site</a> last year on Last-Child.com. Unfortunately, my WordPress installation mangled the php code samples and I didn&#8217;t realize how worthless it was until today.</p>
<p>I&#8217;ve updated the code samples and provided a text version of the code to download. I&#8217;ve used this on several sites and it is very easy to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosshacks.com/boss-pagination-tutorial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

