CEIS490 M4 PPT Template-1 (1)
.pptx
keyboard_arrow_up
School
DeVry University, Chicago *
*We aren’t endorsed by this school
Course
490
Subject
Computer Science
Date
Jun 18, 2024
Type
pptx
Pages
5
Uploaded by BaronNeutronButterfly254
CEIS490 Course Project
Module 4 Sending a push notification via SNS
Edriann Nazareth 3/24/24
Rubric
Activity
Requirements
Points
Create a topic and subscription.
Screenshot
10
Create an IoT rule.
Screenshot
20
Send a push notification.
Screenshot
20
This screenshot should show the internet browser window with the “Subscription confirmed!” message.
Create a topic and subscription
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
q3
By default, the first control drawn has a
TablndexLinks to an external site. value of 1,
the second has a TablndexLinks to an external
site. of 2, and so on.
Group of answer choices
True
False
arrow_forward
A web page has two textboxes, the first text box is used to enter the age and the second one
is used to enter the experience in years. The form should not be. submitted if the experience
is greater than age. What control must be used in this scenario?
O a. RangeValidator
O b. CompareValidator
O C. All other answers are wrong
d. RequiredFieldValidator
O e. CustomValidator
arrow_forward
Create an HTML5 form as close to the listed below as possible. And process it on back end using PHP programming language. Use GET method.
arrow_forward
Create an HTML5 form as close to the listed below as possible. Process it on back end using PHP programming language.
Provide the listing of both programs and a link to working form.
arrow_forward
THIS SHOULD BE LIKE A LOG IN SIGN UP TYPE OF PAGE
Create a html sign-in page for a website. The page should obtain the following information: the user’s first and last names, street address, city, state, zip code, email address, and phone number. The phone number should be entered in the form (XXX)XXX-XXXX (where X is a digit). Validate the phone number entry to ensure that the user has entered 10 digits with the area code in parentheses and the three-digit extension separated from the last four digits by a hyphen. Save your page as sign_in2.html and be sure to include an appropriate page title. PartB: Add a username and password to PartA. The username should be between 4 and 20 characters. The password should be between 4 and 12 characters, contain at least one digit, and contain at least one uppercase and one lowercase character. Select four special characters and require that the password contain at least one of them. Save your page as sign_in3.html and be sure to include an…
arrow_forward
language: HTML
Create a responsive webpage for food items. there are three requirements
1: when the user hovers over the item name ('item 1') the details of the item should be displayed. the text should return back to the original (aka from the food description to the food name ) after the mouse pointer moves away
2. When the user clicks 'add to cart' for an item, the 'cart total' is updated, and the button to add the item to the cart is disabled so that it cannot be added twice.
3. the user can input an amount into the 'confirm purchase' section and click the button. If the amount is less than the 'cart total', the following alert should be shown:
"payment amount is less than cart total"
otherwise:
"payment complete"
arrow_forward
By referring to the specifications given below, use HTML code and JavaScript to create the form as
shown in Figure 6.
WEBINAR REGISTRATION FORM
Name :
Contact Number :
Email :
Webinar Title : Select Webinar
Date : dd/mm/yyyy
Time :
10am - 12pm O 2pm - 4pm
Number of participants : 1
Total Registration Fees(RM) : 0.00
O Add me to your mailing list for upcoming webinars.
Submit Cancel
Figure 6
Specifications:
Create the form by assigning suitable id and name.
Add a legend containing the text "WEBINAR REGISTRATION FORM" and use inline style to
design the legend.
Use to arrange the form elements.
Create different form elements/controls with proper data for their attributes such as name, id, value
and type. There is no need to create element for each form element.
Set Webinar Title as a selection list that consists of 4 options: Select Webinar, Web for Beginners
(RM100), Web for Intermediate (RM200) and Web for Advanced (RM300).
Set Number of participants as a spinner control with range…
arrow_forward
HTML PROJECT
arrow_forward
A local university has asked you to create an webpage which allows prospective students to provide feedback about their campus visit. Your document should contain a form with text boxes for a name, address and e-mail. Provide check boxes that
allow prospective students to indicate what they liked most about the campus. The check boxes should include: students, location, campus, atmosphere, and sports. In addition, provide a text area for additional comments, a submit button and a reset
button, Write a DHTML code for the above scenario. Display the details before it get submitted.
Once you upload files from your second device, click on Sync to check your submission
arrow_forward
Create a Birthday Card app that accepts a person's name and date of birth. Clicking the Submit button will load a new activity which will display the person's name, age, birthstone, and Chinese Zodiac sign.
Submit screenshots of the activities, layout files (.xml), code behind file(s) (.kt), and manifest file.
arrow_forward
Create an app that provides the day of the week for any date a user enters and make it useable across all browsers.
Steps:
Download and unzip the Lab 7 file.
In the index.html file:
Enter your name and today’s date where indicated in the comment section in the document head.
Add script tag to access script.js file
In the script.js file:
Add an onclick event handler for the addButton object. Within the event handler do the following:
Use the push() method to add the value of the customerName object to the end of the customers array.
Run the generateCustomerList() function to update the contents of the ordered list that appears on the web page.
Change the text of the status paragraph to “customer added to the end of the queue” where customer is the value of the customerName object.
Add an onclick event handler for the searchButton object. Within the event handler do the following:
Use the indexOf() method to locate the index of the array item whose value equals the value of…
arrow_forward
Microsoft Word training courses
Make a title for the document.
You can connect to another server by giving a hyperlink to a file on that server.
arrow_forward
12) Which one of these links is misleading?A) A link used to submit a form that does not have a submit button B) A link used to go to the next page but not to the previous pageew Answer C) A link used to send the user to another sub-domain of the current site D) A link used to open a new window with new content or pictures
arrow_forward
Write an HTML document to create a job application form as given
below. Apply the necessary CSS style rules too.
Full Name: As per IC
Address: Address Line 1
Address Line 2
City
Postal Code
Please Select
Email: Email Address
Resume: Choose File No fle chosen
Аpply
Cancel
arrow_forward
Task 1
In this task, the list items are the navigation for a site. They should be laid out as a row, with an equal
amount of space between each item.
Your final result should look like the image below:
Home
About Us
Our Products
Try updating the live code below to recreate the finished example:
Contact Us
arrow_forward
A link button control’s_________ property specifies the Web page that will appear when the control is clicked.a. PostBackUrlb. PostBackc. Urld. none of the above
arrow_forward
Google would like you to test the function of the settings tabs under Gmail Settings. They want to ensure that the links work and the tabs open as expected when clicked on.
You must prepare test cases based on the requirements provided.
Test Case Components to be included
Test Case ID/Number
Test Scenario
Test Cases/Requirements
Test Steps
Test Data
Preconditions/Prerequisites
Post Condition
Test Environment
Expected Result
Actual Result
Status (Pass/Fail)
Business Requirements
The six tabs below will be built and be visible under Gmail Settings.
To test: need to make sure these links work
Not to test: no need to test contents inside each link
Tab names:
General
Labels
Inbox
Accounts and Import
Filters and Blocked Addresses
Forwarding and POP/IMAP
Additional project information needed for testing
Testing browser: Only Chrome Browser will be in scope to test these 6 tabs.
Test environment: Environment123
Tools: Write the tests in…
arrow_forward
A restaurant online ordering application can be created using a home menu with three layouts: a home menu, an about us page, and a contact information page. The menu should include a picture of the restaurant, its home, menu, and checkout, a brief summary about the restaurant, and contact information such as email, number, and location. The menu should be customizable to allow users to select multiple meals of the same order.
To create a visually appealing and intuitive restaurant online ordering application, use a clean and modern design language with an easy-to-navigate interface. Incorporate relevant and attractive images of dishes to enhance the user experience and implement unique and engaging features. For example, a personalized recommendation system based on previous orders or a fun food quiz to suggest dishes based on preferences can differentiate the application.
Design a responsive 3-column layout using CSS Grid or Flexbox, ensuring compatibility across different devices and…
arrow_forward
The login.html image is shown below. The simple PHP module shows email and password fields for a user to enter. Analyze the code and identify one issue with the code regarding security. Explain the problem
by identifying the line no. and provide the corrected line of code.
login.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Login Form
Login
Email Address:
Password:
15
16
17
arrow_forward
Note:- Don't copy from other contents if any wrong i will downvote
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Related Questions
- q3 By default, the first control drawn has a TablndexLinks to an external site. value of 1, the second has a TablndexLinks to an external site. of 2, and so on. Group of answer choices True Falsearrow_forwardA web page has two textboxes, the first text box is used to enter the age and the second one is used to enter the experience in years. The form should not be. submitted if the experience is greater than age. What control must be used in this scenario? O a. RangeValidator O b. CompareValidator O C. All other answers are wrong d. RequiredFieldValidator O e. CustomValidatorarrow_forwardCreate an HTML5 form as close to the listed below as possible. And process it on back end using PHP programming language. Use GET method.arrow_forward
- Create an HTML5 form as close to the listed below as possible. Process it on back end using PHP programming language. Provide the listing of both programs and a link to working form.arrow_forwardTHIS SHOULD BE LIKE A LOG IN SIGN UP TYPE OF PAGE Create a html sign-in page for a website. The page should obtain the following information: the user’s first and last names, street address, city, state, zip code, email address, and phone number. The phone number should be entered in the form (XXX)XXX-XXXX (where X is a digit). Validate the phone number entry to ensure that the user has entered 10 digits with the area code in parentheses and the three-digit extension separated from the last four digits by a hyphen. Save your page as sign_in2.html and be sure to include an appropriate page title. PartB: Add a username and password to PartA. The username should be between 4 and 20 characters. The password should be between 4 and 12 characters, contain at least one digit, and contain at least one uppercase and one lowercase character. Select four special characters and require that the password contain at least one of them. Save your page as sign_in3.html and be sure to include an…arrow_forwardlanguage: HTML Create a responsive webpage for food items. there are three requirements 1: when the user hovers over the item name ('item 1') the details of the item should be displayed. the text should return back to the original (aka from the food description to the food name ) after the mouse pointer moves away 2. When the user clicks 'add to cart' for an item, the 'cart total' is updated, and the button to add the item to the cart is disabled so that it cannot be added twice. 3. the user can input an amount into the 'confirm purchase' section and click the button. If the amount is less than the 'cart total', the following alert should be shown: "payment amount is less than cart total" otherwise: "payment complete"arrow_forward
- By referring to the specifications given below, use HTML code and JavaScript to create the form as shown in Figure 6. WEBINAR REGISTRATION FORM Name : Contact Number : Email : Webinar Title : Select Webinar Date : dd/mm/yyyy Time : 10am - 12pm O 2pm - 4pm Number of participants : 1 Total Registration Fees(RM) : 0.00 O Add me to your mailing list for upcoming webinars. Submit Cancel Figure 6 Specifications: Create the form by assigning suitable id and name. Add a legend containing the text "WEBINAR REGISTRATION FORM" and use inline style to design the legend. Use to arrange the form elements. Create different form elements/controls with proper data for their attributes such as name, id, value and type. There is no need to create element for each form element. Set Webinar Title as a selection list that consists of 4 options: Select Webinar, Web for Beginners (RM100), Web for Intermediate (RM200) and Web for Advanced (RM300). Set Number of participants as a spinner control with range…arrow_forwardHTML PROJECTarrow_forwardA local university has asked you to create an webpage which allows prospective students to provide feedback about their campus visit. Your document should contain a form with text boxes for a name, address and e-mail. Provide check boxes that allow prospective students to indicate what they liked most about the campus. The check boxes should include: students, location, campus, atmosphere, and sports. In addition, provide a text area for additional comments, a submit button and a reset button, Write a DHTML code for the above scenario. Display the details before it get submitted. Once you upload files from your second device, click on Sync to check your submissionarrow_forward
- Create a Birthday Card app that accepts a person's name and date of birth. Clicking the Submit button will load a new activity which will display the person's name, age, birthstone, and Chinese Zodiac sign. Submit screenshots of the activities, layout files (.xml), code behind file(s) (.kt), and manifest file. arrow_forwardCreate an app that provides the day of the week for any date a user enters and make it useable across all browsers. Steps: Download and unzip the Lab 7 file. In the index.html file: Enter your name and today’s date where indicated in the comment section in the document head. Add script tag to access script.js file In the script.js file: Add an onclick event handler for the addButton object. Within the event handler do the following: Use the push() method to add the value of the customerName object to the end of the customers array. Run the generateCustomerList() function to update the contents of the ordered list that appears on the web page. Change the text of the status paragraph to “customer added to the end of the queue” where customer is the value of the customerName object. Add an onclick event handler for the searchButton object. Within the event handler do the following: Use the indexOf() method to locate the index of the array item whose value equals the value of…arrow_forwardMicrosoft Word training courses Make a title for the document. You can connect to another server by giving a hyperlink to a file on that server.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Microsoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,Programming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage LearningCOMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE L
- New Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage LearningNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage