Interface Design 2 Week 10. Interface Design 2 :: Week 10 :: Calendar.

Slides:



Advertisements
Similar presentations
3.02B Authoring Languages 3.02 Develop webpages..
Advertisements

Introduction and Planning your Site. Planning Your Web Site When Designing a Site for Yourself You have the final say over the design and content There.
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
Web Design Graphical User Interface Navigation. Website Prototyping Plan your website Take time to plan the goal And outcome for your site Based on target.
Art 155 Information Architecture In-class Presentation Week 9B.
Interface Programming 2 Week 10. Interface Programming 2 :: Week 10 :: Calendar.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 7 :: b.
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 249 Interface Design 2 In-class Presentation Week 4A.
Interface Programming 1 Week 16. Interface Programming 1 CALENDAR.
Interface Programming 1 Week 7. Interface Programming 1 CALENDAR.
Art 128 Interface Programming 1 In-class Presentation Week 16A.
Art 155 Information Architecture In-class Presentation Week 9A.
Interface Design 2 Week 5. Interface Design 2 :: Week 5 :: Calendar.
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.
Kapi’olani Community College Art 155 Information Architecture In-class Presentation Week 8B.
Interface Design 2 Week 3. Interface Design 2 :: Week 3 :: Calendar.
Information Architecture Week 7. Information Architecture QUIZ Please put your books away and get ready for this week’s quiz.
Interface Programming 1 Week 15. Interface Programming 1 CALENDAR.
Interface Design 2 Week 6. Interface Design 2 :: Week 6 :: Calendar.
Chapter 14 Introduction to HTML
IT Introduction to Website Development Welcome!
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 15 :: a.
MIS 425 Lecture 3 – HTML 5 and CSS Instructor: Martin Neuhard
Web Redesign Project Update September 15, Agenda Recall: Project Scope and requirements Information Architecture Usability Testing Visual Design.
Lecture 2 - HTML and CSS Review SFDV3011 – Advanced Web Development 1.
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 6B.
IT: Web Technologies: Web Animation 1 Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Designing Web Site Layout Using.
Interface Programming 1 Week 3. Interface Programming 1 CALENDAR.
Thesis Presentation IV – Fall Midterm Review NewMediaArts art 249 :: interface design II week 6 :: a.
Interface Design 2 Week 2. Interface Design 2 :: Week 2 :: Calendar.
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.
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.
1 ITEC 4830 Graphics Design Chapter 1 Dreamweaver MX 2004 Basics.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Interface Design 2 Week 14. Interface Design 2 :: Week 14 :: Calendar.
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 15B.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
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 249 Interface Design 2 In-class Presentation Week 7A.
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 5A.
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 2A.
art 249 :: interface design II
MIT 511- Web Design & Usability
Web Basics: HTML/CSS/JavaScript What are they?
Pre-Production Meet with the client to create a project plan:
Do you want to make info graphics for the US Election?
Interface Programming 2 Week 14
Kapi’olani Community College
Multimedia and Internet Technology
Interface Design 2 Week 4.
Kapi’olani Community College
Kapi’olani Community College
Interface Design 2 Week 11.
Kapi’olani Community College
CS7026: Authoring for Digital Media
Kapi’olani Community College
Web Programming and Design
Kapi’olani Community College
Presentation transcript:

Interface Design 2 Week 10

Interface Design 2 :: Week 10 :: Calendar

Interface Design 2 :: Week 10 :: This Week's Agenda  HTML & CSS Basics  Lesson: how to design and build flexible containers  We will continue the full coding process from Photoshop to HTML  Establishing good semantic markup (html)  ,,, etc...  for paragraphs  Unordered lists for navigation   link   Image replacement

Interface Design 2 :: Week 10 :: Lesson  How to create a flexible height container that has a custom graphical treatment, such as rounded corners or a drop shadow.  The key is to use Normal flow to your advantage and figure out where your design can repeat. Sometimes you need to fade out a background image to a solid color in order to have a repeatable graphic.  Common solution:  Container has the repeatable bg image  Header has the top background  Footer has the bottom background

Interface Design 2 :: Week 10 :: This Week's Assignment  Continue coding your site.  Take a close look at the structure of your markup (html) for your home page.  Is it semantically correct?  Are you using your title, h1, h2, and p tags appropriately?  Are you using too much absolute positioning?  Is your layout flexible to accompany any amount of text?  or do you have a fixed height on your container? (BAD!)  Now is your chance to go back and recode your home page so that it is set up in the best possible way. You should do this before you begin coding your sub pages.  Coded sub page is due next week.

Interface Design 2 :: Week 10 :: Final Assignment Due : Week16A  Coded HTML/CSS Web Site  Based upon the feedback from your final (midterm) round of comps, transform your visual designs into their final format: a coded web site.  Your site must must:  Use an XHTML doctype.  Use web-standard-compliant, well-formed, valid, accessible, and semantic markup (HTML) to best structure the content of your site.  Use external cascading style sheets (CSS) to position your layout.  Work bug-free on all browsers on both platforms (PC: Firefox, IE6, IE7, Opera, Netscape, Safari; MAC: Safari, Firefox, Opera, Netscape).  Validate for CSS, XHTML, and Section 508.  Your site must not:  Use tables for layout

Interface Design 2 :: Week 10 :: Final Assignment Due : Week16A  Coded HTML/CSS Web Site  Key dates:  Week 10A: Coded home page is due  Week 11A: Coded sub page template is due  Week 13A: QA Test Day (1st draft of the fully coded site is due)‏  Week 16A: Final coded site is due

Interface Design 2 :: Week 10 :: Final Assignment  Coded HTML/CSS Web Site  Purpose/Objectives:  To use current web programming technologies (HTML & CSS) to build a fully interactive, web-standard-compliant web site  To create the most effective user interface for your targeted audience.  To defend the conceptual merits of your own designs.  To meet the needs and deadlines dictated by your client. Due : Week16A

Interface Design 2 :: Week 10  Coded HTML/CSS Web Site  Format:  HTML web site.  Post a link to your coded site on your class web page. I suggest that you post your site in a folder called “midterm” under your “art249” directory. In this case, your url will be:  Portfolio entry.  Create a portfolio entry designed for print showcasing your site and the design process. Choose which assets/productions documents (sketches, site maps, page maps, comps, etc.) that you created in this class and prepare them to become a part of your personal portfolio. Design the layout of your portfolio entry in such a way that demonstrates the full design process from concept to final product.  format: 8.5” x 11”.pdf file of your portfolio entry. Post your.pdf file on your class web page and bring in a printed version to class. :: Final Assignment Due : Week16A