Skip to content

Instantly share code, notes, and snippets.

@tysonmote
Created September 24, 2010 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tysonmote/595677 to your computer and use it in GitHub Desktop.
Save tysonmote/595677 to your computer and use it in GitHub Desktop.
Using HTML5, light CSS, and JavaScript, create a simple page that:
1. Uses the Google AJAX search API (http://code.google.com/apis/ajaxsearch/) to grab the first 20 search results for "milksteak" on page load.
* Use this API key, if needed: ABQIAAAAqF1Nhye_hBd32k28a7rMWhSJeuis2Fs2OvaiMjL4o_3cv0KJcRQmV48seyIFWH3HU0REEkKnIqIVfQ
2. Displays the search results in a random order.
3. Allows the user to select the three most relevant results.
4. Allows the user to "submit" the results. This doesn't have to be fully implemented. It can make a hidden form and submit it or it can do it AJAX-style.
Bonus points: Make it look pretty.
Feel free to use any JavaScript libraries like MooTools.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment