Skip to content

Latest commit

 

History

History

01-introduction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Introduction

Today we're going to explore all the technologies available in browsers today that can be brought together to build offline websites.

Me

You

  • Introduction yourselves
  • How would you describe your JavaScript skills?
  • What do you hope to gain from today? (Mostly to learn about techniques to use today, or one that will be usable in a few month's time?)

Course structure

The structure of this course will be very practical and hands-on focused on building prototypes, and will typically follow this pattern:

  • Hack something together that works.
  • Talk about why it works (explaining any browser APIs that we've used that may be unfamiliar).
  • Discuss why it's inefficient or inelegant and then improve on it.
  • There are exercises at the end of many sections if you finish the core material quickly.
  • Schedule for the day: 9 start, 10.30 break (½ hour), 12.30 lunch (1 hour), 15.00 break (½ hour), 17.00 the end.

What you should get out of today's course

  • A few working prototypes.
  • All the prototypes are on my GitHub (publicly so if you have any problems with any after today - please feel free to raise issues there and I will try to find time to help)

Group chat

http://tlk.io/


← Back to contents | Continue to why