COAP:COAP-3120/week1: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "== COAP 3180 Week 1 program == <categorytree mode="all" style="float:right; clear:right; margin-left:3px; border:1px solid gray; padding:0.7ex; background-color:#f9f9f9;">COAP 2...") |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== | <categorytree hideprefix=always mode="all" depth=1 style="float:right; clear:right; margin-left:3px; border:1px solid gray; padding:0.7ex; background-color:#f9f9f9;">COAP 3120</categorytree> | ||
== COAP 3120 Week 1 program == | |||
=== Monday === | === Monday === | ||
'''The work environment''' | '''The work environment''' | ||
* The World Classroom (you need your connections login, ask the librarian for help) | |||
* EduTechWiki | |||
* Software (see the [[COAP:COAP-3120|main page]]) | |||
'''Tell us what kind of page you like''' | |||
* Find a page you like and tell us what you like. If you can't find any, have a look at http://www.csszengarden.com/ | |||
* In case you already are familiar with CSS, tell what you would like to learn. | |||
'''Introduction to HTML and CSS''' | '''Introduction to HTML and CSS''' | ||
* Hands-on introduction to HTML and CSS using the Komposer software | * Hands-on introduction to HTML and CSS using the Komposer software | ||
* Using the Code burner extensions | |||
; Textbook | |||
* Chapter 1, Introducing Cascading Style Sheets | |||
* Chapter 2, The Bits that make up a Style Sheet | |||
; Reference | |||
* [[CSS_tutorial]] (short and dense text I wrote) | |||
* [http://reference.sitepoint.com/ http://reference.sitepoint.com/] (same as code burner) | |||
* http://www.htmlpedia.org/wiki/List_of_CSS_Properties | |||
=== Wednesday === | === Wednesday (canceled) === | ||
''' | * This lesson is '''canceled''' (Instructor absent). See you on Monday week 2. | ||
=== Homework week 1 === | === Homework week 1 === | ||
'''None'''. However, students who never did any HTML should try to catch up a little | '''None'''. However, students who never did any HTML should try to catch up a little with HTML. | ||
Read one of (your choice) | Read one of (your choice) | ||
Line 31: | Line 44: | ||
[[Category: COAP 3120]] |
Latest revision as of 18:19, 24 October 2011
COAP 3120 Week 1 program
Monday
The work environment
- The World Classroom (you need your connections login, ask the librarian for help)
- EduTechWiki
- Software (see the main page)
Tell us what kind of page you like
- Find a page you like and tell us what you like. If you can't find any, have a look at http://www.csszengarden.com/
- In case you already are familiar with CSS, tell what you would like to learn.
Introduction to HTML and CSS
- Hands-on introduction to HTML and CSS using the Komposer software
- Using the Code burner extensions
- Textbook
- Chapter 1, Introducing Cascading Style Sheets
- Chapter 2, The Bits that make up a Style Sheet
- Reference
- CSS_tutorial (short and dense text I wrote)
- http://reference.sitepoint.com/ (same as code burner)
- http://www.htmlpedia.org/wiki/List_of_CSS_Properties
Wednesday (canceled)
- This lesson is canceled (Instructor absent). See you on Monday week 2.
Homework week 1
None. However, students who never did any HTML should try to catch up a little with HTML.
Read one of (your choice)
- Dave Ragett's Introduction to HTML
- HTML and XHTML elements and attributes
- XHTML Tutorial (W3C schools)
Play:
- Try to create an HTML page with composer and look at the source code. Make a few modification to the HTML code and see what happens.