// TODO: Q1(c)(iii)
// Make an event listener to save text when it changes:
// ...get the textarea element's current value
// (getting HTML input values is in Block 2 Part 2 Section 6)
// ...make a text item using the value
// (demonstrated elsewhere in this file)
// ...store the item in local storage using the given key
// (local storage is in Block 3 Part 5)
// Connect the event listener to the textarea element:
// TODO: Q1(c)(iv) Task 1 of 3
// Instead of adding a dummy image:
// ...trigger the click event of the hidden file input element
// (demonstrated in Block 3 Part 4)
}
// Function to handle a new file being selected
function processFile(event) {
// TODO: Q1(c)(iv) Task 2 of 3
// Complete this event listener to read the file when it is selected:
// (re
I need a simple browser extension for chrome. It must do the following things:
1) have a user sign-in with username and password and verify user info against a SQL database. keep the user signed in even after closing the browser. Have a logout button once signed in.
2) when the extension detects you are on a specific site have it overwrite & autofill info into a sign-in form using database information only if the user hasn't exceeded the maximum number of active sessions allowed by the database.
3) display users active sessions for that site in the extension.
4) once user signs into site track users active sessions on the site and report back to the SQL database and close sessions once the user leaves the site or clicks to sign out on the site
5) when a user deletes the extension open up a specific page
Unit 6 Build a Registration Form
In this unit we will build a registration form so that business representatives can register the business they work for and then be eligible to use our conference center. This exercise will enhance our knowledge of HTML forms, CSS, and allow us to dive deeper into JavaScript.
Instructions
Part A Reviewing WordPress and its Features
After completing your website shell in WordPress, take a screenshot of the shell in a web browser or from WordPress, and paste the image in a document. Include a title page.
Part B Using WordPress for Building Websites
Insert at least one social media button and one plugin on your website in WordPress. Take a screenshot of each item (or together if they are on a single web page) from a web browser or from WordPress, and paste the image or images in the same document.
Part C Submitting Your Work To Your Instructor
Copy and paste your website address from WordPress into a new document and include the following items:
a brief description of what you included in your website,
a discussion of how you would use social media content in your website, and
a discussion of the plugin you chose and how this will be useful for your website.
In this unit, you will start building your website in either Notepad ++ or BlueGriffon. Before you start, complete the following homework assignment. Use diagrams and illustrations as needed:
Discuss the table(s) and form(s) that you will include in your website, including their purpose.
Discuss the internal and/or external links you will use in your website.
Discuss the multimedia and interactivity element(s) you will use in your website, including their purpose.
Upload the document for grading. This document needs to be a minimum of two pages in length. APA is not required for this document.
Begin working on this project; it is due in Unit VIII.
Using the documentation you completed throughout this course and the Toolwire labs as a guide, begin building your website in the HTML editor that you chose. The completed website will be due at the end of Unit VIII.
Your website must include the fol
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
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