Unit 13: Website Development

Slides:



Advertisements
Similar presentations
DREAMWEAVER Welcome to our website!
Advertisements

Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Certificate in Digital Applications – Level 02 Website Design and Creation.
Web design Most digitisation projects are made available through Websites Effective Access depends on good web design Identify users and their information.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Explore the Dreamweaver Workspace View a Web page and use Help Plan and Define a Web site Add a Folder and Pages, and set the Home page Create and View.
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
THE BASICS OF THE WEB Davison Web Design. Introduction to the Web Main Ideas The Internet is a worldwide network of hardware. The World Wide Web is part.
WEB DESIGNING Prof. Jesse A. Role Ph. D TM UEAB 2010.
Unit 2, Lesson 5 Website Development Tools AOIT Web Design Copyright © 2008–2012 National Academy Foundation. All rights reserved.
Web Design Basic Concepts.
Acadia Institute for Teaching and Technology Basic Web Page Design for Courses.
Getting Started with Dreamweaver
Section 2.1 Compare the Internet and the Web Identify Web browser components Compare Web sites and Web pages Describe types of Web sites Section 2.2 Identify.
Adobe Dreamweaver CS3 Revealed CHAPTER ONE: GETTING STARTED WITH DREAMWEAVER.
Computer Science : Information Systems Design and Development Unit Web Sites - National 4 / 5 St Andrew’s High School-Revised January 2013 Slide 1 St Andrew’s.
Web Design Dreamweaver Semester 2 ATBs. ATB #1 What is a web site?
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
Multimedia and the Web Chapter Overview  This chapter covers:  What Web-based multimedia is  how it is used today  advantages and disadvantages.
Web Technologies Website Development Trade & Industrial Education
Tutorial 1: Getting Started with Adobe Dreamweaver CS4.
1 Web Basics Section 1.1 Compare the Internet and the Web Compare Web sites and Web pages Identify Web browser components Describe types of Web sites Section.
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
Session 1 SESSION 1 Working with Dreamweaver 8.0.
Macromedia Dreamweaver 8 Revealed DREAMWEAVER GETTING STARTED WITH.
MULTIMEDIA DEFINITION OF MULTIMEDIA
HTML Authoring. Design  A good website starts its life in the design stage Layout, Color, Sound, Content, Functionality and Maintainability aspects are.
Tutorial 7 Planning and Creating a Flash Web Site.
Working with Graphics – Lesson 21 Working with Graphics Lesson 2.
Adobe Certified Associate Objectives 1 Setting Project Requirements.
XP Tutorial 7 Creating a Flash Web Site. XP New Perspectives on Macromedia Flash 82 Objectives Plan and create a Flash Web site Create a Flash template.
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.  In this section, you will consider the resources necessary for designing your website.  You will also think about any constraints that.
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.
COMP 143 Web Development with Adobe Dreamweaver CC.
WELCOME TO WEB PAGE DESIGN- BEGINNERS COURSE Mrs Barry.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Unit 15 – Web Authoring Web Authoring Project.
Unit 15 – Web Authoring Web Authoring Project.
Basic concepts of web design
Getting Started with Dreamweaver
Web Software Year 11.
Pre-Production Meet with the client to create a project plan:
Unit 13: Website Development
Dreamweaver – Setting up a Site and Page Layouts
Creating a Flash Web Site
Objective % Select and utilize tools to design and develop websites.
The Web Information Technology Department
Chapter A - Getting Started with Dreamweaver MX 2004
Learning the Basics – Lesson 1
Unit 2, Lesson 5 Website Development Tools
Objective % Select and utilize tools to design and develop websites.
Unit 2, Lesson 5 Website Development Tools
Unit 13: Website Development
Research in a Digital Media Environment
Unit 13: Website Development
OCR Level 02 – Cambridge Technical
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Starting to develop a website
Getting Started with Dreamweaver
Microsoft PowerPoint 2007 – Unit 2
Website Testing Checklist
LO4 – New This Year and Find Out More
Uppingham Community College
Slides prepared by Sarah Benis Scheier-Dolberg
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Unit 13: Website Development Lesson 5: Developing a website

So far Typical uses Features Types How can user experience of websites be improved? Designing a website

Typical uses of websites, including: presenting information (e.g. advertising, news) storing information (e.g. archiving, cloud) browsing and searching for information (e.g. real-time information) improving productivity (e.g. email, collaborative working) making decisions (e.g. financial, managerial) communicating with people(e.g. social networking, video conferencing) media sharing (e.g. listen to live radio, watch films) e-commerce (e.g. shopping, banking) education (e.g. libraries, online learning, assessments) downloading information (e.g. data, media).

Types static dynamic

Designing a website intended purpose and user requirements as defined in a brief documented design ideas/prototypes, including: original and/or ready-made digital assets (e.g. digital animation, digital graphic, digital audio, digital video or any combined assets). Sources for ready-made assets must be documented and referenced. storyboard, containing a number of panels, showing the intended content and structure of the website home page and folder structure site map, to illustrate how web pages are interlinked styles, templates and formats (e.g. colours,font size, font type, text and image alignment, page layouts) hardware, software and other resources required constraints, e.g. hardware and software availability, accessibility, browser compatibility, file and file formats, client-side functionality, and performance (bandwidth, processor, memory), availability of web plug-ins, e.g. ActiveX, Flash test plan, to test functionality a brief outline of alternative design ideas.

Website Options The College Sports Club Arches - Library/Internet Café. The Perry Orchard Restaurant. Pikes - Complementary therapy outlet. Tec Repairs - Computer repair and purchasing outlet.

Develop a website Prepare assets and create a website: prepare (gather or create) suitable assets, graphics, audio, video, other content such as text and external links use appropriate software tools/techniques create and edit web pages

Task Review your design Look at the assets table - add to it if needed What do you need to create? What do you need to source as a ready-made asset? Prioritise and start to prepare these assets. graphics, audio, video, other content such as text and external links

Home Page – using text editor <!doctype HTML> <html> <head> <title> The Arches Internet Café Home page</title> <!– other clever stuff to make your page work --!> </head> <body> <!– All the good content, how will it be laid out? !- - > <p><h1>Really Important Words to be Picked up by Search Engines</h1></p> <a href=“#”>Next page ‘#’ </a> <!- - link to next page !- - > </body> </html>

Alternative Use an Integrated Development Environment (Wow!) Such as Dreamweaver Advantages GUI Don’t need to know as much coding Intellisense Disadvantages Can result in untidy/unnecessary code Preview isn’t always replicated in browser Can feel you have less control Can be quicker to edit in text editor Don’t learn what the code is doing