SlideShare uma empresa Scribd logo
1 de 26
Interactive Web Design 5
Introduction January 13, 2015
Week 2
Introduction
Our goals:
• Further your understanding of
CSS and HTML
• Introduce Bootstrap framework for
responsive design
• Review content management system
(CMS) options
• Build a portfolio website using
Wordpress
• Look at ways to get found online
Course description
“Create a personal portfolio
website that includes social media
elements, forms and various
levels of interactivity.
Integrate technologies and
methodologies such as e-
marketing strategies, reserving a
domain name and web site
hosting.”
What we’ll cover
5 modules:
• Module 1: CSS basics
• Module 2: Using CSS to create image rollovers
• Module 3: Bootstrap framework
• Module 4: Templates using Dreamweaver
• Module 5: Creating a Portfolio in Wordpress
Each module contains:
• In-class lecture content
• Online learning/independent study content
• 10-20 question quiz based on the independent
study content and activities
• In-class exercises and assignment
Online learning
• Short videos (a few minutes each)
• Reviewing video content before class
will helps to prepare you for the in-class
instruction and tasks
• Complete the quiz after each video
Each video/quiz component is worth
4% of your mark for a total of 20
(…there are 5 of them)
Course schedule and
assessment
(Let’s flip into eLearn to review…)
Katherine McCurdy-Lapierre
Please call me Katherine
• Work full time in Marketing at Mohawk College as the
Creative and Web Services Manager/Art Director
• Employed as a Graphic/Web Designer for the past 15 years
• Registered Graphic Designer with RGD Ontario
• Contact me via eLearn email
Your instructor
HTML & CSS Review
• HTML and CSS basics will be covered in the Online
Learning content for this week
• Please review and complete the quiz before next class
Today:
• Review how to define a site in Dreamweaver
• Saving images for web (file types)
Module 1
Defining a site in
Dreamweaver
We’ll be using Dreamweaver to
work on Exercise 1.
Why do we define our site?
• Dreamweaver was designed to
create websites; other editors
were designed to create
webpages
• Defining a site Dreamweaver
allows it to resolve links, check
related files or help you manage
any of your assets
Question:
On the web, what is the difference
between
relative and absolute paths?
Answer:
Absolute Links:
• specifies a fully-qualified URL
• the protocol
(eg. http://)
+ domain name
(eg. www.canada.com)
…may also include:
a file name / path
(/articles/2014/why-vote.com)
• This link is accessible from anywhere on the web:
http://www.canada.com/articles/2014/why-vote.com
Answer (continued):
Relative Links:
• specifies a path to a page or file from the current
page
• E.g., links on “PageB.htm:”
• Link to “PageA.htm” will look in the same folder
• Link to “../Application3/Page1.html” will look up/out
one folder to find the “Application3” folder, then
look for Page1.html within it
• “../file.html” will look up/out of folder for the file (no
file exists in the example to the right)
• Dreamweaver helps to build relative links correctly
• Corrects them if you move files/folders
Defining a site in
Dreamweaver
• Websites are a collection of files and folders
with links connecting them
• Standards have emerged when structuring
your site, e.g:
• Images and graphics go in a folder called
“assets” or “images”
• CSS files go in a folder called “CSS” or
“style”
• Javascript files go in a folder called “JS”
or “scripts”
• Using this typical structure helps keep the
site organized
• Allows other site editors or developers to
easily find files
Let’s open Dreamweaver
Defining a site in
Dreamweaver
1. Decide what the root folder is. When you define
your site, this is the folder that you'll point Dreamweaver
to. (For Exercise 1, this will be the folder we download from eLearn… let’s do that
now…)
2. Inside the root folder you'll structure any folders for
assets (images), video, CSS, JS, etc.
• For HTML-based sites, the folder structure is visible in the URL
(http://www.url.com/folder/folder/file.html)
• Mapping out the site structure is essential for larger sites
Defining a site in
Dreamweaver
3. Site’s homepage typically sits in
the root folder
• Homepage is often called index.html
4. Open Dreamweaver.
5. Ensure the Files panel is visible. If it’s
not, you’ll find it in the Menu under Window
Defining a site in
Dreamweaver
6. From the files panel, in the
dropdown, select “Manage Sites”
Defining a site in
Dreamweaver
7. From the files panel select
“Manage Sites”
• Either using beside the dropdown
• Or, from the dropdown
Defining a site in
Dreamweaver
7. Click “New Site”
Defining a site in
Dreamweaver
8. Give your site a name, e.g. Exercise1
9. Select the root folder under “Local Site Folder”
• The root folder is the one that will house all your site files
Defining a site in
Dreamweaver
10. You will now see the folders and files in the root folder
• Note: if you are using a public computer, do this every time
you work on your site. (You’ll need to save it to a memory
stick.) If you are using your own personal laptop you will only
have to do this once.
Module 1
Saving images
for the web
Review of web file types and
saving for the web…
Saving images for the web
Key things to remember:
• Save at size-as
• Do not insert a larger image then shrink it down
• Use the “Save for Web” tool in Photoshop and Illustrator
• Easily compare and preview how the file will appear in various formats and
qualities
• Optimize
• What is the lowest quality setting you can go while still maintaining the quality of
the image?
• Choose the best format for the type of graphic
• jpg? png? gif?
File format comparison
Best for… type of image Extension
JPG
• colourful, complex images
• images containing gradients or colour
blend
• creates smaller files sizes because of
lossy compression
• 8-bit grayscale images
• 24-bit color images (8 bits each
for red, green, and blue)
• no transparency
.jpg
GIF
• line art (such as one- or two-color logos)
• simple drawings
• images with no gradients or blends
• limited to an 8-bit palette, or 256
colours
• allows for transparency, matted
to a defined colour
.gif
PNG
• images with large, uniformly coloured
areas
• files size is typically larger than jpg
because of lossless compression
• 8 bit paletted images
• 24 or 48 bit truecolor
• allows for transparency on any
colour/background
.png
SVG
• images that must be scalable
• most browsers have at least some degree
of SVG rendering support
• XML-based vector image format
for two-dimensional graphics
with support for interactivity and
animation
.svg
Let’s open Photoshop
and try it out…

Mais conteúdo relacionado

Mais procurados

Castro Chapter 2
Castro Chapter 2Castro Chapter 2
Castro Chapter 2Jeff Byrnes
 
WordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational IntranetWordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational IntranetTech Liminal
 
NCDA - PDI Tech Tools - Blogging Basics
NCDA - PDI Tech Tools - Blogging BasicsNCDA - PDI Tech Tools - Blogging Basics
NCDA - PDI Tech Tools - Blogging BasicsMelissa A. Venable
 
How to Create WordPress Website in Easy Steps
How to Create WordPress Website in Easy StepsHow to Create WordPress Website in Easy Steps
How to Create WordPress Website in Easy StepsSingsys Pte Ltd
 
An Introduction to Creating Websites and Blogs with WordPress
An Introduction to Creating Websites and Blogs with WordPressAn Introduction to Creating Websites and Blogs with WordPress
An Introduction to Creating Websites and Blogs with WordPressNadine Wildmann
 
Meeple Communications Introduction to WordPress April 2017
Meeple Communications Introduction to WordPress April 2017Meeple Communications Introduction to WordPress April 2017
Meeple Communications Introduction to WordPress April 2017Nadine Wildmann
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPressNadine Wildmann
 
WordPress Webinar Training Presentation
WordPress Webinar Training PresentationWordPress Webinar Training Presentation
WordPress Webinar Training PresentationMayeCreate Design
 
Open-Source web apps for libraries
Open-Source web apps for librariesOpen-Source web apps for libraries
Open-Source web apps for librariesRoy Degler
 
WordPress Fav Plugins & Security
WordPress Fav Plugins & SecurityWordPress Fav Plugins & Security
WordPress Fav Plugins & SecurityThe Toolbox, Inc.
 
WordPress Intermediate Workshop
WordPress Intermediate WorkshopWordPress Intermediate Workshop
WordPress Intermediate WorkshopThe Toolbox, Inc.
 
Anatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress ThemeAnatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress ThemeJulie Kuehl
 
WordCamp Boston WordPress plugins-8-2014
WordCamp Boston WordPress plugins-8-2014WordCamp Boston WordPress plugins-8-2014
WordCamp Boston WordPress plugins-8-2014The Toolbox, Inc.
 
Alice Phieu - WordPress For Beginners
Alice Phieu - WordPress For BeginnersAlice Phieu - WordPress For Beginners
Alice Phieu - WordPress For BeginnersAlice Phieu
 
WCBos13 intermediate workshop
WCBos13 intermediate workshopWCBos13 intermediate workshop
WCBos13 intermediate workshopBoston WordPress
 
Wordpress Tech Talk at Atlogys
Wordpress Tech Talk at AtlogysWordpress Tech Talk at Atlogys
Wordpress Tech Talk at AtlogysRitika Garga
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPressLumosTech
 

Mais procurados (19)

Castro Chapter 2
Castro Chapter 2Castro Chapter 2
Castro Chapter 2
 
WordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational IntranetWordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational Intranet
 
NCDA - PDI Tech Tools - Blogging Basics
NCDA - PDI Tech Tools - Blogging BasicsNCDA - PDI Tech Tools - Blogging Basics
NCDA - PDI Tech Tools - Blogging Basics
 
How to Create WordPress Website in Easy Steps
How to Create WordPress Website in Easy StepsHow to Create WordPress Website in Easy Steps
How to Create WordPress Website in Easy Steps
 
An Introduction to Creating Websites and Blogs with WordPress
An Introduction to Creating Websites and Blogs with WordPressAn Introduction to Creating Websites and Blogs with WordPress
An Introduction to Creating Websites and Blogs with WordPress
 
Meeple Communications Introduction to WordPress April 2017
Meeple Communications Introduction to WordPress April 2017Meeple Communications Introduction to WordPress April 2017
Meeple Communications Introduction to WordPress April 2017
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
WordPress Webinar Training Presentation
WordPress Webinar Training PresentationWordPress Webinar Training Presentation
WordPress Webinar Training Presentation
 
Open-Source web apps for libraries
Open-Source web apps for librariesOpen-Source web apps for libraries
Open-Source web apps for libraries
 
WordPress Fav Plugins & Security
WordPress Fav Plugins & SecurityWordPress Fav Plugins & Security
WordPress Fav Plugins & Security
 
WordPress Intermediate Workshop
WordPress Intermediate WorkshopWordPress Intermediate Workshop
WordPress Intermediate Workshop
 
Anatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress ThemeAnatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress Theme
 
Beginning WordPress
Beginning WordPressBeginning WordPress
Beginning WordPress
 
WordCamp Boston WordPress plugins-8-2014
WordCamp Boston WordPress plugins-8-2014WordCamp Boston WordPress plugins-8-2014
WordCamp Boston WordPress plugins-8-2014
 
Alice Phieu - WordPress For Beginners
Alice Phieu - WordPress For BeginnersAlice Phieu - WordPress For Beginners
Alice Phieu - WordPress For Beginners
 
WCBos13 intermediate workshop
WCBos13 intermediate workshopWCBos13 intermediate workshop
WCBos13 intermediate workshop
 
Wordpress Tech Talk at Atlogys
Wordpress Tech Talk at AtlogysWordpress Tech Talk at Atlogys
Wordpress Tech Talk at Atlogys
 
Slide share
Slide shareSlide share
Slide share
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 

Semelhante a Interactive Web Design 5 - Week 2 - Introduction

Castro Chapter 2
Castro Chapter 2Castro Chapter 2
Castro Chapter 2Jeff Byrnes
 
MCC Web Design Workshop
MCC Web Design WorkshopMCC Web Design Workshop
MCC Web Design WorkshopFaye Tandog
 
The WordPress University
The WordPress UniversityThe WordPress University
The WordPress UniversityStephanie Leary
 
Bb Tour ANZ 2017 - Workshop - Enhancing Learn CSS
Bb Tour ANZ 2017 - Workshop - Enhancing Learn CSSBb Tour ANZ 2017 - Workshop - Enhancing Learn CSS
Bb Tour ANZ 2017 - Workshop - Enhancing Learn CSSBlackboard APAC
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalRod Martin
 
Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG) Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG) Mediacurrent
 
