SlideShare a Scribd company logo
1 of 188
Download to read offline
IMPLEMENTING DESIGN




BULLETPROOF

    A-Z
    by Dan Cederholm
SimpleBits
HAND-CRAFTED
PIXELS & TEXT.
CRAFTSMANSHIP
VERMONT
“ A product labeled ‘Made in Vermont’—
  whether herb-infused maple syrup,
  pineapple pepper jam, or chai water
  buffalo yogurt—is worth 10 percent more
  than the same product made elsewhere.”
 —BOSTON GLOBE, The brand called Vermont


     http://boston.com/news/globe/ideas/articles/2003/10/12/the_brand_called_vermont
When something is
well-crafted, it reflects that a human
       was behind its design.
CRAFTSMANSHIP
in IMPLEMENTATION
HTML CSS Javascript GIF JPG PNG
CASE STUDY
• Bulletproof
• Progressive enrichment
• Reevaluating past methods
BULLETPROOF
• Flexibility
• Adaptable to multiple scenarios
• Adding detail without complexity
BROWSER

LANDSCAPE
PROGRESSIVE ENHANCEMENT
       { behavior }
PROGRESSIVE ENRICHMENT
        { style }
REALLY COOL STUFF
  THAT DOESN’T
   WORK IN IE :(
REEXAMINING PAST
METHODS & HABITS
CASE STUDY
• Bulletproof
• Progressive enrichment
• Reevaluating past methods
MY LOCAL COFFEE SHOP




            http://www.flickr.com/photos/dankamminga/1678248602/
I LOVE COFFEE.
POWER OF
THE BEAN ™
82º    16º
ICED   HOT
ICEDORHOT.COM
Aa
A

ANCHOR LINKS WITH
META INFORMATION

     { bulletproof }
<li><a href=quot;/lattequot;>Latte <em>12</em></a></li>



          li a {
            display: block;
            position: relative;
            }

          li a em {
            position: absolute;
            top: 0;
            right: 0;
            }
<li><a href=quot;/lattequot;><em>12</em> Latte</a></li>




          li a {
            display: block;
            }

          li a em {
            float: right;
            }
<li>
  <a href=quot;/lattequot;>
    <span>Latte</span> <em>12</em>
  </a>
</li>


          li a {
            display: block;
            overflow: hidden;
            }
          li a span {
            float: left;
            }
          li a em {
            float: right;
            }
Bb
B


    BORDER-RADIUS

    { progressive enrichment }
CSS3

.mod {
  border-radius: 4px 4px;
  }
CSS3
Vendor-Specific Properties

.mod {
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  }
#nav li a {
  float: left;
  padding: .5em 1em;
  color: #fff;
  background: #dd5543;
  -webkit-border-radius: .4em .4em;
  -moz-border-radius: .4em .4em;
  }
glass.png
#nav li.selected a {
  float: left;
  padding: .5em 1em;
  color: #fff;
  background: #dd5543 url(glass.png)
    repeat-x 0 50%;
  -webkit-border-radius: .4em .4em;
  -moz-border-radius: .4em .4em;
  }
Firefox 2
master.css




screen.css   enriched.css




                ie.css
master.css                 enriched.css



#nav li a {                #nav li a {
    float: left;             border-radius: .4em .4em;
    padding: .5em 1em;       -webkit-border-radius:
    color: #fff;               .4em .4em;
    background: #dd5543;     -moz-border-radius:
    }                          .4em .4em;
                             }
enriched.css

#nav li a {
  border-radius: .4em .4em;
  -webkit-border-radius: .4em .4em;
  -moz-border-radius: .4em .4em;
  }
enriched.css
div.mod,
ol.cities li,
#nav li a {
  border-radius: .4em .4em;
  -webkit-border-radius: .4em .4em;
  -moz-border-radius: .4em .4em;
  }
WHAT ABOUT
OTHER BROWSERS?
Can get away with FF2 if
contrast is low enough.

    Degrades nicely.

  Great for prototyping
before carving out images.
Cc
C

COLOR TRANSPARENCY
     WITH RGBa

    { progressive enrichment }
Opacity

a.city-over {
  background-color: #000;
  opacity: .7;
  }



