Web Design Tools Lesson 3. What will you learn in this lesson? The tools of the trade and their advantages The tools of the trade and their advantages.

Slides:



Advertisements
Similar presentations
© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Advertisements

Dreamweaver MX 2004 “Viewing the Workspace” Mrs. Wilson.
WeB application development
© 2010 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Microsoft Expression Web-Illustrated Unit L: Using Code Tools.
Tutorial … Creating a Website 1.Create Website folder and image folder 2. Put all images in your image folder 3.Open Notepad (Windows) or Open TextEdit.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
HTML & Dreamweaver 101 Aman Yadav. Definitions HTTP – The Web uses a protocol called HTTP (Hyper Text Transport Protocol) to communicate between the Web.
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
How can basic HTML sites be improved?. The Difference Between Hyper Text Markup Language Is a markup language for describing web pages Is used to create.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 21: Publishing Your Pages on the Web.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Introduction to Nvu Jing Fu. What is nVu? Free web design and development tool WYSIWYG (/wiziwig/) software Other similar tools: Dreamweaver, Googlepages.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 2: Working with Webpage Files.
Getting Started with Dreamweaver
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Web Sites for amateur radio. So You want to make a Web Site? There are several things you need to know about web sites before you start to think about.
What is Web Authoring? Web Authoring Tools Use Text Editors HTML Editors Web-based Authoring Tools Integrated Web Authoring Tools 8Basic Understanding.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Making an HTML Document Notepad Group Bo Kim Dan Carter Han Chong Justin Weaver Kris Lamont.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie Gao.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
Website Development with Dreamweaver
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Websites 101 Technology Committee UPSOM. Web Class – Goals  Make a simple web page (or series of pages)  Upload that page to the internet  Feel comfortable.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
JAOIT 8.  Dreamweaver is a program for creating web pages and managing websites without having to type HTML code.  WYSIWYG – What you see is what you.
HTML Hyper Text Markup Language A simple introduction.
HTML_Generators WB_HTML_Generators. What method are you going to choose to build your web page? MethodWrite Convert Html IssuesHTML HTML Editors Tool.
Web Design (2) Brackets - introduction. Brackets Brackets is a web design code editor It is an open-source project initiated by Adobe (creator of Dreamweaver)
Macromedia Dreamweaver 8 Revealed DREAMWEAVER GETTING STARTED WITH.
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Presented by Graduate Design Group 2 Meredith, Jennifer, Cammay and Diane.
1 Type in the URL to access the WEBSPACE Control Panel HOW TO MAKE CHANGES AND UPDATES TO YOUR WEBSITE.
Tools to Create Web Pages Fall Tools Text Editors – Notepad (free) – Notepad++ (free) Word Processor – MS Word (Expensive) HTML – HTML Kit (free,
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.
WRT235: Writing in Electronic Environments Session 2 Basic XHTML.
Designing a Simple but Modern Website in this easy Photoshop tutorial By Joel Jurado.
FUNDAMENTALS OF HTML, XHTML & CSS Lesson 4. THE OBJECTIVES -  In this lesson you will begin coding in HTML to provide the structure  You will learn.
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
1 After completing this lesson, you will be able to: Understand the basics of HTML coding. Use HTML tags. Plan an HTML site. Create a table with HTML.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
1 More About HTML Images and Links. 22 Objectives You will be able to Include images in your HTML page. Create links to other pages on your HTML page.
Chapter 8 HTML Editors. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 8-2 Text Editors Text editors don't have word processing features.
KompoZer. What is it? A FREE product used to design websites A FREE product used to design websites A WYSIWYG HTML Editor A WYSIWYG HTML Editor –WYSIWYG:
HTML Hyper Text Markup Language. The Basics u HTML documents contain “tags” which instruct the Browser software on how to present the information within.
Basic Webpage Design Building website Using Dreamweaver And Importing API’s.
HTML HyperText Markup Language Victoria E. Kozlek.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Microsoft Expression Web - Illustrated Unit A: Getting Started With Microsoft Expression Web.
HTML Hyper Text Markup Language. Agenda Basics Tools Important tags Tables & databases Forms Publishing at Stern.
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
Tutorial 1 Getting Started with Adobe Dreamweaver CS5.
Creating Web Pages in Word. Sharing Office Files Online Many Web pages are created using the HTML programming language. Web page editors are software.
XP Creating Web Pages with Microsoft Office
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Code Editing Lesson 2.
4.01 How Web Pages Work.
Pre-Production Meet with the client to create a project plan:
Tutorial: How to Creat a Website.
Getting Started with Dreamweaver
4.01 How Web Pages Work.
Web Design Tools Lesson C.
Presentation transcript:

Web Design Tools Lesson 3

What will you learn in this lesson? The tools of the trade and their advantages The tools of the trade and their advantages The importance of the Rood folder The importance of the Rood folder The usefulness of a Master page The usefulness of a Master page Using web browsers for testing and troubleshooting Using web browsers for testing and troubleshooting

Picture the Scenario below You’ve arrived home from school and the last bite of food prepared by your mother has been gobbled up by your sibling who got home before you. You decide to make yourself an omelet with tomatoes and peppers. List the ingredients and the tools that you will need to make the omelet. Think for a few minutes

The ingredients and the Tools Ingredients – 2 x Eggs 2 x Eggs 1 x tomato (sliced) 1 x tomato (sliced) 1 x bell pepper (chopped) 1 x bell pepper (chopped) Some butter or Grape seed oil Some butter or Grape seed oil Salt and pepper to taste Salt and pepper to taste The Tools Frying pan Frying pan Spatula Spatula Fork to whisk & to eat with Fork to whisk & to eat with Stove Stove Plate Plate Chopping knife/board Chopping knife/board Measuring jug Measuring jug

What about Web Design? Web Design is similar to any other profession and requires its unique Tools to be able to design webpages. Web Design is similar to any other profession and requires its unique Tools to be able to design webpages. Web design tools range from ‘ plain text editors’ with simple functions to multifaceted/multidimensional and powerful software packages. Web design tools range from ‘ plain text editors’ with simple functions to multifaceted/multidimensional and powerful software packages.

There are ‘ Plain Text Editors ’ such as TextEdit for Mac and Notepad for Windows There are ‘ Plain Text Editors ’ such as TextEdit for Mac and Notepad for Windows To complicated ‘ Web Editors ’ and ‘ Design Tools ’ such as BBedit for Mac and Web Expression for Windows and WYSIWYG editors such as Dreamweaver for both platforms. To complicated ‘ Web Editors ’ and ‘ Design Tools ’ such as BBedit for Mac and Web Expression for Windows and WYSIWYG editors such as Dreamweaver for both platforms. Their name?

Before the comparison Go online Go online Visit Visit Click the Menu ‘Lesson Files’ Click the Menu ‘Lesson Files’ Scroll down to ‘Link to Lesson Files and Images’ Scroll down to ‘Link to Lesson Files and Images’ Click the long link below it Click the long link below it Click to download Lesson03 Click to download Lesson03 Save on the Desktop Save on the Desktop

Let’s Compare Click Finder on the Dock Click Finder on the Dock Click Applications on the left pane Click Applications on the left pane Find the following software and open them one at a time – Find the following software and open them one at a time – TextEdit, Text Wrangler, BBEdit and Dreamweaver 6

Let’s compare (cont’d) Starting with the simplest plain text editor; TextEdit, open the file named ‘index.html’ located in Lesson03. Starting with the simplest plain text editor; TextEdit, open the file named ‘index.html’ located in Lesson03. Repeat by opening the same document using more sophisticated web editors such Text Wrangler, BBEdit and lastly Dreamweaver. Repeat by opening the same document using more sophisticated web editors such Text Wrangler, BBEdit and lastly Dreamweaver.

Advantages of the proper web editor Color Coding to differentiate HTML, CSS and JavaScript programming languages. Color Coding to differentiate HTML, CSS and JavaScript programming languages. Code completion to reduce fatigue Code completion to reduce fatigue Site Management and FTP ( File Transfer Protocol ) capability Site Management and FTP ( File Transfer Protocol ) capability Line Numbering for easy access and identification Line Numbering for easy access and identification Visual aids Visual aids Find and Replace code for updates Find and Replace code for updates Advanced features for advanced developers Advanced features for advanced developers

What is A Master page? A Master page is a web page that controls the structure and appearance of multiple attached pages. Click the link below to learn about a Master Page

Why a Root Folder?! A ‘root folder’ also known as’ root directory’ is the highest folder in the hierarchy. A ‘root folder’ also known as’ root directory’ is the highest folder in the hierarchy. And contains all the other folders that will contain files. And contains all the other folders that will contain files.

Web design & Development tools in the Browser Modern web browsers do not just display web pages. Modern web browsers do not just display web pages. They include tools for developing and troubleshooting web pages. They include tools for developing and troubleshooting web pages. Launch Chrome > visit a website > click the ‘View’ > click ‘Developer’ > click ‘Developer’ Tool Launch Chrome > visit a website > click the ‘View’ > click ‘Developer’ > click ‘Developer’ Tool