SlideShare una empresa de Scribd logo
1 de 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

Más contenido relacionado

La actualidad más candente

Introduction to Web Technology
Introduction to Web TechnologyIntroduction to Web Technology
Introduction to Web TechnologyAashish Jain
 
Tables and Forms in HTML
Tables and Forms in HTMLTables and Forms in HTML
Tables and Forms in HTMLDoncho Minkov
 
IT8005_EC_Unit_II_Building_ECommerce
IT8005_EC_Unit_II_Building_ECommerceIT8005_EC_Unit_II_Building_ECommerce
IT8005_EC_Unit_II_Building_ECommercePalani Kumar
 
How Internet Works
How Internet WorksHow Internet Works
How Internet Workssumit kumar
 
Internet And How It Works
Internet And How It WorksInternet And How It Works
Internet And How It Worksftz 420
 
Basic HTML
Basic HTMLBasic HTML
Basic HTMLSayan De
 
Google Analytics Ppt Final
Google Analytics Ppt FinalGoogle Analytics Ppt Final
Google Analytics Ppt Finalbarbwhite325
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTMLAjay Khatri
 
Creating and styling tables
Creating and styling tablesCreating and styling tables
Creating and styling tablesNicole Ryan
 
Content Management System
Content Management SystemContent Management System
Content Management SystemOmnePresent
 
Introduction To Web Technology
Introduction To Web TechnologyIntroduction To Web Technology
Introduction To Web TechnologyArun Kumar
 
HTML, CSS And JAVASCRIPT!
HTML, CSS And JAVASCRIPT!HTML, CSS And JAVASCRIPT!
HTML, CSS And JAVASCRIPT!Syahmi RH
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Kannika Kong
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to htmlvikasgaur31
 

La actualidad más candente (20)

Introduction to Web Technology
Introduction to Web TechnologyIntroduction to Web Technology
Introduction to Web Technology
 
HTML, CSS and XML
HTML, CSS and XMLHTML, CSS and XML
HTML, CSS and XML
 
Html presentation
Html presentationHtml presentation
Html presentation
 
Tables and Forms in HTML
Tables and Forms in HTMLTables and Forms in HTML
Tables and Forms in HTML
 
IT8005_EC_Unit_II_Building_ECommerce
IT8005_EC_Unit_II_Building_ECommerceIT8005_EC_Unit_II_Building_ECommerce
IT8005_EC_Unit_II_Building_ECommerce
 
How Internet Works
How Internet WorksHow Internet Works
How Internet Works
 
Internet And How It Works
Internet And How It WorksInternet And How It Works
Internet And How It Works
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Google Analytics Ppt Final
Google Analytics Ppt FinalGoogle Analytics Ppt Final
Google Analytics Ppt Final
 
Php Lecture Notes
Php Lecture NotesPhp Lecture Notes
Php Lecture Notes
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Creating and styling tables
Creating and styling tablesCreating and styling tables
Creating and styling tables
 
Html basics
Html basicsHtml basics
Html basics
 
HTML: An Introduction
HTML: An IntroductionHTML: An Introduction
HTML: An Introduction
 
Content Management System
Content Management SystemContent Management System
Content Management System
 
What is web scraping?
What is web scraping?What is web scraping?
What is web scraping?
 
Introduction To Web Technology
Introduction To Web TechnologyIntroduction To Web Technology
Introduction To Web Technology
 
HTML, CSS And JAVASCRIPT!
HTML, CSS And JAVASCRIPT!HTML, CSS And JAVASCRIPT!
HTML, CSS And JAVASCRIPT!
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 

Similar a Introduction to Web Technology

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 PHPPaul Redmond
 
Introduction To Web (Mukesh Patel)
Introduction To Web (Mukesh Patel)Introduction To Web (Mukesh Patel)
Introduction To Web (Mukesh Patel)Tirthesh Ganatra
 
Website & Internet + Performance testing
Website & Internet + Performance testingWebsite & Internet + Performance testing
Website & Internet + Performance testingRoman Ananev
 
A RESTful introduction
A RESTful introductionA RESTful introduction
A RESTful introductionDaniel Toader
 
How the web works june 2010
How the web works june 2010How the web works june 2010
How the web works june 2010Mark Carter
 
