Web Basics (Scary Acronyms Demystified). HTML Acronyms And your website… CSS URL HTTP SSL SMTP DNS RSS API ERQ iCAL Yippie! We have an Awesome website…

Slides:



Advertisements
Similar presentations
Section 10.1 Identify how Web sites are structured Explain the role of URLs Describe the function of HTTP Section 10.2 Explain how the Web has affected.
Advertisements

Charmaine NormanCopyright What Is a Web Page Presented by Webpagemaker. Net Left click your mouse to view each frame, Web Page.
4.01 How Web Pages Work.
Internet Research Internet Applications. The Internet is not the Web Because of the great popularity of the World Wide Web, people think the Internet.
Project 1 Introduction to HTML.
The Internet Useful Definitions and Concepts About the Internet.
Creating Web Pages Getting Started. Overview What Web Pages Are How Web Pages are Formatted Putting Graphics on Web Pages How Web Pages are Linked Linking.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
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.
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.
HYPERTEXT MARKUP LANGUAGE (HTML)
Nat 4/5 - Software Design and Development – Low Level Operations - 1 National 4/5 – Computing Science Information Systems Design and Development Media.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Website Publishing. Publishing Basics Early Web Sites Obtain a Domain Name IP Address (Internet Protocol Address) – A number that uniquely identifies.
Sem 1 v2 Chapter 14: Layer 6 - The Presentation layer.
Delving into the Internet and Networks. In the beginning  ARPANET – set up for the military to have another network of communication  Pre-cursor to.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Internet Information ISYS 105B. What is the Internet? Comprised of network of computers Started in 1969 by U.S. Defense Dept.
The Internet Writer’s Handbook 2/e Introduction to World Wide Web Terms Writing for the Web.
Lesson 2 — The Internet and the World Wide Web
Discovering Computers 2010 Chapter 2 The Internet and World Wide Web.
First things, First Do you belong in here? – 10 – 12 – Comp. Discovery or Keyboard/Comp Apps – Do you have any experience with Web Page Design?????
Institute of Technology Sligo - Dept of Computing Sem 1 Chapter 14: Layer 6 - The Presentation layer.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
HTML and XML Behind Web Authoring Tools. 2 Objectives Introduce HTML Learn HTML Step by step Introduce XML.
1.1 What is Multimedia Multimedia
Chapter 2 The Internet. Evolution of the Internet History of the internet.
How the Web Works Digital Histories Workshop Adam Crymble.
The Internet and the World Wide Web (ch. 7) Internet-based communications other Internet services the World Wide Web.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
File Format. Graphics file Format GIF (Graphics Interchange Format) JPEG (Joint Photographic Experts Group) PNG (Portable Network Graphics) TIFF (Tag.
File Format. Graphic file Format GIF –cross-platform compatibility –developed by CompuServe as a common format for exchanging bitmapped images between.
ECEN “Internet Protocols and Modeling”, Spring 2012 Course Materials: Papers, Reference Texts: Bertsekas/Gallager, Stuber, Stallings, etc Class.
● A system of Internet servers that support specially formatted documents. The documents are formatted in a markup language called HTML. What is the World.
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.
TCP/IP (Transmission Control Protocol / Internet Protocol)
Web Based Systems for Engineering and Management Professors Iris D. Tommelein and Arpad Horvath Fall 2000.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
Chap 14 Presentation Layer Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Web Design and Development. World Wide Web  World Wide Web (WWW or W3), collection of globally distributed text and multimedia documents and files 
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Introduction to the World Wide Web & Internet CIS 101.
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
Layer 6 Presentation Layer. Overview Now that you have learned about Layer 5 of the OSI model, it is time to look at Layer 6, the presentation layer.
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.
Web Design – Week 2 Introduction to website basics Website basics: How the Web Works Client / server architecture Packet switching URL components.
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)
Website Design and Construction Services and Standards.
Free Powerpoint Templates Page 1 Free Powerpoint Templates CHAPTER 1 LAB 1.1 Web Server.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Chapter 1 Introduction to HTML.
Basic Knowledge of Web creation
Some bits on how it works
The Internet and the World Wide Web (ch. 7)
File Extension Mini-Lesson
Introduction to World Wide Web
4.01 How Web Pages Work.
4.01 How Web Pages Work.
The Internet and Electronic mail
Presentation transcript:

