week 3
Programming:functionality
Web server scripts have the ability to provide a number of functions to developers and users of a website, these include;
- file manipulation such as uploading,
- security features such as login systems and error logging,
- accessing databases,
- generating statistics,
- environmental arguments
File manipulation - users of a dynamic website can have the ability to make changes to files and to upload files from within a webpage. A good example of this in operation would be the use of Moodle where you upload your assignments. This ability means that users can store files within servers.
Security features - The use of web server scripts and files enables users to be able to login to set pages on a web server based on the details that they enter into a webpage. An example of this could be a social media login. Most of these will refer to a database to ensure that the usernames and passwords correspond and are correct.
Generating Statistics - Dynamic web server pages are able to store details and update details to enable the recording of statistics such as users logging on to a system and for how long.
Coding Time
If statements
If and Else
Comparisons
Database delete record example
The following is an example of the delete file that is used to remove the record from the database
Last Updated
2018-04-27 13:54:42
English and Maths
English
Maths
Stretch and Challenge
Stretch and Challenge
- Fast to implement
- Accessible by default
- No dependencies
Homework
Homework
Equality and Diversity Calendar
How to's
How 2's Coverage
Anonymous Assessment - Learners assess an anonymous piece of work containing deliberate mistakes against given success criteria.
Anonymous Assessment - Learners assess an anonymous piece of work containing deliberate mistakes against given success criteria.
Links to Learning Outcomes |
Links to Assessment criteria |
|
---|---|---|
2 Be able to use web server scripting |
Files that support this week
Week 2←
PrevWeek 3←
PrevWeek 4←
Prev→
Next