SlideShare ist ein Scribd-Unternehmen logo
1 von 260
Intro to the Web __
WiFi Access
Login:
pnmlab
Password:
pnmlab808
@Rob
HELLOmy name is
@Rob’s Experience
@Rob’s Geek Cred
@Rob
WordPress
Plugin
Developer
<>
#IRC Operator
@Zeppo
Former
Board of
Directors
Information Management
Staff Sergeant
US Air Force
Software as a Service
Architect / Growth Hacker
CC Creative
Commons
Contributor
Wikipedia
Editor
PATENT APPLICATION
#US20060294199
Systems &
Methods for a
Standard Web
Platform
Google Search Engine Optimization Expert
@Rob Bertholf | Search Engine Optimization Expert
rob.bertholf.com
Hi, I’m @Rob on Twitter. California guy living in
Honolulu, Hawaii the last 10 years. I teach at
University of Hawaii’s PNM program and I am
passionate about Development, Social Marketing
Strategy, Web Analytics & Conversion optimization.
Search engine optimization - Wikipedia
en.wikipedia.org/wiki/Search_engine_optimization
About 22,500,000 Results
Top Ranked
Pacific New Media
@pacificnewmedia
Follow @PacificNewMedia
Excited to speak at #Clarity15
on #SEO #KPI’s & Reporting!
Rob Bertholf
@Rob
Follow @Rob
Excited to speak at #UHPNM
on Intro to the #Internet!
Introductions
:)
HELLOyour name is
1) Name
2) Industry
3) Takeaway
Intro to the Web __
@Rob Bertholf
●
●
●
●
internet
[in-ter-net]
noun
1. The Internet is a global system of
interconnected computer networks that use
the standard Internet protocol suite (TCP/IP)
to link several billion devices worldwide.
The Internet
or the
“Cloud”
Server
Server
ROUTER
LAPTOP
DESKTOP
Ethernet Cable
Wireless
MODEM
ISP
INTERNET
●
●
●
●
●
World
Wide Web
FTP
Email
Telnet
web
/web/
noun
1. an information system on the Internet that
allows documents to be connected to
other documents by hypertext links,
enabling the user to search for information
by moving from one document to another.
Web Browser
http://domain.com/myfile.html
Hello World!
Internet
http://domain.com/myfile.html
Web Server
Browser
Hypertext Transfer ProtocolWeb Browser
http://domain.com/myfile.html
Hello World!
Internet
http://domain.com/myfile.html
Web Server
→ domain.com
→ myfile.html
Browser
Secure
Hypertext Transfer ProtocolWeb Browser
https://domain.com/myfile.html
Hello World!
Internet
https://domain.com/myfile.html
Web Server
Browser
Secure
Hypertext Transfer ProtocolWeb Browser
https://domain.com/myfile.html
Hello World!
Internet
https://domain.com/myfile.html
Web Server
Browser
protocol
[proh-tuh-kawl, -kol, -kohl]
noun
1. set of rules that allow two electronic items to
connect to and exchange information with
one another.
Internet Protocol (IP)
Internet
Transmission Control Protocol (TCP)
Internet Protocol (IP)
Internet
Hypertext Transfer ProtocolWeb Browser
http://domain.com/myfile.html
Hello World!
Internet
http://domain.com/myfile.html
Web Server
→ domain.com
→ myfile.html
Browser
File Transfer Protocol
Internet
ftp://domain.com
Web/File Server
myfile.html
FTP Program
FTP Request
ftp://domain.com
domain.com
myfile.html
C:MyWebsite
myfile.html
●
●
●
Internet Protocol (IP) address
noun
1. a unique string of numbers separated by
periods that identifies each computer using
the Internet Protocol to communicate over a
network.
1212 Nuuanu Ave
Honolulu, HI 96817
128.1.0.1
128.1.0.1
Chrome
http://128.1.0.1
“Visit us on the web at
127.0.0.1”
Chrome
http://Company.com
“Visit us on the web at
Company.com”
●
●
Domain Name
noun
1. A domain name is an identification string that
defines a realm of administrative autonomy,
authority or control within the Internet.
Domain Name System
noun
1. DNS is an abbreviation for Domain Name
System, a system for naming computers and
network services that is organized into a
hierarchy of domains. DNS naming is used in
TCP/IP networks, such as the Internet, to
locate computers and services through
user-friendly names.
MyComany.com
DNS
Lookup
127.0.0.1=
Name Server Web Server
http://domain.com http://128.1.0.1
@Rob Bertholf
Web Browser
noun
1. A web browser (commonly referred to as a
browser) is a software application for
retrieving, presenting, and traversing
information resources on the World Wide
Web.
Chrome Firefox
Internet
Exploder
Safari
Requests a FileWeb Browser
http://domain.com/myfile.html
Hello World!
Internet
http://domain.com/myfile.html
Web Server
→ domain.com
→ myfile.html
Browser
My Page - Browser
myfile.html
Hello World!
mypage.html
<html>
<head>
<title>My Page</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
view-source:cat.html
Cat Page - Chrome
<html>
<head>
<title>Cat Page</title>
</head>
<body>
<h1>Meow.</h1>
<img src=”cat.jpg” />
</body>
Cat Page - Chrome
cat.html
Meow.
cat.jpg
Hypertext Markup Language
noun
1. HTML stands for Hypertext Markup
Language, a standardized system for tagging
text files to achieve font, color, graphic, and
hyperlink effects on World Wide Web pages.
<html>
<head>
<title>My Page</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
myfile.html
Cat Page - Chrome
cat.html
Meow.
Hyperlink
noun
1. A link from a hypertext file or document to
another location or file, typically activated by
clicking on a highlighted word or image on
the screen.
cat.html
My Page - Browser
mypage.html
Hello World!
Click Here for Cats!
Meow.
Cats - Browser
cat.jpg
Hyperlink
@Rob Bertholf
●
●
mypage.html
cat.html
cat.jpg
How to publish
a website?
Web Host
mypage.html
cat.html
cat.jpg
Web Server
FTP
mypage.html
cat.html
cat.jpg
mypage.html
cat.html
cat.jpg
Web Server
World Wide Web
Web Server
Chrome
http://www.domain.com
Hello World!
IP Address
127.0.0.2
127.0.0.3
127.0.0.4 127.0.0.1
Chrome
http://www.domain.com
Hello World!
File Transfer Protocol
noun
1. A standard network protocol used to transfer
computer files between a client and server
on a computer network. FTP is built on a
client-server model architecture and uses
separate control and data connections
between the client and the server.
File Transfer Protocol
Internet
ftp://domain.com
Web/File Server
myfile.html
FTP Program
FTP Request
ftp://domain.com
domain.com
myfile.html
C:MyWebsite
myfile.html
Internet
ftp://domain.com/myfile.html
Web/File Server
FTP Program
FTP Software
ftp://domain.com
domain.com
myfile.html
C:MyWebsite
myfile.html
Content Management System
/cms/
noun
1. a web application designed to make it easy
for non-technical users to add, edit and
manage a website. Not only do content
management systems help website users
with content editing, they also take care of
a lot of "behind the scenes" work.
WYSIWYG Editor
What you see is what you get
Edit Page - Chrome Edit Page - Chrome
Cat Page
Title
Publish
TextVisual
Cat Page
Title
Publish
TextVisual
<h1>Meow.</h1>
<img src=”cat.jpg” />
Meow.
B i u
WordPress
[Word Press]
noun
1. an online, open source website creation
tool written in PHP. But in non-geek speak,
it's probably the easiest and most powerful
blogging and website content management
system (or CMS) in existence today.
●
●
Web Accessibility __
@Rob Bertholf
●
●
●
●
●
●
@Rob Bertholf
@Rob Bertholf
SPECIAL OFFER
●
○
○
○
○
View DemoDirection-aware hover effect
View DemoProduct Info Reveals
View DemoLightbox
●
●
●
●
●
●
●
●
●
@User123: I bought
this product name
and it was great!
Brand Position
Statement
http://catsworld.com
Meow.
Chrome
Cats World Online
Home
About
Contact
Footer
Header
Sidebar Content
http://catsworld.com
Meow.
Desktop
Cats World Online
Home
About
Contact
http://catsworld.com
Meow.
Mobile Device
Cats World Online
@Rob Bertholf
●
●
●
●
●
○
○
○
○
○
@Rob Bertholf
Web Accessibility __
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
<title>This is the Title</title>
This is the Title - Chrome Browser
some.url
<!DOCTYPE>
<html>
<head>
This is the Header
●
○
○
●
○
○
●
○
○
●
<img src="image.png" alt="text goes here">
●
○
○
<h1>This is my heading</h1>
●
●
●
●
○
■
■
○
■
■
■
○
Some people cannot read text if there
is not sufficient contrast between the
text and background, for example, light
gray text on a light background.
Some people cannot read text if
there is not sufficient contrast
between the text and
background, for example, light
gray text on a light background.
For others, bright colors (high
luminance) are not readable;
they need low luminance.
Some people cannot read text if
there is not sufficient contrast
between the text and
background, for example, light
gray text on a light background.
For others, bright colors (high
luminance) are not readable;
they need low luminance.
AA
●
●
●
●
●
tab
●
●
●
●
●
●
●
●
●
○
○
Email Address
Question above an option group?
Yes
No
●
●
●
Replace & with &amp;
Replace " with &quot;
Replace < with &lt;
Replace > with &gt;
<script type="text/javascript">
//<![CDATA[
$(function() {
$('#divone').tipsy({fade: true, gravity: 'n'});
});
//]]>
</script>
<A HREF="#" onClick="doSomething();">Text</A>
<a href="#" onclick="doSomething();">Text</a>
●
●
●
●
●
●
●
●
@Rob Bertholf
eCommerce Best
Practices __
@Rob Bertholf
●
○
■
○
○
●
○
●
○
○
●
○
○
○
●
○
○
●
●
●
Buy for $88
:) Nice Prompt
:( Design Style Changes
:) Several Payment Options
:) Secure Checkout
:) Clear Order Summary
? Lots of Shipping Options
:) Clear Order Summary
:( Return to site/add more
items?
:) Lots of Payment Options
:) Saved Information for
Fast Checkout
:) Auto Subscribe to
newsletter
●
●
●
●
●
●
Simple Navigation
Large, Immersive Photos
Understanding of Audience & Use of Lifestyle Imagery
@Rob Bertholf
Future of the Web __
@Rob Bertholf
Web 1.0
Article Person
Song Book
Portal
Web 2.0
Article Person
Song
Book
Collaborate
Connect & Share
Review
Discuss
Collaboration
Web 3.0
Article Person
Song Book
written by
is loved by
references
inspired by
isreading
discussed
in
Context
Trust
Crypto
URI / IRI
XML
Data Interchange:RDF
Rules:
RIF
RDF-S
Unifying Logic
Ontology: OWLQuery:
SPARQL
Proof
Unicode
Web 4.0
Internet of Things (IoT)
@Rob Bertholf
Images __
●
●
●
●
●
Raster Vector
BMP JPEG GIF PNG TIFF SVG
Google Chrome Yes Yes Yes Yes No Partial
Internet Explorer Yes Yes Yes Yes Yes Partial
Mozilla Firefox Yes Yes Yes Yes No Partial
Safari Yes Yes Yes Yes Yes Partial
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
.JPG & .JPEG are the same
●
●
●
●
●
●
Google - Browser
http://www.google.com
Google
Images
Google Search Console - Browser
https://www.google.com/webmasters/tools/
Google Search Console
Search Analytics
Google Search Console
CC
●
●
●
●
IMG_2348.JPG
IMG_2348.JPG XXR-531-Wheels.JPG
<img src="image.png"
alt="text goes here" />
●
○
○
●
●
●
●
Relevant Keyword
Relevant Keyword
●
Relevant Keyword
Relevant Keyword
Image Title
Lorem ipsum dolar set.
Creative Commons Attribution
Image Title - Browser
http://www.example.com/gallery/image-slug/
●
●
●
●
●
●
●
●
●
Recap __
@Rob Bertholf
Introduction to Web Technology

