Text And Code: Alice's Adventures in Computerland

From Publication Station
Revision as of 09:18, 5 September 2022 by VKranendonk (talk | contribs)

Welcome to the course Text and Code.

In this series of classes from the Publication Station we will use code to load and layout large bodies of text on the web. The visitor of your online publication will be given the option to display the text in several ways.

We will also make the publication interactive, allowing the user to find, filter and highlight the text. As a final touch we work on creating animated SVG’s exported from Illustrator.

Screenshot website Alice's Adventures in the Undergound

Program

Class 1

Demos

  1. HTML/CSS/JavaScript
  2. WebScraper, CSV and JSON
  3. CSS grid

Setup

During the first class we work in groups of 3.

We will work in Visual Studio Code. Download and install Visual Studio Code.

To help you out with this project we have created some starter files.

  1. Go to the files
  2. Click "Clone"
  3. Select "Visual Studio Code (SSH)"
  4. This will open the files in Visual Studio Code
  5. Select a folder to place the files in

Tasks

1. Use the WebScraper.io extension to scrape Alice in Wonderland or any other book you like.

2. Add a CSS grid

  • Read the introduction on CSS_Grid and apply to your own website

3. Creating and adding images

  • Create images with Dall-E Mini
  • Add images via the `JSON` files

Class 2

Demos:

  1. Loading of fonts
    1. Using Google Fonts
    2. FontMap
  2. CSS filters and animations
  3. Adding content filters with JavaScript
  4. Adding a search

Class 3

Demos:

  1. Analyzing text
  2. Adding an index

Class 4

...

Class 5

...

Tools overview

Explore

Used during classes