Your browser may not support the features required by impress.js, so you are presented with a simplified version of this presentation.

For the best experience you may consider using the latest Chrome, Safari or Firefox browser.

On tablets and smartphones, you may try switching to the desktop version of this web page.

image a screenshot of http://www.qdb.us/67118
mysql joke

Databases in Web applications

Database Principles

Vacancy Interview Candidate Client Co. Job Category Staff Consultant Admin D (optional) Invoice Skill Qualification

today:

Building applications with databases

HTTP

Net

Two-tier Architecture

SQL

Three-tier Architecture

on the Web

Old-school server-side

Modern, API-driven

User Interface

Business logic

Data storage

Security

Business logic

Security, validation

Thin client

Reload often

Generate HTML

Mix languages

Rich client

Great usability

Provide an API

Serve more static files

INSERT INTO Candidate VALUES
( 7, "Jane Smith", "1 Abe Ct. Cosham", "(02392) 555-001",
"js@g...com", "1979-01-02", "Lorem ipsum dolor sit amet, 
consectetur adipiscing elit. Aenean tincidunt dolor eu 
rhoncus.", "y", 5);


SELECT name, phone
FROM Candidate
WHERE coID = 5;
      
############# file: index.php

<!doctype html>
<html>
  <head>
    <title>Item list</title>
    <script src="js/functions.js"></script>
  </head>
  <body>
    <?php include 'header.php';?>
    ...
    <button onclick="deleteItem('<?php echo $itemNo;?>'">
    ...
    <?php include 'footer.php';?>
  </body>
</html>
      

Desktop

Mobile

Embedded

Web

Interior of Tesla Model S
image of Tesla Model S interior from http://www.teslamotors.com/models
ATM machines
Picture of ATMs from https://sacredspaces2004.wordpress.com/2012/11/06/sacred-spaces-355-at-the-atm/
Tesco scan-as-you-go scanner
Picture of tesco scan-as-you-go scanner from http://mobile.pistonheads.com/gassing/topic.asp?h=0&f=192&t=1330248&nmt=Tescos+scan+as+you+shop
DPD parcel scanner
Picture of parcel scanner from http://www.dpd.com.pl/EN/subpage.asp?ID_kat=4&ID=50&Mark=11&Go=47&CATID=53

3-tier arch. advantages

disadvantages

Web advantages

disadvantages

Web UI for Databases

Add a Candidate

 

Candidate interview list

 

Company Date ▼ Result
IBM Jan 20, 2017pending...
Specsavers Jan 6, 2017rejected: lack of understanding of short-sighted people
McDonald's Dec 5, 2016rejected: overqualified
BAE SystemsAug 29, 2016rejected: no reason given

Use a spacebar or arrow keys to navigate