Weitere ähnliche Inhalte

Was ist angesagt?

introduction to web technology
introduction to web technologyintroduction to web technology
introduction to web technology
vikram singh
 

Was ist angesagt? (20)

CSS: Introduction
CSS: IntroductionCSS: Introduction
CSS: Introduction
 
How the Web Works
How the Web WorksHow the Web Works
How the Web Works
 
introduction to web technology
introduction to web technologyintroduction to web technology
introduction to web technology
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web Development
 
Web Development
Web DevelopmentWeb Development
Web Development
 
Web development | Derin Dolen
Web development | Derin Dolen Web development | Derin Dolen
Web development | Derin Dolen
 
Advanced Web Development
Advanced Web DevelopmentAdvanced Web Development
Advanced Web Development
 
Full stack web development
Full stack web developmentFull stack web development
Full stack web development
 
Django for Beginners
Django for BeginnersDjango for Beginners
Django for Beginners
 
Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development Presentation
 
Static and Dynamic webpage
Static and Dynamic webpageStatic and Dynamic webpage
Static and Dynamic webpage
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web Development
 
Html and css presentation
Html and css presentationHtml and css presentation
Html and css presentation
 
Introduction to Web Hosting.
Introduction to Web Hosting.Introduction to Web Hosting.
Introduction to Web Hosting.
 
