© and web design. Acceptable Most Web designers crib some of their source code, either from other sites or their previous work. These are usually individual.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of 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.
Today CSS HTML A project.
HTML Overview - Cascading Style Sheets (CSS). Before We Begin Make a copy of one of your HTML file you have previously created Make a copy of one of your.
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.
My Web Site Created using:  PowerPoint  ActivePresentation Designer  PPT2HTML Contact About Copyright 2011 © GMARK Ltd. | | Welcome to our demo site.
Mass Communications Web Design Jill Andes Computer Applications Comm. 115.
CHAPTER 8: Enhancing a Website Session 1. Objectives Embed a YouTube video in your website Insert a slideshow in your website Use Google fonts in your.
Business Cards. Things to ask yourself... What is your type style saying about you? What colors are you using? Why? Are your colors readable? Does your.
 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.
HTML & CSS A brief introduction. OUTLINE 1.What is HTML? 2.What is CSS? 3.How are they used together? 4.Troubleshooting/Common problems 5.More resources.
System Analysis & Design Chapter VII: User Interface Design Providing interactive and easy to use interfaces is an important task of system designer using.
Multimedia & The World Wide Web winny HCI 201 Multimedia and the www.
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
CHAPTER 3 Working with Templates and Styles. CHAPTER OBJECTIVES  Create an Expression Web site from a template  Rename a page  Rename a folder  Add.
Chapter 2 Developing a Web Page. A web page is composed of two distinct sections: –The head content –The body Creating Head Content and Setting Page Properties.
CSS 404 Internet Concepts. XP Objectives Developing a Web page and a Website Working with CSS (Cascading Style Sheets) Web Tables Web Forms Multimedia.
INTERMEDIATE WEB DESIGN INTRODUCTORY CSS, JAVASCRIPT AND PHP.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
Just A Few More Fun Objectives 1 Having Some Fun With Java Script 2 Using Style Sheets.
CSS CSS is short for C ascading S tyle S heets. It is a new web page layout method that has been added to HTML to give web developers more control over.
HTML CSS JAVASCRIPT. HTML - Stands for Hyper Text Markup Language HTML is a ‘language’ that describes web pages. This language is a collection of codes.
Project – Show me what you know! EXPLORING COMPUTER SCIENCE – LESSON 3-9.
Introduction to Cascading Style-sheets (CSS) Basharat Mahm ood, Department of Computer Science, CIIT,Islamabad, Pakistan 1.
Planning your site/organization on the Web Please use speaker notes for additional information!
Building Rich Web Applications with Ajax Linda Dailey Paulson IEEE – Computer, October 05 (Vol.38, No.10) Presented by Jingming Zhang.
Copyright Infringement Committing copyright infringement could lead to a very angry client and very angry designer (of the original work). 1.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
The Internet & Copyright Issues What Students And Teachers Need To Know By Kevin Kearney.
Adobe Certified Associate Objectives 1 Setting Project Requirements.
INTRODUCTION TO CSS. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features of CSS Features of CSS  Creating Style Sheet Creating Style Sheet.
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.
 Computer use language to communicate  A web browser will read these tags and translate it into what you actually see  Viewing Code of ESPN WebsiteESPN.
Web Privacy Topics Andy Zeigler Senior Program Manager, Internet Explorer Microsoft.
External Style Sheets Exploring Computer Science – Lesson 3-6.
ACM 262 INTRODUCTION TO WEB DESIGN Week-7 ACM 262 Course Notes.
IN THIS LESSON, WE WILL BECOME FAMILIAR WITH HTML AND BEGIN CREATING A WEB PAGE IN YOUR COMPUTER HTML – the foundation.
Art for New Media 1 - Sketchbook: Look through past examples of the Dreamweaver Practice Gallery on the class website. Pick one that you think.
CSS IS A LANGUAGE DESIGNED TO TARGET HTML ELEMENTS AND NODES BY TYPE, CLASS, ID AND VALUE, AND CHANGE THEIR VALUES CSS – change how your HTML looks and.
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
NASRULLAHIBA.  It is time to take your web designing skills to the next level with Cascading Style Sheets (CSS). They are a way to control the look and.
Microsoft Expression Web - Illustrated Unit A: Getting Started With Microsoft Expression Web.
HTML LAYOUTS. CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
Web Basics: HTML/CSS/JavaScript What are they?
Project 1 Introduction to HTML.
Objective % Select and utilize tools to design and develop websites.
Unit 3 – Web design Final Project
Key concepts of Computing
Objective % Select and utilize tools to design and develop websites.
Web Design and Development
Cascading Style Sheets - Building a stylesheet
Dignitas Digital Pvt. Ltd.
HTML5 Level I Session II Chapter 3 - How to Use HTML to Structure a Web Page
Digital Design – Copyright Law
Web Page Development Tools
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Unit 6 part 3 Test Javascript Test.
Using Today’s Technologies to Enhance Documentation of a Project
Web Page Development Tools
BUILDING A WEBSITE 7.4.2: Basics of HTML and CSS.
Web Development 101 Workshop
HTML and CSS Basics.
The structure and style of web pages
Cascading Style Sheets - Building a stylesheet
Web Site Development Careers
One Set of Styles Connected to As Many Pages as You Want!!!
Course Review HTML5 Level I Course Review
Copyright, Design and Patents Act (1988)
Presentation transcript:

© and web design

Acceptable Most Web designers crib some of their source code, either from other sites or their previous work. These are usually individual elements: o CSS element o A particular Javascript o Layout o Color scheme Elements are recombined in a new and unique way.

Unacceptable Copy an entire CSS stylesheet Copy an entire layout …and change just a few elements: o Font style o Color o Images

© HTML code, much like computer software, is considered an original work of authorship. Though you can’t copyright the general look of the site, you can protect the code that created that work.

Avoid © Problems Create as much of your website yourself as possible. Copy only things that you could reproduce but wanted to save time on. Customize the code: don’t use it “straight.” The more it becomes clear where your code came from, the more likely the copyright holder may become upset. If in doubt, ASK PERMISSION.