SlideShare a Scribd company logo
1 of 13
ARTDM 170
     Week 1: Meta Tag
     Refresh Animation
               Gilbert Guerrero
             gguerrero@dvc.edu
http://gilbertguerrero.com/blog/artdm-170/
Meta Tag Refresh Animation

• Most basic form of animation on the
  web
• Pre-dates gif animations
Meta Tag Refresh code
  <meta http-equiv="Refresh"
  content="1; URL=slide2.html" />
• The meta tag will cause the browser
  to refresh with a new web page
• The code is placed in the header of
  your web page
Create a basic web page called
slide1.html with this code:
<html>
<head>
<meta http-equiv="Refresh" content="1;
URL=slide2.html" />
</head>
<body>
<center>Hello</center>
</body>
</html>
Create a second web page
called slide2.html with this code:
<html>
<head>
<meta http-equiv="Refresh" content="1;
URL=slide1.html" />
</head>
<body>
<center>World</center>
</body>
</html>
Meta Refresh tag causes pages to go
from one to the next and loop back




     Hello             World

  slide1.html        slide2.html

URL=slide2.html    URL=slide1.html
Duplicate pages and change the code
    to make a sentence with five words




     Hello           World            How             Are            You?

  slide1.html      slide2.html     slide3.html     slide4.html    slide5.html

URL=slide2.html URL=slide3.html URL=slide4.html URL=slide5.html URL=slide1.html
Add a “pause” button by creating a link
that goes to a duplicate page which
does not contain the refresh tag

                         World

                    slide2stop.html
                         Pause




         Hello           World            How

      slide1.html     slide2.html      slide3.html

    URL=slide2.html URL=slide3.html URL=slide4.html
Code for slide2.html with a
pause button
<html>
<head>
<meta http-equiv="Refresh" content="1;
URL=slide3.html" />
</head>
<body>
<center>World</center>
<center>
<p><a href=”slide2stop.html”>Pause</a></p>
</center>
</body>
</html>
Add a “play” button by creating
a link that goes to the next slide

                                                     To start playing the
                         World                   slideshow, add a link that
                                                   takes them to the next
                    slide2stop.html             slide that has a refresh tag
                         Pause




         Hello           World            How

      slide1.html     slide2.html      slide3.html

    URL=slide2.html URL=slide3.html URL=slide4.html
Code for slide2stop.html with a play
button. Notice: there is no refresh tag!
<html>
<head>

</head>
<body>
<center>World</center>
<center>
<p><a href=”slide3.html”>Play</a></p>
</center>
</body>
</html>
Replace the word with an
  image:
<html>
<head>
<meta http-equiv="Refresh" content="1;
URL=slide2.html" />
</head>
<body>
<center><img src=“images/pic1.jpg” /></center>
</body>
</html>
Homework, due Feb 2 – Make
a short slideshow animation
•   Fill out the student survey
•   Read about the Meta Refresh technique
•   Create a slideshow animation using HTML pages with
    Meta Tag Refresh
    ‣   Create at least 10 frames
    ‣   Use images, so there will be at least ten images
    ‣   Place the images in a folder called “images” with
        your slide html pages
    ‣   Add Play, Pause, Forward, and Back buttons (By
        the end youʼll have at least 20 pages)
    See you next week!

More Related Content

What's hot

What's hot (8)

Using Personal Start Pages to Organize Your "OWN"line Life
Using Personal Start Pages to Organize Your "OWN"line LifeUsing Personal Start Pages to Organize Your "OWN"line Life
Using Personal Start Pages to Organize Your "OWN"line Life
 
Google Keyword Planner
Google Keyword PlannerGoogle Keyword Planner
Google Keyword Planner
 
1st
1st 1st
1st
 
How to Use Google Drive
How to Use Google DriveHow to Use Google Drive
How to Use Google Drive
 
Howtoedit C Wiki
Howtoedit C WikiHowtoedit C Wiki
Howtoedit C Wiki
 
eTwinning New Twinspace - How To Add A Blog
eTwinning New Twinspace - How To Add A BlogeTwinning New Twinspace - How To Add A Blog
eTwinning New Twinspace - How To Add A Blog
 
How to use postcron to schedule your post
How to use postcron to schedule your postHow to use postcron to schedule your post
How to use postcron to schedule your post
 
