CIS363A Course Project Complete – Milestone (1 – 7) – Instant Delivery – All Screenshots of milestones Attached

Lab Price = $63
Please feel free to send us your queries at: [email protected]
Payment methods

Add to Cart

Buy Now

View Cart


Problem Statement

Objectives
Back to Top
The Course Project will be an ongoing accumulation of the Course Project Milestones due each week based on the assigned readings, lectures, and iLabs. For the final product of this Course Project, you must complete a stand-alone website of around five to seven pages.
You may choose any content you desire for the site, such as a work-related site or personal interest site. In addition to criteria listed throughout the process, you will be evaluated on cohesiveness, accessibility, and design.
The overall objective of the Course Project is to give the opportunity to create a functioning website, from initial conception, planning, development, testing, and publishing to a web server.
Guidelines
Back to Top
• Students will work as individuals, not in teams.
• There are seven milestones in the overall development.
• Each student will select a project website idea and have it approved by the assigned faculty.
Milestone 1—Week 1: Site Selection and Layout Design
Back to Top
A. Create a Project Proposal document stating the basic elements you will include in your website. Include a cover sheet with your name, course, and week number. The body of your report must include
• site title;
• developer;
• rationale or focus of the site;
• outline of main elements;
• content;
• target audience;
• design considerations; and
• limiting factors.
See pages 46–47 of Principles of Web Design 5th Edition for further details.
B. Prepare a site storyboard using a diagramming application, such as Visio, including
• layout of the site (identify all pages and their relationships);
• page filenames (use ISO standard naming conventions);
• links between pages (show the relationships using arrows); and
• navigation structure (choose which type of navigation structure best suits your topic).
In the diagramming application, use the Save As option to create an image file (jpg, gif, or png) of your site. Copy this image file into your Project Proposal document.
Refer to pages 128–134 of Principles of Web Design 5th Edition for further details.
Upon completion, name your single, MS Word document as lastname_CIS363A_projectWk1.
Grading Rubric
Category Points % Description
Proposal format 9 20 Cover page, headings, APA guidelines
Proposal content 9 20 All points addressed (Milestone 1A) with adequate content
Site storyboard 9 20 All pages identified (5–7)
Site storyboard filenames 9 20 Appropriate filenames (ISO standard)
Site storyboard links 9 20 Reasonable linkages and navigation
Total 45 100 A quality project will meet or exceed all of the above requirements.

Submit your assignment to the Dropbox located on the silver tab at the top of this page. For instructions on how to use the Dropbox, read these step-by-step instructions or watch this Tutorial Dropbox Tutorial.
See the Syllabus section “Due Dates for Assignments & Exams” for due date information.
Milestone 2—Week 2: Page Layout Design
Back to Top
A. Create a site specification based on the information you developed in Week 1. Make sure to add
o a mission statement;
o how to measure site success;
o a description of the intended audience;
o how to determine user satisfaction; and
o technological issues that might influence site development.
B. Prepare a detailed page layout design in Visio, including
o a header area;
o a link area;
o a main content area; and
o a footer area.
This layout will be the main design template for all of the pages in your site. In future weeks, you will be altering the main content areas as needed.
Upon completion, name your single, MS Word document as lastname_CIS363A_projectWk2.
Grading Rubric
Category Points % Description
Site spec format 9 20 Cover page and headings
Site spec content 9 20 All points addressed with adequate content
Page layout boxes or areas defined 9 20 At least four requested areas
Page layout white space 9 20 Adequate spacing of boxes or areas
Page layout appeal 9 20 Appropriate usability
Total 45 100 A quality project will meet or exceed all of the above requirements.

Submit your assignment to the Dropbox located on the silver tab at the top of this page. For instructions on how to use the Dropbox, read these step-by-step instructions or watch this Tutorial Dropbox Tutorial.
See the Syllabus section “Due Dates for Assignments & Exams” for due date information.
Milestone 3—Week 3: Implement Site Navigation
Back to Top
Using Dreamweaver and the site diagram and page layout from Step 2, create all pages as per your site diagram. To do this, you must have the filenames of major site pages determined. You should have a home page (index.htm) and all of the subpages created. Navigation links between the site pages must function. The subpages do not need to have much content, but they must be created and contain the navigation elements and placeholder elements for your content. Begin to implement the box model with

tags and absolute positioning.
When defining your site in Dreamweaver using the site manager, set up the site for publishing using the server options. Here are the related tutorials.

Defining a New Site

Basic Site Layout and Navigation

Grading Rubrics
Category Points % Description
All page links visible 12 27 Links are clear and obvious.
All page links functional 11 25 Links allow full navigation.
Site uploaded to server 11 24 Site is in student root directory.
Site accessible via URL assigned address 11 24 Assigned URL is functioning.
Total 45 100 A quality project will meet or exceed all of the above requirements.

Submit your assignment to the Dropbox located on the silver tab at the top of this page. For instructions on how to use the Dropbox, read these step-by-step instructions or watch this Tutorial Dropbox Tutorial.
See the Syllabus section “Due Dates for Assignments & Exams” for due date information.
Milestone 4—Week 4: Implement Site Content
Back to Top
Based on the site, page layout, and navigation developed in prior steps, begin to add content to your site. Include appropriate typography, colors, and imagery as per the lecture and iLab assignments. Begin to implement the box model through the use of

tags and absolute positioning. Use inline and embedded where appropriate.
Upon completion styles of this step, use the publishing feature of Dreamweaver to upload your site to the web server.
Upon completion styles of this step, use the publishing feature of Dreamweaver to upload your site to the web server.
Grading Rubrics
Category Points % Description
Content visible on two to three web pages 8 17 Content on pages is visible.
Appropriate use of colors 8 17 Colors match theme of site.
Appropriate typography (font, size, and color) 8 17 Typography is appropriate for site.
Images visible with alt tags 7 17 Images render and are appropriate.
Box model using

