subject

This week is an activity week, so points for effort, not for correctness.

you are about to break a lot of things. it is going to be easier for you to unbreak some things than it is to unbreak others. spend the time working on the things you have the most trouble with.

make sure you can create sessions, add and update different kinds of data to sessions and end sessions.

make sure you can make http requests, including posts, from the server and deal with the data you get back.

make sure that you can set up pages to accept data from forms.

make sure you can handle nested asynchronous requests and process errors if they crop up (force errors to happen by doing things like entering in the wrong url).

as an example mini project that would cross off several of these at once (you don't need to do this, but if you need inspiration feel free to use it) , you could extend the to-do list application. allow the user to add to-do items, the cities those to-do items need to happen in and minimum temperatures.

then make http calls to open weather map to check if the weather is good enough right now to do them. if it is, highlight it in green, if not highlight it in red. this will check you understanding of sessions, making many http requests and dealing with json returned by the server.

you would still want to make sure you can make http posts from the server but if you did that all your bases will be covered.

deliverables

submit a pdf. in that pdf discuss in 2 or 3 paragraphs what you had the most difficulty with, what problems it was giving you and what steps you took to fix it. also briefly describe how you checked your understanding of the above listed topics. what type of things did you do? what services did you use?

it should you get an understanding of where you need more clarity and it will also me figure out which concepts need more attention.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:00
Who is the first president to use social media as part of his campaign strategy
Answers: 1
question
Computers and Technology, 23.06.2019 04:10
2pointswho was mikhail gorbachev? oa. a russian leader who opposed a coupob. a polish leader who founded the labor union "solidarityoc. a soviet leader who called for a closer relationship with the unitedstates, economic reform, and a more open societyd. a soviet leader who called for more oppression in the soviet union
Answers: 3
question
Computers and Technology, 23.06.2019 11:20
Http is the protocol that governs communications between web servers and web clients (i.e. browsers). part of the protocol includes a status code returned by the server to tell the browser the status of its most recent page request. some of the codes and their meanings are listed below: 200, ok (fulfilled)403, forbidden404, not found500, server errorgiven an int variable status, write a switch statement that prints out the appropriate label from the above list based on status.
Answers: 2
question
Computers and Technology, 23.06.2019 11:30
Auser is given read permission to a file stored on an ntfs-formatted volume. the file is then copied to a folder on the same ntfs-formatted volume where the user has been given full control permission for that folder. when the user logs on to the computer holding the file and accesses its new location via a drive letter, what is the user's effective permission to the file? a. read b. full control c. no access d. modify e. none of the above
Answers: 1
You know the right answer?
This week is an activity week, so points for effort, not for correctness.

you are about...
Questions
Questions on the website: 13722362