Created
September 24, 2010 17:00
-
-
Save tysonmote/595677 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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