<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
<title>Hackszine: Yahoo!</title>
<link>http://www.hackszine.com/blog/archive/yahoo/</link>
<description>O&apos;Reilly&apos;s Hacks Series reclaims the term &apos;hacking&apos; for the good guys--innovators who explore and experiment, unearth shortcuts, create useful tools, and come up with fun things to try on their own</description>
<language>en-us</language>
<copyright>Copyright 2008, O'Reilly Media, Inc.</copyright>
<lastBuildDate>Fri, 17 Oct 2008 22:21:00 -0800</lastBuildDate>
<pubDate>Sun, 26 Oct 2008 12:00:44 -0800</pubDate>
<generator>http://www.movabletype.org/?v=4.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<itunes:author>O'Reilly Media, Inc.</itunes:author>
<itunes:subtitle>Clever solutions to interesting problems.</itunes:subtitle>
<itunes:summary>Hackszine Podcast</itunes:summary>
<itunes:owner>
<itunes:email>webmaster@makezine.com</itunes:email>
</itunes:owner>
<category>Technology</category>
<itunes:category text="Technology">
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Gadgets" />
</itunes:category>
<itunes:category text="Games &amp; Hobbies" >
</itunes:category>
<itunes:category text="Science">
</itunes:category>
<itunes:image href="http://makezine.com/images/hackszine/rss_icon.jpg" />
<itunes:explicit>no</itunes:explicit>


<item>
<title>Coding a Flickr bike</title>
<itunes:summary> One of the developers behind the Yahoo Purple Pedals project posted a lot of details about how they went about developing a networked bike that automatically uploads geocoded photos to Flickr. The team created background applications for the GPS-enabled...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="purplepedals_20081017.jpg" src="http://www.hackszine.com/purplepedals_20081017.jpg" width="600" height="404" class="mt-image-none" style="" /></span></p>

<p>One of the developers behind the Yahoo Purple Pedals project posted a lot of details about how they went about developing a networked bike that automatically uploads geocoded photos to Flickr. </p>

<p>The team created background applications for the GPS-enabled Nokia N95. The software forces the camera to take photos regularly without user interaction and posts the photo, the device's IMEI ID and the current location to a server application over HTTP. Finally, the server application matches the IMEI to a Flickr ID in its database and posts the photo to Flickr for the world to see.</p>

<p>Both the device-side and server-side applications have been made available under the LGPL license, which should give you a pretty significant head start with developing your own mobile-photo project.</p>

<p><a href="http://www.uncommonprojects.com/uplog/2008/10/14/coding-a-networked-bike/">Coding a Networked Bike</a><br />
<a href="http://startwearingpurple.yahoo.com/?purplepedals#/pedals">Purple Pedals</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/10/coding_a_flickr_bike.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/10/coding_a_flickr_bike.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/10/coding_a_flickr_bike.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/10/coding_a_flickr_bike.html?CMP=OTC-7G2N43923558</guid>
<category>Electronics</category>
<pubDate>Fri, 17 Oct 2008 22:21:00 -0800</pubDate>

</item>

