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.
Interface Programming 1 Week 13. Interface Programming 1 CALENDAR.
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 14B.
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.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 11B.
Interface Programming 1 Week 16. Interface Programming 1 CALENDAR.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 13B.
Art 128 Interface Programming 1 In-class Presentation Week 16A.
Art 128 Interface Programming 1 In-class Presentation Week 11B.
Interface Programming 1 Week 15. Interface Programming 1 CALENDAR.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 15 :: a.
Website Development with Dreamweaver
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 6B.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 3A.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 14 :: a.
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.
Interface Design 2 Week 14. Interface Design 2 :: Week 14 :: Calendar.
Sitecore Basic Training Drexel’s full-featured web content management system (CMS) Web Support Information Resources & Technology (IRT)
Sitecore Basic Training Drexel’s full-featured web content management system (CMS) Web Support Information Resources & Technology (IRT)
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.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 2A.
art 249 :: interface design II
Web Services University Communications
Art 155 Information Architecture In-class Presentation Week 14A
Introduction to basic HTML
Interface Programming 2 Week 14
Art 222 Digital Multimedia In-class Presentation Week 15A
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
Kapi’olani Community College
Multipage Sites.
Kapi’olani Community College
Interface Design 2 Week 11.
Kapi’olani Community College
Art 222 Digital Multimedia In-class Presentation Week 14A
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
CS7026: Authoring for Digital Media
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
Kapi’olani Community College
One Set of Styles Connected to As Many Pages as You Want!!!
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 14A

:: Calendar

:: Today’s Agenda Quick Lesson on Meta Tags Heads up on getting ready for your print portfolio assignment during the last week of class. Save you sketches. Start digitizing them and cleaning them up. If you never had any, you may want to consider recreating them. Today is a full working day Please put your name on the board and I will go around the room helping everyone out 1-1, 10 minutes per person.

:: Checklist make sure your site validates markup - http://validator.w3.org/ css - http://jigsaw.w3.org/css-validator/ section 508 - http://www.contentquality.com/ make sure your site works on all browsers & platforms 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/revise your sitemap work on “cleaning up” your sketches for your portfolio entries online checklist: http://www.w3.org/TR/WCAG10/full-checklist.html

:: Assignment Final site due : 11.27.06 Finish your site Prioritize your bugs Top priority bugs CONTENT: Get all content on the site FUNCTIONALITY: Get all pages up and working Mid-level bugs AESTHETIC: Get the site looking good on all browsers/platforms with no bugs VALIDATION TEST: Get your site to validate (HTML, CSS, & Section 508) GOOD MARKUP: Re-examine your html markup. Is it set up the best way possible? Low-level bugs ENHANCEMENTS: Add the advanced features once all majot bugs are CLEAN UP YOUR CODE: get rid of any redundancies. OPTIMIZE YOUR SITE: add meta tags