Skip to content

Teaching materials for Web Development and User Experience, 2023-24

Notifications You must be signed in to change notification settings

Birkbeck2/wdux2324

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Birkbeck, University of London

Web Development and User Experience

Week 2

Coding session 1 - Getting started with coding and HTML

markup, computers vs. people, HTML

tag, element, <, >, /, html, head, body, title, section, h1, h2, h3, p, em, strong

URL, /, scheme, host, path, browser tools, HTTP request and response

code editor, development environment, running HTML code, file organization, inspecting code

Week 3

Coding session 2 - Boosting HTML

variable, attribute, =, ", attribute name, attribute value, lang

images, links, a, href, img, src, alt, width, height, absolute vs. relative URL, URL fragment, file organization, index.html

social media, search results, head, meta, name, content, title, description, og:image, twitter:image, character encoding, charset, utf-8, style, src, link, rel, href, script, defer, comments, <!-- -->, hidden

meaning, presentation, semantic HTML, HTML history, table, br, p, strong, b, em, i, figure, img, figcaption, ul, ol, li, div, span, header, nav, main, aside, article, section, footer

Week 8

Coding session 5 - CSS boost 2

sandboxes

Coding session 6 - Responsive Web Design

Week 9

Coding session 7 - HTML forms and page structures

HTTP request methods, form, method, action, type, label, for, input, name, button

layouts, body, header, nav, main, article, section, footer, ul

Git, GitHub, code editor

Week 10

Coding session 8 - CANCELLED

Week 11

Coding session 9 - Introduction to Programming with JavaScript

programming language, running JavaScript code, console.log, comments, //, /* */

values, data types, strings, ', ", escaping, \, numbers, booleans, true, false, undefined, null, typeof

operators, +, ==, !=, <, >, -, /, *

About this repository

This repository holds some of the lecture notes for Web Development and User Experience, a module in the Department of Film, Media, and Cultural Studies at Birkbeck, University of London.

The lectures here are not exhaustive as many of the lectures are given with slides instead. See the Moodle module for the complete collection of lecture slides and notes.

Rights

Lectures are copyright Birkbeck, University of London. Pictures and workshop documents are copyright Birkbeck, University of London unless otherwise stated where they are referenced in the lectures.

Creative Commons Licence
This work is licensed under a Creative Commons Attribution 4.0 International License.

About

Teaching materials for Web Development and User Experience, 2023-24

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 94.5%
  • CSS 4.7%
  • JavaScript 0.8%