Posted on December 14, 2008 by profpittard
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.
Filed under: meta | Leave a Comment »
Posted on December 12, 2008 by profpittard
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!
Filed under: meta | Leave a Comment »
Posted on December 4, 2008 by profpittard
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 [...]
Filed under: assignments, meta | 2 Comments »
Posted on December 3, 2008 by profpittard
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. [...]
Filed under: meta | Leave a Comment »
Posted on December 1, 2008 by profpittard
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 [...]
Filed under: meta | 1 Comment »
Posted on December 1, 2008 by profpittard
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 [...]
Filed under: meta | 2 Comments »
Posted on November 25, 2008 by profpittard
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.
Filed under: meta | 3 Comments »
Posted on November 12, 2008 by profpittard
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
Filed under: meta | Leave a Comment »
Posted on November 7, 2008 by profpittard
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 [...]
Filed under: assignments, meta | Leave a Comment »
Posted on October 29, 2008 by profpittard
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”;
[...]
Filed under: meta | Leave a Comment »