Common Gateway Interface
Common Gateway InterfaceCommon Gateway Interface
Common Gateway Interface
 
HTTP Basics
HTTP BasicsHTTP Basics
HTTP Basics
 
Python/Flask Presentation
Python/Flask PresentationPython/Flask Presentation
Python/Flask Presentation
 
Unit 1-introduction to scripts
Unit 1-introduction to scriptsUnit 1-introduction to scripts
Unit 1-introduction to scripts
 
Lecture-1: Introduction to web engineering - course overview and grading scheme
Lecture-1: Introduction to web engineering - course overview and grading schemeLecture-1: Introduction to web engineering - course overview and grading scheme
Lecture-1: Introduction to web engineering - course overview and grading scheme
 
World wide web (WWW)
World wide web (WWW)World wide web (WWW)
World wide web (WWW)
 

Ähnlich wie Introduction to Web Technology

Nt1310 Final Exam Questions And Answers
Nt1310 Final Exam Questions And AnswersNt1310 Final Exam Questions And Answers
Nt1310 Final Exam Questions And Answers
Lisa Williams
 
1 Introduction to Drupal Web Development
1 Introduction to Drupal Web Development1 Introduction to Drupal Web Development
1 Introduction to Drupal Web Development
Wingston
 

Ähnlich wie Introduction to Web Technology (20)

