Kapi’olani Community College

Slides:



Advertisements
Similar presentations
Interface Programming 1 Week 5. Interface Programming 1 CALENDAR.
Advertisements

Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 6B.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 12A.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 13B.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 6A.
Interface Design 2 Week 9. Interface Design 2 :: Week 9 :: Calendar.
Art 128 Interface Programming 1 In-class Presentation Week 6A.
Kapi’olani Community College Adobe Flash 2 In-class Presentation Week 2.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 8B.
Interface Design 2 Week 10. Interface Design 2 :: Week 10 :: Calendar.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 8A.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 11B.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 13B.
Interface Programming 1 Week 7. Interface Programming 1 CALENDAR.
Interface Programming 1 Week 2. Interface Programming 1 CALENDAR.
Art 128 Interface Programming 1 In-class Presentation Week 3B.
Art 128 Interface Programming 1 In-class Presentation Week 11B.
Art 128 Interface Programming 1 In-class Presentation Week 11A.
Interface Programming 1 Week 15. Interface Programming 1 CALENDAR.
Creating A Site Using A Template In Dreamweaver CS6 Cakes R Us!
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 15 :: a.
Kapi’olani Community College Macromedia Flash 2 In-class Presentation Week 2.
11 HTML5 sharing St Bonaventure College & High School 31 May 2012.
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 6B.
Interface Programming 1 Week 3. Interface Programming 1 CALENDAR.
Louisa Lambregts, Louisa Lambregts
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 3A.
Interface Design 2 Week 7. Interface Design 2 :: Week 7 :: Calendar.
K1047BI - Digital Media Course Info Teppo Räisänen LIIKE/OAMK.
Interface Programming 1 Week 1. Interface Programming 1 CALENDAR.
Interface Design 2 Week 13. Interface Design 2 :: Week 13 :: Calendar.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 3B.
WEB DESIGN Presentated By Amit Kapri Contact No
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 2B.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 7A.
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 7A.
Kapi’olani Community College Art 257 Motion Graphic Design In-class Presentation Week 5B.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 2B.
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 2A.
Art 128 Interface Programming 1 In-class Presentation Week 1B
Art 128 Interface Programming 1 In-class Presentation Week 2B
Art 128 Interface Programming 1 In-class Presentation Week 8B
CIS 273Competitive Success/tutorialrank.com
CIS 273 Education for Service-- tutorialrank.com.
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Basic Steps: Set up account, log in Select theme (colors, tabs)
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Art 128 Interface Programming 1 In-class Presentation Week 2A
Kapi’olani Community College
Interface Design 2 Week 11.
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Monday, Sept. 24 Today we are going to update the html code to html5. It has some new features that we have not covered yet.
Presentation transcript:

Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 9B

:: Example CSS Zen Garden Free Bird http://csszengarden.com/ Text/HTML only: http://www.csszengarden.com/zengarden-sample.html Free Bird http://www.freebird.co.uk/ Look at the source code

:: Today’s Agenda Tyler and Brendan to briefly present their designs Lesson on how to begin coding using good structural markup (HXTML).

:: Lesson Structural Markup How to begin coding your page using good structural markup. Work from the top down, outside in What is the content? Common structure: header navigation bar page content footer

:: Lesson Good reference: XHTML tutorial: http://www.gwumc.edu/library/tutorials/introxhtml/index.cfm Specific links on structural markup: http://www.gwumc.edu/library/tutorials/introxhtml/structmarkup.cfm http://www.gwumc.edu/library/tutorials/introxhtml/tagexplanation2.cfm

:: Assignment home page due : 10.23.06 Begin coding your site – a coded version of your home page is due next class. (yes, with CSS and with all color and graphics) There are two approaches: Code as you go. Start by creating both an HTML file and a CSS file, then work from the top-down, outside-in to gradually add content in the HTML file and style/presentation in the CSS file. Create a complete, working HTML only/text-only version of the site 1st, then add CSS (presentation) to the site via the CSS file. Post a link to your coded home page on your site.