Where to Start When Re-Designing a Webpage

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
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.
M2 – Explain the tools and techniques used in the creation of an interactive website. By Arturas Vitkovskij.
4.01 How Web Pages Work.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Powerpoint Templates Page 1 Powerpoint Templates Let’s Build a Website by Sybil Prince Nelson.
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
HTML & Dreamweaver 101 Aman Yadav. Definitions HTTP – The Web uses a protocol called HTTP (Hyper Text Transport Protocol) to communicate between the Web.
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.
Dreamweaver 8 Concepts and Techniques Introduction Web Site Development and Macromedia Dreamweaver 8.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
Web Design Basic Concepts.
Web Development 311 Fall : Fall Why web pages? Most companies have intranets, extranets, and web sites Content can be changed quickly and.
 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.
COMPUTATIONAL THINKING FOR INFORMATION TECHNOLOGY HOMEHOME | OBJECTIVES | TASK 1 | TASK 2 | TASK 3 | TASK 4 | TASK 5 | TASK 6 | TASK 7 | HELPOBJECTIVESTASK.
Create a Website Session I Key Components Hands-on HTML.
All About Creating a Website. How the SIR Websites are Built. SIR Branch 116 Phil Goff July 21, 2011.
CIT 256 Organizing Large Websites: Divs, DW Templates Dr. Beryl Hoffman.
Web Design Dreamweaver Semester 2 ATBs. ATB #1 What is a web site?
Adobe Dreamweaver CS5 Introduction Web Site Development and Adobe Dreamweaver CS5.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
Here you are at your computer, but you don’t have internet connections. Your ISP becomes your link to the internet. In order to get access you need to.
HTML Authoring. Design  A good website starts its life in the design stage Layout, Color, Sound, Content, Functionality and Maintainability aspects are.
Introduction to web development and HTML MGMT 230 LAB.
By: Harisanth Sivaneswaran 1 Web Page Development.
Graphics in HTML. Graphics  Question: How does a web page include graphics?  Are the graphics included in the HTML file or separate files?
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Abigail morris.  Today I'm going to be explaining why the Internet relies on a number of protocols in order to function properly.  A protocol is simply.
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.
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
Web Design and Development. World Wide Web  World Wide Web (WWW or W3), collection of globally distributed text and multimedia documents and files 
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
HTML HyperText Markup Language Victoria E. Kozlek.
ADVANCED COMPUTERS S.Y.B.M.M. LECTURE SERIES - PART 1 - KANISHKA KHATRI m.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
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.
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
Planning and Creating a Web Site. Stages in planning a web site planning the project decide on the purpose and audience for the web site create mind map.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
4.01 How Web Pages Work.
Section 8.1 Section 8.2 Create a custom theme Design a color scheme
4.01 How Web Pages Work.
Alabama Educational Technology Conference
Pre-Production Meet with the client to create a project plan:
4.01 How Web Pages Work.
Objective % Select and utilize tools to design and develop websites.
Inquiring and analyzing options for creating a website
Web Site Development and Macromedia Dreamweaver 8
Designing Webpages Firstname Lastname.
Chapter 1 Introduction to HTML.
Lecture 4 Web Design. Part 1.
Basic Knowledge of Web creation
Web Design M. Jacie Yang Assistant Professor
Unit 2, Lesson 5 Website Development Tools
Objective % Select and utilize tools to design and develop websites.
Unit 2, Lesson 5 Website Development Tools
Web Page Development Tools
Files and Folders.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Web Page Development Tools
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Where to Start When Re-Designing a Webpage Justin Georges Instructional Design Assistant Carl Sandburg College February 18th, 2010

How Web Pages work (background) You first create a website “locally” or on your own machine. Organize your files on your machine first, then upload to a server. Websites are physically saved on computers. These are special computers called servers which “serve” up the websites they have saved on their hard drives on demand. Servers are usually run by web hosts, but can also be run by individuals or companies. Domain (hosting) A domain name is a word or words separated by dots (e.g. www.realfreewebsites.com), and which corresponds to a number, known as an internet protocol (IP) number. This IP number or address is used by computers to locate other computers and servers on the internet. A domain name is used because it is easier for humans to remember and work with words rather than numbers.

How Web Pages work Can use any simple text editor to design a web page HTML code is behind the scenes (view source code on any web page.) * HTML=Hyper Text Markup Language Code used to create a web page CSS (Cascading Style Sheet) Used to separate the presentation of a page from its structure. Presentation=how the page looks Structure=meaning of the page’s content You can use CSS to specify the font used for the text on the page, to lay out an entire Web page, and much more. Much more popular in web development today than it was years ago.

Let’s take a look Website I designed for a class at WIU: http://www.wiu.edu/users/jog100/250Project/Georges_Pr oject/start.html Here’s the file structure: http://www.wiu.edu/users/jog100/250Project/Georges_Pr oject/ I created the files “Locally” and uploaded them to the server. *

Website Software WYSIWYG (What You See Is What You Get) Adobe Dreamweaver Microsoft Expressions Web (available at Sandburg) * Microsoft Frontpage (outdated)

Planning Your Website Mock-up (storyboard) Site map (flowchart) What will it look like? Header? Navigation? Content? Draw it out on paper/design layout in Photoshop? * Site map (flowchart) How will everything work? Develop a Style Guide * Colors Fonts (check for web safe fonts-sans serif) Size Specs Banner Information

Content What information does your website need to contain? How much content?

Helpful Tips Get your page to load quickly and efficiently Compress images for the web Use JPG, GIF or PNG image types. On the web, JPG is the best choice (smallest file, with quality being less important than size) Sock photos * When naming files=NEVER use spaces!!! Always use underscore (e.g. imc_home_banner) Be VERY careful of file-naming conventions (pay special attention when working with code.) Always close statements with code * Firebug (for Firefox) *

Sites to get you started Look at other sites for ideas http://www.edustyle.net/ Look for free CSS sites http://www.oswd.org/ Guide I created for WIU about locating Media on the web: http://wiu.libguides.com/content.php?pid=52532&sid=385448 Good website planning site: http://www.realfreewebsites.com/articles/website-planning- guide/ Free website building tutorials: http://www.w3schools.com/ Learning HTML: http://htmldog.com/

Contact Me Justin Georges jgeorges@sanburg.edu