Skip to content

Commit

Permalink
Weekly update
Browse files Browse the repository at this point in the history
  • Loading branch information
gdellapenna committed Mar 1, 2024
1 parent d7f0be7 commit 497897d
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions _data/log-2023.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]

0 comments on commit 497897d

Please sign in to comment.