HTML CSS web engineering slides topics
HTML CSS web engineering slides topicsHTML CSS web engineering slides topics
HTML CSS web engineering slides topicsSalman Khan
 
Nt1310 Final Exam Questions And Answers
Nt1310 Final Exam Questions And AnswersNt1310 Final Exam Questions And Answers
Nt1310 Final Exam Questions And AnswersLisa Williams
 
Internet website designing_company_in_delhi
Internet website designing_company_in_delhiInternet website designing_company_in_delhi
Internet website designing_company_in_delhiCss Founder
 
1 Introduction to Drupal Web Development
1 Introduction to Drupal Web Development1 Introduction to Drupal Web Development
1 Introduction to Drupal Web DevelopmentWingston
 
Common WordPress APIs_ HTTP API.pptx
Common WordPress APIs_ HTTP API.pptxCommon WordPress APIs_ HTTP API.pptx
Common WordPress APIs_ HTTP API.pptxJonathan Bossenger
 
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 2018Niranjanaa Ragupathy
 
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.pdfMohammedAnas871930
 

Similar a 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
 

Más de Rob Bertholf

Demystifying SEO & Modern KPI Reporting
Demystifying SEO & Modern KPI ReportingDemystifying SEO & Modern KPI Reporting
Demystifying SEO & Modern KPI ReportingRob Bertholf
 
SEO Team Management & Reporting
SEO Team Management & ReportingSEO Team Management & Reporting
SEO Team Management & ReportingRob Bertholf
 
SEO Analysis & KPI Tracking
SEO Analysis & KPI TrackingSEO Analysis & KPI Tracking
SEO Analysis & KPI TrackingRob Bertholf
 
Strategic Content Framework
Strategic Content FrameworkStrategic Content Framework
Strategic Content FrameworkRob Bertholf
 
Technical SEO Factors
Technical SEO FactorsTechnical SEO Factors
Technical SEO FactorsRob Bertholf
 
Search Engine Optimization Fundamentals
Search Engine Optimization FundamentalsSearch Engine Optimization Fundamentals
Search Engine Optimization FundamentalsRob Bertholf
 
Social Media Marketing: Strategy, Tactics & Measurement
Social Media Marketing: Strategy, Tactics & MeasurementSocial Media Marketing: Strategy, Tactics & Measurement
Social Media Marketing: Strategy, Tactics & MeasurementRob Bertholf
 
SaaS Springboard API
SaaS Springboard APISaaS Springboard API
SaaS Springboard APIRob Bertholf
 
SaaS Ventures: Introduction
SaaS Ventures: IntroductionSaaS Ventures: Introduction
SaaS Ventures: IntroductionRob Bertholf
 
Importance of Content in SEO
Importance of Content in SEOImportance of Content in SEO
Importance of Content in SEORob Bertholf
 
Web Analytics: Data driven marketing decisions
Web Analytics: Data driven marketing decisionsWeb Analytics: Data driven marketing decisions
Web Analytics: Data driven marketing decisionsRob Bertholf
 
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 pointsRob Bertholf
 
Convent Validation & Off-site SEO
Convent Validation & Off-site SEOConvent Validation & Off-site SEO
Convent Validation & Off-site SEORob Bertholf
 
Technical SEO: .htaccess & 301 Redirects
Technical SEO:  .htaccess & 301 RedirectsTechnical SEO:  .htaccess & 301 Redirects
Technical SEO: .htaccess & 301 RedirectsRob Bertholf
 
DrupalCampHI - Drupal vs WordPress
DrupalCampHI - Drupal vs WordPress DrupalCampHI - Drupal vs WordPress
DrupalCampHI - Drupal vs WordPress Rob Bertholf
 

Más de 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
 

Último

BDSM⚡Call Girls in Sector 144 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 144 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 144 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 144 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Defining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotlerDefining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotlerAmirNasiruog
 
Uncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsUncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsVWO
 
Brand experience Dream Center Peoria Presentation.pdf
Brand experience Dream Center Peoria Presentation.pdfBrand experience Dream Center Peoria Presentation.pdf
Brand experience Dream Center Peoria Presentation.pdftbatkhuu1
 
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Richard Ingilby
 
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 ServiceDelhi Call girls
 
The Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdfThe Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdfVWO
 
