View this PageEdit this PageAttachments to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide
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:
it before. Session variables and forms are the most important
things to learn for this homework.
the methods within the % (embedded Smalltalk) tags.

HTML Tips:
work :(
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