3D Animations on the Internet

Slides:



Advertisements
Similar presentations
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Advertisements

Basic HTML Workshop LIS Web Team Spring 2007.
HTML popo.
WeB application development
Internet Research Internet Applications. The Internet is not the Web Because of the great popularity of the World Wide Web, people think the Internet.
Slide 1 of 40. Lecture A The Java Programming Language Invented 1995 by James Gosling at Sun Microsystems. Based on previous languages: C, C++, Objective-C,
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
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.
Software and Multimedia
Java Workshop for Teachers May 6, 2005 A Brief Look at the Java Programming Language.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
Web Design I Spring 2009 Kevin Cole Gallaudet University
Exploring Web Page Design. What is a Web Page?  A web page is a multimedia file which can be stored on a web server.  It can include text, graphics,
Java Lecture 16: Dolores Zage. WWW n Was a method for distributing passive information n added forms and image maps n interaction was only a new way to.
Web Designing By Bhupendra Ratha, Lecturer School of Library & Information Science D.A.V.V., Indore.
1 Essential HTML coding By Fadi Safieddine (Week 2)
Understanding HTML Code
Applets Chapter 17.  Java’s big splash onto the scene came in the mid 90’s. The people at Sun Microsystems had managed to work java programs into Web.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Introduction to Computers and Java Chapter 1.3. A Sip of Java: Outline History of the Java Language Applets A First Java Program Compiling a Java Program.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
File Name Extensions Computer Applications 7th grade.
Java Applet Presented by: Feng Liu. Agenda Introduction Java Applet vs. JavaScript Steps in Creating a Java Applet Java Applet Example Do I have to write.
Basic HTML PowerPoint How Hyper Text Markup Language Works
How to use Microsoft Word. Where can I find Microsoft Word? How to select, copy and paste information Go to the document from which you wish to copy the.
Chapter 13. Applets and HTML HTML Applets Computer Programming with JAVA.
1 John Magee 9 November 2012 CS120 Lecture 17: The World Wide Web and HTML Web Publishing.
Digital Planet: Tomorrow’s Technology and You
3D Animations on the Internet Tyson Shepherd (sophomore) Intense Laser Physics Theory Unit Supports: NSF, Res. Co, URG.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
Mini University July, 2005 A Little Taste of Java (but don’t tell your folks) (they might think there’s caffeine involved)
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
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.
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Creating a Web Page Presented by: Bernadette G. Bautista Manuel I. Santos MNHS April 29, 2011.
HTML HTML stands for Hyper Text Markup Language. HTML is used in making the base of a Website You can just use an online website maker like weebly.com.
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)
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
XP Creating Web Pages with Microsoft Office
Java Script and the DOM DOM stands for: –The Document Object Model When a browser reads a web page, it converts it’s contents from HTML into a hierarchical.
Computer Fundamentals Desktop Publishing & Web Design MSCH 233 Lecture 9.
Lab 3 Html basics.
Introduction to HTML.
Web Basics: HTML/CSS/JavaScript What are they?
Images in HTML PowerPoint How images are used in HTML
Lecture 16: Applets & HTML
Sec (4.3) The World Wide Web.
The Internet and HTML Code
What is HTML? Standardized codes Web pages SGML Descriptive markup
Fluency with Information Technology
Software and Multimedia
HTML.
Software and Multimedia
Of HTML, CSS and JavaScript
Basic HTML and Embed Codes
Java Applets.
Making Web pages.
Introduction to HTML5.
Chapter 2 HTML & CSS.
Intro to html5.
Basic HTML Workshop.
Pertemuan 1 Desain web Pertemuan 1
The language of the internet
The language of the internet
Images in HTML PowerPoint How images are used in HTML
Presentation transcript:

3D Animations on the Internet Tyson Shepherd (sophomore) Intense Laser Physics Theory Unit http://www.phy.ilstu.edu/ILP Supports: NSF, Res. Co, URG

Today we will talk about... How data visualization applies to physics. How animations can help physics. How we can make the animations and how we can put them on the web. Some HTML and the usefulness of JAVA Comparing Disney and me. Show some slides of what I can do.

How data visualization works Understanding of data through visualization Requires graphing and plotting software. 3D Graphs or contour plots.

How animations can help physics See physics moving in time Effects of time dependent functions Especially useful in three dimensions Many formats: gif, mpeg, and Quicktime

Making 3D images from scratch.

Some pictures of what we can do

How I make animations and how I put them on the web

Comparing Disney and Me Disney usually draws by hand. Disney puts it on a film frame. Disney puts it in a reel Disney projects it on the big screen. I draw by computer in ncgm format. I convert it into gif at this point. I animate it. I put it up on the web.

HTML The “programming language” for Internet Stands for Hyper-Text Markup Language Resembles a word processor assembly code Can be read by on any web browser

Example of HTML <HTML> <HEAD> <title><size, style>...text…<size, /style></title> <body bgcolor=“#hexdec” font, color, size> <p>…TEXT...<br> <img src =“./filename” options><br> <a href=“./link”>TEXT</a><br> <hr> …page info… </BODY> </HTML>

JAVA Made by Sun Microsystems Object oriented language Similar to Microsoft’s Visual Basic JAVA is OS independent Automatic compilation at user end.

JAVA also User dynamic language User controllability Can be linked to existing programs (even FORTAN) Home user can manipulate the initial conditions

Example of Java Program “Hello World” /** * Simple applicatin: HelloWorld.java */ public class HelloWorld { public static void main() { System.out.println("Hello, World!"); } };

Outline of the way JAVA works