In this example, I want to create an RSS feed from Google News and post the results of the search on a web page.
  1. I started by creating a simple search on Google News for "FOIA." You could, of course create a more specific search using the Advanced Search page. Here are the results.

  2. Then I clicked on the "RSS" choice on the search results page (bottom of the left navigation column: see image) to get a URL for that search. Depending on how complex your search is, the URL may be short or long an ugly, but that doesn't matter. You just past it into Feed2js in the next step.

  3. I used Feed2js to create a bit of JavaScript code to past here. Feed2js lets you customize how the results will look on your web page. I have chosen here to show just the titles and no summaries.

  4. When anyone loads this html page, the javascript runs the search, fetches the results in RSS, reformats the RSS into HTML, and displays that for the user at the left.