Skip to content

Instantly share code, notes, and snippets.

@evolve2k
Created January 10, 2011 05:26
Show Gist options
  • Save evolve2k/772412 to your computer and use it in GitHub Desktop.
Save evolve2k/772412 to your computer and use it in GitHub Desktop.
Resources for the i9 Web Workshop
Have you setup your laptop for the session? if not see instructions further..
------------------------------------------------------------------------------
Welcome!
Today we are going to make a basic website using some of the main components
of HTML with a little CSS to give you an idea.
As I want you focussed on writing good HTML and CSS, I don't want you
too fussed on the aesthetics(look and feel) and the actual content of the site.
As such today you will be designing 'The ULTIMATE FAN PAGE!!!!!'
for your favorite show which is about good guys vs bad guys.
So pick a show you can wax lyrical about like a star struck 15 year old. Eg.
AUTOBOTS vs DECEPTICONS (Transformers)
DR WHO vs DALEKS
Today we won't care how the site looks, but we will care how the code looks.
@evolve2k
Copy link
Author

If others are looking for this page tell em to look up http://tinyurl.com/i9webworkshop

WHILE YOU WAIT FOR THE SESSION TO START HERE'S SOME LIGHT READING :)
How to Grok Web Standards - http://www.alistapart.com/articles/grokwebstandards

WEB TOOLS
Color Scheme Designer - http://colorschemedesigner.com (Awesome color picker)
(pick color then copy the RGB code and add a hash symbol to the front and replace that in your CSS)
ie I picked a red, copied it's RGB code of FF0000. Use it like so.......... background-color: #FF0000;

CSS tags reference - http://www.w3schools.com/css/css_reference.asp

HTML5 tags reference - http://www.w3schools.com/html5/html5_reference.asp

ARTICLES OF INTEREST
Dive into HTML5 - http://diveintohtml5.org

What is a doctype - http://www.alistapart.com/articles/doctype

CSS Positioning 101 - http://www.alistapart.com/articles/css-positioning-101

Sites to watch
A List apart - http://www.alistapart.com

PRESENTER NOTES
Stage 1 Basic - https://gist.github.com/772441

Stage 2 Divs - https://gist.github.com/772453

Stage 3 Everything - https://gist.github.com/772454

@evolve2k
Copy link
Author

SETUP FOR THE WORKSHOP

Firstly, you will need to bring a laptop along to participate in the workshop.

You will also need some software installed on your laptop. Just follow these steps:

  1. Install 'Firefox' web browser
    http://getfirefox.com
  2. Open firefox and install firebug plugin.
    http://getfirebug.com
  3. Install web developer firefox plugin.
    https://addons.mozilla.org/en-US/firefox/addon/60
  4. Install a programming text editor

Windows/PC users

Mac users

Linux users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment