SlideShare una empresa de Scribd logo
1 de 75
engaging people
HELLO.
ITERATIVE
TIMES THEY ARE A CHANGIN’
or
Making Changes to your website when not changing your website...
OH CRAP
I DIDN’T THINK OF THAT.....
SQUIZ TAKEAWAY
But not until the end. I want your eyes here. No... here. Look at me!
INVISIBLE CHANGES
#1 - PROGRESSIVE ENHANCEMENT.
Look at elements you can refactor to make it more progressively enhanced.
FORMS
MAPS

http://codepen.io/justincavery/pen/hHEgK
MAPS

http://codepen.io/justincavery/pen/hHEgK
SOCIAL MEDIA
#2 - HTML Code Sniffer
http://squizlabs.github.io/HTML_CodeSniffer/
#3 - META TAGS
http://upload.wikimedia.org/wikipedia/commons/8/88/Ming_Dynasty_playing_card%2C_c._1400.jpg
FACEBOOK
open graph
<meta property="og:image"
content="/__data/assets/image/0005/1688/jquerymasonry.jpg"/>
<meta property="og:title" content="jQuery Masonry"/>
<meta property="og:description" content="" />
<meta property="og:url"
content="http://responsivedesign.is/resources/javascriptjquery/jquery-masonry"/>
<meta property="og:site_name"
content="ResponsiveDesign.is"/>
<meta property="og:image"
content="%globals_asset_thumbnail_url%"/>
<meta property="og:title" content="%globals_asset_name
%"/>
<meta property="og:description"
content="%globals_asset_metadata_Description%" />
<meta property="og:url" content="%globals_asset_url%"/>
<meta property="og:site_name"
content="ResponsiveDesign.is"/>
TWITTER
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@reswebdes">
<meta name="twitter:creator" content="@justinavery">
<meta name="twitter:title" content="jQuery Masonry">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="
/__data/assets/image/0005/1688/jquery-masonry.jpg">
VALIDATORS
https://developers.facebook.com/tools/debug
https://dev.twitter.com/docs/cards/validation/validator
#4 - PERFORMANCE
PERCEIVED LOAD TIME
TECHCRUNCH.COM

http://filamentgroup.com/lab/socialcount/
TECHCRUNCH.COM
MATRIX PERFORMANCE RULES
view-source should never contain ./?a=
view-source should always contain /__data/
/__data/ is served from Apache
WEBPAGETEST.ORG
COMPRESS YOUR IMAGES
IMAGE OPTIM
IMAGE OPTIM
SVG
MINIFY & CONCATENATE
JS & CSS
#5 - MICRODATA
...and ARIA roles but wait for Dave’s talk
EVENTS
<div>
<a href="http://www.example.com/events/spinaltap">Spinal Tap</a>
<img src="spinal_tap.jpg" />
After their highly-publicized search for a new drummer,
Spinal Tap kicks off their latest comeback tour with a San
Francisco show.
When: Oct 15, 7:00PM—9:00PM
Where: Warfield Theatre, 982 Market St, San Francisco, CA
Category: Concert
Tickets from $10-$11
2,000 tickets available
<a href="http://www.example.com/events/spinaltap/alltickets">See all available
tickets</a>
<a href="http://www.example.com/events/spinaltap/presale">Presale tickets</a> $10 till 10
November 2015 (1,000 available)
<a href="http://www.example.com/events/spinaltap/tickets">Full-price tickets</a> $11
</div>
<div itemscope itemtype="http://data-vocabulary.org/Event">
​<a href="http://www.example.com/events/spinaltap" itemprop="url" >
<span itemprop="summary">Spinal Tap</span>
</a>
<img itemprop="photo" src="spinal_tap.jpg" />
<span itemprop="description">After their highly-publicized search for a new drummer,
Spinal Tap kicks off their latest comeback tour with a San
Francisco show.</span>
When:
<time itemprop="startDate" datetime="2015-10-15T19:00-08:00">Oct 15, 7:00PM</time>—
<time itemprop="endDate" datetime="2015-10-15T19:00-08:00">Oct 15, 9:00PM</time>
Where:
​<span itemprop="location" itemscope itemtype="http://data-vocabulary.org/Organization">
​
​<span itemprop="name">Warfield Theatre</span>
​<span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address">
<span itemprop="street-address">982 Market St</span>,
<span itemprop="locality">San Francisco</span>,
<span itemprop="region">CA</span>
</span>
<span itemprop="geo" itemscope itemtype="http://data-vocabulary.org/Geo">
​
<meta itemprop="latitude" content="37.774929" />
<meta itemprop="longitude" content="-122.419416" />
</span>
</span>
Category: <span itemprop="eventType">Concert</span>
<span itemprop="ticketAggregate" itemscope itemtype="http://data-vocabulary.org/Offer-aggregate">
Tickets from $<span itemprop="lowPrice">10.00</span>-$<span itemprop="highPrice">11.00</span>
<span itemprop="currency" content="USD" />
<span itemprop="offerCount">2,000</span> tickets available
<a href="http://www.example.com/events/spinaltap/alltickets" itemprop="offerurl">
http://google.com/ticket</span>See all available tickets</a>
</span>
<span itemprop="tickets" itemscope itemtype="http://data-vocabulary.org/Offer">
<a href="http://www.example.com/events/spinaltap/presale" itemprop="offerurl">Presale
tickets</a>
<span itemprop="price">$10</span><span itemprop="currency" content="USD" />
till <time itemprop="priceValidUntil" datetime="2015-11-10">10 November 2015</time>
(<span itemprop="quantity">1000</span> available)
</span>
<span itemprop="tickets" itemscope itemtype="http://data-vocabulary.org/Offer">
<a href="http://www.example.com/events/spinaltap/tickets" itemprop="offerurl">Full-price
tickets</a>
<span itemprop="price">$11</span><span itemprop="currency" content="USD" />
</span>
</div>
ARTICLES
#6 - BECOMING MORE RESPONSIVE
Okay so I lied. I had to include something to do with Responsive design
ISH
random breakpoint generator

http://bradfrostweb.com/demo/ish/
REMEMBER
#1 PROGRESSIVE ENHANCEMENT
#2 HTML CODESNIFFER
#3 METATAGS
#4 PERFORMANCE
#5 MICRODATA
#6 BECOMING MORE RESPONSIVE
FASTER
IMPROVED USER EXPERIENCE
FUTURE FRIENDLY
ALL WITHOUT CHANGING A THING
THANK YOU
http://squiz.io/takeaway

Justin Avery
javery@squiz.co.uk
@justinavery
Technology .
For the people,
by the people.

engaging people

Clever technology? Yep. Brilliant people? You bet.
It's this powerful combination that drives us to
create seamless, intelligent and engaging online
experiences.

Más contenido relacionado

La actualidad más candente

Android ui pattern side navigation
Android ui pattern side navigationAndroid ui pattern side navigation
Android ui pattern side navigation동우 김
 
What Do We Keep and What Do We Throw Away
What Do We Keep and What Do We Throw AwayWhat Do We Keep and What Do We Throw Away
What Do We Keep and What Do We Throw AwayDean Shareski
 
Alkalinewaterlj2p
Alkalinewaterlj2pAlkalinewaterlj2p
Alkalinewaterlj2pzoomsmstext
 
KCDC 2018 - Rapid API Development with Sails
KCDC 2018 - Rapid API Development with SailsKCDC 2018 - Rapid API Development with Sails
KCDC 2018 - Rapid API Development with SailsJustin James
 
Blog 3
Blog 3Blog 3
Blog 3carl
 
URL Resources
URL ResourcesURL Resources
URL Resourcestombecky
 
Blog 2 for www.nikeshoxnzr4.com
Blog 2 for www.nikeshoxnzr4.comBlog 2 for www.nikeshoxnzr4.com
Blog 2 for www.nikeshoxnzr4.comcarl
 
The Even Darker Art Of Rails Engines Presentation
The Even Darker Art Of Rails Engines PresentationThe Even Darker Art Of Rails Engines Presentation
The Even Darker Art Of Rails Engines Presentationrailsconf
 
JavaScript and HTML5 - Brave New World (revised)
JavaScript and HTML5 - Brave New World (revised)JavaScript and HTML5 - Brave New World (revised)
JavaScript and HTML5 - Brave New World (revised)Robert Nyman
 
Kent Huffnagle slideshow
Kent Huffnagle  slideshowKent Huffnagle  slideshow
Kent Huffnagle slideshowKent Huffnagle
 
Ignite Presentation Slides
Ignite Presentation SlidesIgnite Presentation Slides
Ignite Presentation Slideslimari1212
 
Online privacy 1
Online privacy 1Online privacy 1
Online privacy 1lovegkw
 

La actualidad más candente (17)

Android ui pattern side navigation
Android ui pattern side navigationAndroid ui pattern side navigation
Android ui pattern side navigation
 
What Do We Keep and What Do We Throw Away
What Do We Keep and What Do We Throw AwayWhat Do We Keep and What Do We Throw Away
What Do We Keep and What Do We Throw Away
 
ESWC 2009 Lightning Talks
ESWC 2009 Lightning TalksESWC 2009 Lightning Talks
ESWC 2009 Lightning Talks
 
Alkalinewaterlj2p
Alkalinewaterlj2pAlkalinewaterlj2p
Alkalinewaterlj2p
 