What Developers Need Designers to Know about WordPress
What Developers Need Designers to Know about WordPressWhat Developers Need Designers to Know about WordPress
What Developers Need Designers to Know about WordPressEast Bay WordPress Meetup
 
Websites With Wordpress
Websites With WordpressWebsites With Wordpress
Websites With WordpressCharly Leetham
 
WordPress - Open Source Overview Presentation
WordPress - Open Source Overview PresentationWordPress - Open Source Overview Presentation
WordPress - Open Source Overview PresentationAndy Stratton
 
SharePoint Navigation: A Step Towards Success
SharePoint Navigation: A Step Towards SuccessSharePoint Navigation: A Step Towards Success
SharePoint Navigation: A Step Towards SuccessStacy Deere
 
Word press bootcamp By Sourcescript Innovations and Mentors Dojo
Word press bootcamp  By Sourcescript Innovations and Mentors DojoWord press bootcamp  By Sourcescript Innovations and Mentors Dojo
Word press bootcamp By Sourcescript Innovations and Mentors Dojolightshire
 
Theme Development: From an idea to getting approved to wordpress.org
Theme Development: From an idea to getting approved to wordpress.orgTheme Development: From an idea to getting approved to wordpress.org
Theme Development: From an idea to getting approved to wordpress.orgThemeHorse
 