tags and absolute positioning 7 16 Payout layout is implemented per site spec.
Inline and embedded CSS used 7 16 Multiple CSS is implemented.
Total 45 100 A quality project will meet or exceed all of the above requirements.

Milestone 5—Week 5: Implement Site Content and a User Feedback Form With Client-Side Validation
Back to Top
Use the knowledge gained in this week’s lecture and iLab to create a user feedback form. Include all necessary controls (text boxes, radio buttons, check boxes, text areas, dropdown lists, and buttons) to allow the user to effectively evaluate your site for usability, accessibility, and navigation. This form will be used in Week 7 to evaluate your site. Also, include client-side validation on key fields in the form. Use the form action=”mailto:your_email_address” attribute to collect the user feedback.
Move all site and page level styles to an external CSS file.
Grading Rubrics
Category Points % Description
Form layout using

layout 8 17 Form using table structure
All required tags available 8 17 As per milestone spec
Required site evaluation options present 8 17 As per milestone spec
Buttons (submit/reset) and form “action” attribute functional 7 17 Submit sends e-mail, Reset clears form
External CSS file 7 16 Site managed by an external CSS file
Client-side validation functional 7 16 Appropriate controls validated
Total 45 100 A quality project will meet or exceed all of the above requirements.

Milestone 6—Week 6: Implement Dynamic Site Content Using JavaScript
Back to Top
Use the knowledge gained in this week’s lecture and iLab to implement dynamic content to a page in your site. Use JavaScript features to perform such things as basic calculations, image rollovers, user prompts, and alerts.
Upon completion of this step, use the publishing feature of Dreamweaver to upload your site to the web server.
Grading Rubrics
Category Points % Description
JavaScript is functional. 12 27 Dynamic output is visible.
JavaScript functions are used. 11 25 At least one user written function is used.
Dynamic content is appropriate. 11 24 Dynamics match site theme.
JavaScript functions in multiple browsers. 11 24 Dynamics are functional in multiple browsers.
Total 45 100 A quality project will meet or exceed all of the above requirements.

Milestone 7—Week 7: User Testing and Validation
Back to Top
Visit http:www.w3.org/WAI/RC/tools/ to locate tools to check for accessibility. There are some free online tools listed there, such as EvalAccess, which you can use to check your HTML code. Check your site and make any necessary corrections in your code. Conduct a user test with at least two people (spouses and kids are fine to use as testers). In addition to observing them using your site, have them fill out the form you created in Week 5.
Take a screenshot of the completed form, or use the form to use the action=”mailto:your_email_address” attribute to collect the user feedback.
Create a short report (one page or less) detailing the results of the testing, including user suggestions and your response to those suggestions (whether you feel they are valid and whether they can be accommodated). Compare the user responses to your expectations of the user working with your site.
Upon completion, name your single, MS Word document as lastname_CIS363A_projectWk7.
Grading Rubrics
Category Points % Description
XHTML validation 8 27 No or minimal validation errors are present.
Accessibility standards 8 27 No or minimal accessibility errors are present.
User tests (2) 8 26 Two tests were performed.
Testing results 6 20 Dynamics are functional in multiple browsers.
Total 30 100 A quality project will meet or exceed all of the above requirements.

Submit your assignment to the Dropbox located on the silver tab at the top of this page. For instructions on how to use the Dropbox, read these step-by-step instructions or watch this Tutorial Dropbox Tutorial.
See the Syllabus section “Due Dates for Assignments & Exams” for due date information.
Best Practices
Back to Top
The following are best practices in preparing this project.
• An industry standard development environment, such as Dreamweaver, is used.
• XHTML code is well documented.
• There is an appropriate use of box and grid site design.

Relevant Material
Screenshots
Milestone1: StoryBoard
Milestone1: StoryBoard

Milestone2: PageLayout
Milestone2: PageLayout
Milestone3: HomePage
Milestone3: HomePage
Milestone3: AdmissionPage
Milestone3: AdmissionPage
Milestone4: StaffPage
Milestone4: StaffPage
Milestone4: HomePage
Milestone4: HomePage
Milestone4: GalleryPage
Milestone4: GalleryPage
Milestone4: DonationPage
Milestone4: DonationPage
Milestone4: ContactusPage
Milestone4: ContactusPage
Milestone4: AdmissionPage
Milestone4: AdmissionPage
Milestone5: Validation
Milestone5: Validation
Milestone5: FeedbackForm
Milestone5: FeedbackForm
Milestone6: JSFunction_Validation
Milestone6: JSFunc Validation
Milestone6: JSpry_Menu
Milestone6: JSpry_Menu
Milestone6: Tooltip1
Milestone6: Tooltip1
Milestone6: Tooltip2
Milestone6: Tooltip2

Screenshot_Alert

Screenshot_UserTest1
Screenshot_UserTest1
Screenshot_UserTest2
Screenshot_UserTest2
Instructions
* If you want to purchase multiple products then click on “Buy Now” button which will give you ADD TO CART option.Please note that the payment is done through PayPal.
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
Privacy Policy
We take your privacy seriously and will take all measures to protect your personal information.
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
Refund Policy
Incase you face any issues with the tutorial, please free to contact us on [email protected]
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.
Payment Details
Lab Price = $63
Please feel free to send us your queries at: [email protected]

Payment methods

Add to Cart

Buy Now

View Cart

Leave a Reply