An overview of storage spaces on google account
An overview of storage spaces on google accountAn overview of storage spaces on google account
An overview of storage spaces on google account
 

Viewers also liked

Konferencja Intratic Przyjazny SharePoint, Bałut Piotr, Barański Jarosław - E...
Konferencja Intratic Przyjazny SharePoint, Bałut Piotr, Barański Jarosław - E...Konferencja Intratic Przyjazny SharePoint, Bałut Piotr, Barański Jarosław - E...
Konferencja Intratic Przyjazny SharePoint, Bałut Piotr, Barański Jarosław - E...Grupa Unity
 
Scheda competenze 21° secolo per corso ad rm 6 gruppo di lavoro 4 m.fasanelli
Scheda competenze 21° secolo per corso ad rm 6 gruppo di lavoro 4   m.fasanelliScheda competenze 21° secolo per corso ad rm 6 gruppo di lavoro 4   m.fasanelli
Scheda competenze 21° secolo per corso ad rm 6 gruppo di lavoro 4 m.fasanellimariella
 
Tecla.it Smarter Commerce
Tecla.it Smarter Commerce Tecla.it Smarter Commerce
Tecla.it Smarter Commerce Carlo Visani
 
Business Model Innovation by Trick of the Trade
Business Model Innovation by Trick of the TradeBusiness Model Innovation by Trick of the Trade
Business Model Innovation by Trick of the TradeUtai Sukviwatsirikul
 
Soluciones y solubilidad
Soluciones y solubilidadSoluciones y solubilidad
Soluciones y solubilidadOriel Mojica
 
club Secretary
 club Secretary club Secretary
club Secretarym nagaRAJU
 
CDA Dagupan Extension Office Annual Report 2015
CDA Dagupan Extension Office Annual Report  2015CDA Dagupan Extension Office Annual Report  2015
CDA Dagupan Extension Office Annual Report 2015jo bitonio
 
Máster UAB-Formación 29 septiembre_2016
Máster UAB-Formación 29 septiembre_2016Máster UAB-Formación 29 septiembre_2016
Máster UAB-Formación 29 septiembre_2016evaristogonzal2
 
Tutorial in italiano di Pearltrees
Tutorial in italiano di PearltreesTutorial in italiano di Pearltrees
Tutorial in italiano di PearltreesMIUR
 
JHON FERNANDO CARREÑO
JHON FERNANDO CARREÑOJHON FERNANDO CARREÑO
JHON FERNANDO CARREÑOklaumilenitha
 

Viewers also liked (15)

Konferencja Intratic Przyjazny SharePoint, Bałut Piotr, Barański Jarosław - E...
Konferencja Intratic Przyjazny SharePoint, Bałut Piotr, Barański Jarosław - E...Konferencja Intratic Przyjazny SharePoint, Bałut Piotr, Barański Jarosław - E...
Konferencja Intratic Przyjazny SharePoint, Bałut Piotr, Barański Jarosław - E...
 
Mahmoud F CV 2016_17
Mahmoud F CV 2016_17 Mahmoud F CV 2016_17
Mahmoud F CV 2016_17
 
Tutoria
TutoriaTutoria
Tutoria
 
Gender Equality
Gender EqualityGender Equality
Gender Equality
 
Scheda competenze 21° secolo per corso ad rm 6 gruppo di lavoro 4 m.fasanelli
Scheda competenze 21° secolo per corso ad rm 6 gruppo di lavoro 4   m.fasanelliScheda competenze 21° secolo per corso ad rm 6 gruppo di lavoro 4   m.fasanelli
Scheda competenze 21° secolo per corso ad rm 6 gruppo di lavoro 4 m.fasanelli
 
Tecla.it Smarter Commerce
Tecla.it Smarter Commerce Tecla.it Smarter Commerce
Tecla.it Smarter Commerce
 
Business Model Innovation by Trick of the Trade
Business Model Innovation by Trick of the TradeBusiness Model Innovation by Trick of the Trade
Business Model Innovation by Trick of the Trade
 
Videolaparoscopia na endometriose
Videolaparoscopia na endometrioseVideolaparoscopia na endometriose
Videolaparoscopia na endometriose
 
