Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – February 2013.

Slides:



Advertisements
Similar presentations
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.
Advertisements

WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
LO4 - Be able to create websites
Scientific Communication CITS7200 Lecture 11 Designing and Writing Web Pages.
Refinement Production Implementation Design and Development Stages.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Advanced Web pages and Cascading Style Sheets (CSS)
Basic HTML. HTML Background November 1990, first created by Tim Berners Lee, the father/inventor of WWW Knighted by Queen Victoria in 2004 Hypertext is.
Web Design Plundered from Lynch and Horton. © 2004the University of Greenwich 2 10 x don't use Frames Leading edge technology Scrolling text, marquees,
Mass Communications Web Design Jill Andes Computer Applications Comm. 115.
Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
Planning and Designing a Website Session 8. Designing a Website Like all technical artefacts a website needs to be carefully planned and designed to be.
* The basic components of a web site are: * Content – information displayed or accepted from users * Static – content that doesn’t change for different.
Website Design BTT1OC/2OC. What is web design? O A web site is a digital page consisting of HTML (hypertext markup language) files, images, movies, sound,
Web Design Basic Concepts.
IMAGES Controlling size of images in CSS Aligning images in CSS Adding background images.
Chapter Objectives Discuss the relationship between page length, content placement, and usability Complete Step 4: Specify the website’s navigation system.
So You Want a Web Page!. What is a Web Page? According to Webopedia, a web page is: A document on the World Wide Web. A Web site is really a bunch of.
1 Networks and the Internet A network is a structure linking computers together for the purpose of sharing resources such as printers and files Users typically.
Web Design, 3 rd Edition 4 Planning a Successful Web Site: Part 2.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Web Design, 4 th Edition 4 Planning a Successful Web Site: Part 2.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
Web Technologies Website Development Trade & Industrial Education
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
Website Development with Dreamweaver
Incorporating Multimedia into a Web Site (Case Study) Unit G.
Everything in it’s right place Revisiting website accessibility Jeff Coburn Senior Web Specialist Institute for Community Inclusion.
Refine Produce Implement Design and Development Stages.
Lesson 8. Test 1 Topics Browser incompatibility Design Tips Site Navigation Browser- safe color Monitor resolution Content Copyright Use of tables vs.
Developed by Kelly J Howard.
Adobe Certified Associate Objectives 1 Setting Project Requirements.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – February 2013.
Louisa Lambregts, Louisa Lambregts
Miguel Lara, PhD. 1:10 – 1:15 Pre-test 1:15 – 1:30 Course overview 1:30 – 2:00 Setting up DW Site 2:00 – 2:05 > 2:05 – 2:55 Hands-on Lecture 2:55 – 3:00.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
Ivailo Chakarov Web Design & Development Ivo Chakarov Telephone: Ext Room: NL11 (above New Library)
Asstt. Prof Sonia Sharma Computer Dept 1 HTML ( Hypertext MarkUP Language ) HTML is the lingua franca for publishing hypertext on the World Wide Web.
?. When designing, you should analyze your target audience. Design you webpage around your target audience Target Audience.
May 6, 2009 Browser Compatibility Testing Definition It is a non functional type of testing where web based applications are tested on various browsers(IE.
Learning Aim C.  Once the website is complete, you should test it using the test plan you created at the design stage.
Learning Aim B.  It is a good idea to think carefully about the design of a website before you try to implement it.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
introductionwhyexamples What is a Web site? A web site is: a presentation tool; a way to communicate; a learning tool; a teaching tool; a marketing important.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Web Standards Web Design – Sec 2-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Miguel Lara, PhD. Design and development instructional websites using a variety of web technologies such as HTML5, CSS, JavaScript, and jQuery.
Pre-Production Meet with the client to create a project plan:
Understanding the principles of website development
Objective % Select and utilize tools to design and develop websites.
Web Standards Web Design – Sec 2-3
Advanced Web pages and Cascading Style Sheets (CSS)
Process of Converting “PSD to HTML”
Web Standards Web Design – Sec 2-3
Objective % Select and utilize tools to design and develop websites.
Year 7 E-Me Web design.
Download CIW 1D0-621 Exam Latest Questions Answers - Updated 1D Braindumps - Realexamdumps.com
Web Content Accessibility Beata M. Ofianewska (DG COMM) 7 December 2006 December 2006 COMM C2.
Unit 2 – Webpage Creation
OCR Level 02 – Cambridge Technical
Tutorial 6 Creating Dynamic Pages
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Multimedia and Internet Technology
LO4 – New This Year and Find Out More
Refine Produce Implement
Edexcel CiDA| Course Overview
Presentation transcript:

Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – February

 1989 HTML invented by Tim Berners-Lee at CERN in Switzerland.  1994 Netscape launches and becomes the leading browser. HTML2 was born. Can now design with resizable tables and background images!

 1995 HTML 3 is released, but everyone argues about what tags should be standard. No one agrees, hence why browsers support (or don’t support) tags in different ways. The academic engineering committee overseeing this kicks up a stink at some of the suggestions. They believe that HTML should only specify how a document is organised and not how it looks – therefore, text colour, font size and font choice are outside of scope. They are ignored.

 1997 HTML 4 becomes standard. New features include - frames - CSS integration - being able to embed external scripts  At this point, designs are made to fit a 800x600 screen resolution!

 Ye olde McDonalds website (1996/7)  Lego website

 Fastforward to 2010…. HTML5  includes features for playing audio & video  HTML5 on its own cannot be used for animation and interactivity — it must be supplemented with CSS3 or Javascript.  Some elements dropped because they are better written in CSS – like, and  According to a report released on 30 September 2011, 34 of the world's top 100 Web sites were using HTML5

 HTML5 and compatability  Most modern browsers support HTML – to a degree.  ie8 is still one of the most common browsers – and doesn’t support HTML5.  Browsers will ignore markups it doesn’t understand, so we need to keep this in mind when coding in HTML5 – make sure you test in a few different browsers.

 So… web design trends tend to follow the capabilities and average adaption level. When HTML5 first came out, it wasn’t widely supported in browsers popular at the time, so take up was slow. Even now, it’s starting to gain momentum… it is on track to be the recommended way to go…by 2014.

 Adaptive design   Typography   Long vertical scrolling 

 Consistent navigation area  Contrast between text & background  Important information above the fold  Optimized graphics  Hierarchy  Consistency  REMEMBER, IT’S ALL ABOUT THE CONTENT  (and don’t drive the user crazy)

 Appeal to your target audience – even if that means breaking/bending a couple of rules.

 m/ m/ 

 Awards for leading industry standard web- design -  Looking for old websites?  HTML standards for web developers  Best web design practices  State of web design trends – 2012http://webdesign.tutsplus.com/articles/indu stry-trends/the-state-of-web-design-trends annual-edition/ stry-trends/the-state-of-web-design-trends annual-edition/

 101 Best HTML5 website

 Video – The Art of Web Design  WY4 WY4

 Describe the contents of a web page and their relative priorities.  Help establish functionalities, behaviours and assess feasibility  Look like web pages devoid of most visual/graphic styling

 Great for visualising how much content per page and the balance of content.  Helps to get client feedback on layout and placement, without them getting hung up on presentation.  Doing a wireframe first will allow you to spot problems early and make changes quickly.  If the wireframe is done to actual dimensions, then design will be ‘reskinning’ this template.  They are the storyboards of web design

 Cacoo  Comes with drawing stencils to quickly mockup your wireframes.  Has tools to align elements, resulting in cleaner wireframes  Can share wireframes with multiple users, who can add notes to the frames.  Free trial account

Site screenshot Accessed 6/2/13http://

 Beginners guide to wireframing  -tutorials/a-beginners-guide-to-wireframing/ -tutorials/a-beginners-guide-to-wireframing/