(sets opacity value for the element and all of its children)
RGBa

a.city-over {
  background-color: rgba(0,0,0,.7);
  }




   (sets opacity value for background-color only)
RGBa

a.city-over {
  background-color: #000;
  background-color: rgba(0,0,0,.7);
  }
master.css                  enriched.css




                            a.city-over {
a.city-over {
                              background-color:
  background-color: #000;
                                rgba(0,0,0,.7);
  }
                              }
Tiled PNG would reach
     more browsers.


RGBa great for protoyping.
Dd
D
DO WEBSITES NEED
 TO LOOK EXACTLY
THE SAME IN EVERY
    BROWSER?
Websites don’t need
  to look exactly
 the same in every
      browser.
D

DECISION-MAKERS
  WHO GET IT
the pub     people       how-to        faq       store




                                         simplebits
                            Dan Cederholm • Massachusetts • Twitter profile


h1:before {
   content: url(/img/left.gif);
            OWES    4    BEERS                          36         IS OWED              BEERS



   }
  Kevin Cornell                              ginader

h1:afteravatar, which
   for this nifty new   {               for a really awesome idea
   perfectly captures the goulish-like
   content: url(/img/right.gif);
   quality found in me and other insane
                                                              21 hours, 2 minutes ago



   }
   people.
    3 days ago                               xybermatthew

                                                               for creating such a fun little app
    snookca                                                    (foamee)

     for blogging about CakePHP.                              1 day, 15 hours ago

    1 week, 3 days ago

                                                                      juque

    beep                                                       for foamee Dan (buuuurp)
     for picking up the tab last night at                     1 day, 18 hours ago
     the Gulu Gulu.
    3 weeks ago
the pub     people       how-to        faq       store




                                     simplebits
                        Dan Cederholm • Massachusetts • Twitter profile




        OWES     4   BEERS                                     IS OWED          36   BEERS



Kevin Cornell                                                     ginader

 for this nifty new avatar, which                          for a really awesome idea
 perfectly captures the goulish-like
                                                          21 hours, 2 minutes ago
 quality found in me and other insane
 people.
3 days ago                                                        xybermatthew

                                                           for creating such a fun little app
snookca                                                    (foamee)

 for blogging about CakePHP.                              1 day, 15 hours ago

1 week, 3 days ago

                                                                  juque

beep                                                       for foamee Dan (buuuurp)
 for picking up the tab last night at                     1 day, 18 hours ago
 the Gulu Gulu.
3 weeks ago
IT’S OK
Tiny visual enhancements that do
not affect layout.

Techniques that make our lives
easier.
Ee
E

     EASY-CLEARING
        FLOATS

    { reexamining past methods }
2008



FLOATS = FLEXIBILITY
Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Quisque eget augue. Praesent
ac purus. Ut risus. Ut mauris ligula, dictum
vulputate, ornare id, suscipit at, nisi. Quisque
et est et urna consectetuer adipiscing. Mauris
ac arcu. Sed quis enim eu elit faucibus
vehicula. Aliquam sodales dui sit amet ligula.
Vivamus leo.
Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Quisque eget augue. Praesent
ac purus. Ut risus. Ut mauris ligula, dictum
vulputate, ornare id, suscipit at, nisi. Quisque
et est et urna consectetuer adipiscing. Mauris
ac arcu. Sed quis enim eu elit faucibus
vehicula. Aliquam sodales dui sit amet ligula.
Vivamus leo.
easy-clearing

     .clearfix:after {
       content: quot;.quot;;
       display: block;
       height: 0;
       clear: both;
       visibility: hidden;
       }

http://positioniseverything.net/easyclearing.html
easy-clearing

.clearfix:after {
  content: quot;.quot;;
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }


<div class=quot;clearfixquot;>
Lil’ bit better

.group:after {
  content: quot;.quot;;
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }


<div class=quot;groupquot;>
Multiple classes



<ol class=quot;cities groupquot;>
master.css              ie.css


.group:after {          /* IE6 */
  content: quot;.quot;;         * html .group {
  display: block;         height: 1%;
  height: 0;              }
  clear: both;
  visibility: hidden;   /*IE7 */
  }                     *:first-child+html .group {
                          min-height: 1px;
                          }
IE8?


