Skip to content

Risorse

Varie

  • Test - Web content
  • Web Server Lab Semplici esempi per eseguire un web server sul proprio PC.
  • Cyberchef Lab:

    • URL Encoding (FORM data).
    • Base64, HTTP Basic Authentication.
    • Shopping basket: brevissimo esempio per ribadire l'importanza dei contenuti dinamici che dipendono dalle richieste precedenti inviate da uno specifico browser.

Tutorial su web content (HTML, CSS, Javascript)

Esistono tonnellate di tutorial su questi argomenti. Tutorial interattivi molto interessanti sono quelli di W3Schools.

Anche quelli di mdn (Mozilla Developers Networks) sono molto ben fatti

Analyzing web pages

Some global statistics

  • HTTP Archive Reports Statistics on size of web pages, images, JavaScript scripts and so on.
  • W3Techs Statistics Similar statistics, collected on a different sample, with different aggregations. This specific page allows finding usage statistics for Cookies.

HTTP in depth

The mdn (Mozilla Developers Network) web site has a lot of very high quality information. If you want to use this site, use it carefully: it contains a lot of material that is not covered in the lectures; and, it contains a lot of additional information about material that is covered in the lectures.

Altro