Archive: Yahoo!
September 14, 2008
SnackUpon

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.
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.
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.
SnackUpon
The Full List of Hack Day Entries and Winners
Posted by Jason Striegel |
Sep 14, 2008 07:03 PM
Ajax, Data, Yahoo! |
Permalink
| Comments (1)
| TrackBack
| Digg It
| Tag w/del.icio.us
July 10, 2008
Mapstraction - map abstraction API for Javascript

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:
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.Features
- Support for 9 major mapping providers
- Point, Line, Polygon support
- Image overlay
- GeoRSS and KML feed import
- Geocoding of addresses
- Driving directions
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.
Mapstraction
WebMonkey Mapstraction Tutorial
Posted by Jason Striegel |
Jul 10, 2008 11:42 PM
Google Maps, Mapping, Yahoo! |
Permalink
| Comments (0)
| TrackBack
| Digg It
| Tag w/del.icio.us
February 18, 2008
Actionscript mapping APIs

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.
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.
Yahoo! Maps for ActionScript 3.0 - Link
Google Maps Flash Interface - Link
MapQuest AS3 API - Link
UMap: Google Maps Flash Overlay (flash above above AJAX map) - Link
Posted by Jason Striegel |
Feb 18, 2008 07:07 PM
Flash, Google Maps, Mapping, Yahoo! |
Permalink
| Comments (0)
| TrackBack
| Digg It
| Tag w/del.icio.us
January 18, 2008
Homebrew Google Analytics API

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.
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!
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.
No Google Analytics API? No Problem! - Link
Posted by Jason Striegel |
Jan 18, 2008 09:04 PM
Ajax, Google, Web, Yahoo! |
Permalink
| Comments (0)
| TrackBack
| Digg It
| Tag w/del.icio.us
March 1, 2007
Pipe Your News Ticker

Via the Hacks Authors' Blogs feed, we find Jim Bumgardner's Pipes Picayune & 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 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 BBC because they tend to write short pithy headlines which fit my faux newspapers better.You can include this widget (as well as others offered in Jim's bog post) in your own blog by copying the <iframe> code and specifying which feed you want to use.
UPDATE:
In the comments, Jim points out that he's now added an easy-to-use form for generating custom RSS tickers. Check out this feed of Hackszine:
Powered by Yahoo! Pipes
Related:
Posted by |
Mar 1, 2007 05:28 AM
Blogging, Web, Yahoo! |
Permalink
| Comments (1)
| TrackBack
| Digg It
| Tag w/del.icio.us
February 15, 2007
Make Family Feeds as Yahoo! Pipe

After playing around with Yahoo! Pipes a bit, I'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'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.
Related:
- Yahoo! Pipes: Some Tips (O'Reilly Radar)
- Yahoo! Pipes: Deconstructing a Pipe (O'Reilly Radar)
- Yahoo! Pipes: The Modules for Building Pipes (O'Reilly Radar)
- Yahoo! Pipes (Mac DevCenter)
- Geek to Live: Create your master feed with Yahoo! Pipes (Lifehacker)
- Yahoo! Hacks
Posted by |
Feb 15, 2007 12:24 PM
Yahoo! |
Permalink
| Comments (0)
| TrackBack
| Digg It
| Tag w/del.icio.us
February 14, 2007
Yahoo! Wheel of Food

Can'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 give the Wheel of Food a spin:

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.
(via Paul Bausch)
Related:
Posted by |
Feb 14, 2007 06:18 AM
Life, Lifehacker, Yahoo! |
Permalink
| Comments (0)
| TrackBack
| Digg It
| Tag w/del.icio.us
February 10, 2007
LinkBack: Trackbacks Everywhere and Without the Spam

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.
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.
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.
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.
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. -Link.
Posted by Jason Striegel |
Feb 10, 2007 09:46 PM
Firefox, Greasemonkey, Web, Yahoo! |
Permalink
| Comments (0)
| TrackBack
| Digg It
| Tag w/del.icio.us
February 8, 2007
Mix and Match the Web with Yahoo! Pipes

Yahoo! just launched Pipes, which lets you combine data from the Web in some very interesting ways. It reminds me of Apple's Automator and Quartz Composer. Brady Forrest takes a pipe apart in Yahoo! Pipes: Deconstructing a Pipe:
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.
Related:
- Pipes and Filters for the Internet -- Link
- Yahoo! Pipes: The Modules For Building Pipes -- Link
- Yahoo! Pipes -- Link
- Yahoo! Hacks -- Link
Posted by Brian Jepson |
Feb 8, 2007 07:15 AM
Yahoo! |
Permalink
| Comments (0)
| TrackBack
| Digg It
| Tag w/del.icio.us
Bloggers
Welcome to the Hacks Blog!
Categories
- Ajax
- Amazon
- AppleTV
- Astronomy
- Baseball
- BlackBerry
- Blogging
- Body
- Cars
- Cryptography
- Data
- Design
- Education
- Electronics
- Energy
- Events
- Excel
- Excerpts
- Firefox
- Flash
- Flickr
- Flying Things
- Food
- Gaming
- Gmail
- Google Earth
- Google Maps
- Government
- Greasemonkey
- Hacks Series
- Hackszine Podcast
- Halo
- Hardware
- Home
- Home Theater
- iPhone
- iPod
- IRC
- iTunes
- Java
- Kindle
- Knoppix
- Language
- LEGO
- Life
- Lifehacker
- Linux
- Linux Desktop
- Linux Multimedia
- Linux Server
- Mac
- Mapping
- Math
- Microsoft Office
- Mind
- Mind Performance
- Mobile Phones
- Music
- MySpace
- MySQL
- NetFlix
- Network Security
- olpc
- OpenOffice
- Outdoor
- Parenting
- PCs
- PDAs
- Perl
- Philosophy
- Photography
- PHP
- Pleo
- Podcast
- Podcasting
- Productivity
- PSP
- Retro Computing
- Retro Gaming
- Science
- Screencasts
- Security
- Shopping
- Skype
- Smart Home
- Software Engineering
- Sports
- SQL
- Statistics
- Survival
- TiVo
- Transportation
- Travel
- Ubuntu
- Video
- Virtualization
- Visual Studio
- VoIP
- Web
- Web Site Measurement
- Windows
- Windows Server
- Wireless
- Word
- World
- Xbox
- Yahoo!
- YouTube
Archives
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
Recent Posts
- Zoom H2 line inputs - make a 4 channel field recorder
- SnackUpon
- Removing tourists from your travel photos
- Super GreaseMonkey - your favorite Firefox plugin meets jQuery
- HOWTO - create a see-through information graphic
- HOWTO - make a serial port IR receiver
- All AJAX image editor
- Run Google Chrome in Linux with Wine
- DIY photography speed strap
- Write a Hadoop MapReduce job in any programming language
www.flickr.com
|






Recent comments