SlideShare una empresa de Scribd logo
1 de 34
• What is Validation?
• Why Validate Your Websites?
• Validation Techniques
• The Importance of W3C Validation
• Validation Tools for Your WordPress Website
• Validating a Wordpress Theme
• Conclusion
AGENDA
WHAT IS VALIDATION
• Validation is a process of checking documents
against a formal Standard, published by
Standard organizations.
• It serves a similar purpose to spell checking
and proofreading for grammar and syntax, but
is much more precise, because of it’s dealing
with machine languages.
WHAT IS VALIDATION
• W3C – World Wide Web Consortium has it’s
own standard for internet (web) based
documents, which includes: HTML, XHTML,
CSS etc.
• Similarly Apple has it’s own IOS standard for
Mobile APP validation and WordPress has it’s
standard for plugin / theme validation.
WHY VALIDATE A WEBSITE
• In simple terms, validation ensures that your
website complies with the standards accepted
by most web designers.
• This allows your site to be accessible to more
people, across more web browsers, operation
systems, and search engines.
WHY VALIDATE A WEBSITE
• The base issue that the non-validated
websites face are, they rely on auto-
correction methodology of the web browsers.
• But in certain instance, if the browser doesn’t
have the capability to do so, the website
breaks down it’s user experience.
WHY VALIDATE A WEBSITE
• The purpose of W3C’s appearance in the early
90s was to develop certain standards for
HTML to follow.
• This was important because different vendors
had begun creating their own versions of
HTML and W3C worked to agree the vendors
on supporting the standards and principles
made by it.
WHY VALIDATE A WEBSITE
• Now we are on 2014 and now every standard
organization is following the rulesets of HTML
standard prepared by W3C.
• So, validation of a web page means making
the page's code compliant with the World
Wide Web Consortium's (W3C) standards.
WHY VALIDATE A WEBSITE
• There are many reasons to write valid HTML,
XHTML, and CSS and to check for valid links.
Here are some of them:
WHY VALIDATE A WEBSITE
• SEARCH ENGINES
• BETTER, FASTER RENDERING
• A CONSISTENT DOCUMENT OBJECT MODEL
• AVOID UGLY PAGES
• BE STANDARDS COMPLIANT
• WRITE IT ONCE
VALIDATION TECHNIQUES
• Validators detect problems in your web page and
style sheet. It could be a tag that was opened and
never closed.
• It could be a misspelled piece of code or
forgotten element the tag or style requires to
work properly.
• You become a detective, hunting and solving the
little problems occurring in your web page.
VALIDATION TECHNIQUES
• Validation doesn't just mean putting your
pages through some web driven testers. It
also means test-driving it with friends,
relatives, co-workers, and strangers.
• Everyone has a different system and way of
working, so ask for others to test-drive your
styles or themes before you make them
public.
IMPORTANCE OF W3C VALIDATION
• As we already discussed, W3C validation is the
process of checking a websites code follow
the formatting standards put up by the World
Wide Web Consortium otherwise known as
W3C.
IMPORTANCE OF W3C VALIDATION
IMPORTANCE OF W3C VALIDATION
IMPORTANCE OF W3C VALIDATION
• W3C validation not only functions as a code
debugging tool to check for coding errors, it
also makes sure that websites are formatted
using international and professional W3C
standards.
• There are also many other reasons why your
website should undergo web page validation
including:
IMPORTANCE OF W3C VALIDATION
• Improved User Experience
• Browser Friendliness and Accessibility
• Allows You to Debug Your Pages
• Results in Better SEO
• Easy Coding and Maintenance
WORDPRESS WEBSITE VALIDATION
• To validate your WordPress site, here is a
quick checklist:
WORDPRESS WEBSITE VALIDATION
• Validate HTML/XHTML
• Validate CSS
• Validate Links (check for dead links)
• Validate Feeds
• Check across different browsers (include handheld devices)
• Re-validate HTML and CSS
• Have friends, relatives, co-workers check your site
• When ready, you can post your site on the WordPress
Forum's for review
VALIDATION SOURCES
• HTML – Validation
The W3C's HTML Validation Service (URL and upload)
• Link Checker
http://validator.w3.org/checklink
• QA Tools
http://www.w3.org/QA/Tools/
• Watson Addy's Validator
http://watson.addy.com/
VALIDATION SOURCES
• HTML Validator Pro
http://html.validator.pro/
• OnlineWebCheck.com
http://www.onlinewebcheck.com/
• CSS Validation
W3.org's CSS Validator (URL, upload, and direct paste in)
• WDG and HTMLhelp.com's CSS Validator and
Checker
http://www.htmlhelp.com/tools/csscheck/
VALIDATION SOURCES
• Walidator
http://www.walidator.com/
• RSS Feed Validator
http://feedvalidator.org/
• Redland RSS 1.0 Validator
http://librdf.org/rss/
VALIDATING A WORDPRESS THEME
• Along with W3C's standards, WordPress has
its standards, too:
VALIDATING A WORDPRESS THEME
• PHP Coding Standards includes using single &
double quotes correctly, using full PHP tags at
all times, using white space properly, utilizing
Conditions and so on.
VALIDATING A WORDPRESS THEME
• HTML Coding Standards refers to writing valid
HTML code; using attribute values with
lowercase characters, wrapping the attribute
values with quotes, using white space with
logical indentation, etc.
VALIDATING A WORDPRESS THEME
• CSS Coding Standards includes structuring the
stylesheet properly, using lowercase names
(with hyphens for separating words) in
selectors, ordering the properties nicely,
commenting and such.
VALIDATING A WORDPRESS THEME
• JavaScript Coding Standards calls that we
use braces appropriately, name functions and
variables with camelCase, defining an
anonymous function if jQuery is going to be
used, and so forth.
VALIDATING A WORDPRESS THEME
• Theme Review Standards includes writing
quality code (naturally), separating
functionality by using plugins, utilizing
template tags and hooks properly, supporting
WordPress-generated CSS classes, securing
the theme, licencing appropriately, organizing
the theme files properly, writing a sufficient
documentation... There's just too much!
CONCLUSION
• Without any questions, it is a mandatory task
for every web designers and web developers
to validate their websites before releasing for
the web.
• As long as you validate your web pages and
maintain them to stay valid, you will only
benefit from it.
REFERECES
• Code.tutsplus.com
• Wordpress.org
CONNECT US
www.mindfiresolutions.com
https://www.facebook.com/MindfireSolutions
http://www.linkedin.com/company/mindfire-solutions
http://twitter.com/mindfires
Effectively Validate A Website