Web Basics (Scary Acronyms Demystified)

HTML Acronyms And your website… CSS URL HTTP SSL SMTP DNS RSS API ERQ iCAL Yippie! We have an Awesome website… What’s is HTML? What’s my IP?..CSS, RSS, ERQ? … I can handle this! Wait a second… Arggg!... …What does it all mean?

About Us This placeholder text is for formatting purposes only. Remove before launch. HTML Hypertext Markup Language Everything between these two tags will appear bold. Bold it is!

CSS About Us This placeholder text is for formatting purposes only. Remove before launch. Cascading Style Sheet h1 { color:#d98a15; font-family: Arial, Helvetica, sans-serif; font-weight: normal; } h1{ color:#d98a15; font-family: Arial, Helvetica, sans-serif; font-weight: normal; } The CSS is saying “Make every tag used on the page (or in the site) the certain color, font and size.

RGB Red Green Blue Pictures displayed on your computer screen utilize a combination of these three colors.

URL Uniform Resource Locator This is how you communicate where you want to go and what you want to see on the Internet. This is the URL

HTTP Hypertext Transfer Protocol When you see the “S” it means that data is being transmitted and displayed in a secure (SSL) manner. is the protocol of this URL

SSL Secure Sockets Layer When you see the “S” after http it means that data is being transported and displayed in a secure manner. Credit Card Numbers Personal Data Login Information Sending Forms Look for the “s” and the lock Hover over the logo for more information.. How do we know it is secure?

SMTP Simple Mail Transfer Protocol Servers use the Simple Mail Transfer Protocol to transfer electronic mail back and forth. Your client can also use SMTP to send to a server.

DNS Domain Name System Life is easier thanks to the many DNS servers out there on the Internet. We type text DNS Interprets and Translates Directs to IP Somesite’s home page is displayed in your browser.

IP Internet Protocol Your IP address is a set of 4 groupings of numbers that identifies the network you are on and which computer you are using. Here I Am…

RSS RDF, Rich, or Really Simple Syndication What this means to me…. Syndication of Web Content Common Usage: News Feeds Headlines Audio Excerpts from discussion forums/blogs…

API Application Programming Interface iWeather iPollen Ms. Sunny Days Mr. Al Ergies iWeather Check the Pollen Count Here Find out what the weather will be like for your area this weekend. How Programmers make programming easier!

ERQ Enhancement Request We take your suggestions. Put them on a list. Our developers, when it’s possible, will implement them where they can into the software. We like to get feedback and suggestions from the users of our software….That’s You!

FILE TYPES - GIF = (Graphic Interchange Format) - JPEG = (Joint Photographic Experts Group) - PNG = (Portable Network Graphics) - TIFF = (Tagged Image File Format) - AVI = (Audio Video Interleaved) - MOV = (QuickTime Movie) - AIFF = (Audio Interchange File Format) - MP3 = (MPEG-1 Layer III Audio Stream Sound file) - PDF = (Portable Document Format) - MPEG = (Motion Picture Experts Group) - TXT = (Plain Text File) - DOC = (Word Document) - XML = (Extensible Markup Language) - XLS = (Excel File) Even file types are acronyms for something. With each file type comes a set of characteristics and common properties including, what types of programs can view the file. DID YOU KNOW?

SUMMARY Not an Acronym…. You have the knowledge. You have the control. Now go ahead and enjoy working with your finalsite website. Don’t be afraid anymore!

Q & A THANK YOU FOR YOUR TIME AND ATTENTION.