Starting to develop a website

Slides:



Advertisements
Similar presentations
Chapter 1: Introduction. Contents Whats New in Dreamweaver CS4? The Dreamweaver CS4 Interface Setting Up a Site Creating a Web Page Adding Text to Your.
Advertisements

DREAMWEAVER Welcome to our website!
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.
UNIT 12 LO4 BE ABLE TO CREATE WEBSITES Cambridge Technicals.
Creating and Editing a Web Page Using Inline Styles
© 2010 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Web Design Professor Pepper. Site vs. Page  Create a folder for your site  all pages and pictures  Default page will be index.html (some servers are.
Putting Your PowerPoint into WebCT. To put your PowerPoint online Create an appropriate folder Upload the PowerPoint file to that folder Create a link.
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
3.2 Presentation Software End Show Creating slide shows including audio,video and digital images End Show.
Tutorial 3: Adding and Formatting Text. 2 Objectives Session 3.1 Type text into a page Copy text from a document and paste it into a page Check for spelling.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Acadia Institute for Teaching and Technology Basic Web Page Design for Courses.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 2: Working with Webpage Files.
Creating Tables in a Web Site Using an External Style Sheet
Getting Started with Dreamweaver
Adobe Dreamweaver CS3 Revealed CHAPTER ONE: GETTING STARTED WITH DREAMWEAVER.
Dreamweaver Learning to be a web design master! By: Mr. Brunton.
Publications, design sets, web pages
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
Creating A Site Using A Template In Dreamweaver CS6 Cakes R Us!
Web Technologies Website Development Trade & Industrial Education
Intro to Dreamweaver Web Design Section 7-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course.
Website Development with Dreamweaver
CIS 205—Web Design & Development Dreamweaver Chapter 1.
Introduction to web development and HTML MGMT 230 LAB.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Software. A web site is a collection of web pages on a particular topic. A web page is a document written in HTML code. Web pages are linked together.
INTRODUCTION TO DREAMWEAVER CS SOFT. OVERVIEW  DreamWeaverCS5.5  Defining a site  Site files  Authoring views  Property Inspector  AP Divs.
© 2011 Delmar, Cengage Learning Chapter 3 Working with Text and Cascading Style Sheets.
Making Websites with Dreamweaver BTT. What is Dreamweaver?  “What You See Is What You Get” (WYSIWYG) web design software  Rather than writing code and.
211 Multimedia Web Design Lesson 5/6 Dreamweaver Practice.
Tutorial 3 Adding and Formatting Text with CSS Styles.
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
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 C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
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.
Continue making your website on Adobe Dreamweaver, adding colour, images and text. Lesson 8 Aim : Q: What's the difference between Batman and a thief?
Getting Started with Dreamweaver
Dreamweaver – Setting up a Site and Page Layouts
4.01 Cascading Style Sheets
Intro to Dreamweaver Web Design Section 8-1
Chapter A - Getting Started with Dreamweaver MX 2004
Learning the Basics – Lesson 1
بسم الله الرحمن الرحيم.
How to make a website in dreamweaver a website
Getting Started with Dreamweaver
Dreamweaver CS4 Skills PLAN – PLAN – PLAN first
Chapter 2 Adding Web Pages, Links, and Images
Web Page Development Tools
Cheat Sheet CSCI 100 JW Ryder
Create and edit web pages 2
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Working with Text and Cascading Style Sheets
Cheat Sheet CSCI 100 JW Ryder
Getting Started with Dreamweaver
Web Page Development Tools
HTML Text editors and adding graphics
Web Design and Development
Exercise 9 Skills You create and use styles to create formatting rules that can easily by applied to other pages in the Web site. You can create internal.
4.01 Cascading Style Sheets
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Starting to develop a website Learning Aim C

Introduction Once your site design is complete, the next step is to make the actual pages and link them together to create your website.

Use appropriate software tools and techniques You can write HTML code with a simple text editor such as Notepad but creating sophisticated web pages is quite difficult. Web developers tend to use web development software such as Adobe® Dreamweaver®. You will also need access to a graphics - editing software (such as Adobe® Photoshop®) to prepare the images for your web pages.

Gathering and storing the assets for your web page Eventually your website will be uploaded on a web server, and so it is important to create a folder where all the files for your site will be saved. Saving web pages and graphics and other elements you will use in your website in all sorts of different locations will not work when you upload your site to a server. This is why it is important to create a folder for all your site files at the outset.

Gathering and storing the assets for your web page The design you created for your website should list the various assets you need, such as images, animations, video and sound files. You should now gather all these assets together and place them in a subfolder inside your site folder. You will need to create any assets that aren't ready-made digital assets yourself. You will also need to prepare text for your web pages and have ready any external links you need to include.

Naming your web pages Next you should save the empty page Dreamweaver® has created for you. The home page on any site needs to have the name 'lndex.html'. This also relates to when your pages are uploaded to a web server. Most web servers are set up to expect the first page in any website to be called 'lndex.html'.

Page properties You can set page properties, which will control things like the default font, font colour and background colour. You can also do the following:

Page properties Adding text. To add text to your web page, simply type in the design side of the screen display. You text will appear in the default font and colour chosen in the Page properties dialog box. You may have prepared your text in advance in which case you can copy and paste it in and then format it.

Page properties Headings and subheadings. The best way to format headings and subheadings in a web page is to use the heading tags. This makes it easier to apply and change the formatting to the whole site using CSS.