Hacking location aware apps
Hacking location aware appsHacking location aware apps
Hacking location aware apps
 
Hacking location aware hacks HackU IIT Bombay
Hacking location aware hacks HackU IIT BombayHacking location aware hacks HackU IIT Bombay
Hacking location aware hacks HackU IIT Bombay
 
KCDC 2018 - Rapid API Development with Sails
KCDC 2018 - Rapid API Development with SailsKCDC 2018 - Rapid API Development with Sails
KCDC 2018 - Rapid API Development with Sails
 
Blog 3
Blog 3Blog 3
Blog 3
 
URL Resources
URL ResourcesURL Resources
URL Resources
 
Blog 2 for www.nikeshoxnzr4.com
Blog 2 for www.nikeshoxnzr4.comBlog 2 for www.nikeshoxnzr4.com
Blog 2 for www.nikeshoxnzr4.com
 
The Even Darker Art Of Rails Engines Presentation
The Even Darker Art Of Rails Engines PresentationThe Even Darker Art Of Rails Engines Presentation
The Even Darker Art Of Rails Engines Presentation
 
Empezando con Twig
Empezando con TwigEmpezando con Twig
Empezando con Twig
 
Agile Estimation
Agile EstimationAgile Estimation
Agile Estimation
 
JavaScript and HTML5 - Brave New World (revised)
JavaScript and HTML5 - Brave New World (revised)JavaScript and HTML5 - Brave New World (revised)
JavaScript and HTML5 - Brave New World (revised)
 
Kent Huffnagle slideshow
Kent Huffnagle  slideshowKent Huffnagle  slideshow
Kent Huffnagle slideshow
 
Ignite Presentation Slides
Ignite Presentation SlidesIgnite Presentation Slides
Ignite Presentation Slides
 
Online privacy 1
Online privacy 1Online privacy 1
Online privacy 1
 

Similar a Times they are a Changin'

Headless Drupal
Headless DrupalHeadless Drupal
Headless Drupaldrubb
 
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
 
Web Components: What, Why, How, and When
Web Components: What, Why, How, and WhenWeb Components: What, Why, How, and When
Web Components: What, Why, How, and WhenPeter Gasston
 
20111014 mu me_html5
20111014 mu me_html520111014 mu me_html5
20111014 mu me_html5Erik Duval
 
Hopping towards a bright future in the United States. Schools in the United S...
Hopping towards a bright future in the United States. Schools in the United S...Hopping towards a bright future in the United States. Schools in the United S...
Hopping towards a bright future in the United States. Schools in the United S...La'Brenia Jordan
 
Velocity EU 2012 - Third party scripts and you
Velocity EU 2012 - Third party scripts and youVelocity EU 2012 - Third party scripts and you
Velocity EU 2012 - Third party scripts and youPatrick Meenan
 
Desenvolvimento web com Ruby on Rails (parte 2)
Desenvolvimento web com Ruby on Rails (parte 2)Desenvolvimento web com Ruby on Rails (parte 2)
Desenvolvimento web com Ruby on Rails (parte 2)Joao Lucas Santana
 
How to bet in Montecarlo and end up with some money in your pocket
How to bet in Montecarlo and end up with some money in your pocketHow to bet in Montecarlo and end up with some money in your pocket
How to bet in Montecarlo and end up with some money in your pocketPablo Domingo
 
Structured data
Structured dataStructured data
Structured dataSon Dang
 
Using HTML5 For a Great Open Web - Valtech Tech Days
Using HTML5 For a Great Open Web - Valtech Tech DaysUsing HTML5 For a Great Open Web - Valtech Tech Days
Using HTML5 For a Great Open Web - Valtech Tech DaysRobert Nyman
 
[PHP 也有 Day] 垃圾留言守城記 - 用 Laravel 阻擋 SPAM 留言的奮鬥史
[PHP 也有 Day] 垃圾留言守城記 - 用 Laravel 阻擋 SPAM 留言的奮鬥史[PHP 也有 Day] 垃圾留言守城記 - 用 Laravel 阻擋 SPAM 留言的奮鬥史
[PHP 也有 Day] 垃圾留言守城記 - 用 Laravel 阻擋 SPAM 留言的奮鬥史Shengyou Fan
 
Semantic web support for POSH
Semantic web support for POSHSemantic web support for POSH
Semantic web support for POSHDinu Suman
 
Representing the world: How web users become web thinkers and web makers
Representing the world: How web users become web thinkers and web makersRepresenting the world: How web users become web thinkers and web makers
Representing the world: How web users become web thinkers and web makersjudell
 

Similar a Times they are a Changin' (20)

Making Research in the Life Sciences More Discoverable
Making Research in the Life Sciences More Discoverable Making Research in the Life Sciences More Discoverable
Making Research in the Life Sciences More Discoverable
 