Keeping Your Themes and Plugins Organized.
Keeping Your Themes and Plugins Organized.Keeping Your Themes and Plugins Organized.
Keeping Your Themes and Plugins Organized.Jacob Martella
 
SPSHawaii: Navigation: A Step Towards Success in SharePoint
SPSHawaii:  Navigation: A Step Towards Success in SharePointSPSHawaii:  Navigation: A Step Towards Success in SharePoint
SPSHawaii: Navigation: A Step Towards Success in SharePointStacy Deere
 
From WordPress With Love
From WordPress With LoveFrom WordPress With Love
From WordPress With LoveUp2 Technology
 
Cis363 a all ilabs devry university
Cis363 a all ilabs devry universityCis363 a all ilabs devry university
Cis363 a all ilabs devry universityCIS363A
 
Cis363 all i labs devry university
Cis363 all i labs devry universityCis363 all i labs devry university
Cis363 all i labs devry universityjkkjhdy798iyi
 

Semelhante a Interactive Web Design 5 - Week 2 - Introduction (20)

Castro Chapter 2
Castro Chapter 2Castro Chapter 2
Castro Chapter 2
 
MCC Web Design Workshop
MCC Web Design WorkshopMCC Web Design Workshop
MCC Web Design Workshop
 
The WordPress University
The WordPress UniversityThe WordPress University
The WordPress University
 