* /_**(.)/*+:@//*+html!~/rofl**/ {
  clear: please !reallyeffingimportant;
  }
IE8?


SUPPORTS GENERATED
     CONTENT!
<div id=quot;headerquot; class=quot;groupquot;>


<form id=quot;locquot; class=quot;groupquot;>
                                <div class=quot;mod
                                  groupquot;>



<ol class=quot;cities groupquot;>




<ol class=quot;cities groupquot;>
Ff
F


    FRAMEWORKS
master.css
ie.css
A TESTIMONIAL FOR
     RESET.CSS
MTV.com

margin: 0;     66
padding: 0;    89

              155
Gg
G


    GRIDLASTICNESS

       { bulletproof }
gridius • lasticus • nessinus
GRID LAYOUT
 USING EMS
The gut.
#wrap {
  width: 50em;
  }

#content {
  width: 30em;
  }

#sidebar {
  width: 20em;
  }
Em-based layouts
force you to ensure
ultimate flexibility
Em/pixel values make
more sense when using
  the 62.5% method
Setting a base

body {
  font-size: 62.5%;
  }
Base of 10

#nav       {   font-size:   1em }     10px
#content   {   font-size:   1.2em }   12px
#sidebar   {   font-size:   1em }     10px
#footer    {   font-size:   0.9em }   9px
Widths, margins & padding

#main {
  width: 10em;                   100px
  margin: 0 1em;                 10px
  border-top: .2em solid #000;   2px
  }
Avoid setting width
and font-size on the
  same element
#main {
  width: 30em;       300px
  font-size: 1em
  }

#secondary {
  width: 30em;       450px
  font-size: 1.5em
  }
Adjusting text size may
  throw off the grid
Set a max-width on
  elastic layouts
#wrap {
  max-width: 100%;
  }
16em         16em         16em         16em
       2em          2em          2em
THINK MODULAR
 { from the outside in }
Xscope




http://iconfactory.com/software/xscope
Hh
H

HORIZONTAL GRID? SURE.
VERTICAL GRID? SORT OF.
Use classes for
main columns
#header




#secondary         #main
#header

.group

                    .main
 .secondary




.group

 .secondary
                    .main
Ii
I

  IE8 BETA STILL
REFUSES TO RESIZE
TEXT SET IN PIXELS
    { reexamining past methods }
WTF?
body {
  font-size: 12px;
  }
STILL USING
RELATIVE UNITS
body {
  font-size: 62.5%;
  }

h1 {
  font-size: 2em;
  }
PAGE ZOOM?
TEXT SIZE TOOLS ARE STILL THERE
ENSURES FLEXIBILITY (NOT JUST TEXT)
Jj
J


    JQUERY
Familiar selector syntax
<script src=quot;js/jquery.jsquot; type=quot;text/javascriptquot;></script>




 // Toggle search stuff
 function togglifySearch(){
   $(quot;#loc-adv aquot;).click(function(){
     $(quot;#mapquot;).slideToggle(quot;slowquot;);
     return false;
   });
 }
Kk
KITTY.
(invisible pool!)
Ll
L


      .last

    { bulletproof }
<li class=quot;lastquot;>


ul.lst li.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  }
Behavior or presentation?


// Add .last class to certain lists
function addLast(){
  $('ul.lst li:last').addClass('last');
}
Mm
M
MUST SKIP A FEW
LETTERS IF WE’RE
 GOING TO GET
 THROUGH THIS
Nn
Oo
Pp
Qq
Rr
Ss
S

SHIFTING BACKGROUNDS
(PARALLAX SCROLLING FOR THE LAZY)
How to recreate Silverback’s parallax effect




http://www.thinkvitamin.com/features/design/how-to-recreate-silverbacks-parallax
Position background with a
       negative percentage

#header {
  background: #913b3b url(../img/
    fire.gif) repeat-x -80% 0;
  }
Tt
Uu
U


    YO UR STATS
WHEN CAN WE ______?
“ The answer is simple: when your site’s
  (or sites’ if you have more than one) user
  logs tell you that you can. Not before
  then. The user stats from other sites, or
  from global-aggregation surveys, are
  worse than useless. ”
 —ERIC MEYER
   http://simplebits.com/notebook/2004/12/17/ie5.html#comment53
