h1 - Finalsite

Download Report

Transcript h1 - Finalsite

Web Basics
(Scary Acronyms Demystified)
Acronyms
And your website…
HTML
CSS
URL
RSS
HTTP
APIahandle
What’s
Arggg!...
is HTML? Yippie!
Wait
second…
my …What
IP?
..CSS,
RSS,
…
IWhat’s
can
We
have
this!
andoes
Awesome
it allERQ?
mean?
website…
SSL
SMTP
DNS
ERQ
iCAL
HTML
Hypertext Markup Language
<html>
<head>
<title>
</title>
Everything between these
two tags will appear bold.
</head>
<body>
<h1>About Us</h1>
<p><b>This placeholder text is for formatting
purposes only. Remove before launch. </b></p>
</body>
</html>
Bold it is!
CSS
h1{
}
<html>
<head>
<title>
</title>
color:#d98a15;
h1 {
color:#d98a15;
font-family: Arial,
Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
font-weight:
font-weight:
normal;normal;
}
</head>
<body>
<h1>About Us</h1>
Cascading Style Sheet
The CSS is saying “Make every
<h1> tag used on the page (or in
the site) the certain color, font and
size.
<p><b>This placeholder text is for formatting purposes only. Remove
before launch. </b></p>
</body>
</html>
RGB
Red Green Blue
Pictures displayed on your computer screen utilize a
combination of these three colors.
URL
Uniform Resource Locator
http://www.finalsite.com
This is the URL
This is how you communicate where you want to go
and what you want to see on the Internet.
HTTP
Hypertext Transfer Protocol
http://www.finalsite.com
http:// is the protocol of this URL
https://
When you see the “S” it means that data is being
transmitted and displayed in a secure (SSL) manner.
SSL
Secure Sockets Layer
https://www.finalsite.com
Credit Card Numbers
Personal Data
How
dothe
we“s”know
it lock
Look for
and the
is secure?
When
you see
the “S” after http it means that data is being
Login
Information
transported and displayed in a secure manner.
Sending Forms
Hover over the logo for more information..
SMTP
Simple Mail Transfer Protocol
Servers use the Simple Mail Transfer Protocol to
transfer electronic mail back and forth.
Your email client can also use SMTP
to send email to a server.
DNS
Domain Name System
DNS Interprets and Translates
We type text
www.somesite.com
Directs to IP
Life is easier thanks to the many DNS servers
out there on the Internet.
IP
Internet Protocol
192.168.200.5
Here I Am…
192.168.200.5
Your IP address is a set of 4 groupings of
numbers that identifies the network you are on
and which computer you are using.
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
Check the Pollen
Count Here
011010110
iPollen
iWeather
Find out what the weather will be like for
your area this weekend.
Ms. Sunny Days
Mr. Al Ergies
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)
Even file types are
acronyms for
- PNG = (Portable Network Graphics)
something.
With each file type
- TIFF = (Tagged Image File Format)
comes a set of
- AVI = (Audio Video Interleaved)
characteristics and
- MOV = (QuickTime Movie)
common properties
including, what
- AIFF = (Audio Interchange File Format)
types of programs
- MP3 = (MPEG-1 Layer III Audio Stream Sound file)
can view the file.
- JPEG = (Joint Photographic Experts Group)
- PDF = (Portable Document Format)
- MPEG = (Motion Picture Experts Group)
- TXT = (Plain Text File)
- DOC = (Word Document)
- XML = (Extensible Markup Language)
- XLS = (Excel File)
DID YOU KNOW?
SUMMARY
Not an Acronym….
Don’t be afraid anymore!
You have the knowledge. You have the control.
Now go ahead and enjoy working with your finalsite
website.
THANK YOU FOR YOUR TIME AND ATTENTION.
Q&A