






Hotspots: Admin Pages | Turn-in Site |
Current Links: Case Final Project Summer 2007
M9: Design Twist
M9: Design Twist
Finally, the last milestone! Our milestone involved
making a webpage with embedded Smalltalk code and some
functionality related to the entire project. For the
most part, it is easy if you have an understanding of
HTML and embedded Smalltalk code. The HTML code gave us
the most problems actually, but we figured it out.
General Tips:
- Study up on HTML coding, especially if no one has done
it before. Session variables and forms are the most important
things to learn for this homework.
- If your Smalltalk is good, then you should be able to reuse
the methods within the % (embedded Smalltalk) tags.
HTML Tips:
- Add in a button to Rickroll people. We couldn't get it to
work :(
- Remember: Session variables are stored in a dictionary type
construct. Example:session at: 'sessionCCS' put: tempCCS
which stores a session variable. And to get that variable, you
do: session at: 'sessionCCS'
And there is a quicky tutorial for session variables!
Files for our website:
M9.rar
Link to this Page
- Team Apathy2 last edited on 23 April 2009 at 10:43 pm by 128.61.127.211