Unraveling the Mystery of the Hinterkaifeck Murders.pptx
Unraveling the Mystery of the Hinterkaifeck Murders.pptxUnraveling the Mystery of the Hinterkaifeck Murders.pptx
Unraveling the Mystery of the Hinterkaifeck Murders.pptxelizabethella096
 
Aryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptxAryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptxtegevi9289
 
Factors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptxFactors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptxVikasTiwari846641
 
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 ServiceDelhi Call girls
 
Labour Day Celebrating Workers and Their Contributions.pptx
Labour Day Celebrating Workers and Their Contributions.pptxLabour Day Celebrating Workers and Their Contributions.pptx
Labour Day Celebrating Workers and Their Contributions.pptxelizabethella096
 
Social Media Marketing PPT-Includes Paid media
Social Media Marketing PPT-Includes Paid mediaSocial Media Marketing PPT-Includes Paid media
Social Media Marketing PPT-Includes Paid mediaadityabelde2
 
Branding strategies of new company .pptx
Branding strategies of new company .pptxBranding strategies of new company .pptx
Branding strategies of new company .pptxVikasTiwari846641
 
Major SEO Trends in 2024 - Banyanbrain Digital
Major SEO Trends in 2024 - Banyanbrain DigitalMajor SEO Trends in 2024 - Banyanbrain Digital
Major SEO Trends in 2024 - Banyanbrain DigitalBanyanbrain
 

Último (20)

BDSM⚡Call Girls in Sector 144 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 144 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 144 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 144 Noida Escorts >༒8448380779 Escort Service
 
Defining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotlerDefining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotler
 
Uncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsUncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 Reports
 
Brand experience Dream Center Peoria Presentation.pdf
Brand experience Dream Center Peoria Presentation.pdfBrand experience Dream Center Peoria Presentation.pdf
Brand experience Dream Center Peoria Presentation.pdf
 
Turn Digital Reputation Threats into Offense Tactics - Daniel Lemin
Turn Digital Reputation Threats into Offense Tactics - Daniel LeminTurn Digital Reputation Threats into Offense Tactics - Daniel Lemin
Turn Digital Reputation Threats into Offense Tactics - Daniel Lemin
 
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
 
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
 
The Future of Brands on LinkedIn - Alison Kaltman
The Future of Brands on LinkedIn - Alison KaltmanThe Future of Brands on LinkedIn - Alison Kaltman
The Future of Brands on LinkedIn - Alison Kaltman
 
The Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdfThe Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdf
 
Unraveling the Mystery of the Hinterkaifeck Murders.pptx
Unraveling the Mystery of the Hinterkaifeck Murders.pptxUnraveling the Mystery of the Hinterkaifeck Murders.pptx
Unraveling the Mystery of the Hinterkaifeck Murders.pptx
 
Aryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptxAryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptx
 
Factors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptxFactors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptx
 
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
 
BUY GMAIL ACCOUNTS PVA USA IP INDIAN IP GMAIL
BUY GMAIL ACCOUNTS PVA USA IP INDIAN IP GMAILBUY GMAIL ACCOUNTS PVA USA IP INDIAN IP GMAIL
BUY GMAIL ACCOUNTS PVA USA IP INDIAN IP GMAIL
 
Labour Day Celebrating Workers and Their Contributions.pptx
Labour Day Celebrating Workers and Their Contributions.pptxLabour Day Celebrating Workers and Their Contributions.pptx
Labour Day Celebrating Workers and Their Contributions.pptx
 
Social Media Marketing PPT-Includes Paid media
Social Media Marketing PPT-Includes Paid mediaSocial Media Marketing PPT-Includes Paid media
Social Media Marketing PPT-Includes Paid media
 
Branding strategies of new company .pptx
Branding strategies of new company .pptxBranding strategies of new company .pptx
Branding strategies of new company .pptx
 
No Cookies No Problem - Steve Krull, Be Found Online
No Cookies No Problem - Steve Krull, Be Found OnlineNo Cookies No Problem - Steve Krull, Be Found Online
No Cookies No Problem - Steve Krull, Be Found Online
 
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
 
Major SEO Trends in 2024 - Banyanbrain Digital
Major SEO Trends in 2024 - Banyanbrain DigitalMajor SEO Trends in 2024 - Banyanbrain Digital
Major SEO Trends in 2024 - Banyanbrain Digital
 

Introduction to Web Technology