1. Download the google app engine stuff for your computer: http://code.google.com/appengine/
You’ll eventually need to get a google account if you don’t already have one in order to upload your applications to the real intertubes.
2. The text recommends a firefox plugin called firebug (download from here). I recommend both using Firefox and installing Firebug. However, it becomes more helpful the more you know about web development and various web protocols (which you don’t at this point, but you will!). Still, it’s helpful to have.
3. ASSIGNMENT - Due: Wed. June 3:
Make bike wattage a google appengine app. Please make it spiffy. Here’s what I mean by that:
a. allow the user to specify any/all of the variables involved. (Do something like have the user only fill in the variables she wants to specify, and then your code determines what’s left blank and calculate it.)
b. make it look good. Pretty colors, clean and nice styles.
c. Explore the various elements that can be a part of the HTML form tags. Many of the input components have several attributes and parameters that can be helpful.
3.* If you want to go above and beyond check out the examples given starting on page 93 of the text — related to Multipart POST data. This allows you to upload plain text files. If you do this, you should be able to upload two text files and run it through your document similarity code, and produce a number of hits between the two documents. The hardest part about this is experimenting with Multipart POST data. Just go slowing and print stuff out as you go.
Posted on May 29th, 2009 by Baker Franke
Filed under: Labs | No Comments »