Dream weaver ppt
Dream weaver pptDream weaver ppt
Dream weaver ppt
 
Bb Tour ANZ 2017 - Workshop - Enhancing Learn CSS
Bb Tour ANZ 2017 - Workshop - Enhancing Learn CSSBb Tour ANZ 2017 - Workshop - Enhancing Learn CSS
Bb Tour ANZ 2017 - Workshop - Enhancing Learn CSS
 
WordPress Complete Tutorial
WordPress Complete TutorialWordPress Complete Tutorial
WordPress Complete Tutorial
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to Drupal
 
Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG) Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG)
 
What Developers Need Designers to Know about WordPress
What Developers Need Designers to Know about WordPressWhat Developers Need Designers to Know about WordPress
What Developers Need Designers to Know about WordPress
 
Websites With Wordpress
Websites With WordpressWebsites With Wordpress
Websites With Wordpress
 
WordPress - Open Source Overview Presentation
WordPress - Open Source Overview PresentationWordPress - Open Source Overview Presentation
WordPress - Open Source Overview Presentation
 
SharePoint Navigation: A Step Towards Success
SharePoint Navigation: A Step Towards SuccessSharePoint Navigation: A Step Towards Success
SharePoint Navigation: A Step Towards Success
 
Word press bootcamp By Sourcescript Innovations and Mentors Dojo
Word press bootcamp  By Sourcescript Innovations and Mentors DojoWord press bootcamp  By Sourcescript Innovations and Mentors Dojo
Word press bootcamp By Sourcescript Innovations and Mentors Dojo
 
Customizing WordPress Themes
Customizing WordPress ThemesCustomizing WordPress Themes
Customizing WordPress Themes
 
Theme Development: From an idea to getting approved to wordpress.org
Theme Development: From an idea to getting approved to wordpress.orgTheme Development: From an idea to getting approved to wordpress.org
Theme Development: From an idea to getting approved to wordpress.org
 
Keeping Your Themes and Plugins Organized.
Keeping Your Themes and Plugins Organized.Keeping Your Themes and Plugins Organized.
Keeping Your Themes and Plugins Organized.
 
SPSHawaii: Navigation: A Step Towards Success in SharePoint
SPSHawaii:  Navigation: A Step Towards Success in SharePointSPSHawaii:  Navigation: A Step Towards Success in SharePoint
SPSHawaii: Navigation: A Step Towards Success in SharePoint
 
From WordPress With Love
From WordPress With LoveFrom WordPress With Love
From WordPress With Love
 
Cis363 a all ilabs devry university
Cis363 a all ilabs devry universityCis363 a all ilabs devry university
Cis363 a all ilabs devry university
 
