From 497897dcd701e264abeca15da4e0f880f6ec868e Mon Sep 17 00:00:00 2001 From: Giuseppe Della Penna Date: Fri, 1 Mar 2024 13:09:41 +0100 Subject: [PATCH] Weekly update --- _data/log-2023.json | 98 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/_data/log-2023.json b/_data/log-2023.json index 8dacd13..0934e11 100644 --- a/_data/log-2023.json +++ b/_data/log-2023.json @@ -43,5 +43,103 @@ "en": "Modern web: technologies, challenges and problems", "it": "Il web moderno: tecnologie, sfide, problemi" } + }, + { + "date": "2024-02-29T09:30:00", + "duration": 2, + "slides": [ + { + "name": "XML", + "link": "https://github.com/WebEngineering-Univaq/WE_Lecture_Slides" + } + ], + "arguments": [ + { + "en": "What is and what is not XML", + "it": "Cosa \u00e8 e cosa non \u00e8 XML" + }, + { + "en": "XML base syntax: the XML declaration", + "it": "Sintassi base di un documento XML: la dichiarazione XML" + }, + { + "en": "Character encoding problems", + "it": "Problemi con il character encoding", + "type": "esempio" + }, + { + "en": "Character encoding: what is really UTF-8? (and UTF-16? and ISO-8859-1??)", + "it": "Character encoding: cos'\u00e8 veramente UTF-8? (e UTF-16? e ISO-8859-1??)" + }, + { + "en": "Character encoding: can also be a security problem: the UTF-7 attack", + "it": "Character encoding: pu\u00f2 essere anche un problema di sicurezza: l'attacco UTF-7", + "type": "esempio" + }, + { + "en": "XML base syntax: the DOCTYPE declaration", + "it": "Sintassi base di un documento XML: la dichiarazione DOCTYPE" + }, + { + "en": "Correct declaration of the HTML version in use", + "it": "Dichiarare correttamente la versione di HTML un uso", + "type": "esempio" + }, + { + "en": "Standards and Quirks modes", + "it": "Standards e Quirks mode per i browser" + }, + { + "en": "XML base syntax: elements and their syntactic rules", + "it": "Sintassi base XML: Elementi e regole sintattiche" + }, + { + "en": "Common problems related to element syntax", + "it": "Problemi comuni legati alla sintassi degli elementi", + "type": "esempio" + }, + { + "en": "XML base syntax: attributes and their syntcatic rules", + "it": "Sintassi base XML: Attributi e regole sintattiche" + }, + { + "en": "Common problems related to attribute syntax", + "it": "Problemi comuni legati alla sintassi degli attributi", + "type": "esempio" + }, + { + "en": "XML base syntax: namespaces", + "it": "Sintassi base XML: i namespaces" + }, + { + "en": "XML base syntax: text and character entities", + "it": "Sintassi base XML: Testo ed entit\u00e0 carattere" + }, + { + "en": "XSS attacks and the correct use of entities for reserved characters", + "it": "Attacchi XSS e uso corretto delle entit\u00e0 per i caratteri riservati", + "type": "esempio" + }, + { + "en": "XML base syntax: CDATA sections", + "it": "Sintassi base XML: le sezioni CDATA" + }, + { + "en": "The problem with embedded scripts in HTML pages", + "it": "Il problema degli script incorporati nelle pagine HTML", + "type": "esempio" + }, + { + "en": "XML base syntax: processing instructions", + "it": "Sintassi base XML: le processing instruction" + }, + { + "en": "XML base syntax: comments", + "it": "Sintassi base XML: i commenti" + } + ], + "title": { + "all": "XML" + } } ] \ No newline at end of file