Module 5 and 6
Module 5 and 6Module 5 and 6
Module 5 and 6
 
Module 3
Module 3Module 3
Module 3
 
Scraping the web with Laravel, Dusk, Docker, and PHP
Scraping the web with Laravel, Dusk, Docker, and PHPScraping the web with Laravel, Dusk, Docker, and PHP
Scraping the web with Laravel, Dusk, Docker, and PHP
 
unit1 part 1 sem4 php.docx
unit1 part 1 sem4 php.docxunit1 part 1 sem4 php.docx
unit1 part 1 sem4 php.docx
 
Introduction To Web (Mukesh Patel)
Introduction To Web (Mukesh Patel)Introduction To Web (Mukesh Patel)
Introduction To Web (Mukesh Patel)
 
Introduction to python scrapping
Introduction to python scrappingIntroduction to python scrapping
Introduction to python scrapping
 
Website & Internet + Performance testing
Website & Internet + Performance testingWebsite & Internet + Performance testing
Website & Internet + Performance testing
 
Iwt module 1
Iwt  module 1Iwt  module 1
Iwt module 1
 
Speed = $$$
Speed = $$$Speed = $$$
Speed = $$$
 
A RESTful introduction
A RESTful introductionA RESTful introduction
A RESTful introduction
 
How the web works june 2010
How the web works june 2010How the web works june 2010
How the web works june 2010
 
Unit 01 (1).pdf
Unit 01 (1).pdfUnit 01 (1).pdf
Unit 01 (1).pdf
 
HTML CSS web engineering slides topics
HTML CSS web engineering slides topicsHTML CSS web engineering slides topics
HTML CSS web engineering slides topics
 
mst_unit1.pptx
mst_unit1.pptxmst_unit1.pptx
mst_unit1.pptx
 
Nt1310 Final Exam Questions And Answers
Nt1310 Final Exam Questions And AnswersNt1310 Final Exam Questions And Answers
Nt1310 Final Exam Questions And Answers
 