Cis363 all i labs devry university
Cis363 all i labs devry universityCis363 all i labs devry university
Cis363 all i labs devry university
 

Mais de Katherine McCurdy-Lapierre, R.G.D.

Mais de Katherine McCurdy-Lapierre, R.G.D. (16)

Week 4 - tablet app design
Week 4 - tablet app designWeek 4 - tablet app design
Week 4 - tablet app design
 
Week 3 Lecture: Accessibility
Week 3 Lecture: AccessibilityWeek 3 Lecture: Accessibility
Week 3 Lecture: Accessibility
 
Week 12 CSS - Review from last week
Week 12 CSS - Review from last weekWeek 12 CSS - Review from last week
Week 12 CSS - Review from last week
 
Week 12 CSS Font - size
Week 12 CSS Font - sizeWeek 12 CSS Font - size
Week 12 CSS Font - size
 
Week 12 CSS Font - family
Week 12 CSS Font - familyWeek 12 CSS Font - family
Week 12 CSS Font - family
 
Week11 Lecture: CSS
Week11 Lecture: CSSWeek11 Lecture: CSS
Week11 Lecture: CSS
 
Week 6 Lecture
Week 6 LectureWeek 6 Lecture
Week 6 Lecture
 
Week 5 Lecture
Week 5 LectureWeek 5 Lecture
Week 5 Lecture
 
Week 4 Lecture Accessibility
Week 4 Lecture AccessibilityWeek 4 Lecture Accessibility
Week 4 Lecture Accessibility
 
Week 4 Lecture Part 1
Week 4 Lecture Part 1Week 4 Lecture Part 1
Week 4 Lecture Part 1
 
Week 4 Lecture Part 2
Week 4 Lecture Part 2Week 4 Lecture Part 2
Week 4 Lecture Part 2
 
Artistic Web Applications - Week3 - Part 1
Artistic Web Applications - Week3 - Part 1Artistic Web Applications - Week3 - Part 1
Artistic Web Applications - Week3 - Part 1
 
Artistic Web Applications - Week3 - Part 3
Artistic Web Applications - Week3 - Part 3Artistic Web Applications - Week3 - Part 3
Artistic Web Applications - Week3 - Part 3
 
Artistic Web Applications - Week3 - Part 2
Artistic Web Applications - Week3 - Part 2Artistic Web Applications - Week3 - Part 2
Artistic Web Applications - Week3 - Part 2
 
Week2 lecture-whatiswebdesign-part1
Week2 lecture-whatiswebdesign-part1Week2 lecture-whatiswebdesign-part1
Week2 lecture-whatiswebdesign-part1
 
LecWeek2 lecture-whatiswebdesign-part2
LecWeek2 lecture-whatiswebdesign-part2LecWeek2 lecture-whatiswebdesign-part2
LecWeek2 lecture-whatiswebdesign-part2
 

Último

AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 

Último (20)

AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 

Interactive Web Design 5 - Week 2 - Introduction

  • 1. Interactive Web Design 5 Introduction January 13, 2015 Week 2
  • 2. Introduction Our goals: • Further your understanding of CSS and HTML • Introduce Bootstrap framework for responsive design • Review content management system (CMS) options • Build a portfolio website using Wordpress • Look at ways to get found online
  • 3. Course description “Create a personal portfolio website that includes social media elements, forms and various levels of interactivity. Integrate technologies and methodologies such as e- marketing strategies, reserving a domain name and web site hosting.”
  • 4. What we’ll cover 5 modules: • Module 1: CSS basics • Module 2: Using CSS to create image rollovers • Module 3: Bootstrap framework • Module 4: Templates using Dreamweaver • Module 5: Creating a Portfolio in Wordpress Each module contains: • In-class lecture content • Online learning/independent study content • 10-20 question quiz based on the independent study content and activities • In-class exercises and assignment
  • 5. Online learning • Short videos (a few minutes each) • Reviewing video content before class will helps to prepare you for the in-class instruction and tasks • Complete the quiz after each video Each video/quiz component is worth 4% of your mark for a total of 20 (…there are 5 of them)
  • 6. Course schedule and assessment (Let’s flip into eLearn to review…)
  • 7. Katherine McCurdy-Lapierre Please call me Katherine • Work full time in Marketing at Mohawk College as the Creative and Web Services Manager/Art Director • Employed as a Graphic/Web Designer for the past 15 years • Registered Graphic Designer with RGD Ontario • Contact me via eLearn email Your instructor
  • 8. HTML & CSS Review • HTML and CSS basics will be covered in the Online Learning content for this week • Please review and complete the quiz before next class Today: • Review how to define a site in Dreamweaver • Saving images for web (file types)
  • 9. Module 1 Defining a site in Dreamweaver We’ll be using Dreamweaver to work on Exercise 1.
  • 10. Why do we define our site? • Dreamweaver was designed to create websites; other editors were designed to create webpages • Defining a site Dreamweaver allows it to resolve links, check related files or help you manage any of your assets
  • 11. Question: On the web, what is the difference between relative and absolute paths?
  • 12. Answer: Absolute Links: • specifies a fully-qualified URL • the protocol (eg. http://) + domain name (eg. www.canada.com) …may also include: a file name / path (/articles/2014/why-vote.com) • This link is accessible from anywhere on the web: http://www.canada.com/articles/2014/why-vote.com
  • 13. Answer (continued): Relative Links: • specifies a path to a page or file from the current page • E.g., links on “PageB.htm:” • Link to “PageA.htm” will look in the same folder • Link to “../Application3/Page1.html” will look up/out one folder to find the “Application3” folder, then look for Page1.html within it • “../file.html” will look up/out of folder for the file (no file exists in the example to the right) • Dreamweaver helps to build relative links correctly • Corrects them if you move files/folders
  • 14. Defining a site in Dreamweaver • Websites are a collection of files and folders with links connecting them • Standards have emerged when structuring your site, e.g: • Images and graphics go in a folder called “assets” or “images” • CSS files go in a folder called “CSS” or “style” • Javascript files go in a folder called “JS” or “scripts” • Using this typical structure helps keep the site organized • Allows other site editors or developers to easily find files
  • 16. Defining a site in Dreamweaver 1. Decide what the root folder is. When you define your site, this is the folder that you'll point Dreamweaver to. (For Exercise 1, this will be the folder we download from eLearn… let’s do that now…) 2. Inside the root folder you'll structure any folders for assets (images), video, CSS, JS, etc. • For HTML-based sites, the folder structure is visible in the URL (http://www.url.com/folder/folder/file.html) • Mapping out the site structure is essential for larger sites
  • 17. Defining a site in Dreamweaver 3. Site’s homepage typically sits in the root folder • Homepage is often called index.html 4. Open Dreamweaver. 5. Ensure the Files panel is visible. If it’s not, you’ll find it in the Menu under Window
  • 18. Defining a site in Dreamweaver 6. From the files panel, in the dropdown, select “Manage Sites”
  • 19. Defining a site in Dreamweaver 7. From the files panel select “Manage Sites” • Either using beside the dropdown • Or, from the dropdown
  • 20. Defining a site in Dreamweaver 7. Click “New Site”
  • 21. Defining a site in Dreamweaver 8. Give your site a name, e.g. Exercise1 9. Select the root folder under “Local Site Folder” • The root folder is the one that will house all your site files
  • 22. Defining a site in Dreamweaver 10. You will now see the folders and files in the root folder • Note: if you are using a public computer, do this every time you work on your site. (You’ll need to save it to a memory stick.) If you are using your own personal laptop you will only have to do this once.
  • 23. Module 1 Saving images for the web Review of web file types and saving for the web…
  • 24. Saving images for the web Key things to remember: • Save at size-as • Do not insert a larger image then shrink it down • Use the “Save for Web” tool in Photoshop and Illustrator • Easily compare and preview how the file will appear in various formats and qualities • Optimize • What is the lowest quality setting you can go while still maintaining the quality of the image? • Choose the best format for the type of graphic • jpg? png? gif?
  • 25. File format comparison Best for… type of image Extension JPG • colourful, complex images • images containing gradients or colour blend • creates smaller files sizes because of lossy compression • 8-bit grayscale images • 24-bit color images (8 bits each for red, green, and blue) • no transparency .jpg GIF • line art (such as one- or two-color logos) • simple drawings • images with no gradients or blends • limited to an 8-bit palette, or 256 colours • allows for transparency, matted to a defined colour .gif PNG • images with large, uniformly coloured areas • files size is typically larger than jpg because of lossless compression • 8 bit paletted images • 24 or 48 bit truecolor • allows for transparency on any colour/background .png SVG • images that must be scalable • most browsers have at least some degree of SVG rendering support • XML-based vector image format for two-dimensional graphics with support for interactivity and animation .svg
  • 26. Let’s open Photoshop and try it out…