part 1: The company “Visitors” wants a website for a guestbook. They want the guestbook to work so that it can create and delete posts.The guestbook should contain the entries who made the post (name or alias),The post (the text that was written) anddate and time when the post was made.The created posts should be […]
Archive for the ‘Websites, web programming’ Category
Word Document HTML Conversion
This task requires the replication of a Microsoft Word form into an interactive HTML document. Requirements will be listed in an attached brief. Notepad++ is the program used for projects like this but it is not necessary if you believe you can more effectively write HTML with another program, as long as the code you […]
Word Document HTML Conversion
This task requires the replication of a Microsoft Word form into an interactive HTML document. Requirements will be listed in an attached brief. Notepad++ is the program used for projects like this but it is not necessary if you believe you can more effectively write HTML with another program, as long as the code you […]
Word Document HTML Conversion
This task requires the replication of a Microsoft Word form into an interactive HTML document. Requirements will be listed in an attached brief. Notepad++ is the program used for projects like this but it is not necessary if you believe you can more effectively write HTML with another program, as long as the code you […]
Breakfast Menu Review
Create a web application to capture the views of the daily breakfast cafeteria menu of the university. This should be in the form of a basic discussion board.1. The Application should facilitate an administrator to add the daily breakfast menu: Menu Date Starch Protein Hot Beverage (Soup/Porridge/Tea)2. The application should allow users to add their […]
Project 15-3 File Cleaner
Project 15-3: File CleanerCreate an application that reads a file that contains an email list, reformats the data, and writes the cleaned list to another file. ConsoleFile Cleaner Source file: prospects.csv Cleaned file: prospects_clean.csv Congratulations! Your file has been cleaned! The prospect.csv fileFIRST,LAST,EMAIL james,butler,[email protected] Josephine,Darakjy,[email protected] ART,VENERE,[email protected] … The prospect_clean.csv fileFirst,Last,email James,Butler,[email protected] Josephine,Darakjy,[email protected] Art,Venere,[email protected] … SpecificationsYour […]
Unit 5
In this unit, well combine the lessons of the last 3 chapters and explore HTML forms, CSS, and JavaScript to build a meeting announcement as an online service provided to our customers. If you have questions about this assignment at any time, contact me so that I can help you get started or keep going. […]
Using Styles and Style Sheets for Design
Part A: Using Styles and Style Sheets for DesignWith the sample video accounted for, load one of your web pages into Notepad++. The page you select should be the logical spot for a multimedia element to be displayed; for example, not many Contact pages incorporate diverse media, whereas home pages and product detail pages do.Choose […]
Questions from Video
https://www.youtube.com/watch?v=iogabydg2y0&feature=youtu.be In your own words, answer “Briefly” the following questions in response to the above video: List at least 3 of the tools and software listed in the above video. Are there any that you find interesting? Please “Briefly” explain. List at least 3 of the frameworks / back-end languages listed. […]
Project 14-1 Reservation Calculator
Project 14-1: Reservation CalculatorCreate an application that gets arrival and departure dates for a reservation and calculates the total amount for the stay. ConsoleReservation Calculator Enter the arrival month (1-12): 5 Enter the arrival day (1-31): 16 Enter the arrival year: 2018 Enter the departure month (1-12): 5 Enter the departure day (1-31): 18 Enter […]