Internet website designing_company_in_delhi
Internet website designing_company_in_delhiInternet website designing_company_in_delhi
Internet website designing_company_in_delhi
 
1 Introduction to Drupal Web Development
1 Introduction to Drupal Web Development1 Introduction to Drupal Web Development
1 Introduction to Drupal Web Development
 
Common WordPress APIs_ HTTP API.pptx
Common WordPress APIs_ HTTP API.pptxCommon WordPress APIs_ HTTP API.pptx
Common WordPress APIs_ HTTP API.pptx
 
Introduction to Web Application Security - Blackhoodie US 2018
Introduction to Web Application Security - Blackhoodie US 2018Introduction to Web Application Security - Blackhoodie US 2018
Introduction to Web Application Security - Blackhoodie US 2018
 
C# and Dot Net Framework 1st & 2nd Unit.pdf
C# and Dot Net Framework 1st & 2nd Unit.pdfC# and Dot Net Framework 1st & 2nd Unit.pdf
C# and Dot Net Framework 1st & 2nd Unit.pdf
 

Mehr von Rob Bertholf

Mehr von Rob Bertholf (15)

Demystifying SEO & Modern KPI Reporting
Demystifying SEO & Modern KPI ReportingDemystifying SEO & Modern KPI Reporting
Demystifying SEO & Modern KPI Reporting
 
SEO Team Management & Reporting
SEO Team Management & ReportingSEO Team Management & Reporting
SEO Team Management & Reporting
 
SEO Analysis & KPI Tracking
SEO Analysis & KPI TrackingSEO Analysis & KPI Tracking
SEO Analysis & KPI Tracking
 
Strategic Content Framework
Strategic Content FrameworkStrategic Content Framework
Strategic Content Framework
 
Technical SEO Factors
Technical SEO FactorsTechnical SEO Factors
Technical SEO Factors
 
Search Engine Optimization Fundamentals
Search Engine Optimization FundamentalsSearch Engine Optimization Fundamentals
Search Engine Optimization Fundamentals
 
Social Media Marketing: Strategy, Tactics & Measurement
Social Media Marketing: Strategy, Tactics & MeasurementSocial Media Marketing: Strategy, Tactics & Measurement
Social Media Marketing: Strategy, Tactics & Measurement
 
SaaS Springboard API
SaaS Springboard APISaaS Springboard API
SaaS Springboard API
 
SaaS Ventures: Introduction
SaaS Ventures: IntroductionSaaS Ventures: Introduction
SaaS Ventures: Introduction
 
Importance of Content in SEO
Importance of Content in SEOImportance of Content in SEO
Importance of Content in SEO
 
Web Analytics: Data driven marketing decisions
Web Analytics: Data driven marketing decisionsWeb Analytics: Data driven marketing decisions
Web Analytics: Data driven marketing decisions
 
How to increase your Klout score by 20 points
How to increase your Klout score by 20 pointsHow to increase your Klout score by 20 points
How to increase your Klout score by 20 points
 
Convent Validation & Off-site SEO
Convent Validation & Off-site SEOConvent Validation & Off-site SEO
Convent Validation & Off-site SEO
 
Technical SEO: .htaccess & 301 Redirects
Technical SEO:  .htaccess & 301 RedirectsTechnical SEO:  .htaccess & 301 Redirects
Technical SEO: .htaccess & 301 Redirects
 
DrupalCampHI - Drupal vs WordPress
DrupalCampHI - Drupal vs WordPress DrupalCampHI - Drupal vs WordPress
DrupalCampHI - Drupal vs WordPress
 

Kürzlich hochgeladen

4 TRIK CARA MENGGUGURKAN JANIN ATAU ABORSI KANDUNGAN
4 TRIK CARA MENGGUGURKAN JANIN ATAU ABORSI KANDUNGAN4 TRIK CARA MENGGUGURKAN JANIN ATAU ABORSI KANDUNGAN
4 TRIK CARA MENGGUGURKAN JANIN ATAU ABORSI KANDUNGAN
Cara Menggugurkan Kandungan 087776558899
 

Kürzlich hochgeladen (20)

Unlocking the Mystery of the Voynich Manuscript
Unlocking the Mystery of the Voynich ManuscriptUnlocking the Mystery of the Voynich Manuscript
Unlocking the Mystery of the Voynich Manuscript
 