IE7   SAFARI   FIREFOX   OPERA   IE6
IE7   SAFARI   FIREFOX   OPERA   IE6
THANK YOU.




simplebits.com/publications/speak/a-z/a-z.pdf

More Related Content

Similar to WDE08 BULLETPROOF A to Z

Twiggy - let's get our widget on!
Twiggy - let's get our widget on!Twiggy - let's get our widget on!
Twiggy - let's get our widget on!Elliott Kember
 
Deliverance: Plone theming without the learning curve from Plone Symposium Ea...
Deliverance: Plone theming without the learning curve from Plone Symposium Ea...Deliverance: Plone theming without the learning curve from Plone Symposium Ea...
Deliverance: Plone theming without the learning curve from Plone Symposium Ea...Jazkarta, Inc.
 
HTML5, CSS3, and other fancy buzzwords
HTML5, CSS3, and other fancy buzzwordsHTML5, CSS3, and other fancy buzzwords
HTML5, CSS3, and other fancy buzzwordsMo Jangda
 
Docker Demo @ IuK Seminar
Docker Demo @ IuK SeminarDocker Demo @ IuK Seminar
Docker Demo @ IuK SeminarMartin Scharm
 
Boxen: How to Manage an Army of Laptops
Boxen: How to Manage an Army of LaptopsBoxen: How to Manage an Army of Laptops
Boxen: How to Manage an Army of LaptopsPuppet
 
What is Object Oriented CSS?
What is Object Oriented CSS?What is Object Oriented CSS?
What is Object Oriented CSS?Nicole Sullivan
 
Bridging the gap between designers and developers at the Guardian
Bridging the gap between designers and developers at the GuardianBridging the gap between designers and developers at the Guardian
Bridging the gap between designers and developers at the GuardianKaelig Deloumeau-Prigent
 
Mistakes I Made Building Netflix for the iPhone
Mistakes I Made Building Netflix for the iPhoneMistakes I Made Building Netflix for the iPhone
Mistakes I Made Building Netflix for the iPhonekentbrew
 
Puppet for dummies - ZendCon 2011 Edition
Puppet for dummies - ZendCon 2011 EditionPuppet for dummies - ZendCon 2011 Edition
Puppet for dummies - ZendCon 2011 EditionJoshua Thijssen
 
You Don't Know WebGL at GREE Tech Talk #08
You Don't Know WebGL at GREE Tech Talk #08You Don't Know WebGL at GREE Tech Talk #08
You Don't Know WebGL at GREE Tech Talk #08Guangyao Liu
 
