Project Grades Posted

Check your project grades on myUCF Grades. Other than a couple revised HWs to grade, that should about do it. I’ll have those fixed tomorrow, so check Monday first thing and let me know ASAP if there are still problems.

HW6 Grades Posted

HW6 grades are now up on myUCF Grades. I’m about half-way through the final exams, and I’ll be starting the projects this weekend. I’ll post again on here when all of the grades are posted!

Final Exam

IMPORTANT! In case you missed the previous posting, our final exam period is now at 7am next Monday, December 8th. There should be no conflicts with other exams, so make sure you are in attendance or you WILL BE PENALIZED! Also, please post your project URLs as a comment in the post [...]

Final Exam Time Change

Due to a scheduling conflict and the fact that our class isn’t formally listed on the exam schedule, we will unfortunately have to meet at 7am on Monday, December 8th for our final exam period. Please make sure that you spread the word around. Attendance for the final exam period is still mandatory. [...]

Sulley Down

Please be advised that the DM server sulley appears to be offline at the moment. According to one of the students, DM is currently unsure when the server will be back online. As such, I will extend the due date of HW6 until the Monday of your final exam.
I would ask that you [...]

Final Exam Question and Answer

I’ll be posting the take-home final up here this Wednesday. Before then, please ask any questions about the material below in the comments. I’ll be following them and answering as quickly as I can, so keep coming back and checking!
The final will be comprehensive, covering everything from XHTML all the way [...]

Final Exam Date and Time

There’s not an exact match on the official exam schedule, so let’s go for 9-noon on the first Monday of exams. That’s December 8th at 9am in the usual location.

HTML Attributes in XSL

I’ve linked a simple example of XML and XSL that shows how to generate attributes (eg. href, src, style) for HTML elements in XSL. You might find them handy!
Client List XML
Client List XSL

HW3 and HW4 Grades

As some of you have noticed, I posted HW3 and HW4 grades late last night on myUCF Grades. Here are some brief explanations of the comments that I posted explaining your grades. If any of the below can be fixed and resubmitted by one week from Monday, I’ll give you back some additional [...]

Date Help from the Lab

This will help you figure out one key part of HW4. This reference for the Javascript Date object will also help!

daysofweek = new Array();
daysofweek[0] = “Sun”;
daysofweek[1] = “Mon”;
daysofweek[2] = “Tue”;
daysofweek[3] = “Wed”;
daysofweek[4] = “Thu”;
[...]