Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CIS 217 Web Programming Programming Final Project JavaScript Dynamic Calendar Overview The purpose of this assignment is to demonstrate competency in translating an algorithmically derivable

CIS 217 Web Programming Programming Final Project

JavaScript Dynamic Calendar

Overview The purpose of this assignment is to demonstrate competency in translating an algorithmically derivable HTML mark-up layout containing a table and render that table with JavaScript. The student will re-enforce skills learned in relation to mark-up, CSS, and JavaScript while completing this assignment.

Assignment Use all of the JavaScript skills learned up to this point to create a web-page that creates a dynamic calendar page. Create a form that allows the user to enter a unique calendar month and year. You can choose reasonable ranges for validation, but include as many possible calendar months as possible.

When completing this assignment, the primary difficulty encountered in writing the algorithm will be determining the day of the week on which to draw the 1st of a given month. This problem can be addressed by a mathematical process called "Zeller's Algorithm":

* https://en.wikipedia.org/wiki/Zeller's_congruence

Once you feel like you have a good understanding of the way Zeller's algorithm works, write a JavaScript function that takes the necessary inputs for the day, month, year, and century. This can be used to determine on which day to draw the 1st for the month in your calendar month display.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Experts Guide To SQL

Authors: Frank Lusardi

1st Edition

0070390029, 978-0070390027

More Books

Students also viewed these Databases questions

Question

7. Where Do We Begin?

Answered: 1 week ago