Four Homework Assignments | |||||
---|---|---|---|---|---|
Weight | 12.5 points each | ||||
Three Quizzes | |||||
Weight | 10 points each | ||||
Three Exams | |||||
Weight | 45 points each | ||||
Grading Scale | |||||
The grade for the course will based on the following scale. The scale is based on the sum of your scores on the tests, homework and extra credit. | |||||
Scale | A: 185; A-: 176; B+: 167; B: 158; B-: 149; C+: 140; C: 122; D: 95 | ||||
Extra Credit | |||||
From time to time during the semester, I will assign extra credit assignments. Extra credit are worth at least 1 point each. At the end of the semester, I may make the extra credit worth additional points. If you want a curve at the end of the semester, do the extra credits. | |||||
Text | |||||
Guide to Web Development with Java: Understanding Website Creation Downey, Tim
ISBN: 978-1447124429
|
|||||
On-line References | |||||
HTML Reference Apache Reference Tomcat Reference CSS 1 Reference CSS 2 Reference Java API Java Servlet and Servlet HTTP API |
|||||
Room and Time | |||||
(none) (none) (none) (none) |
Special Dates | |
---|---|
Drop Date: Monday, March 20 |
Attendance I recommend that you attend every class. Those who attend class have a better chance of passing the course. I will take attendance during each class.
Extra Credit These will be assignments that I post from time to time.
Late Policy for Extra Credit Extra Credit may not be handed in late. If they are one minute late, then they will not be graded.
Homework The homework asignments will be related. Each one will use details from the previous assignment. You must correct the previous assignment before handing in the succeeding assignment, if you don't want to lose more points for the same errors.
Late Policy for Homework Each homework may be submitted, with penalty, up to one day late. After that time, they will not be accepted. A late homework will lose 10% if it is submitted within 12 hours of the due time. It will lose an additional 10% for if it is submitted within 24 hours.
Working Together on the Homework is NOT ALLOWED. There is a large difference between discussing general aspects of the course and discussing specific aspects of a project. Do not discuss your solution of a problem with others. Do not share your solution with others.
If you are looking at someone else's code or someone else is looking at your code, then you are working together.
For assignments that are too similar, an Academic Misconduct will be filed with the University. If the student does not have any prior Academic Misconducts, then an informal resolution can be granted which will result in the assignment being graded as a zero or at least one letter grade being deducted from the student's final grade, whichever penalty is more severe.
By registering for this course, all students have agreed to the University's Academic Integrity policy.
This Code of Academic Integrity was adopted by the Student Government Association on November 28, 2001 and reflects the values articulated in the Student Code of Standards. Florida International University is a community dedicated to generating and imparting knowledge through excellent teaching and research, the rigorous and respectful exchange of ideas, and community service. All students should respect the right of others to have an equitable opportunity to learn and honestly to demonstrate the quality of their learning. Therefore, all students are expected to adhere to a standard of academic conduct, which demonstrates respect for themselves, their fellow students, and the educational mission of Florida International University.
Pledge
As a student of this university:
All students are deemed by the University to understand that if they are found responsible for academic misconduct, they will be subject to the Academic Misconduct procedures and sanctions, as outlined in the Student Handbook.
If you do not meet the prerequisites, you will be dropped from the course during the first week. Swap out of the course now to avoid late fees.
Knowledge you should have attained from previous courses or life experience.
Course Content
In a nutshell, you will learn about both sides of the web - the browser side and the server side. You will learn enough HTML and CSS to create web pages that send data to the server and display the response. On the server side, you will create dynamic Java programs that will receive data from the browser, process the data, and send a response to the browser. You will also learn how to configure a web server. You will run your own copy of a web server and investigate the how to restrict access to your server. This course serves as an introduction to many topics. Hopefully, you will be inspired to explore many of these topics in more depth.