Soluciones y solubilidad
Soluciones y solubilidadSoluciones y solubilidad
Soluciones y solubilidad
 
club Secretary
 club Secretary club Secretary
club Secretary
 
CDA Dagupan Extension Office Annual Report 2015
CDA Dagupan Extension Office Annual Report  2015CDA Dagupan Extension Office Annual Report  2015
CDA Dagupan Extension Office Annual Report 2015
 
Máster UAB-Formación 29 septiembre_2016
Máster UAB-Formación 29 septiembre_2016Máster UAB-Formación 29 septiembre_2016
Máster UAB-Formación 29 septiembre_2016
 
Tutorial in italiano di Pearltrees
Tutorial in italiano di PearltreesTutorial in italiano di Pearltrees
Tutorial in italiano di Pearltrees
 
JHON FERNANDO CARREÑO
JHON FERNANDO CARREÑOJHON FERNANDO CARREÑO
JHON FERNANDO CARREÑO
 
Matlab1
Matlab1Matlab1
Matlab1
 

Similar to ARTDM 170, Week 1: Introduction

ARTDM 170 Week 1: Introduction
ARTDM 170 Week 1: IntroductionARTDM 170 Week 1: Introduction
ARTDM 170 Week 1: IntroductionGilbert Guerrero
 
46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello worldhemi46h
 
計算機概論20161205
計算機概論20161205計算機概論20161205
計算機概論20161205志宇 許
 
Joomla v-15-squeezebox-in-your-joomla-website
Joomla v-15-squeezebox-in-your-joomla-websiteJoomla v-15-squeezebox-in-your-joomla-website
Joomla v-15-squeezebox-in-your-joomla-websiteRBaggio2000
 
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 NepalWordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 NepalChandra Prakash Thapa
 
HyperText Markup Language - HTML
HyperText Markup Language - HTMLHyperText Markup Language - HTML
HyperText Markup Language - HTMLSun Technlogies
 
GWT training session 2
GWT training session 2GWT training session 2
GWT training session 2SNEHAL MASNE
 
HTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts BasicsHTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts BasicsSun Technlogies
 
Web pop up javascript
Web pop up javascriptWeb pop up javascript
Web pop up javascriptAmyDoyle1
 
Introduction to modern front-end with Vue.js
Introduction to modern front-end with Vue.jsIntroduction to modern front-end with Vue.js
Introduction to modern front-end with Vue.jsmonterail
 
Cool Tools that make front-end development fun!
Cool Tools that make front-end development fun!Cool Tools that make front-end development fun!
Cool Tools that make front-end development fun!Jarne W. Beutnagel
 
Html5 first look by aj.Ball
Html5 first look by aj.BallHtml5 first look by aj.Ball
Html5 first look by aj.BallSupote Phunsakul
 
Hello world
Hello worldHello world
Hello worldhemi46h
 

Similar to ARTDM 170, Week 1: Introduction (20)

ARTDM 170 Week 1: Introduction
ARTDM 170 Week 1: IntroductionARTDM 170 Week 1: Introduction
ARTDM 170 Week 1: Introduction
 
46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world
 
計算機概論20161205
計算機概論20161205計算機概論20161205
計算機概論20161205
 
Joomla v-15-squeezebox-in-your-joomla-website
Joomla v-15-squeezebox-in-your-joomla-websiteJoomla v-15-squeezebox-in-your-joomla-website
Joomla v-15-squeezebox-in-your-joomla-website
 
Wave Workshop
Wave WorkshopWave Workshop
Wave Workshop
 
DOM.pptx
DOM.pptxDOM.pptx
DOM.pptx
 
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 NepalWordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
 
HyperText Markup Language - HTML
HyperText Markup Language - HTMLHyperText Markup Language - HTML
HyperText Markup Language - HTML
 
Fewd week1 slides
Fewd week1 slidesFewd week1 slides
Fewd week1 slides
 
GWT training session 2
GWT training session 2GWT training session 2
GWT training session 2
 
HTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts BasicsHTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts Basics
 
Web pop up javascript
Web pop up javascriptWeb pop up javascript
Web pop up javascript
 
Django crush course
Django crush course Django crush course
Django crush course
 
Introduction to modern front-end with Vue.js
Introduction to modern front-end with Vue.jsIntroduction to modern front-end with Vue.js
Introduction to modern front-end with Vue.js
 
Cool Tools that make front-end development fun!
Cool Tools that make front-end development fun!Cool Tools that make front-end development fun!
Cool Tools that make front-end development fun!
 
Html5 first look by aj.Ball
Html5 first look by aj.BallHtml5 first look by aj.Ball
Html5 first look by aj.Ball
 
Hello world
Hello worldHello world
Hello world
 
Print this
Print thisPrint this
Print this
 
Java Script
Java ScriptJava Script
Java Script
 
Web 101 intro to html
Web 101  intro to htmlWeb 101  intro to html
Web 101 intro to html
 

More from Gilbert Guerrero

Designing for Skepticism and Bright Sunlight
Designing for Skepticism and Bright SunlightDesigning for Skepticism and Bright Sunlight
Designing for Skepticism and Bright SunlightGilbert Guerrero
 
ARTDM 171, Week 17: Usability Testing and QA
ARTDM 171, Week 17: Usability Testing and QAARTDM 171, Week 17: Usability Testing and QA
ARTDM 171, Week 17: Usability Testing and QAGilbert Guerrero
 
Artdm 170 week15 publishing
Artdm 170 week15 publishingArtdm 170 week15 publishing
Artdm 170 week15 publishingGilbert Guerrero
 
ARTDM 170, Week 13: Text Elements + Arrays
ARTDM 170, Week 13: Text Elements + ArraysARTDM 170, Week 13: Text Elements + Arrays
ARTDM 170, Week 13: Text Elements + ArraysGilbert Guerrero
 
ARTDM 170, Week 14: Introduction to Processing
ARTDM 170, Week 14: Introduction to ProcessingARTDM 170, Week 14: Introduction to Processing
ARTDM 170, Week 14: Introduction to ProcessingGilbert Guerrero
 
ARTDM 171, Week 13: Navigation Schemes
ARTDM 171, Week 13: Navigation SchemesARTDM 171, Week 13: Navigation Schemes
ARTDM 171, Week 13: Navigation SchemesGilbert Guerrero
 
Artdm170 week12 user_interaction
Artdm170 week12 user_interactionArtdm170 week12 user_interaction
Artdm170 week12 user_interactionGilbert Guerrero
 
Artdm 171 Week12 Templates
Artdm 171 Week12 TemplatesArtdm 171 Week12 Templates
Artdm 171 Week12 TemplatesGilbert Guerrero
 
ARTDM 171, Week 10: Mood Boards + Page Comps
ARTDM 171, Week 10: Mood Boards + Page CompsARTDM 171, Week 10: Mood Boards + Page Comps
ARTDM 171, Week 10: Mood Boards + Page CompsGilbert Guerrero
 
ARTDM 170, Week 10: Encapsulation + Paper Prototypes
ARTDM 170, Week 10: Encapsulation + Paper PrototypesARTDM 170, Week 10: Encapsulation + Paper Prototypes
ARTDM 170, Week 10: Encapsulation + Paper PrototypesGilbert Guerrero
 
ARTDM 171, Week 9: User Experience
ARTDM 171, Week 9: User ExperienceARTDM 171, Week 9: User Experience
ARTDM 171, Week 9: User ExperienceGilbert Guerrero
 
ARTDM 171, Week 7: Remapping Cyberspace
ARTDM 171, Week 7: Remapping CyberspaceARTDM 171, Week 7: Remapping Cyberspace
ARTDM 171, Week 7: Remapping CyberspaceGilbert Guerrero
 
ARTDM 170, Week 7: Scripting Interactivity
ARTDM 170, Week 7: Scripting InteractivityARTDM 170, Week 7: Scripting Interactivity
ARTDM 170, Week 7: Scripting InteractivityGilbert Guerrero
 
Artdm170 week6 scripting_motion
Artdm170 week6 scripting_motionArtdm170 week6 scripting_motion
Artdm170 week6 scripting_motionGilbert Guerrero
 
Artdm170 Week6 Scripting Motion
Artdm170 Week6 Scripting MotionArtdm170 Week6 Scripting Motion
Artdm170 Week6 Scripting MotionGilbert Guerrero
 
Artdm170 Week6 Scripting Motion
Artdm170 Week6 Scripting MotionArtdm170 Week6 Scripting Motion
Artdm170 Week6 Scripting MotionGilbert Guerrero
 
Artdm170 Week6 Scripting Motion
Artdm170 Week6 Scripting MotionArtdm170 Week6 Scripting Motion
Artdm170 Week6 Scripting MotionGilbert Guerrero
 

More from Gilbert Guerrero (20)

Designing for Skepticism and Bright Sunlight
Designing for Skepticism and Bright SunlightDesigning for Skepticism and Bright Sunlight
Designing for Skepticism and Bright Sunlight
 
ARTDM 171, Week 17: Usability Testing and QA
ARTDM 171, Week 17: Usability Testing and QAARTDM 171, Week 17: Usability Testing and QA
ARTDM 171, Week 17: Usability Testing and QA
 
Artdm 171 week15 seo
Artdm 171 week15 seoArtdm 171 week15 seo
Artdm 171 week15 seo
 
Artdm 170 week15 publishing
Artdm 170 week15 publishingArtdm 170 week15 publishing
Artdm 170 week15 publishing
 
ARTDM 171, Week 14: Forms
ARTDM 171, Week 14: FormsARTDM 171, Week 14: Forms
ARTDM 171, Week 14: Forms
 
ARTDM 170, Week 13: Text Elements + Arrays
ARTDM 170, Week 13: Text Elements + ArraysARTDM 170, Week 13: Text Elements + Arrays
ARTDM 170, Week 13: Text Elements + Arrays
 
ARTDM 170, Week 14: Introduction to Processing
ARTDM 170, Week 14: Introduction to ProcessingARTDM 170, Week 14: Introduction to Processing
ARTDM 170, Week 14: Introduction to Processing
 
ARTDM 171, Week 13: Navigation Schemes
ARTDM 171, Week 13: Navigation SchemesARTDM 171, Week 13: Navigation Schemes
ARTDM 171, Week 13: Navigation Schemes
 
Artdm170 week12 user_interaction
Artdm170 week12 user_interactionArtdm170 week12 user_interaction
Artdm170 week12 user_interaction
 
Artdm 171 Week12 Templates
Artdm 171 Week12 TemplatesArtdm 171 Week12 Templates
Artdm 171 Week12 Templates
 
ARTDM 171, Week 10: Mood Boards + Page Comps
ARTDM 171, Week 10: Mood Boards + Page CompsARTDM 171, Week 10: Mood Boards + Page Comps
ARTDM 171, Week 10: Mood Boards + Page Comps
 
ARTDM 170, Week 10: Encapsulation + Paper Prototypes
ARTDM 170, Week 10: Encapsulation + Paper PrototypesARTDM 170, Week 10: Encapsulation + Paper Prototypes
ARTDM 170, Week 10: Encapsulation + Paper Prototypes
 
ARTDM 171, Week 9: User Experience
ARTDM 171, Week 9: User ExperienceARTDM 171, Week 9: User Experience
ARTDM 171, Week 9: User Experience
 
ARTDM 171, Week 7: Remapping Cyberspace
ARTDM 171, Week 7: Remapping CyberspaceARTDM 171, Week 7: Remapping Cyberspace
ARTDM 171, Week 7: Remapping Cyberspace
 
ARTDM 170, Week 7: Scripting Interactivity
ARTDM 170, Week 7: Scripting InteractivityARTDM 170, Week 7: Scripting Interactivity
ARTDM 170, Week 7: Scripting Interactivity
 
Artdm170 week6 scripting_motion
Artdm170 week6 scripting_motionArtdm170 week6 scripting_motion
Artdm170 week6 scripting_motion
 
Artdm170 Week6 Scripting Motion
Artdm170 Week6 Scripting MotionArtdm170 Week6 Scripting Motion
Artdm170 Week6 Scripting Motion
 
Artdm170 Week6 Scripting Motion
Artdm170 Week6 Scripting MotionArtdm170 Week6 Scripting Motion
Artdm170 Week6 Scripting Motion
 
Artdm170 Week6 Scripting Motion
Artdm170 Week6 Scripting MotionArtdm170 Week6 Scripting Motion
Artdm170 Week6 Scripting Motion
 
