SlideShare a Scribd company logo
SPEED, SEMANTICS
                              & STRUCTURE
                             Modern HTML and CSS Coding




    Jon Henshaw
    Co-Founder & CPO
    @RavenJon


Saturday, November 12, 11
Speed


                            Why Speed?


Saturday, November 12, 11
Consolidate CSS


               Less calls mean faster loading




Saturday, November 12, 11
Reference Elements


     Avoid making IDs and Classes when possible




Saturday, November 12, 11
Reference Elements

                             h1 { font-size:2em; }
                             p span { font-style:italic; }
                             em { background:#ccc; }
                             blockquote { padding:10px; }




Saturday, November 12, 11
Don’t Overload


       Objective is to reduce load and rendering time




Saturday, November 12, 11
Don’t Overload




Saturday, November 12, 11
Be Wary of JavaScript

                                   Libraries can conflict

                            Multiple libraries increase load time

           Social JavaScript can keep a page from fully rendering




Saturday, November 12, 11
More Speed Options

                                  Caching
                                   CDN
                             Image Compression
                                Good Hosting


Saturday, November 12, 11
W3 Total Cache

                            http://raven.im/pvXTdi




Saturday, November 12, 11
CDN: AWS CloudFront

                            http://raven.im/o57Ko4




Saturday, November 12, 11
PNGCrush

                            http://raven.im/n8QeMi




Saturday, November 12, 11
Pair Networks

                            http://raven.im/nzFX3x




Saturday, November 12, 11
http://gtmetrix.com/




Saturday, November 12, 11
Google Webmaster Tools




Saturday, November 12, 11
Semantics


                            Why Semantics?


Saturday, November 12, 11
Semantic CSS


                            Name by function


Saturday, November 12, 11
Semantic CSS
                                        No

                            <div class="yellow curved">
                              <p>Help...</p>
                            </div>

                                       Yes

                            <div class="helpbox">
                              <p>Help...</p>
                            </div>
Saturday, November 12, 11
Living Standard HTML




Saturday, November 12, 11
Semantic Elements

                            http://raven.im/obswfn
                               nav, header, footer,
                            section, article and aside


Saturday, November 12, 11
Saturday, November 12, 11
http://html5boilerplate.com




Saturday, November 12, 11
Structured Data


             Why Structured Data?


Saturday, November 12, 11
Saturday, November 12, 11
Structured Data Options

                                    Microformats
                                       RDFa
                                    Microdata




Saturday, November 12, 11
schema.org

          Microdata schemas for people, products, events,
          organizations, movies, books, reviews and much more




Saturday, November 12, 11
Saturday, November 12, 11
http://schema-creator.org




Saturday, November 12, 11
Social META Data




Saturday, November 12, 11
Open Graph Protocol

                       http://raven.im/pX2P1X




Saturday, November 12, 11
Saturday, November 12, 11
Evernote Site Memory

                            http://raven.im/qb69tm




Saturday, November 12, 11
Saturday, November 12, 11
Saturday, November 12, 11
Input Types

                            http://raven.im/s4rJci

                            Better user experience
                              especially on mobile

Saturday, November 12, 11
Input Types: Search


                            <input type="search" />




Saturday, November 12, 11
Input Types: URL


                            <input type="url" />




Saturday, November 12, 11
Input Types: Email


                            <input type="email" />




Saturday, November 12, 11
Find me online at
                             @RavenJon


    Jon Henshaw
    Co-Founder & CPO
    @RavenJon


Saturday, November 12, 11

More Related Content

KEY
WordPress Child Themes
PPTX
Geek Sync | Avoid Corruption Nightmares within your Virtual Database
PDF
WPCampus Presentation - WordPress Troubleshooting Techniques | InMotion Hosting
PPTX
How to reduce database load using Memcache
PPT
Repositorio Institucional para el manejo de Investigaciones de la UNAN-Manag...
PDF
Soluciones tecnológicas para REA
PPT
Implementación Repositorio De Objetos De Aprendizajes Basado En
PPTX
What is Node.js used for: The 2015 Node.js Overview Report
WordPress Child Themes
Geek Sync | Avoid Corruption Nightmares within your Virtual Database
WPCampus Presentation - WordPress Troubleshooting Techniques | InMotion Hosting
How to reduce database load using Memcache
Repositorio Institucional para el manejo de Investigaciones de la UNAN-Manag...
Soluciones tecnológicas para REA
Implementación Repositorio De Objetos De Aprendizajes Basado En
What is Node.js used for: The 2015 Node.js Overview Report

Viewers also liked (20)

KEY
groovy & grails - lecture 13
PPTX
Responsive Design
PPTX
Stack_Overflow-Network_Graph
PDF
Presentacion MoodleMoot 2014 Colombia - Integración Moodle con un Repositorio...
PPTX
Stack Overflow - It's all about performance / Marco Cecconi (Stack Overflow)
PPTX
StrongLoop Overview
ZIP
Why Scala for Web 2.0?
PDF
Curso avanzado de capacitación en DSpace
PDF
Asynchronous programming done right - Node.js
PPTX
Html5 devconf nodejs_devops_shubhra
PDF
Node.js Frameworks & Design Patterns Webinar
PPTX
Webstock 2010 - Stack Overflow: Building Social Software for the Anti-Social
PDF
Toronto node js_meetup
PPT
Introducing the New DSpace User Interface
PDF
Stack Overflow slides Data Analytics
PDF
minne の API 改善
PPTX
STACK OVERFLOW DATASET ANALYSIS
ODP
Coding Dojo In 5 minutes
PDF
Big Data: Experiencias (académicas) reales
PPTX
Archivo -› repositorio -› web : la ruta lógica para archivos por Patricio Pas...
groovy & grails - lecture 13
Responsive Design
Stack_Overflow-Network_Graph
Presentacion MoodleMoot 2014 Colombia - Integración Moodle con un Repositorio...
Stack Overflow - It's all about performance / Marco Cecconi (Stack Overflow)
StrongLoop Overview
Why Scala for Web 2.0?
Curso avanzado de capacitación en DSpace
Asynchronous programming done right - Node.js
Html5 devconf nodejs_devops_shubhra
Node.js Frameworks & Design Patterns Webinar
Webstock 2010 - Stack Overflow: Building Social Software for the Anti-Social
Toronto node js_meetup
Introducing the New DSpace User Interface
Stack Overflow slides Data Analytics
minne の API 改善
STACK OVERFLOW DATASET ANALYSIS
Coding Dojo In 5 minutes
Big Data: Experiencias (académicas) reales
Archivo -› repositorio -› web : la ruta lógica para archivos por Patricio Pas...
Ad

Similar to Modern HTML & CSS Coding: Speed, Semantics & Structure (20)

PDF
Optimizing your site for contextual ads: SEO, Design and Content
PDF
Coding, Scaling, and Deploys... Oh My!
PDF
Apache Flume NG
PDF
Multiplatform, Promises and HTML5
PDF
Rcos presentation
PDF
Mobile? WT... F?
PDF
Lightning talks percona live mysql_2012
PDF
Adapt and respond: keeping responsive into the future
PDF
Big app design for Node.js
PDF
JS-Everywhere - SSE Hands-on
PDF
Active Record Introduction - 3
PDF
Dominion Enterprises _H@&lt;k@th0n_
PDF
JS-Everywhere - LocalStorage Hands-on
PDF
Performance & Responsive Web Design
PDF
iPad Apps for teachers
PDF
The Journey to a Full-Time Freelance Web Design Business
PDF
Basic html for Normal People
PDF
Design process
PDF
I Love Techno - the site
PDF
The CoffeeScript Edge
Optimizing your site for contextual ads: SEO, Design and Content
Coding, Scaling, and Deploys... Oh My!
Apache Flume NG
Multiplatform, Promises and HTML5
Rcos presentation
Mobile? WT... F?
Lightning talks percona live mysql_2012
Adapt and respond: keeping responsive into the future
Big app design for Node.js
JS-Everywhere - SSE Hands-on
Active Record Introduction - 3
Dominion Enterprises _H@&lt;k@th0n_
JS-Everywhere - LocalStorage Hands-on
Performance & Responsive Web Design
iPad Apps for teachers
The Journey to a Full-Time Freelance Web Design Business
Basic html for Normal People
Design process
I Love Techno - the site
The CoffeeScript Edge
Ad

More from Raven Tools (20)

PDF
Fully Optimized
PDF
Essential On-Page SEO
PDF
On-Page SEO for Mobile
PDF
How to Establish Social Proof Using Social Love
PDF
How to Discover Marketing Opportunities For Any Website
PPTX
The 5 Most Important Benchmarks for a New SEO Client
PDF
Mobile Marketing Misconceptions and the Real Truth
PDF
Eliminate Google Analytics Confusion with Raven
PDF
How to create a traffic machine for your content
PDF
Bootstrap Marketing for Entrepreneurs and Startups
PPT
Content Marketing: 50 Words That Will Help Improve Your Next 500 Blog Posts
PDF
The Future of Search in a Social World
PDF
Measuring Social Media: A Tweet Is Worth WHAT?
PPT
Essential Content Marketing Templates
PDF
Why Press Releases Are (Still) Useful for Marketers
PPT
Measure It! Social media metrics made simple
PPT
Social Media Crimes of Passion
PPTX
SEO performance metrics that actually matter
PDF
Tools Shoot Out - SEMPDX SearchFest
PPT
Link Building: The Best Marketing Strategy You've Never Heard Of
Fully Optimized
Essential On-Page SEO
On-Page SEO for Mobile
How to Establish Social Proof Using Social Love
How to Discover Marketing Opportunities For Any Website
The 5 Most Important Benchmarks for a New SEO Client
Mobile Marketing Misconceptions and the Real Truth
Eliminate Google Analytics Confusion with Raven
How to create a traffic machine for your content
Bootstrap Marketing for Entrepreneurs and Startups
Content Marketing: 50 Words That Will Help Improve Your Next 500 Blog Posts
The Future of Search in a Social World
Measuring Social Media: A Tweet Is Worth WHAT?
Essential Content Marketing Templates
Why Press Releases Are (Still) Useful for Marketers
Measure It! Social media metrics made simple
Social Media Crimes of Passion
SEO performance metrics that actually matter
Tools Shoot Out - SEMPDX SearchFest
Link Building: The Best Marketing Strategy You've Never Heard Of

Recently uploaded (20)

PPTX
Identity Development in Adolescence.pptx
PPTX
SELF ASSESSMENT -SNAPSHOT.pptx an index of yourself by Dr NIKITA SHARMA
PDF
⚡ Prepping for grid failure_ 6 Must-Haves to Survive Blackout!.pdf
PPTX
Emotional Intelligence- Importance and Applicability
PDF
Red Light Wali Muskurahat – A Heart-touching Hindi Story
PPT
proper hygiene for teenagers for secondary students .ppt
PPTX
Presentation on interview preparation.pt
PDF
My 'novel' Account of Human Possibility pdf.pdf
PPT
cypt-cht-healthy-relationships-part1-presentation-v1.1en.ppt
PPTX
PERDEV-LESSON-3 DEVELOPMENTMENTAL STAGES.pptx
PDF
The Power of Pausing Before You React by Meenakshi Khakat
PPTX
Personal Development - By Knowing Oneself?
PPTX
show1- motivational ispiring positive thinking
PPTX
Understanding the Self power point presentation
PDF
The Zeigarnik Effect by Meenakshi Khakat.pdf
PPTX
Learn how to use Portable Grinders Safely
PPTX
How to Deal with Imposter Syndrome for Personality Development?
PPTX
Travel mania in india needs to change the world
PPTX
Commmunication in Todays world- Principles and Barriers
PDF
SEX-GENDER-AND-SEXUALITY-LESSON-1-M (2).pdf
Identity Development in Adolescence.pptx
SELF ASSESSMENT -SNAPSHOT.pptx an index of yourself by Dr NIKITA SHARMA
⚡ Prepping for grid failure_ 6 Must-Haves to Survive Blackout!.pdf
Emotional Intelligence- Importance and Applicability
Red Light Wali Muskurahat – A Heart-touching Hindi Story
proper hygiene for teenagers for secondary students .ppt
Presentation on interview preparation.pt
My 'novel' Account of Human Possibility pdf.pdf
cypt-cht-healthy-relationships-part1-presentation-v1.1en.ppt
PERDEV-LESSON-3 DEVELOPMENTMENTAL STAGES.pptx
The Power of Pausing Before You React by Meenakshi Khakat
Personal Development - By Knowing Oneself?
show1- motivational ispiring positive thinking
Understanding the Self power point presentation
The Zeigarnik Effect by Meenakshi Khakat.pdf
Learn how to use Portable Grinders Safely
How to Deal with Imposter Syndrome for Personality Development?
Travel mania in india needs to change the world
Commmunication in Todays world- Principles and Barriers
SEX-GENDER-AND-SEXUALITY-LESSON-1-M (2).pdf

Modern HTML & CSS Coding: Speed, Semantics & Structure