Thursday, November 5, 2009

Lesson 3 - Search Widget that Displays Images and Related Keywords

Summary
This is lesson 3 of 4. In this lesson we will use Yahoo's image search API to display images in a circle. We will then use Yahoo's "context" API to extract relevant keywords. This widget makes two seperate calles to the Yahoo API. This is done by loading itself into an "iframe" and then using the "parent" object like parent.callAFunction() to deliver the results. Back to the Lesson Index.


Explanation
First let us have a quick look at the code.









You can download a zipped version of all the lessons here


Back to the Lesson Index

No comments: