Web Design Vocab 12 The Last one! Applet, HTTPS, RGB Color, Rollover, Server.

Slides:



Advertisements
Similar presentations
Introduction to HTML. A Web Page is.. An ASCII (text) file.. Whose filename ends with.htm or.html –index.html or cookie-recipe.htm Contains HTML tags.
Advertisements

HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Learning the Basics – Lesson 1
CSS Link Styling. The Anchor Element: Link text between the opening and closing can be styled using CSS. Some of the properties that can be set are: font-family,
DT228/3 Web Development WWW and Client server model.
 To publish information for global distribution, one needs a universally understood language, a kind of publishing mother tongue that all computers may.
Copyright 2004 Monash University IMS5401 Web-based Systems Development Topic 2: Elements of the Web (g) Interactivity.
MSc. Publishing on WWW JavaScript. What is JavaScript? A scripting language devised by Netscape Adds functionality to web pages by: Embedding code into.
Create internal and external links Create internal links to named anchors Insert Flash Text Create, modify, and copy navigation bar Manage Web site links.
Introduction to Web Base Multimedia Application. Web base application TCP/IP (HTTP) protocol Using WWW technology & software Distributed environment.
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
Multiple Tiers in Action
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
Creating your website Using Plain HTML. What is HTML? ► Web pages are authored in HyperText Markup Language (HTML) ► Plain text is marked up with tags,
1 The World Wide Web. 2  Web Fundamentals  Pages are defined by the Hypertext Markup Language (HTML) and contain text, graphics, audio, video and software.
Design factors Content –Fig.s 4-49, 5-4, 6-3 Organization –Fig.s 2-10, 2-11, 2-12, 2-14, 2-15, 5-17 Performance Aesthetic Security.
What Is A Web Page? An Introduction to the Internet.
Web Design Terms and Concepts Ms. Scales. Q. What is a Server? A. A server is a computer that stores information many people can access. It runs special.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
XHTML Introductory1 Linking and Publishing Basic Web Pages Chapter 3.
Introducción WEB Diseño y programacion en HTML.
How the Internet Works. What is the Internet? Thousands of networks connected Purpose of exchanging information World wide No one owns the Internet It.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Project 4: Creating Hyperlinks Kelly L.
Developing Content and Layout Lesson 6. Creating Web Site Content Online users scan a page, read key words of text, and check out graphics Reading from.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Monitor Mouse Keyboard Cursor Icons Web Browsers Valley Oaks Uses Google Chrome.
20-753: Fundamentals of Web Programming 1 Lecture 1: Introduction Fundamentals of Web Programming Lecture 1: Introduction.
SE-2840 Web Application Development 1. 2 Contact info Dr. Mark L. Hornick For office hours, course syllabus, see:
HTML. Principle of Programming  Interface with PC 2 English Japanese Chinese Machine Code Compiler / Interpreter C++ Perl Assembler Machine Code.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 1 1 Browser Basics Introduction to the Web and Web Browser Software Tutorial.
Introduction to World Wide Web Authoring © Directorate of Information Systems and Services University of Aberdeen, 1999 IT Training Workshop.
HTML ~ Web Design.
Review session for Web development. Time line of the internet history When was the ARPANET first demostrated? When did the NFSNet replace it? When did.
Web Design I Spring 2009 Kevin Cole Gallaudet University
Introduction to the Internet and World Wide Web. The Internet n A network of networks n Began in 1969 as ARPAnet (Advanced Research Projects Agency) n.
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
Chapter 2: Color and Applets Coming up: Introduction to Graphics.
CS 7: Introduction to Computer Programming Java and the Internet Sections ,2.1.
Jsp (Java Server Page) Is a server side program.
Chapter 16: Networking F Client/Server Communications F Serving Multiple Clients F Applet Clients F Viewing HTML Pages F Retrieving Files from Web Servers.
Murach's HTML5 and CSS3, C1© 2012, Mike Murach & Associates, Inc. Slide 1.
Chapter 29 World Wide Web & Browsing World Wide Web (WWW) is a distributed hypermedia (hypertext & graphics) on-line repository of information that users.
Web Technologies Lecture 8 Server side web. Client Side vs. Server Side Web Client-side code executes on the end-user's computer, usually within a web.
How the Web Works Jenny Burson Courtesy of About Internet for Beginners Learn the Web
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Part V Electronic Commerce Security Online Security Issues Overview Managing Risk Computer Security Classifications. Security.
CS-4220 Dr. Mark L. Hornick 1 CS-4220 (last time!) Web Software Applications.
HTML Links HTML uses a hyperlink to another document on the Web.
1 Introduction to Graphics b The last one or two sections of each chapter of the textbook focus on graphical issues b Most computer programs have graphical.
PART TWO Electronic Color & RGB values 1. Electronic Color Computer Monitors: Use light in 3 colors to create images on the screen Monitors use RED, GREEN,
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Advanced Elements & Advanced HTML Codes AGCJ 407.
Review session for Web development. Today’s class Review the web designing. Filling out instructor evaluation form.
Tutorial 1 Getting Started with Adobe Dreamweaver CS5.
Finally getting to html and CSS… Tim Berners-Lee, the writer of the software program that makes him the inventor of the WWW, defines the Internet as a.
Cloud-Computing Cloud Web-Blog Software Application Download Software.
CX Introduction to Web Programming
Running a Forms Developer Application
11 October Building a Web Site.
Learning the Basics – Lesson 1
Colors.
Information in Computers
Secure Web Programming
Director, Synon/2 Development
Ch Light II. Light and Color (p ) Light and Matter
Ch Light II. Light and Color (p ) Light and Matter
Color Box Button - Gray Type : object Type : object Type : object
HTTP and HTML HTML HTTP HTTP – Standardize the packaging
Presentation transcript:

Web Design Vocab 12 The Last one! Applet, HTTPS, RGB Color, Rollover, Server

Applet Applet: A small program written in Java and included in a HTML page. Link to Java Apps: appletcollection.com appletcollection.com

HTTPS HTTPS: Indicates a secure HTTP protocol transaction.

RGB Color RGB color: The red, green, and blue (RGB) color system can represent a large portion of the color spectrum by mixing these three primary colors.

Rollover Rollover: The effect produced by changing the appearance of a graphical element when the mouse pointer moves over it. Example of Roll-Over Buttons

Server Server: A computer or software providing services to remote client machines or applications, such as supplying page contents (texts or other resources) or returning query results.