ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 2 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 25 Apr 2017 My Price 9.00

a list of classes that are offered by the GIT department

What I need this application to do is:

·       This application will build a list of classes that are offered by the GIT department. It will accept the user entries that are shown under the “Add a class” heading in the interface below.

·       Then, when the user clicks the Add button, a class will be added to the table that’s under the “Classes” heading. The data in this table will also be stored in local web storage. As a result, the class data will be displayed when the user restarts the application.

·       Of course, the data should be validated before it is added to the Classes table and local storage. At the least, the application should check that an entry has been made in each input and select control and that the start date is a valid date in the future. But it would also be good to check whether a class with a duplicate number is already in the table.

 

I need to:

·       Build this application from scratch with separate files for the HTML, CSS, and JavaScript.

 

I need to develop notes:

·       Be creative: Try to create a user interface that’s that more pleasing and user friendly than the one above. For instance, you might want to put the Classes table below the form for the class entries.

·       You decide what options should be offered in the three select controls (drop-down lists).

·       The form must be centered and formatted using CSS. An HTML table is only allowed for the Classes data.

·       You may not use jQuery Bootstrap or any type of WSYWIG to develop this app. And you may not rely on HTML5 attributes and CSS3 selectors for data validation. In other words, this assignment must be completely hand coded.

·       In the JavaScript, add appropriate comments to each function that you create.

 

Needs to have tbody thead elements in the HTML so the th element for the column does not get written over by the javaScript that adds the Class rows to the table.

 

MOST IMPORTANTLY IT NEEDS TO WORK. Thank you.

GIT417-final.jpg

 

 

The user interface should look something like this: Class Catalog Maintenance Classes Name Number Start Length Weekday Time Description
Web Design I IT 101 9/1/2016 10 MWF 10:00 HTMLS and C553
Web Design II IT 102 1/1/2017 10 MWF 14:00 JavaScrIpt, jQuery, jQuery UI, and Bootstrap Add a class
Class Name: Class Number:
Start Date: Class Length (In
weeks): Weekday and
Tlme: Class Description

Attachments:

Answers

(11)
Status NEW Posted 25 Apr 2017 08:04 AM My Price 9.00

-----------

Not Rated(0)