<item>
<title>Scraping Wikipedia tables with Google Spreadsheets</title>
<itunes:summary>Fitting in nicely with the discussion on pulling financial data into Google Spreadsheets, the OUseful blog recently demonstrated another Spreadsheet data import function, importHTML(), which allows you to easily link an external HTML table to your workbook. The Google spreadsheet...</itunes:summary>
<description>
<![CDATA[<p>Fitting in nicely with the discussion on pulling financial data into Google Spreadsheets, the OUseful blog recently demonstrated another Spreadsheet data import function, <i>importHTML()</i>, which allows you to easily link an external HTML table to your workbook.</p>

<blockquote>The Google spreadsheet function =importHTML("","table",N) will scrape a table from an HMTL web page into a Google spreadsheet. The URL of the target web page, and the target table element both need to be in double quotes. The number N identifies the N'th table in the page (counting starts at 0) as the target table for data scraping.</blockquote>

<p>The author goes on to show you how to pull a country population table from a Wikipedia entry into a spreadsheet, create a graph from it, publish the spreadsheet as a CSV, consume the CSV in Yahoo Pipes, export the Pipe output to KML, and import the KML into a Google Map.  Whew!</p>

<p>The importHTML function will accept either "list" or "table" as the second parameter, which allows you to retrieve records from either UL/OL/DL lists or TABLE contents, respectively. If you want to retrieve something that's not table or list based, the importXML may also come in handy.  With importXML, you can pull data from any XML or HTML file using an XPath query to target a specific tag or attribute. For more information on these import functions, consult the official documentation below.</p>

<p><a href="http://ouseful.wordpress.com/2008/10/14/data-scraping-wikipedia-with-google-spreadsheets/">Data Scraping Wikipedia with Google Spreadsheets</a><br />
<a href="http://docs.google.com/support/spreadsheets/bin/answer.py?answer=75507">Google Docs Documentation: Functions For External Data</a></p>

<p><strong>Previously:</strong><br />
<a href="http://www.hackszine.com/blog/archive/2008/10/howto_track_stocks_in_google_s.html">HOWTO - track stocks in Google Spreadsheets</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/10/scraping_wikipedia_tables_with.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/10/scraping_wikipedia_tables_with.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/10/scraping_wikipedia_tables_with.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/10/scraping_wikipedia_tables_with.html?CMP=OTC-7G2N43923558</guid>
<category>Data</category>
<pubDate>Wed, 15 Oct 2008 23:49:47 -0800</pubDate>

</item>

<item>
<title>SnackUpon</title>
<itunes:summary> The Yahoo Hack Day 2008 event wrapped up this weekend and the winners have been announced. One of my favorite entries that didn&apos;t make the cut, but is worth mentioning is SnackUpon, a Yahoo Pipes application that provides StumbleUpon-like...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="snackupon_20080914.jpg" src="http://www.hackszine.com/snackupon_20080914.jpg" width="600" height="343" class="mt-image-none" style="" /></span></p>

<p>The Yahoo Hack Day 2008 event wrapped up this weekend and the winners have been announced. One of my favorite entries that didn't make the cut, but is worth mentioning is SnackUpon, a Yahoo Pipes application that provides StumbleUpon-like behavior using your Delicious username as input.</p>

<blockquote>The output is RSS-feed based on data gathered from what you bookmark in delicious. Simply enter a delicious username in the form and the output is a feed of random webpages found by searching yahoo and delicious for a random set of tags from the given user's delicious account.</blockquote>

<p>The output isn't perfect - it seems like the search algorithm could use a bit of polish to return more relevant results. That said, the idea is a worthwhile, if simplified, take on the classic "agent" device that the 1990's promised we'd have in the 2000's. Given a list of a user's bookmarks, the agent should be able to mine the news, blogs, links from similar people, and new bookmarks with similar classification, allow the user to consume the results at her leisure, and use the user's feedback (new bookmarks) to refine future searches.</p>

<p><a href="http://pipes.yahoo.com/jordansissel/snackupon">SnackUpon</a><br />
<a href="http://developer.yahoo.net/hackday/">The Full List of Hack Day Entries and Winners</a><br />
</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/09/snackupon.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/09/snackupon.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/09/snackupon.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/09/snackupon.html?CMP=OTC-7G2N43923558</guid>
<category>Ajax</category>
<pubDate>Sun, 14 Sep 2008 19:03:34 -0800</pubDate>

</item>

<item>
<title>Mapstraction - map abstraction API for Javascript</title>
<itunes:summary> Mapstraction is an abstracted Javascript mapping API that can make use of Google Maps, Microsoft Virtual Earth, Yahoo Maps and Mapquest. Instead of deciding on a particular mapping provider, you can build your web application with Mapstraction and easily...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="mapstraction_20080710.jpg" src="http://www.hackszine.com/mapstraction_20080710.jpg" width="500" height="501" class="mt-image-none" style="" /></span></p>

<p>Mapstraction is an abstracted Javascript mapping API that can make use of Google Maps, Microsoft Virtual Earth, Yahoo Maps and Mapquest.  Instead of deciding on a particular mapping provider, you can build your web application with Mapstraction and easily switch to a different service by changing a single line of code. From the Mapstraction site:</p>

<blockquote> Mapstraction additionally fills some holes each provider's current offerings (taking advantage of existing open source solutions where possible) to normalise the feature set across platforms. In the future, Mapstraction will also talk to OpenStreetMap for people who want to build maps without restrictions on derived works.

<p>Features<br />
<ul><li>Support for 9 major mapping providers</li><li>Point, Line, Polygon support</li><li>Image overlay</li><li>GeoRSS and KML feed import</li><li>Geocoding of addresses</li><li>Driving directions</li></ul><br />
</blockquote></p>

<p>There's an introductory walkthrough on Webmonkey that shows you how to do the basics like instantiating a map with various providers and adding markers with the abstracted API. The Mapstraction web site also has demos for geocoding, drawing polygons, and swapping map tiles. The API appears to cover all the bases. I can't think of any reason to directly use a specific map provider instead of this.</p>

<p><a href="http://www.mapstraction.com/">Mapstraction</a><br />
<a href="http://www.webmonkey.com/tutorial/Multi-map_with_Mapstraction/">WebMonkey Mapstraction Tutorial</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/07/mapstraction_map_abstraction_a.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/07/mapstraction_map_abstraction_a.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/07/mapstraction_map_abstraction_a.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/07/mapstraction_map_abstraction_a.html?CMP=OTC-7G2N43923558</guid>
<category>Mapping</category>
<pubDate>Thu, 10 Jul 2008 23:42:39 -0800</pubDate>

</item>

<item>
<title>Actionscript mapping APIs</title>
<itunes:summary> Yahoo recently released an official AS3 API for Yahoo! Maps, which provides another option for Flash-based GIS applications. This adds to Mapquest&apos;s official AS3 API and a couple of partially-complete, open source AS2 APIs for Google Maps. All of...</itunes:summary>
<description>
<![CDATA[<p><img alt="flashmap_20080218.jpg" src="http://www.hackszine.com/flashmap_20080218.jpg" width="500" height="337" /></p>

<p>Yahoo recently released an official AS3 API for Yahoo! Maps, which provides another option for Flash-based GIS applications. This adds to Mapquest's official AS3 API and  a couple of partially-complete, open source AS2 APIs for Google Maps.</p>

<p>All of these services provide the traditional AJAX APIs, of course, and that's perfect for a lot of uses. By using Flash as the rendering engine, though, there are new options available for the developer. Things like incremental scaling between tile sets, map rotation, and more advanced multi-level vector and raster overlays immediately come to mind.</p>

<p>Yahoo! Maps for ActionScript 3.0 - <a href="http://developer.yahoo.com/flash/maps/">Link</a><br />
Google Maps Flash Interface - <a href="http://code.google.com/p/google-maps-flash-interface/">Link</a><br />
MapQuest AS3 API - <a href="http://company.mapquest.com/mqbs/4a.html">Link</a><br />
UMap: Google Maps Flash Overlay (flash above above AJAX map) - <a href="http://www.afcomponents.com/components/umap_as3/">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/actionscript_mapping_apis.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/actionscript_mapping_apis.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/02/actionscript_mapping_apis.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/02/actionscript_mapping_apis.html?CMP=OTC-7G2N43923558</guid>
<category>Mapping</category>
<pubDate>Mon, 18 Feb 2008 19:07:30 -0800</pubDate>

</item>

<item>
<title>Homebrew Google Analytics API</title>
<itunes:summary> It&apos;s too bad that Google Analytics doesn&apos;t have an official API, but Chris Riley came up with a fun solution for pushing analytics content into a format that is easily accessible from your web applications. Using Google Analytics&apos; scheduled...</itunes:summary>
<description>
<![CDATA[<p><img alt="analyticsapi_20080118.jpg" src="http://www.hackszine.com/analyticsapi_20080118.jpg" width="500" height="339" /></p>

<p>It's too bad that Google Analytics doesn't have an official API, but Chris Riley came up with a fun solution for pushing analytics content into a format that is easily accessible from your web applications.</p>

<p>Using Google Analytics' scheduled reporting feature, you can have an analytics report automatically sent to a public, read-only Google Group in XML format. From there, the group's latest post can be pulled in through Yahoo pipes where it is filtered and exposed as a JSON service, ready for you to pull into a web application via Javascript. Yoikes!</p>

<p>Chris' example shows you how to do this to add a popular posts feature to your blog. You should be able to tweak the code to export other information from Analytics as well, including geographic distribution, popular search terms, or even visitor and pageview data.</p>

<p>No Google Analytics API? No Problem! - <a href="http://blogoscoped.com/archive/2008-01-17-n73.html">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/homebrew_google_analytics_api.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/homebrew_google_analytics_api.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/01/homebrew_google_analytics_api.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/01/homebrew_google_analytics_api.html?CMP=OTC-7G2N43923558</guid>
<category>Google</category>
<pubDate>Fri, 18 Jan 2008 21:04:43 -0800</pubDate>

</item>

<item>
<title>Pipe Your News Ticker</title>
<itunes:summary> Via the Hacks Authors&apos; Blogs feed, we find Jim Bumgardner&apos;s Pipes Picayune &amp; Daily Tube mashup news ticker:Headlines from a BBC RSS feed are fed, via Y! Pipes, to my news ticker, which is implemented in Flash. Click on...</itunes:summary>
<description>
<![CDATA[<p><img alt="Pipes Picayune" src="http://hackszine.com/pipes_picayune.jpg" width="497" height="308" /></p>

<p>Via the <a href="http://www.hackszine.com/blog/archive/2007/02/hacks_authors_blogs_one_feed_t.html">Hacks Authors' Blogs feed</a>, we find Jim Bumgardner's <a href="http://www.coverpop.com/flowpop/dailyTube.html">Pipes Picayune & Daily Tube </a> mashup news ticker:<blockquote>Headlines from a <a href="http://news.bbc.co.uk/">BBC RSS feed</a> are fed, via Y! Pipes, to my news ticker, which is implemented in Flash. Click on the spinning newspaper to read the story in full on the original website. This widget can work with any RSS feed, but I'm using the <a href="http://news.bbc.co.uk/">BBC</a> because they tend to write short pithy headlines which fit my faux newspapers better.</blockquote>You can include this widget (as well as others offered in <a href="http://www.krazydad.com/blog/2007/02/22/pipes-picayune-daily-tube/">Jim's bog post</a>) in your own blog by copying the &lt;iframe&gt; code and specifying which feed you want to use.</p>

<p><br><strong>UPDATE:</strong></p>

<p>In the comments, Jim points out that he's now added an <a href="http://www.coverpop.com/flowpop/">easy-to-use form for generating custom RSS tickers</a>. Check out this feed of Hackszine:</p>

<p><style class="text/css"><br />
iframe#flowpop { margin: 0; left-margin: auto; right-margin: auto; width:300px; height: 250px; border:none; padding:0; background-color: #000000; }<br />
</style><br />
<iframe id="flowpop" src="http://www.coverpop.com/flowpop/getTicker.php?url=http://hackszine.com/index.xml&ticker=spinningPaper&w=300&h=250&bgc=000000" scrolling="no"></iframe><br />
<br />Powered by <a href="http://pipes.yahoo.com/">Yahoo! Pipes</a></p>

<p><br><strong>Related:</strong><br />
<ul><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596009453">Yahoo! Hacks</a><li><a href="http://www.hackszine.com/blog/archive/2007/02/mix_and_match_rss_feeds_with_y.html">Mix and Match the Web with Yahoo! Pipes</a><li><a href="http://www.hackszine.com/blog/archive/2007/02/make_family_feeds_as_yahoo_pip.html">Make Family Feeds as Yahoo! Pipe</a></ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/pipe_your_news_ticker.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/pipe_your_news_ticker.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/03/pipe_your_news_ticker.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/03/pipe_your_news_ticker.html?CMP=OTC-7G2N43923558</guid>
<category>Yahoo!</category>
<pubDate>Thu, 01 Mar 2007 05:28:57 -0800</pubDate>

</item>

<item>
<title>Make Family Feeds as Yahoo! Pipe</title>
<itunes:summary> After playing around with Yahoo! Pipes a bit, I&apos;ve just created my first aggregated feed: a single-subscription roundup of the three sites in the Make family (Makezine.com, Craftzine.com, and Hackszine.com). This simple pipe doesn&apos;t do much more than provide...</itunes:summary>
<description>
<![CDATA[<p><img alt="Make Family Feeds Yahoo! Pipe" src="http://www.hackszine.com/blog/archive/pipes.jpeg" width="499" height="440" /></p>

<p>After playing around with <a href="http://pipes.yahoo.com">Yahoo! Pipes</a> a bit, I've just created my first aggregated feed: <a href="http://pipes.yahoo.com/pipes/XF0vTy292xGREY7Vp2IyXQ/">a single-subscription roundup of the three sites in the Make family</a> (Makezine.com, Craftzine.com, and Hackszine.com). This simple pipe doesn't do much more than provide a single RSS feed for the three sites, but it hints at more fine-tuned possibilities. If you'd like to see everything we post across these sites, but perhaps with a limitation or two (say, removing posts written by me), go ahead and clone the feed and edit to your heart's content. But report back here, because we want to see any innovative uses you come up with for this promising new service.</p>

<p><strong>Related:</strong><br />
<ul><li><a href="http://radar.oreilly.com/archives/2007/02/yahoo_pipes_som_1.html">Yahoo! Pipes: Some Tips</a> (O'Reilly Radar)<br />
<li><a href="http://radar.oreilly.com/archives/2007/02/yahoo_pipes_dec.html">Yahoo! Pipes: Deconstructing a Pipe</a> (O'Reilly Radar)<br />
<li><a href="http://radar.oreilly.com/archives/2007/02/yahoo_pipes_the_1.html">Yahoo! Pipes: The Modules for Building Pipes</a> (O'Reilly Radar)<br />
<li><a href="http://www.oreillynet.com/mac/blog/2007/02/yahoo_pipes.html">Yahoo! Pipes</a> (Mac DevCenter) <br />
<li><a href="http://lifehacker.com/software/feeds/geek-to-live--create-your-master-feed-with-yahoo-pipes-235726.php">Geek to Live: Create your master feed with Yahoo! Pipes</a> (Lifehacker)<br />
<li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596009453">Yahoo! Hacks</a></ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/make_family_feeds_as_yahoo_pip.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/make_family_feeds_as_yahoo_pip.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/make_family_feeds_as_yahoo_pip.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/make_family_feeds_as_yahoo_pip.html?CMP=OTC-7G2N43923558</guid>
<category>Yahoo!</category>
<pubDate>Thu, 15 Feb 2007 12:24:37 -0800</pubDate>

</item>

<item>
<title>Yahoo! Wheel of Food</title>
<itunes:summary> Can&apos;t decide where to eat today? Flickr Hacks coauthor Jim Bumgardner (who now works at Yahoo!) has created a great Yahoo! Local mashup to make the decision for you. Just plug in your ZIP code and a query, and...</itunes:summary>
<description>
<![CDATA[<p><img alt="Wheel of Food" src="http://www.hackszine.com/blog/archive/WheelOfFood.jpg" width="499" height="503" /></p>

<p>Can't decide where to eat today? <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596102453">Flickr Hacks</a> coauthor Jim Bumgardner (who <a href="http://www.krazydad.com/blog/2006/11/29/new-digs-for-jbum-yahoo/">now works at Yahoo!</a>) has <a href="http://www.krazydad.com/blog/2007/02/13/cant-agree-where-to-eat-spin-the-wheel-of-food/">created a great Yahoo! Local mashup</a> to make the decision for you. Just plug in your ZIP code and a query, and give the <a href="http://www.coverpop.com/wheeloffood/">Wheel of Food</a> a spin:</p>

<p><img alt="Wheel of Food Query" src="http://www.hackszine.com/blog/archive/Wheel_of_Food_Query.jpg" width="499" height="491" /></p>

<p>Cambridge has so many great Indian joints, it's often tough for me to pick one. I didn't think it was possible, but the Wheel of Food actually uncovered a few places I didn't even know about, making it a great way to find new restaurants, in addition to providing a random decision maker for the indecisive.</p>

<p><em>(via <a href="http://www.onfocus.com/2007/02/3930">Paul Bausch</a>)</em></p>

<p><strong>Related:</strong><br />
<ul><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596009453">Yahoo! Hacks</a></ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/yahoo_wheel_of_food.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/yahoo_wheel_of_food.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/yahoo_wheel_of_food.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/yahoo_wheel_of_food.html?CMP=OTC-7G2N43923558</guid>
<category>Yahoo!</category>
<pubDate>Wed, 14 Feb 2007 06:18:24 -0800</pubDate>

</item>

<item>
<title>LinkBack: Trackbacks Everywhere and Without the Spam</title>
<itunes:summary> The concept of trackbacks and bidirectional linking has always been really intruiging to me, but it&apos;s such a difficult problem to solve, even if you ignore the spam issue... and that&apos;s awfully hard to ignore. Ted Nelson coined the...</itunes:summary>
<description>
<![CDATA[<p><img alt="linkback_20070210.jpg" src="http://www.hackszine.com/blog/archive/linkback_20070210.jpg" width="500" height="266" /><br />
The concept of trackbacks and bidirectional linking has always been really intruiging to me, but it's such a difficult problem to solve, even if you ignore the spam issue... and that's awfully hard to ignore.  </p>

<blockquote>Ted Nelson coined the term Hypertext over 30 years ago, and articulated its principles, most of which have been ignored in the triumph of the Web.  One of the principle elements of Nelson's vision that was left out of the web is the inherent bidirectionality of hyperlinks. This just means that a link from A to B should be visible, and traversable, from B to A as well. A simple idea, but suprisingly difficult to implement if you start with the sort of document-centric model that the WWW uses.</blockquote>

<p>The problem is that bidirectional linking requires a certain level of cooperation between referencers and referencees.  You can't force every publisher of every document to maintain a trackback-style referencing policy or system.  Fortunately, however, you can expect that someone will be in the business of crawling and indexing the web, and the topic of references, as any fan of Pagerank will tell you, falls squarely into the search domain.</p>

<p>LinkBack is a Firefox/Greasemonkey plugin that queries Yahoo web services as your browse the web, displaying incoming links for the web pages that you visit.  It's pretty much like using the "link:" qualifier in a Google search, except that it does this automatically for you for every page that you visit, showing the results in a semi-transparent floating div over the document you are viewing.</p>

<p>Of course, there are privacy issues with sending all your browsing information to Yahoo, and the results are only as good as the search engine is capable, but it's a step in the right direction, and for the most part, it works. -<a href="http://www.hyperphor.com/webhack/greasemonkey/blurb.html">Link.</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/linkback_trackbacks_everywhere.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/linkback_trackbacks_everywhere.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/linkback_trackbacks_everywhere.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/linkback_trackbacks_everywhere.html?CMP=OTC-7G2N43923558</guid>
<category>Greasemonkey</category>
<pubDate>Sat, 10 Feb 2007 21:46:01 -0800</pubDate>

</item>

<item>
<title>Mix and Match the Web with Yahoo! Pipes</title>
<itunes:summary> Yahoo! just launched Pipes, which lets you combine data from the Web in some very interesting ways. It reminds me of Apple&apos;s Automator and Quartz Composer. Brady Forrest takes a pipe apart in Yahoo! Pipes: Deconstructing a Pipe: In...</itunes:summary>
<description>
<![CDATA[<p><img alt="pipes_edit.jpg" src="http://www.hackszine.com/blog/archive/pipes_edit.jpg" width="325" height="264" /><br />
Yahoo! just launched <a href="http://pipes.yahoo.com/">Pipes</a>, which lets you combine data from the Web in some very interesting ways. It reminds me of Apple's <a href="http://www.apple.com/macosx/features/automator/">Automator</a> and <a href="http://developer.apple.com/graphicsimaging/quartz/quartzcomposer.html">Quartz Composer</a>. Brady Forrest takes a pipe apart in <a href="http://radar.oreilly.com/archives/2007/02/yahoo_pipes_dec.html">Yahoo! Pipes: Deconstructing a Pipe</a>:<br />
<blockquote>In my previous post Yahoo! Pipes: The Modules For Building Pipes I explained the tools available for building a pipe and mentioned the Apartment Near Something pipe. It allows you to input what you would like to be near (for example: "parks"), what city (for example: "Palo Alto, CA"), and how far (for example: 2 miles). It outputs GeoRSS of available apartments in a Palo Alto, CA that are near parks. In this post I am going to step through this pipe. If you want to follow along you can check the debugger in the editor to see the output at each step.</blockquote><br />
<strong>Related:</strong><br />
<ul><li>Pipes and Filters for the Internet -- <a href="http://radar.oreilly.com/archives/2007/02/pipes_and_filte.html">Link</a><br />
<li>Yahoo! Pipes: The Modules For Building Pipes -- <a href="http://radar.oreilly.com/archives/2007/02/yahoo_pipes_the.html">Link</a><br />
<li>Yahoo! Pipes -- <a href="http://pipes.yahoo.com/">Link</a><br />
<li>Yahoo! Hacks -- <a href="http://www.oreilly.com/catalog/yahoohks/">Link</a></ul></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/mix_and_match_the_web_with_yah.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/mix_and_match_the_web_with_yah.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/mix_and_match_the_web_with_yah.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/mix_and_match_the_web_with_yah.html?CMP=OTC-7G2N43923558</guid>
<category>Yahoo!</category>
<pubDate>Thu, 08 Feb 2007 07:15:29 -0800</pubDate>

</item>


</channel>
</rss>