Más contenido relacionado

La actualidad más candente

Introduction to Basic Concepts in Web
Introduction to Basic Concepts in WebIntroduction to Basic Concepts in Web
Introduction to Basic Concepts in Web
Jussi Pohjolainen
 

La actualidad más candente (20)

Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
 
Introduction to Basic Concepts in Web
Introduction to Basic Concepts in WebIntroduction to Basic Concepts in Web
Introduction to Basic Concepts in Web
 
Advanced Web Development
Advanced Web DevelopmentAdvanced Web Development
Advanced Web Development
 
Intro to HTML (Kid's Class at TIY)
Intro to HTML (Kid's Class at TIY)Intro to HTML (Kid's Class at TIY)
Intro to HTML (Kid's Class at TIY)
 
HTML CSS & Javascript
HTML CSS & JavascriptHTML CSS & Javascript
HTML CSS & Javascript
 
Responsive web designing
Responsive web designingResponsive web designing
Responsive web designing
 
Web Design 101
Web Design 101Web Design 101
Web Design 101
 
Web Development using HTML & CSS
Web Development using HTML & CSSWeb Development using HTML & CSS
Web Development using HTML & CSS
 
Website design with Wordpress ppt
Website design with Wordpress pptWebsite design with Wordpress ppt
Website design with Wordpress ppt
 
Html
HtmlHtml
Html
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1
 
Full stack development
Full stack developmentFull stack development
Full stack development
 
Basic Web Concept
Basic Web ConceptBasic Web Concept
Basic Web Concept
 
Responsive web designing ppt(1)
Responsive web designing ppt(1)Responsive web designing ppt(1)
Responsive web designing ppt(1)
 
Span and Div tags in HTML
Span and Div tags in HTMLSpan and Div tags in HTML
Span and Div tags in HTML
 
1. HTML
1. HTML1. HTML
1. HTML
 
HTML Introduction, HTML History, HTML Uses, HTML benifits
HTML Introduction, HTML History, HTML Uses, HTML benifitsHTML Introduction, HTML History, HTML Uses, HTML benifits
HTML Introduction, HTML History, HTML Uses, HTML benifits
 
Front end developer responsibilities what does a front-end developer do?
Front end developer responsibilities  what does a front-end developer do?Front end developer responsibilities  what does a front-end developer do?
Front end developer responsibilities what does a front-end developer do?
 
Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development Presentation
 

Similar a Effectively Validate A Website

Web topic 29 w3 c page validation
Web topic 29  w3 c page validationWeb topic 29  w3 c page validation
Web topic 29 w3 c page validation
CK Yang
 
Web topic 29 w3 c page validation
Web topic 29  w3 c page validationWeb topic 29  w3 c page validation
Web topic 29 w3 c page validation
CK Yang
 
Web Standards And Protocols
Web Standards And ProtocolsWeb Standards And Protocols
Web Standards And Protocols
Steven Cahill
 

Similar a Effectively Validate A Website (20)

W3 c validation
W3 c validationW3 c validation
W3 c validation
 
Importance of w3c Validation
Importance of w3c ValidationImportance of w3c Validation
Importance of w3c Validation
 
Web topic 29 w3 c page validation
Web topic 29  w3 c page validationWeb topic 29  w3 c page validation
Web topic 29 w3 c page validation
 
Web topic 29 w3 c page validation
Web topic 29  w3 c page validationWeb topic 29  w3 c page validation
Web topic 29 w3 c page validation
 
Web Standards And Protocols
Web Standards And ProtocolsWeb Standards And Protocols
Web Standards And Protocols
 
ppt.pptx
ppt.pptxppt.pptx
ppt.pptx
 
Cms & wordpress theme development 2011
Cms & wordpress theme development 2011Cms & wordpress theme development 2011
Cms & wordpress theme development 2011
 
SharePointFest 2013 Washington DC - SPT 103 - SharePoint 2013 Extranets: How ...
SharePointFest 2013 Washington DC - SPT 103 - SharePoint 2013 Extranets: How ...SharePointFest 2013 Washington DC - SPT 103 - SharePoint 2013 Extranets: How ...
SharePointFest 2013 Washington DC - SPT 103 - SharePoint 2013 Extranets: How ...
 
Front end development best practices
Front end development best practicesFront end development best practices
Front end development best practices
 
seo - on page - part iv - link structure
  seo - on page - part iv - link structure   seo - on page - part iv - link structure
seo - on page - part iv - link structure
 
Word camp 2013 migration
Word camp 2013 migrationWord camp 2013 migration
Word camp 2013 migration
 
Become a Full Stack Web Developer (.NET) - Thisiswali
Become a Full Stack Web Developer (.NET) - ThisiswaliBecome a Full Stack Web Developer (.NET) - Thisiswali
Become a Full Stack Web Developer (.NET) - Thisiswali
 
WordPress Hosting Basics
WordPress Hosting BasicsWordPress Hosting Basics
WordPress Hosting Basics
 
The Step-By-Step WordPress Guide for your Websites!.pdf
The Step-By-Step WordPress Guide for your Websites!.pdfThe Step-By-Step WordPress Guide for your Websites!.pdf
The Step-By-Step WordPress Guide for your Websites!.pdf
 
An introduction to wordpress
An introduction to wordpressAn introduction to wordpress
An introduction to wordpress
 
Mvc4
Mvc4Mvc4
Mvc4
 
Aws Amity University Presentation Mar-10-2022
Aws Amity University Presentation Mar-10-2022Aws Amity University Presentation Mar-10-2022
Aws Amity University Presentation Mar-10-2022
 
SEO 101
SEO 101SEO 101
SEO 101
 
SDOs as de facto do-ocracies — how standards are really made
SDOs as de facto do-ocracies — how standards are really madeSDOs as de facto do-ocracies — how standards are really made
SDOs as de facto do-ocracies — how standards are really made
 
Unlock the Full Potential of Your Website
Unlock the Full Potential of Your WebsiteUnlock the Full Potential of Your Website
Unlock the Full Potential of Your Website
 

Más de Mindfire Solutions

Más de Mindfire Solutions (20)

Physician Search and Review
Physician Search and ReviewPhysician Search and Review
Physician Search and Review
 
diet management app
diet management appdiet management app
diet management app
 
Business Technology Solution
Business Technology SolutionBusiness Technology Solution
Business Technology Solution
 
Remote Health Monitoring
Remote Health MonitoringRemote Health Monitoring
Remote Health Monitoring
 
Influencer Marketing Solution
Influencer Marketing SolutionInfluencer Marketing Solution
Influencer Marketing Solution
 
ELMAH
ELMAHELMAH
ELMAH
 
High Availability of Azure Applications
High Availability of Azure ApplicationsHigh Availability of Azure Applications
High Availability of Azure Applications
 
IOT Hands On
IOT Hands OnIOT Hands On
IOT Hands On
 
Glimpse of Loops Vs Set
Glimpse of Loops Vs SetGlimpse of Loops Vs Set
Glimpse of Loops Vs Set
 
Oracle Sql Developer-Getting Started
Oracle Sql Developer-Getting StartedOracle Sql Developer-Getting Started
Oracle Sql Developer-Getting Started
 
Adaptive Layout In iOS 8
Adaptive Layout In iOS 8Adaptive Layout In iOS 8
Adaptive Layout In iOS 8
 
Introduction to Auto-layout : iOS/Mac
Introduction to Auto-layout : iOS/MacIntroduction to Auto-layout : iOS/Mac
Introduction to Auto-layout : iOS/Mac
 
LINQPad - utility Tool
LINQPad - utility ToolLINQPad - utility Tool
LINQPad - utility Tool
 
Get started with watch kit development
Get started with watch kit developmentGet started with watch kit development
Get started with watch kit development
 
Swift vs Objective-C
Swift vs Objective-CSwift vs Objective-C
Swift vs Objective-C
 
Material Design in Android
Material Design in AndroidMaterial Design in Android
Material Design in Android
 
Introduction to OData
Introduction to ODataIntroduction to OData
Introduction to OData
 
Ext js Part 2- MVC
Ext js Part 2- MVCExt js Part 2- MVC
Ext js Part 2- MVC
 
ExtJs Basic Part-1
ExtJs Basic Part-1ExtJs Basic Part-1
ExtJs Basic Part-1
 
Spring Security Introduction
Spring Security IntroductionSpring Security Introduction
Spring Security Introduction
 

Último

Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
masabamasaba
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
chiefasafspells
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 

Último (20)

AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 

Effectively Validate A Website

  • 1.
  • 2.
  • 3. • What is Validation? • Why Validate Your Websites? • Validation Techniques • The Importance of W3C Validation • Validation Tools for Your WordPress Website • Validating a Wordpress Theme • Conclusion AGENDA
  • 4. WHAT IS VALIDATION • Validation is a process of checking documents against a formal Standard, published by Standard organizations. • It serves a similar purpose to spell checking and proofreading for grammar and syntax, but is much more precise, because of it’s dealing with machine languages.
  • 5. WHAT IS VALIDATION • W3C – World Wide Web Consortium has it’s own standard for internet (web) based documents, which includes: HTML, XHTML, CSS etc. • Similarly Apple has it’s own IOS standard for Mobile APP validation and WordPress has it’s standard for plugin / theme validation.
  • 6. WHY VALIDATE A WEBSITE • In simple terms, validation ensures that your website complies with the standards accepted by most web designers. • This allows your site to be accessible to more people, across more web browsers, operation systems, and search engines.
  • 7. WHY VALIDATE A WEBSITE • The base issue that the non-validated websites face are, they rely on auto- correction methodology of the web browsers. • But in certain instance, if the browser doesn’t have the capability to do so, the website breaks down it’s user experience.
  • 8. WHY VALIDATE A WEBSITE • The purpose of W3C’s appearance in the early 90s was to develop certain standards for HTML to follow. • This was important because different vendors had begun creating their own versions of HTML and W3C worked to agree the vendors on supporting the standards and principles made by it.
  • 9. WHY VALIDATE A WEBSITE • Now we are on 2014 and now every standard organization is following the rulesets of HTML standard prepared by W3C. • So, validation of a web page means making the page's code compliant with the World Wide Web Consortium's (W3C) standards.
  • 10. WHY VALIDATE A WEBSITE • There are many reasons to write valid HTML, XHTML, and CSS and to check for valid links. Here are some of them:
  • 11. WHY VALIDATE A WEBSITE • SEARCH ENGINES • BETTER, FASTER RENDERING • A CONSISTENT DOCUMENT OBJECT MODEL • AVOID UGLY PAGES • BE STANDARDS COMPLIANT • WRITE IT ONCE
  • 12. VALIDATION TECHNIQUES • Validators detect problems in your web page and style sheet. It could be a tag that was opened and never closed. • It could be a misspelled piece of code or forgotten element the tag or style requires to work properly. • You become a detective, hunting and solving the little problems occurring in your web page.
  • 13. VALIDATION TECHNIQUES • Validation doesn't just mean putting your pages through some web driven testers. It also means test-driving it with friends, relatives, co-workers, and strangers. • Everyone has a different system and way of working, so ask for others to test-drive your styles or themes before you make them public.
  • 14. IMPORTANCE OF W3C VALIDATION • As we already discussed, W3C validation is the process of checking a websites code follow the formatting standards put up by the World Wide Web Consortium otherwise known as W3C.
  • 15. IMPORTANCE OF W3C VALIDATION
  • 16. IMPORTANCE OF W3C VALIDATION
  • 17. IMPORTANCE OF W3C VALIDATION • W3C validation not only functions as a code debugging tool to check for coding errors, it also makes sure that websites are formatted using international and professional W3C standards. • There are also many other reasons why your website should undergo web page validation including:
  • 18. IMPORTANCE OF W3C VALIDATION • Improved User Experience • Browser Friendliness and Accessibility • Allows You to Debug Your Pages • Results in Better SEO • Easy Coding and Maintenance
  • 19. WORDPRESS WEBSITE VALIDATION • To validate your WordPress site, here is a quick checklist:
  • 20. WORDPRESS WEBSITE VALIDATION • Validate HTML/XHTML • Validate CSS • Validate Links (check for dead links) • Validate Feeds • Check across different browsers (include handheld devices) • Re-validate HTML and CSS • Have friends, relatives, co-workers check your site • When ready, you can post your site on the WordPress Forum's for review
  • 21. VALIDATION SOURCES • HTML – Validation The W3C's HTML Validation Service (URL and upload) • Link Checker http://validator.w3.org/checklink • QA Tools http://www.w3.org/QA/Tools/ • Watson Addy's Validator http://watson.addy.com/
  • 22. VALIDATION SOURCES • HTML Validator Pro http://html.validator.pro/ • OnlineWebCheck.com http://www.onlinewebcheck.com/ • CSS Validation W3.org's CSS Validator (URL, upload, and direct paste in) • WDG and HTMLhelp.com's CSS Validator and Checker http://www.htmlhelp.com/tools/csscheck/
  • 23. VALIDATION SOURCES • Walidator http://www.walidator.com/ • RSS Feed Validator http://feedvalidator.org/ • Redland RSS 1.0 Validator http://librdf.org/rss/
  • 24. VALIDATING A WORDPRESS THEME • Along with W3C's standards, WordPress has its standards, too:
  • 25. VALIDATING A WORDPRESS THEME • PHP Coding Standards includes using single & double quotes correctly, using full PHP tags at all times, using white space properly, utilizing Conditions and so on.
  • 26. VALIDATING A WORDPRESS THEME • HTML Coding Standards refers to writing valid HTML code; using attribute values with lowercase characters, wrapping the attribute values with quotes, using white space with logical indentation, etc.
  • 27. VALIDATING A WORDPRESS THEME • CSS Coding Standards includes structuring the stylesheet properly, using lowercase names (with hyphens for separating words) in selectors, ordering the properties nicely, commenting and such.
  • 28. VALIDATING A WORDPRESS THEME • JavaScript Coding Standards calls that we use braces appropriately, name functions and variables with camelCase, defining an anonymous function if jQuery is going to be used, and so forth.
  • 29. VALIDATING A WORDPRESS THEME • Theme Review Standards includes writing quality code (naturally), separating functionality by using plugins, utilizing template tags and hooks properly, supporting WordPress-generated CSS classes, securing the theme, licencing appropriately, organizing the theme files properly, writing a sufficient documentation... There's just too much!
  • 30. CONCLUSION • Without any questions, it is a mandatory task for every web designers and web developers to validate their websites before releasing for the web. • As long as you validate your web pages and maintain them to stay valid, you will only benefit from it.
  • 31.