[GREE Tech Talk #08] You Don't Know WebGL
[GREE Tech Talk #08] You Don't Know WebGL[GREE Tech Talk #08] You Don't Know WebGL
[GREE Tech Talk #08] You Don't Know WebGLgree_tech
 
Webkit Transitions. The Good, The Bad, & The Awesome
Webkit Transitions. The Good, The Bad, & The AwesomeWebkit Transitions. The Good, The Bad, & The Awesome
Webkit Transitions. The Good, The Bad, & The Awesomedavatron5000
 
Ruby on Rails - The Best Track for your Start Up
Ruby on Rails - The Best Track for your Start UpRuby on Rails - The Best Track for your Start Up
Ruby on Rails - The Best Track for your Start UpPrateek Saxena
 
Sinatra + Heroku
Sinatra + HerokuSinatra + Heroku
Sinatra + Herokulvrubygroup
 
Be a better developer with Docker (revision 3)
Be a better developer with Docker (revision 3)Be a better developer with Docker (revision 3)
Be a better developer with Docker (revision 3)Nicola Paolucci
 
Git Started With Git
Git Started With GitGit Started With Git
Git Started With GitNick Quaranto
 

Similar to WDE08 BULLETPROOF A to Z (20)

Twiggy - let's get our widget on!
Twiggy - let's get our widget on!Twiggy - let's get our widget on!
Twiggy - let's get our widget on!
 
Deliverance: Plone theming without the learning curve from Plone Symposium Ea...
Deliverance: Plone theming without the learning curve from Plone Symposium Ea...Deliverance: Plone theming without the learning curve from Plone Symposium Ea...
Deliverance: Plone theming without the learning curve from Plone Symposium Ea...
 
HTML5, CSS3, and other fancy buzzwords
HTML5, CSS3, and other fancy buzzwordsHTML5, CSS3, and other fancy buzzwords
HTML5, CSS3, and other fancy buzzwords
 
Docker Demo @ IuK Seminar
Docker Demo @ IuK SeminarDocker Demo @ IuK Seminar
Docker Demo @ IuK Seminar
 
Boxen: How to Manage an Army of Laptops
Boxen: How to Manage an Army of LaptopsBoxen: How to Manage an Army of Laptops
Boxen: How to Manage an Army of Laptops
 
What is Object Oriented CSS?
What is Object Oriented CSS?What is Object Oriented CSS?
What is Object Oriented CSS?
 
Bridging the gap between designers and developers at the Guardian
Bridging the gap between designers and developers at the GuardianBridging the gap between designers and developers at the Guardian
Bridging the gap between designers and developers at the Guardian
 
Mistakes I Made Building Netflix for the iPhone
Mistakes I Made Building Netflix for the iPhoneMistakes I Made Building Netflix for the iPhone
Mistakes I Made Building Netflix for the iPhone
 
Rails For Legacy Apps
Rails For Legacy AppsRails For Legacy Apps
Rails For Legacy Apps
 
Puppet for dummies - ZendCon 2011 Edition
Puppet for dummies - ZendCon 2011 EditionPuppet for dummies - ZendCon 2011 Edition
Puppet for dummies - ZendCon 2011 Edition
 
You Don't Know WebGL at GREE Tech Talk #08
You Don't Know WebGL at GREE Tech Talk #08You Don't Know WebGL at GREE Tech Talk #08
You Don't Know WebGL at GREE Tech Talk #08
 
[GREE Tech Talk #08] You Don't Know WebGL
[GREE Tech Talk #08] You Don't Know WebGL[GREE Tech Talk #08] You Don't Know WebGL
[GREE Tech Talk #08] You Don't Know WebGL
 
Webkit Transitions. The Good, The Bad, & The Awesome
Webkit Transitions. The Good, The Bad, & The AwesomeWebkit Transitions. The Good, The Bad, & The Awesome
Webkit Transitions. The Good, The Bad, & The Awesome
 
Bazaar for Mere Mortals
Bazaar for Mere MortalsBazaar for Mere Mortals
Bazaar for Mere Mortals
 
Ruby on Rails - The Best Track for your Start Up
Ruby on Rails - The Best Track for your Start UpRuby on Rails - The Best Track for your Start Up
Ruby on Rails - The Best Track for your Start Up
 
Juggling
JugglingJuggling
Juggling
 
Git Going With DVCS v1.5.1
Git Going With DVCS v1.5.1Git Going With DVCS v1.5.1
Git Going With DVCS v1.5.1
 
Sinatra + Heroku
Sinatra + HerokuSinatra + Heroku
Sinatra + Heroku
 
Be a better developer with Docker (revision 3)
Be a better developer with Docker (revision 3)Be a better developer with Docker (revision 3)
Be a better developer with Docker (revision 3)
 
Git Started With Git
Git Started With GitGit Started With Git
Git Started With Git
 

More from Satoshi Kikuchi

Foresee 見極めること
Foresee 見極めることForesee 見極めること
Foresee 見極めることSatoshi Kikuchi
 
Responsive Web Design HTML5勉強会
Responsive Web Design HTML5勉強会Responsive Web Design HTML5勉強会
Responsive Web Design HTML5勉強会Satoshi Kikuchi
 
The State of Web Development
The State of Web DevelopmentThe State of Web Development
The State of Web DevelopmentSatoshi Kikuchi
 
The State Of Web Development (data only)
The State Of Web Development (data only)The State Of Web Development (data only)
The State Of Web Development (data only)Satoshi Kikuchi
 
サルでもできるWebデザイン:SwapSkills
サルでもできるWebデザイン:SwapSkillsサルでもできるWebデザイン:SwapSkills
サルでもできるWebデザイン:SwapSkillsSatoshi Kikuchi
 
サルでもできるウェブデザイン : SwapSkills 2010 Vol01
サルでもできるウェブデザイン : SwapSkills 2010 Vol01サルでもできるウェブデザイン : SwapSkills 2010 Vol01
サルでもできるウェブデザイン : SwapSkills 2010 Vol01Satoshi Kikuchi
 
Make your website 2 times faster
Make your website 2 times fasterMake your website 2 times faster
Make your website 2 times fasterSatoshi Kikuchi
 
WDE08 Designing for interaction with Ajax
WDE08 Designing for interaction with AjaxWDE08 Designing for interaction with Ajax
WDE08 Designing for interaction with AjaxSatoshi Kikuchi
 
WDE08 Visualizing Web of Data
WDE08 Visualizing Web of DataWDE08 Visualizing Web of Data
WDE08 Visualizing Web of DataSatoshi Kikuchi
 
WDE09 State of The Web Japanese version
WDE09 State of The Web Japanese versionWDE09 State of The Web Japanese version
WDE09 State of The Web Japanese versionSatoshi Kikuchi
 
WDE09 state of the web panel discussion
WDE09 state of the web panel discussionWDE09 state of the web panel discussion
WDE09 state of the web panel discussionSatoshi Kikuchi
 
WDE09 The usability for Japan and overseas
WDE09  The usability for Japan and overseasWDE09  The usability for Japan and overseas
WDE09 The usability for Japan and overseasSatoshi Kikuchi
 

More from Satoshi Kikuchi (18)

Foresee 見極めること
Foresee 見極めることForesee 見極めること
Foresee 見極めること
 
Responsive Web Design HTML5勉強会
Responsive Web Design HTML5勉強会Responsive Web Design HTML5勉強会
Responsive Web Design HTML5勉強会
 
The State of Web Development
The State of Web DevelopmentThe State of Web Development
The State of Web Development
 
The State Of Web Development (data only)
The State Of Web Development (data only)The State Of Web Development (data only)
The State Of Web Development (data only)
 
Html5 wh
Html5 whHtml5 wh
Html5 wh
 
サルでもできるWebデザイン:SwapSkills
サルでもできるWebデザイン:SwapSkillsサルでもできるWebデザイン:SwapSkills
サルでもできるWebデザイン:SwapSkills
 
サルでもできるウェブデザイン : SwapSkills 2010 Vol01
サルでもできるウェブデザイン : SwapSkills 2010 Vol01サルでもできるウェブデザイン : SwapSkills 2010 Vol01
サルでもできるウェブデザイン : SwapSkills 2010 Vol01
 
Html5 Loading
Html5 LoadingHtml5 Loading
Html5 Loading
 
Html5
Html5Html5
Html5
 
Make your website 2 times faster
Make your website 2 times fasterMake your website 2 times faster
Make your website 2 times faster
 
WDE08 State of the web
WDE08 State of the webWDE08 State of the web
WDE08 State of the web
 
WDE08 Designing for interaction with Ajax
WDE08 Designing for interaction with AjaxWDE08 Designing for interaction with Ajax
WDE08 Designing for interaction with Ajax
 
WDE08 Visualizing Web of Data
WDE08 Visualizing Web of DataWDE08 Visualizing Web of Data
WDE08 Visualizing Web of Data
 
WDE09 State of The Web Japanese version
WDE09 State of The Web Japanese versionWDE09 State of The Web Japanese version
WDE09 State of The Web Japanese version
 
WDE09 state of the web panel discussion
WDE09 state of the web panel discussionWDE09 state of the web panel discussion
WDE09 state of the web panel discussion
 
SwapSkills css3
SwapSkills css3SwapSkills css3
SwapSkills css3
 
WDE09 The usability for Japan and overseas
WDE09  The usability for Japan and overseasWDE09  The usability for Japan and overseas
WDE09 The usability for Japan and overseas
 
WDE08 CSS Reloaded Ja
WDE08 CSS Reloaded JaWDE08 CSS Reloaded Ja
WDE08 CSS Reloaded Ja
 

Recently uploaded

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
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
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
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
 
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
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
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
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
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
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
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
 
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
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 

Recently uploaded (20)

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
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?
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
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
 
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...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
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
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
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
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
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
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

WDE08 BULLETPROOF A to Z