Ruby Robots
Ruby RobotsRuby Robots
Ruby Robots
 
Headless Drupal
Headless DrupalHeadless Drupal
Headless Drupal
 
HTML5 Essentials
HTML5 EssentialsHTML5 Essentials
HTML5 Essentials
 
HTML5 for all
HTML5 for allHTML5 for all
HTML5 for all
 
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
 
Web Components: What, Why, How, and When
Web Components: What, Why, How, and WhenWeb Components: What, Why, How, and When
Web Components: What, Why, How, and When
 
20111014 mu me_html5
20111014 mu me_html520111014 mu me_html5
20111014 mu me_html5
 
Hopping towards a bright future in the United States. Schools in the United S...
Hopping towards a bright future in the United States. Schools in the United S...Hopping towards a bright future in the United States. Schools in the United S...
Hopping towards a bright future in the United States. Schools in the United S...
 
Embedding Linked Data Invisibly into Web Pages: Strategies and Workflows for ...
Embedding Linked Data Invisibly into Web Pages: Strategies and Workflows for ...Embedding Linked Data Invisibly into Web Pages: Strategies and Workflows for ...
Embedding Linked Data Invisibly into Web Pages: Strategies and Workflows for ...
 
Mume HTML5 Intro
Mume HTML5 IntroMume HTML5 Intro
Mume HTML5 Intro
 
Velocity EU 2012 - Third party scripts and you
Velocity EU 2012 - Third party scripts and youVelocity EU 2012 - Third party scripts and you
Velocity EU 2012 - Third party scripts and you
 
Desenvolvimento web com Ruby on Rails (parte 2)
Desenvolvimento web com Ruby on Rails (parte 2)Desenvolvimento web com Ruby on Rails (parte 2)
Desenvolvimento web com Ruby on Rails (parte 2)
 
How to bet in Montecarlo and end up with some money in your pocket
How to bet in Montecarlo and end up with some money in your pocketHow to bet in Montecarlo and end up with some money in your pocket
How to bet in Montecarlo and end up with some money in your pocket
 
Structured data
Structured dataStructured data
Structured data
 
Using HTML5 For a Great Open Web - Valtech Tech Days
Using HTML5 For a Great Open Web - Valtech Tech DaysUsing HTML5 For a Great Open Web - Valtech Tech Days
Using HTML5 For a Great Open Web - Valtech Tech Days
 
iWebkit
iWebkitiWebkit
iWebkit
 
[PHP 也有 Day] 垃圾留言守城記 - 用 Laravel 阻擋 SPAM 留言的奮鬥史
[PHP 也有 Day] 垃圾留言守城記 - 用 Laravel 阻擋 SPAM 留言的奮鬥史[PHP 也有 Day] 垃圾留言守城記 - 用 Laravel 阻擋 SPAM 留言的奮鬥史
[PHP 也有 Day] 垃圾留言守城記 - 用 Laravel 阻擋 SPAM 留言的奮鬥史
 
Semantic web support for POSH
Semantic web support for POSHSemantic web support for POSH
Semantic web support for POSH
 
Representing the world: How web users become web thinkers and web makers
Representing the world: How web users become web thinkers and web makersRepresenting the world: How web users become web thinkers and web makers
Representing the world: How web users become web thinkers and web makers
 

Último

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Último (20)

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 

Times they are a Changin'

Notas del editor

  1. {"38":"James Hurst will be talking later about edge which helps performance, but this is what you can do within matrix yourself\n","33":"Of course you don’t want to test to see if this works by posting a bunch of social updates... because what if you’ve got it wrong?!?!\n","22":"9th century Tang Dynasty\n","11":"Are you using Google Maps? Is it an embed?\n","34":"The first User Experience is the URL, next is the load time.\n","12":"Are you using Google Maps? Is it an embed?\n","35":"It’s not about page load time, it’s the perceived load time of the user that makes the difference.\n","13":"Automated social media feeds. Is this a feature? Performance issues also.\n","36":"recently re-launched (responsive).\nTC image loads.\nimmediate page render\n","3":"The idea of this talk came about after umming and ahhing about a tonne of different things. \n","53":"if with time I won’t go into this but feel free to ask me if this is of interest to you.\n","26":"Social trend - twitter cards\n","4":"A website is never complete. It’s iterative. This is why we step away from the pain of publishing in books and newspapers, a prospectus, once published they can not be changed. Websites on the other hand can be changed.\n","54":"Reviews - People (Intranets) - Products - Businesses and organizations (Extranets) - Recipes - Events (Everyone)\n","21":"Before we get into the tags I wanted to point out 2 current trends. Cards. Social.\n","10":"Have you got a multi step form, are you doing front end validation?\n"}