diff --git a/presentations/misc/css-2024/001-ziele/index.html b/presentations/misc/css-2024/001-ziele/index.html index dd66b63e..6e52c564 100644 --- a/presentations/misc/css-2024/001-ziele/index.html +++ b/presentations/misc/css-2024/001-ziele/index.html @@ -23,7 +23,8 @@
-

Wo will ich hin?

+

Checkin?

+

Wo will ich hin?

Ziele des Workshops

  • kleiner Denkanstoß zum Thema «Lean Web Development» und Web Standards
  • diff --git a/presentations/misc/css-2024/010-web/index.html b/presentations/misc/css-2024/010-web/index.html index ad623656..1cdd3654 100644 --- a/presentations/misc/css-2024/010-web/index.html +++ b/presentations/misc/css-2024/010-web/index.html @@ -23,12 +23,12 @@
    -

    Web as a Technology?

    +

    Web as a Technology?

    Web as a Plattform?

    Web as a Medium?

    -

    Web of Functionalities?

    -

    Web of Content?

    -

    I ❤️ the web!

    +

    Web of Functionalities?

    +

    Web of Content?

    +

    I ❤️ the web!

    diff --git a/presentations/misc/css-2024/025-seperation-of-concerns/index.html b/presentations/misc/css-2024/025-seperation-of-concerns/index.html index ff4aeb40..a3db5b13 100644 --- a/presentations/misc/css-2024/025-seperation-of-concerns/index.html +++ b/presentations/misc/css-2024/025-seperation-of-concerns/index.html @@ -27,7 +27,7 @@

What is the idea behind the concept «Separation of Concerns»?

-

Separation of Concerns

HTML, CSS, Javascript

+

Separation of Concerns

HTML, CSS, Javascript

Law of instrument

The law of the instrument, law of the hammer, Maslow's hammer, or golden hammer is a cognitive bias that involves an over-reliance on a familiar tool. Abraham Maslow wrote in 1966, «If the only tool you have is a hammer, it is tempting to treat everything as if it were a nail.»

Greenfield vs. Brownfield

oder: Woran erkenne ich ein erfolgreiches Web Projekt?
@@ -39,6 +39,9 @@

Embrace the Platform

Rather than using dependencies or libraries, use the native JavaScript methods and Browser APIs that are baked right in for free whenever you can.
Chris Ferdinandi // Lean Web Principles

+
+

Web Standards

Features, die einmal im Browser implementiert sind bleiben i.d.R. drin.

+
diff --git a/presentations/misc/css-2024/100-anwendungsbeispiel/index.html b/presentations/misc/css-2024/100-anwendungsbeispiel/index.html index 1285ed7e..1e1af1dd 100644 --- a/presentations/misc/css-2024/100-anwendungsbeispiel/index.html +++ b/presentations/misc/css-2024/100-anwendungsbeispiel/index.html @@ -23,7 +23,7 @@
-

Anwendungsbeispiel

+

Anwendungsbeispiel

Digitales Cranach Masterpieces Coffeetable Book

diff --git a/presentations/misc/css-2024/210-custom-properties/index.html b/presentations/misc/css-2024/210-custom-properties/index.html index d3bec928..51baf963 100644 --- a/presentations/misc/css-2024/210-custom-properties/index.html +++ b/presentations/misc/css-2024/210-custom-properties/index.html @@ -23,7 +23,7 @@
-

Custom Properties

Baseline since April 2017

+

Custom Properties

Baseline since April 2017

Custom properties are entities defined by CSS authors that represent specific values to be reused throughout a document.

Was ist der Unterschied zwischen Custom Properties und Sass Variables?

diff --git a/presentations/misc/css-2024/220-nesting/index.html b/presentations/misc/css-2024/220-nesting/index.html index 16964363..d980cc84 100644 --- a/presentations/misc/css-2024/220-nesting/index.html +++ b/presentations/misc/css-2024/220-nesting/index.html @@ -23,7 +23,7 @@
-

CSS Nesting

Baseline since April 2023

+

CSS Nesting

The CSS nesting module defines a syntax for nesting selectors, providing the ability to nest one style rule inside another, with the selector of the child rule relative to the selector of the parent rule.

diff --git a/presentations/misc/css-2024/250-broken-grid/index.html b/presentations/misc/css-2024/250-broken-grid/index.html index 4220ca83..6f3b8c20 100644 --- a/presentations/misc/css-2024/250-broken-grid/index.html +++ b/presentations/misc/css-2024/250-broken-grid/index.html @@ -23,7 +23,7 @@
-

Broken Grid via CSS Grid

Global Availability > 97%

+

Broken Grid via CSS Grid

Global Availability > 97%

Broken Grid Example

diff --git a/presentations/misc/css-2024/290-why-animations/index.html b/presentations/misc/css-2024/290-why-animations/index.html index 41ba2c05..bceb536a 100644 --- a/presentations/misc/css-2024/290-why-animations/index.html +++ b/presentations/misc/css-2024/290-why-animations/index.html @@ -23,7 +23,7 @@
-

Warum Transitions & Animations?

+

Warum Transitions & Animations?

UI movement helps to build a mental model.

UI motion attracts user attention.

UI motion increases the joy of use.

When it's used properly and wisely. 🧐