Artdm171 Week6 Images
Artdm171 Week6 ImagesArtdm171 Week6 Images
Artdm171 Week6 Images
 

Recently uploaded

Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 

Recently uploaded (20)

Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 

ARTDM 170, Week 1: Introduction

  • 1. ARTDM 170 Week 1: Meta Tag Refresh Animation Gilbert Guerrero gguerrero@dvc.edu http://gilbertguerrero.com/blog/artdm-170/
  • 2. Meta Tag Refresh Animation • Most basic form of animation on the web • Pre-dates gif animations
  • 3. Meta Tag Refresh code <meta http-equiv="Refresh" content="1; URL=slide2.html" /> • The meta tag will cause the browser to refresh with a new web page • The code is placed in the header of your web page
  • 4. Create a basic web page called slide1.html with this code: <html> <head> <meta http-equiv="Refresh" content="1; URL=slide2.html" /> </head> <body> <center>Hello</center> </body> </html>
  • 5. Create a second web page called slide2.html with this code: <html> <head> <meta http-equiv="Refresh" content="1; URL=slide1.html" /> </head> <body> <center>World</center> </body> </html>
  • 6. Meta Refresh tag causes pages to go from one to the next and loop back Hello World slide1.html slide2.html URL=slide2.html URL=slide1.html
  • 7. Duplicate pages and change the code to make a sentence with five words Hello World How Are You? slide1.html slide2.html slide3.html slide4.html slide5.html URL=slide2.html URL=slide3.html URL=slide4.html URL=slide5.html URL=slide1.html
  • 8. Add a “pause” button by creating a link that goes to a duplicate page which does not contain the refresh tag World slide2stop.html Pause Hello World How slide1.html slide2.html slide3.html URL=slide2.html URL=slide3.html URL=slide4.html
  • 9. Code for slide2.html with a pause button <html> <head> <meta http-equiv="Refresh" content="1; URL=slide3.html" /> </head> <body> <center>World</center> <center> <p><a href=”slide2stop.html”>Pause</a></p> </center> </body> </html>
  • 10. Add a “play” button by creating a link that goes to the next slide To start playing the World slideshow, add a link that takes them to the next slide2stop.html slide that has a refresh tag Pause Hello World How slide1.html slide2.html slide3.html URL=slide2.html URL=slide3.html URL=slide4.html
  • 11. Code for slide2stop.html with a play button. Notice: there is no refresh tag! <html> <head> </head> <body> <center>World</center> <center> <p><a href=”slide3.html”>Play</a></p> </center> </body> </html>
  • 12. Replace the word with an image: <html> <head> <meta http-equiv="Refresh" content="1; URL=slide2.html" /> </head> <body> <center><img src=“images/pic1.jpg” /></center> </body> </html>
  • 13. Homework, due Feb 2 – Make a short slideshow animation • Fill out the student survey • Read about the Meta Refresh technique • Create a slideshow animation using HTML pages with Meta Tag Refresh ‣ Create at least 10 frames ‣ Use images, so there will be at least ten images ‣ Place the images in a folder called “images” with your slide html pages ‣ Add Play, Pause, Forward, and Back buttons (By the end youʼll have at least 20 pages) See you next week!

Editor's Notes

  1. BEFORE CLASS&amp;#x2022;&amp;#xA0;&amp;#xA0;&amp;#xA0; Check if books are in student bookstore or across the street&amp;#x2022;&amp;#xA0;&amp;#xA0;&amp;#xA0; Fill out Office Hours Form in Dean&amp;#x2019;s office&amp;#x2022;&amp;#xA0;&amp;#xA0;&amp;#xA0; Post name, email, and course title and section on the board: ARTDM-171 Web Design, Section: 0465, Lecture and Lab: Tuesdays 2-4:50pm in A-303, Open Lab: Tue 1-2pm, 5-6pm, A-303.&amp;#x2022;&amp;#xA0;&amp;#xA0;&amp;#xA0; Print out the roster &amp;#x2022;&amp;#xA0;&amp;#xA0;&amp;#xA0; Print out 26+ syllabi&amp;#x2022;&amp;#xA0;&amp;#xA0;&amp;#xA0; Take attendance
  2. HW: * Meta tag refresh animations * At least 10 frames * Recycle these frames for GIF animation next week.