Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 15 :: a.

Slides:



Advertisements
Similar presentations
Layouts Using Tables Web Design – Section 4-5 Part or all of this lesson was adapted from the University of Washingtons Web Design & Development I Course.
Advertisements

Unit 20 - Client Side Customisation of Web Pages
Do You Want an OmniUpdate Faculty Web Site? The OmniUpdate Template for Faculty Web Sites.
Interface Programming 1 Week 5. Interface Programming 1 CALENDAR.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 6B.
Art 155 Information Architecture In-class Presentation Week 9B.
Interface Programming 2 Week 10. Interface Programming 2 :: Week 10 :: Calendar.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 7 :: b.
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.
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 14B.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 127 :: graphic symbolism week 11 :: a.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 8B.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 16B.
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.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 257 :: motion graphic design week 7 :: a.
Art 128 Interface Programming 1 In-class Presentation Week 8A.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 13B.
Interface Programming 1 Week 7. Interface Programming 1 CALENDAR.
Art 128 Interface Programming 1 In-class Presentation Week 16A.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 9 :: b.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 257 :: motion graphic design week 11 :: b.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 7 :: a.
Art 128 Interface Programming 1 In-class Presentation Week 11B.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 2 :: a.
Art 155 Information Architecture In-class Presentation Week 6B.
Art 128 Interface Programming 1 In-class Presentation Week 11A.
Interface Programming 1 Week 15. Interface Programming 1 CALENDAR.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Images in HTML PowerPoint How images are used in HTML.
Website Development with Dreamweaver
 Word doc for you to download › Link at the beginning of class › 10 Questions › Answers to be added inline  Post to Sakai when completed › No resubmits.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 127 :: graphic symbolism week 16 :: a.
HTML Concepts and Techniques Fifth Edition Chapter 6 Using Frames in a Web Site.
WRA 210: 10/30/2013 WIREFRAMES TO HTML/CSS. TODAY’S AGENDA Review: the object Review: the CSS Box Model Review: box model, and layout Intro: HTML5 structural.
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 6B.
WRA HTML & CSS – BUILDING WEBPAGES. TODAY’S AGENDA Review: external stylesheets Review: transforming a list Intro: the object Intro: the.
Interface Programming 1 Week 3. Interface Programming 1 CALENDAR.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 6 :: a.
Motion Graphic Design Week 9. Motion Graphic Design :: Week 9 :: Calendar.
Project 6: Kayaking HTML5 Site
Web Design Part I. Click Menu Site to create a new site root.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 3A.
Internet Technology Dr Jing LU Updated Dr Violet Snell / Dr Kalin Penev 1 Internet Technology (week 6)  Recap: Validating HTML  Page Layout.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 9 :: a.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 127 :: graphic symbolism week 13 :: b.
Interface Design 2 Week 7. Interface Design 2 :: Week 7 :: Calendar.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 14 :: a.
Interface Programming 1 Week 1. Interface Programming 1 CALENDAR.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 12 :: b.
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 16A.
Interface Design 2 Week 13. Interface Design 2 :: Week 13 :: Calendar.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 257 :: motion graphic design week 15 :: b.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 257 :: motion graphic design week 6 :: a.
Interface Design 2 Week 14. Interface Design 2 :: Week 14 :: Calendar.
 Add one element at a time  If it doesn’t do what you want, › Delete it › DON’T just keep piling on more items.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 15B.
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 7A.
Cascading Style Sheets for layout
Web Services University Communications
Images in HTML PowerPoint How images are used in HTML
Cascading Style Sheets for layout
Fixed Positioning.
What is HTML?.
Kapi’olani Community College
Interface Design 2 Week 11.
Kapi’olani Community College
Images in HTML PowerPoint How images are used in HTML
Presentation transcript:

Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 15 :: a

NewMediaArts art 249 :: interface design II :: week 15 :: a :: in-class example  Some online links for info on building common layouts using CSS:       CSS Creator Layout Generator   Some random articles and techniques on layout at ALA   (negative margins)    (css floats)  (making bg images stretch vertically)

NewMediaArts art 249 :: interface design II :: week 15 :: a :: today’s agenda  Today is our last working day before the final critique  Fix your bugs – ask me for help if you need it.  Optional lesson:  Multiple column layouts  Layout #4 - 2 column layout, small left column, all fluid no container Layout #4  Layout #5 - 2 column layout, small left column, fixed width with container Layout #5  Layout #6 - 2 column layout, small right column, all fluid no container Layout #6  Layout #7 - 2 column layout, small right column, fixed width with container Layout #7  Layout #8 - 3 column layout, all fluid no container Layout #8  Layout #9 - 3 column layout, fixed width with container Layout #9

NewMediaArts art 249 :: interface design II :: week 15 :: a :: checklist  make sure your site validates  markup -  css -  section  make sure your site works on all browsers & platforms  time permitting, convert your site from html to xhtml  validate it again  consider the following:  optimizing your code  how can your code be “cleaner”  is there any unnecessary repetition of code?  will multiple css files clarify your code?  optimizing the interface/usability of the site  does your site have multiple means of navigation?  bottom text nav? breadcrumb navigation for sub pages?  do all images have alternate text and/or alt tags?  what is “odd” or simply not working in your design? could it be fixed? how?  update your sitemap  work on “cleaning up” your sketches for your portfolio entries  online checklist:

NewMediaArts art 249 :: interface design II :: week 15 :: a :: revised schedule Week 15 Week Optional Lesson: time permitting, we can go over multiple layout options and how to set them up. FINAL critique - web site dueFINAL - portfolio presentation WORK DAY