SlideShare a Scribd company logo
1 of 14
HTML5 Boilerplate
Já?

Tom Bartoň (396061)


@GrezCZ
HTML
<!doctype html>
   <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <!
   [endif]­­>
   <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­>
   <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­>
   <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­>
   <head>
HTML
<!doctype html>
   <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <!
   [endif]­­>
   <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­>
   <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­>
   <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­>
   <head>

<html lang="en­us" class=" js no­flexbox canvas canvastext webgl no­touch 
   geolocation postmessage no­websqldatabase indexeddb hashchange history 
   draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage 
   borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients 
   no­cssreflections csstransforms csstransforms3d csstransitions fontface 
   generatedcontent video audio localstorage sessionstorage webworkers 
   applicationcache svg inlinesvg smil svgclippaths"><!­­<![endif]­­>
   <head>
HTML
<!doctype html>
   <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <!
   [endif]­­>
   <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­>
   <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­>
   <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­>
   <head>

<html lang="en­us" class=" js no­flexbox canvas canvastext webgl no­touch 
   geolocation postmessage no­websqldatabase indexeddb hashchange history 
   draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage 
   borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients 
   no­cssreflections csstransforms csstransforms3d csstransitions fontface 
   generatedcontent video audio localstorage sessionstorage webworkers 
   applicationcache svg inlinesvg smil svgclippaths"><!­­<![endif]­­>
   <head>

<meta http­equiv="X­UA­Compatible" content="IE=edge,chrome=1,requiresActiveX=true">
HTML
<!doctype html>
   <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <!
   [endif]­­>
   <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­>
   <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­>
   <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­>
   <head>

<html lang="en­us" class=" js no­flexbox canvas canvastext webgl no­touch 
   geolocation postmessage no­websqldatabase indexeddb hashchange history 
   draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage 
   borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients 
   no­cssreflections csstransforms csstransforms3d csstransitions fontface 
   generatedcontent video audio localstorage sessionstorage webworkers 
   applicationcache svg inlinesvg smil svgclippaths"><!­­<![endif]­­>
   <head>