Martal Group - B2B Lead Gen Agency - Onboarding Overview
Martal Group - B2B Lead Gen Agency - Onboarding OverviewMartal Group - B2B Lead Gen Agency - Onboarding Overview
Martal Group - B2B Lead Gen Agency - Onboarding Overview
 
Micro-Choices, Max Impact Personalizing Your Journey, One Moment at a Time.pdf
Micro-Choices, Max Impact Personalizing Your Journey, One Moment at a Time.pdfMicro-Choices, Max Impact Personalizing Your Journey, One Moment at a Time.pdf
Micro-Choices, Max Impact Personalizing Your Journey, One Moment at a Time.pdf
 
Situation Analysis | Management Company.
Situation Analysis | Management Company.Situation Analysis | Management Company.
Situation Analysis | Management Company.
 
Press Release Distribution Evolving with Digital Trends.pdf
Press Release Distribution Evolving with Digital Trends.pdfPress Release Distribution Evolving with Digital Trends.pdf
Press Release Distribution Evolving with Digital Trends.pdf
 
Unveiling the Legacy of the Rosetta stone A Key to Ancient Knowledge.pptx
Unveiling the Legacy of the Rosetta stone A Key to Ancient Knowledge.pptxUnveiling the Legacy of the Rosetta stone A Key to Ancient Knowledge.pptx
Unveiling the Legacy of the Rosetta stone A Key to Ancient Knowledge.pptx
 
BDSM⚡Call Girls in Sector 19 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 19 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 19 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 19 Noida Escorts >༒8448380779 Escort Service
 
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
 
Best 5 Graphics Designing Course In Chandigarh
Best 5 Graphics Designing Course In ChandigarhBest 5 Graphics Designing Course In Chandigarh
Best 5 Graphics Designing Course In Chandigarh
 
BDSM⚡Call Girls in Sector 44 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 44 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 44 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 44 Noida Escorts >༒8448380779 Escort Service
 
Instant Digital Issuance: An Overview With Critical First Touch Best Practices
Instant Digital Issuance: An Overview With Critical First Touch Best PracticesInstant Digital Issuance: An Overview With Critical First Touch Best Practices
Instant Digital Issuance: An Overview With Critical First Touch Best Practices
 
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
 
Distribution Ad Platform_ The Role of Distribution Ad Network.pdf
Distribution Ad Platform_ The Role of  Distribution Ad Network.pdfDistribution Ad Platform_ The Role of  Distribution Ad Network.pdf
Distribution Ad Platform_ The Role of Distribution Ad Network.pdf
 
4 TRIK CARA MENGGUGURKAN JANIN ATAU ABORSI KANDUNGAN
4 TRIK CARA MENGGUGURKAN JANIN ATAU ABORSI KANDUNGAN4 TRIK CARA MENGGUGURKAN JANIN ATAU ABORSI KANDUNGAN
4 TRIK CARA MENGGUGURKAN JANIN ATAU ABORSI KANDUNGAN
 
Analysis of Sineing Website and how to fix
Analysis of Sineing Website and how to fixAnalysis of Sineing Website and how to fix
Analysis of Sineing Website and how to fix
 
Elevating Your Digital Presence by Evitha.pdf
Elevating Your Digital Presence by Evitha.pdfElevating Your Digital Presence by Evitha.pdf
Elevating Your Digital Presence by Evitha.pdf
 
BDSM⚡Call Girls in Sector 39 Noida Escorts Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 39 Noida Escorts Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 39 Noida Escorts Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 39 Noida Escorts Escorts >༒8448380779 Escort Service
 
personal branding kit for music business
personal branding kit for music businesspersonal branding kit for music business
personal branding kit for music business
 
Alpha Media March 2024 Buyers Guide.pptx
Alpha Media March 2024 Buyers Guide.pptxAlpha Media March 2024 Buyers Guide.pptx
Alpha Media March 2024 Buyers Guide.pptx
 
W.H.Bender Quote 61 -Influential restaurant and food service industry network...
W.H.Bender Quote 61 -Influential restaurant and food service industry network...W.H.Bender Quote 61 -Influential restaurant and food service industry network...
W.H.Bender Quote 61 -Influential restaurant and food service industry network...
 

Introduction to Web Technology