Interfaces de Usuario - Curso 2023 2024

This repository aims to provide some notes about the practical class given by me on the subject of “Interfaces de usuario”.

Planning

Note: This planning is temporal and may suffer some changes

Week 1 - HTML + CSS

This week, we introduce the subject, with the first practice, the evaluation rules, and a short introduction to the web (HTML)

Week 2 - CSS

Basic concept of CSS as selectors, display and flows of elements

Week 3 - CSS

This week, we work with the pseudo-class and pseudo-elements selectors, we introduce the display grid and talk about the Responsive Web Design (RWD)

Week 4 - Work Session

Work session

Week 5 - Introduction to JavaScript

Introduction to JavaScript in the browser. Some topic we talked about will be the how to include a JS script in the web-site, the basic syntax, and some methods to manipulate the DOM.

Week 6 - JavaScript II

  • HTML selectors review
  • Operations with forms
  • Strings
  • Function and callback
  • Arrays

Week 7 - JavaScript III

  • Cookies and LocalStorage
  • JavaScript Object
  • JavaScript Functions

Week 8 - Work Session