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) and
date and time when the post was made.
The created posts should be stored in a text file in serialized form.
NOTE! You do not need to be able to update these posts, but it is enough to create new and delete any posts.
Your solution should be object oriented with PHP and be able to store / read all information against a serialized file on your server.
The features to be implemented in your solution on the guestbook website should be:
possibility to create and delete posts in the guestbook
Information that should be in each record should be:
username / signature, post, date + time for created post
Part 2:
Following a request from the client, they want to change the storage o
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) and
date and time when the post was made.
The created posts should be stored in a text file in serialized form.
NOTE! You do not need to be able to update these posts, but it is enough to create new and delete any posts.
Your solution should be object oriented with PHP and be able to store / read all information against a serialized file on your server.
The features to be implemented in your solution on the guestbook website should be:
possibility to create and delete posts in the guestbook
Information that should be in each record should be:
username / signature, post, date + time for created post
Part 2:
Following a request from the client, they want to change the storage o
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) and
date and time when the post was made.
The created posts should be stored in a text file in serialized form.
NOTE! You do not need to be able to update these posts, but it is enough to create new and delete any posts.
Your solution should be object oriented with PHP and be able to store / read all information against a serialized file on your server.
The features to be implemented in your solution on the guestbook website should be:
possibility to create and delete posts in the guestbook
Information that should be in each record should be:
username / signature, post, date + time for created post
Part 2:
Following a request from the client, they want to change the storage o
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 produced can be opened and edited with Notepad++ any software may be used.
It would be ideal to complete this assignment a day before the deadline, and even more so to provide a small completed part of the document and it's code earlier than that on Wedensday.
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 produced can be opened and edited with Notepad++ any software may be used.
It would be ideal to complete this assignment a day before the deadline, and even more so to provide a small completed part of the document and it's code earlier than that on Wedensday.
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 produced can be opened and edited with Notepad++ any software may be used.
It would be ideal to complete this assignment a day before the deadline, and even more so to provide a small completed part of the document and it's code earlier than that on Wedensday.
Project 15-3: File Cleaner
Create an application that reads a file that contains an email list, reformats the data, and writes the cleaned list to another file.
Console
File Cleaner
Source file: prospects.csv
Cleaned file: prospects_clean.csv
Congratulations! Your file has been cleaned!
The prospect.csv file
FIRST,LAST,EMAIL
james,butler,
[email protected]Josephine,Darakjy,
[email protected]ART,VENERE,
[email protected]...
The prospect_clean.csv file
First,Last,email
James,Butler,
[email protected]Josephine,Darakjy,
[email protected]Art,Venere,
[email protected]...
Specifications
Your instructor should provide a CSV file named prospects.csv that contains a list of prospects.
Your application should fix the formatting problems and write a file named prospects_clean.csv.
All names should use title case (an initial
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. There is a lot of work here, but this should break down the tasks into manageable pieces.
Create a New Web Page from Existing
___ open the chapter7.html file and save it as annc.html. Add the link to this new page to the navigation on all three of your working pages (chapter5.html, chapter7.html, annc.html).
___ Remove the content of the two articles.
- from the first article, remove the <img>, the <map> and the <p>
- from the second article, remove the <iframe> and the <p>
___ Save the file. Note that this is now set up to contain a row-type display with two table cells that will bisect the contai
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 username, message and rating of the current day breakfast menu
Rules:
Rating should be greater than 1 but less than or equal to 5.
Only one username should be able to add a review per day.
A list of all reviews should be displayed per daily menu.
The user should see a list of all menus created by date; the user should then be able to click on the list of dated menus to view the reviews per day.
Part A: Using Styles and Style Sheets for Design
With 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 a location in the selected HTML file for the video to be written into the code. If you want to add one or more <div> tags to carve out a spot for this media, or to reformat your other content to make room, go ahead and do so.
NOTE: You may need to do some testing of your modified page in the available browsers prior to continuing.
Once you have space for your media, begin adding your code. Type the opening video tag with any features and properties you need. Refer to the W3C's information on the <video> tag if you need, to review the properties and features you can include within the tag.
Now that you have started writing your &l