Project Submission Page

Post your full name, a link to your project, and a brief description in the comments to this post. I will be using this to grade your projects once submitted.

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 [...]

Project Presentation Sign-up for Monday, December 1

Remember that if you sign up to present on Monday, I’ll be a bit more lenient on your presentation grade. You also don’t have to have 100% of your project done, but enough to demonstrate what your project will be when it is complete. Please sign up by posting a comment below listing [...]

HW6

Assignment 6
Assigned: Wednesday, November 12th
Due: Wednesday, November 26th
Title: Your CMS in Flex
Scenario:
Author a backend editor for your XML blog in Flex. This backend will consist of a few simple input fields to post a new entry (HW3), a data grid that will display all of the entries and their fields, and a button that [...]

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 [...]

XML/XSL

In class this past Monday, we first went over the answers to the midterm exam. We then talked about XML, XML namespaces, a brief look at XPath, and styling XML with CSS and XSLT. Check the links to w3schools for some excellent tutorials, and use HW5 as a guide to knowing what you [...]

More Help from the Lab

These functions might help guide your efforts for HW4. Also not that though I posted HW5, it won’t be due for several weeks. I only posted it because it directly relates to what we did this past Monday, and so any of you can get ahead on your HW assignments. Enjoy!

// this [...]

HW5

Assignment 5
Assigned: Monday, November 3rd
Due: Monday, November 10th
Title: A Blog in XML/XSL
Scenario:
Adapt the structure of your CMS/blog to a single XML file containing a minimum
of the following data: post title, post date, post author, and post content.
Then author an XSL document that styles the above XML file to look as close as
you can get [...]

HW4

Assignment 4
Assigned: Monday, October 20th
Due: Monday, November 3rd
Title: A Yearly Calendar in Javascript
Scenario:
Write a “simple” yearly calendar using Javascript for your CMS that will.
Though you don’t have to use the approach below, the following starter
code is offered as a suggestion:

function writeMonth(year,month)
{
// writes out one entire month in tabular form
}

function writeCalendar(year)
{
[...]

HW3b

Assignment #3b
Assigned: Monday, October 6th
Due: Monday, October 13th Monday, October 20th
Scenario:
You’ll be modifying your form that posts to a CMS to add validation of each required field. The required fields are indicated with an asterisk on the HW3a description.
Description:
At a minimum, you must check for the following:
– all required fields have data [...]