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.
Filed under: assignments | 60 Comments »
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.
Filed under: assignments | 60 Comments »
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 [...]
Filed under: assignments | 15 Comments »
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 [...]
Filed under: assignments | 3 Comments »
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 [...]
Filed under: assignments | Leave a Comment »
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 [...]
Filed under: assignments | Leave a Comment »
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)
{
[...]
Filed under: assignments | Leave a Comment »
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 [...]
Filed under: assignments | Leave a Comment »