<meta http­equiv="X­UA­Compatible" content="IE=edge,chrome=1,requiresActiveX=true">

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
   <script>window.jQuery || document.write('<script 
   src="js/libs/jquery­1.7.1.min.js"></script>')</script>
CSS
html {overflow­y: scroll}
CSS
html {overflow­y: scroll}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    ::selection { background: #fe57a1; color: #fff; text-shadow: none; }
CSS
html {overflow­y: scroll}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    ::selection { background: #fe57a1; color: #fff; text-shadow: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }
CSS
html {overflow­y: scroll}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    ::selection { background: #fe57a1; color: #fff; text-shadow: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-
      repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
CSS
html {overflow­y: scroll}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    ::selection { background: #fe57a1; color: #fff; text-shadow: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-
      repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }

a:focus { outline: thin dotted; }
    a:hover, a:active { outline: 0; }
CSS
html {overflow­y: scroll}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    ::selection { background: #fe57a1; color: #fff; text-shadow: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-
      repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }

a:focus { outline: thin dotted; }
    a:hover, a:active { outline: 0; }

@media queries
CSS
html {overflow­y: scroll}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    ::selection { background: #fe57a1; color: #fff; text-shadow: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-
      repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }

a:focus { outline: thin dotted; }
    a:hover, a:active { outline: 0; }

@media queries

@print stylesheet
.htaccess

Gzip
Expire headers
CSS fonty na subdoméně
Cross domain AJAX
mod_rewrite
Nastavení pro PHP
...

More Related Content

What's hot

Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2cori0506
 
Html structure
Html structureHtml structure
Html structureakkias
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本a5494535
 
2016 First steps with Angular 2 – enterjs
2016 First steps with Angular 2 – enterjs2016 First steps with Angular 2 – enterjs
2016 First steps with Angular 2 – enterjsGeilDanke
 
جيفيرا باي الساحل الشمالي
جيفيرا باي الساحل الشماليجيفيرا باي الساحل الشمالي
جيفيرا باي الساحل الشماليReda Hassan
 
Making Links Magical Again with CSS
Making Links Magical Again with CSSMaking Links Magical Again with CSS
Making Links Magical Again with CSSJenn Lukas
 
Technical SEO Signals You Need to Send to Google
Technical SEO Signals You Need to Send to GoogleTechnical SEO Signals You Need to Send to Google
Technical SEO Signals You Need to Send to GoogleSearch Marketing Expo - SMX
 
Class 4 handout w css3 using j fiddle
Class 4 handout w css3 using j fiddleClass 4 handout w css3 using j fiddle
Class 4 handout w css3 using j fiddleErin M. Kidwell
 
How to Think Inside the Box: Programming Fixed Layout for E-Books
How to Think Inside the Box: Programming Fixed Layout for E-BooksHow to Think Inside the Box: Programming Fixed Layout for E-Books
How to Think Inside the Box: Programming Fixed Layout for E-Booksbisg
 
Earn money with banner and text ads for Clickbank
Earn money with banner and text ads for ClickbankEarn money with banner and text ads for Clickbank
Earn money with banner and text ads for ClickbankJaroslaw Istok
 
Presentation html5 css3 by thibaut
Presentation html5 css3 by thibautPresentation html5 css3 by thibaut
Presentation html5 css3 by thibautThibaut Baillet
 
Earn money with banner and text ads for clickbank
Earn money with banner and text ads for clickbankEarn money with banner and text ads for clickbank
Earn money with banner and text ads for clickbankJaroslaw Istok
 
CSSプリプロセッサの取扱説明書
CSSプリプロセッサの取扱説明書CSSプリプロセッサの取扱説明書
CSSプリプロセッサの取扱説明書拓樹 谷
 

What's hot (19)

Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2
 
Html structure
Html structureHtml structure
Html structure
 
A More Perfect Union with CSS
A More Perfect Union with CSSA More Perfect Union with CSS
A More Perfect Union with CSS
 
Exp of mmt
Exp of mmtExp of mmt
Exp of mmt
 
This is a test
This is a testThis is a test
This is a test
 
Document
DocumentDocument
Document
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
 
2016 First steps with Angular 2 – enterjs
2016 First steps with Angular 2 – enterjs2016 First steps with Angular 2 – enterjs
2016 First steps with Angular 2 – enterjs
 
جيفيرا باي الساحل الشمالي
جيفيرا باي الساحل الشماليجيفيرا باي الساحل الشمالي
جيفيرا باي الساحل الشمالي
 
Making Links Magical Again with CSS
Making Links Magical Again with CSSMaking Links Magical Again with CSS
Making Links Magical Again with CSS
 
Technical SEO Signals You Need to Send to Google
Technical SEO Signals You Need to Send to GoogleTechnical SEO Signals You Need to Send to Google
Technical SEO Signals You Need to Send to Google
 
Class 4 handout w css3 using j fiddle
Class 4 handout w css3 using j fiddleClass 4 handout w css3 using j fiddle
Class 4 handout w css3 using j fiddle
 
Nananana
NanananaNananana
Nananana
 
How to Think Inside the Box: Programming Fixed Layout for E-Books
How to Think Inside the Box: Programming Fixed Layout for E-BooksHow to Think Inside the Box: Programming Fixed Layout for E-Books
How to Think Inside the Box: Programming Fixed Layout for E-Books
 
Earn money with banner and text ads for Clickbank
Earn money with banner and text ads for ClickbankEarn money with banner and text ads for Clickbank
Earn money with banner and text ads for Clickbank
 
Presentation html5 css3 by thibaut
Presentation html5 css3 by thibautPresentation html5 css3 by thibaut
Presentation html5 css3 by thibaut
 
Earn money with banner and text ads for clickbank
Earn money with banner and text ads for clickbankEarn money with banner and text ads for clickbank
Earn money with banner and text ads for clickbank
 
Dfdf
DfdfDfdf
Dfdf
 
CSSプリプロセッサの取扱説明書
CSSプリプロセッサの取扱説明書CSSプリプロセッサの取扱説明書
CSSプリプロセッサの取扱説明書
 

Viewers also liked

HTML5 and the web of tomorrow!
HTML5  and the  web of tomorrow!HTML5  and the  web of tomorrow!
HTML5 and the web of tomorrow!Christian Heilmann
 
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011Patrick Lauke
 
Quality Development with HTML5
Quality Development with HTML5Quality Development with HTML5
Quality Development with HTML5Shay Howe
 
HTML5--The 30,000' View (A fast-paced overview of HTML5)
HTML5--The 30,000' View (A fast-paced overview of HTML5)HTML5--The 30,000' View (A fast-paced overview of HTML5)
HTML5--The 30,000' View (A fast-paced overview of HTML5)Peter Lubbers
 
Getting Started with HTML5 in Tech Com (STC 2012)
Getting Started with HTML5 in Tech Com (STC 2012)Getting Started with HTML5 in Tech Com (STC 2012)
Getting Started with HTML5 in Tech Com (STC 2012)Peter Lubbers
 
An Introduction To HTML5
An Introduction To HTML5An Introduction To HTML5
An Introduction To HTML5Robert Nyman
 
SlideShare moves to HTML5
SlideShare moves to HTML5 SlideShare moves to HTML5
SlideShare moves to HTML5 Amit Ranjan
 
Intro to html5 Boilerplate
Intro to html5 BoilerplateIntro to html5 Boilerplate
Intro to html5 BoilerplateMichael Enslow
 
Building Rich Mobile Apps with HTML5, CSS3 and JavaScript
Building Rich Mobile Apps with HTML5, CSS3 and JavaScriptBuilding Rich Mobile Apps with HTML5, CSS3 and JavaScript
Building Rich Mobile Apps with HTML5, CSS3 and JavaScriptSencha
 

Viewers also liked (14)

HTML5 and the web of tomorrow!
HTML5  and the  web of tomorrow!HTML5  and the  web of tomorrow!
HTML5 and the web of tomorrow!
 
HTML5 on mobile
HTML5 on mobileHTML5 on mobile
HTML5 on mobile
 
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
 
HTML5
HTML5HTML5
HTML5
 
Quality Development with HTML5
Quality Development with HTML5Quality Development with HTML5
Quality Development with HTML5
 
HTML5--The 30,000' View (A fast-paced overview of HTML5)
HTML5--The 30,000' View (A fast-paced overview of HTML5)HTML5--The 30,000' View (A fast-paced overview of HTML5)
HTML5--The 30,000' View (A fast-paced overview of HTML5)
 
Getting Started with HTML5 in Tech Com (STC 2012)
Getting Started with HTML5 in Tech Com (STC 2012)Getting Started with HTML5 in Tech Com (STC 2012)
Getting Started with HTML5 in Tech Com (STC 2012)
 
An Introduction To HTML5
An Introduction To HTML5An Introduction To HTML5
An Introduction To HTML5
 
Introduction to Html5
Introduction to Html5Introduction to Html5
Introduction to Html5
 
SlideShare moves to HTML5
SlideShare moves to HTML5 SlideShare moves to HTML5
SlideShare moves to HTML5
 
html5.ppt
html5.ppthtml5.ppt
html5.ppt
 
Echo HTML5
Echo HTML5Echo HTML5
Echo HTML5
 
Intro to html5 Boilerplate
Intro to html5 BoilerplateIntro to html5 Boilerplate
Intro to html5 Boilerplate
 
Building Rich Mobile Apps with HTML5, CSS3 and JavaScript
Building Rich Mobile Apps with HTML5, CSS3 and JavaScriptBuilding Rich Mobile Apps with HTML5, CSS3 and JavaScript
Building Rich Mobile Apps with HTML5, CSS3 and JavaScript
 

Similar to HTML5 Boilerplate - PV219

Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieRafaela Souza
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieRafaela Souza
 
cssstyle.cssbody { font-family Montserrat, Arial, sa
cssstyle.cssbody {    font-family Montserrat, Arial, sacssstyle.cssbody {    font-family Montserrat, Arial, sa
cssstyle.cssbody { font-family Montserrat, Arial, saMargenePurnell14
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxphilipnelson29183
 
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]Rizki Ogawa
 
Doctype html publi
Doctype html publiDoctype html publi
Doctype html publiEddy_TKJ
 
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docxuntitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docxdickonsondorris
 
AnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docx
AnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docxAnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docx
AnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docxdaniahendric
 
LESS is More
LESS is MoreLESS is More
LESS is Morejsmith92
 
how can I replace the Newsfeed text with a custom on in SharePoi.pdf
how can I replace the Newsfeed text with a custom on in SharePoi.pdfhow can I replace the Newsfeed text with a custom on in SharePoi.pdf
how can I replace the Newsfeed text with a custom on in SharePoi.pdfjyothimuppasani1
 
Yeni metin belgesi (2)
Yeni metin belgesi (2)Yeni metin belgesi (2)
Yeni metin belgesi (2)makarnalar
 
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxgilpinleeanna
 
autotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docxautotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docxikirkton
 
City life project by ajay mishra121
City life project by ajay mishra121City life project by ajay mishra121
City life project by ajay mishra121Ajay_Mishra121
 
Floating ad widget
Floating ad widgetFloating ad widget
Floating ad widgetpanther420
 
Change out of box tree view style using custom css
Change out of box tree view style using custom cssChange out of box tree view style using custom css
Change out of box tree view style using custom cssRajkiran Swain
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008tutorialsruby
 

Similar to HTML5 Boilerplate - PV219 (20)

Theme 23
Theme 23Theme 23
Theme 23
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
 
cssstyle.cssbody { font-family Montserrat, Arial, sa
cssstyle.cssbody {    font-family Montserrat, Arial, sacssstyle.cssbody {    font-family Montserrat, Arial, sa
cssstyle.cssbody { font-family Montserrat, Arial, sa
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
 
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
 
Documento
DocumentoDocumento
Documento
 
Doctype html publi
Doctype html publiDoctype html publi
Doctype html publi
 
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docxuntitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
 
AnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docx
AnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docxAnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docx
AnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docx
 
LESS is More
LESS is MoreLESS is More
LESS is More
 
Slider goymon
Slider goymonSlider goymon
Slider goymon
 
how can I replace the Newsfeed text with a custom on in SharePoi.pdf
how can I replace the Newsfeed text with a custom on in SharePoi.pdfhow can I replace the Newsfeed text with a custom on in SharePoi.pdf
how can I replace the Newsfeed text with a custom on in SharePoi.pdf
 
Yeni metin belgesi (2)
Yeni metin belgesi (2)Yeni metin belgesi (2)
Yeni metin belgesi (2)
 
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
 
autotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docxautotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docx
 
City life project by ajay mishra121
City life project by ajay mishra121City life project by ajay mishra121
City life project by ajay mishra121
 
Floating ad widget
Floating ad widgetFloating ad widget
Floating ad widget
 
Change out of box tree view style using custom css
Change out of box tree view style using custom cssChange out of box tree view style using custom css
Change out of box tree view style using custom css
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
 

Recently uploaded

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 

Recently uploaded (20)

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 

HTML5 Boilerplate - PV219

  • 3. HTML <!doctype html> <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <! [endif]­­> <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­> <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­> <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­> <head>
  • 4. HTML <!doctype html> <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <! [endif]­­> <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­> <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­> <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­> <head> <html lang="en­us" class=" js no­flexbox canvas canvastext webgl no­touch  geolocation postmessage no­websqldatabase indexeddb hashchange history  draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage  borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients  no­cssreflections csstransforms csstransforms3d csstransitions fontface  generatedcontent video audio localstorage sessionstorage webworkers  applicationcache svg inlinesvg smil svgclippaths"><!­­<![endif]­­> <head>
  • 5. HTML <!doctype html> <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <! [endif]­­> <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­> <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­> <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­> <head> <html lang="en­us" class=" js no­flexbox canvas canvastext webgl no­touch  geolocation postmessage no­websqldatabase indexeddb hashchange history  draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage  borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients  no­cssreflections csstransforms csstransforms3d csstransitions fontface  generatedcontent video audio localstorage sessionstorage webworkers  applicationcache svg inlinesvg smil svgclippaths"><!­­<![endif]­­> <head> <meta http­equiv="X­UA­Compatible" content="IE=edge,chrome=1,requiresActiveX=true">
  • 6. HTML <!doctype html> <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <! [endif]­­> <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­> <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­> <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­> <head> <html lang="en­us" class=" js no­flexbox canvas canvastext webgl no­touch  geolocation postmessage no­websqldatabase indexeddb hashchange history  draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage  borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients  no­cssreflections csstransforms csstransforms3d csstransitions fontface  generatedcontent video audio localstorage sessionstorage webworkers  applicationcache svg inlinesvg smil svgclippaths"><!­­<![endif]­­> <head> <meta http­equiv="X­UA­Compatible" content="IE=edge,chrome=1,requiresActiveX=true"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script  src="js/libs/jquery­1.7.1.min.js"></script>')</script>
  • 8. CSS html {overflow­y: scroll} ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; }
  • 9. CSS html {overflow­y: scroll} ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; }
  • 10. CSS html {overflow­y: scroll} ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background- repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
  • 11. CSS html {overflow­y: scroll} ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background- repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; }
  • 12. CSS html {overflow­y: scroll} ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background- repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } @media queries
  • 13. CSS html {overflow­y: scroll} ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background- repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } @media queries @print stylesheet
  • 14. .htaccess Gzip Expire headers CSS fonty na subdoméně Cross domain AJAX mod_rewrite Nastavení pro PHP ...