|
Web Systems and E-Commerce SPRING 2007 BU4035 |
|
Home | Syllabus | Journal | Project | Exam | Research | Gallery |
*** On Tuesdays bring Volume 1 of Programming Easy Ways and on Thursday's bring Volume 2***
Thursday Feb 15th 2007
1) Review of Last Class
2) Lecture- Working with HTML
3) Textbook Volume 2 Pages 695-706, 757 and 758
4) Quiz - We are having a quiz next Thursday!!!! Makeup quiz content based on Journal content, general knowledge, research and class discussions. Post your question to your class management site!!!
5) Research
Sample from Dr. Ebrahimi's current publication Journal of Educational Technology Systems.
6) Problems and Obstacles.
7) Gallery
1) Review of Last Class
What did we do last class??
We talked about Search Engines and how it can be used as a translator. We also built a website for the AACSB accreditation process here at Old Westbury.
2) Lecture- Working with HTML
** If you know any HTML web page editor and demo it in front of class you can get 5 points***
We started by adding a text box to our AACSB web page.
You can find the commands on Pages 694 and 695 of the text.
The code for a text box is
<input type = text>
Our next step is to take the text box and instructions.
You can access the day's project by clicking HERE
HTML Code
<html>
Please enter the Search Key.
<input type = text>
</html>
Please enter the Search Key.
We went over the code for a search engine.
PLEASE post your quiz questions on your class management site.