Miguel Lara, PhD. Design and development instructional websites using a variety of web technologies such as HTML5, CSS, JavaScript, and jQuery.

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.
Chapter 2 HTML Basics Key Concepts
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
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.
Understanding HTML Style Sheets. What is a style?  A style is a rule that defines the appearance and position of text and graphics. It may define the.
© 2011 Delmar, Cengage Learning Chapter 2 Developing a Web Page.
Wikispaces in Education Tutorial Jennifer Carrier Dorman
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.
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
Chapter 3 Working with Text and Cascading Style Sheets.
Creating a Basic Web Page
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
IT Introduction to Website Development Welcome!
Web Technologies Website Development Trade & Industrial Education
IT Introduction to Website Development Welcome!
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.
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.
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
XP Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
PUBLISHING ONLINE Chapter 2. Overview Blogs and wikis are two Web 2.0 tools that allow users to publish content online Blogs function as online journals.
Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
MIS 425 Lecture 3 – HTML 5 and CSS Instructor: Martin Neuhard
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.
 cascade Style Sheets (CSS) is a mark-up language that was first proposed in 1994 by Håkon Wium Lie. CSS works in conjunction with HTML to greatly increase.
Using Wikis in Education Caroline County Educational Technology Workshop August 1, kispaces.com/
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
IT Introduction to Website Development Welcome!
© 2011 Delmar, Cengage Learning Chapter 3 Working with Text and Cascading Style Sheets.
HTML.
Tutorial 3 Adding and Formatting Text with CSS Styles.
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
Miguel Lara, PhD. 1:10 – 1:15 Pre-test 1:15 – 1:30 Course overview 1:30 – 2:00 Setting up DW Site 2:00 – 2:05 > 2:05 – 2:55 Hands-on Lecture 2:55 – 3:00.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
Search: Prof. Jeff Sonstein Home Contact Website Design & Tech ( ) Fall 2011  Professor Jeff Sonstein Office: GOL-2555 Hours: T/R 10am-noon
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Wikispaces in Education Tutorial ESA, Region 2 Mary Teply Marge Hauser.
External Style Sheets Exploring Computer Science – Lesson 3-6.
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
CSS Layout Cascading Style Sheets. Lesson Overview  In this lesson, we’ll cover:  Brief CSS review  Creating sections with the tag  Creating inline.
HTML LAYOUTS. CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise.
Source of website: “Text/css rel=“styles heet” This is an external style sheet link. This means that the.
Unit 15 – Web Authoring Web Authoring Project.
MIT 511- Web Design & Usability
Week-12 (Lecture-1) Cascading Style Sheets (CSS): describe how documents are presented on screens. Types of Style Sheets: External Style Sheet - Define.
Web Basics: HTML/CSS/JavaScript What are they?
Objective % Select and utilize tools to design and develop websites.
IST541 Interactive Media Miguel Lara, PhD.
Chapter 2 Developing a Web Page.
Intro to Dreamweaver Web Design Section 8-1
Objective % Select and utilize tools to design and develop websites.
ITI 133 HTML5 Desktop and Mobile Level I
CIS 273 Possible Is Everything/snaptutorial.com
CIS 273 Education for Service-- snaptutorial.com.
CIS 273 RANK Education Your Life-- cis273rank.com.
CIS 273 RANK Lessons in Excellence-- cis273rank.com.
CIS 273 Teaching Effectively-- snaptutorial.com
CIS 273 RANK Education for Service-- cis273rank.com.
TOPICS Chrome Dev Tools Process for Building a Static Website
HTML5 Level I Session II Chapter 3 - How to Use HTML to Structure a Web Page
Basic HTML and Embed Codes
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
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.
5.00 Apply procedures to organize content by using Dreamweaver. (22%)
HTML Tags and Structure
Web Programming and Design
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Miguel Lara, PhD

Design and development instructional websites using a variety of web technologies such as HTML5, CSS, JavaScript, and jQuery

11:15 – 11:25 Pre-test 11:25 – 11:35 Course overview 11:35 – 11:45 Dreamweaver Configuration 11:45 – 12:25 In-class exercise: Lab 0 12:25 – 12:30 Wrapping up 12:30 – 1:30 One-on-one Troubleshooting

-Apply HTML, CSS and JavaScript as an interactive learning technology. - Use JavaScript and jQuery to modify HTML content and style. - Create functions, conditions, and variables using Javascript and jQuery. - Adapt and modify existing code to integrate in your own projects. - Embed video and audio in a web page using HTML5 tags - Create an interactive instructional website that integrates the above technologies Course Objectives

Week 1: HTML common tags Week 2: Cascading Style Sheets / lab 1 Week 3: jQuery UI / lab 2 Week 4: jQuery / lab 3 Week 5: HTML Media (video, audio) / lab 4 Week 6: HTML Forms / Web Storage / lab 5 Week 7: Image Map / Hot Spot Activity / lab 6 Week 8: Final Project

Five labs / assignments 50% Weekly comments10% Final Project40% Grade

Fridays from 3 to 5pm Please, let me know at least two hours in advance!

Deliverables: Project proposal Provide project description and at least three instructional objectives Storyboard Entire site should include at least 5 web pages, storyboard should show navigation and main sections Final Product Final product must apply all of the content introduced in the course: CSS, HTML5, jQuery. It should also include diverse type of media elements such as images, audio, and video.

Lesson Objectives -Use an HTML5 document template to create a web page -Describe the purpose of each tag within the HTML5 template -Use several common HTML tags such as headings, lists, paragraphs, images, and links -Apply inline and internal Cascading Styles (CSS) to change the font color -Apply CSS to float an image -Upload a web page to the server

Title of the page goes here Page content goes here HTML5 Document Template:

We will learn very basic HTML tags, such as: Tags to are used for headings and These tags are use for paragraph and page breaks This tag adds strong emphasis to the text This tag adds a hyperlink This tag embeds an image This tag defines a container or division in the page

Cascading Style Sheets (CSS) are special tags to give formatting and styling to the web page (change color, font size, borders, etc.) CSS can be included within the same page or as an external page To include them within the same page, the tags must be placed within the section: /* The styles go here */

Can I have a Koala as a pet? Koalas look adorable! They are marsupials, meaning that they carry their babies in a pouch. They are also herbivores, that is, they only eat leaves and plants, no meat. Let's consider the following facts to find out if you can have a koala as a pet: They are bears They can be very aggressive They have very sharp claws and teeth They are an endangered specie So, no, you should not have a Koala as a pet! Click here for more information

When adding images into your web page: Make sure the image is not copyrighted. You can find free images at: Resize the image before adding it. Use Photoshop or a free online image tool such as Use a path that is relative to the location of the image file as the “src” attribute in the “ ” tag. For example: