SlideShare une entreprise Scribd logo
1  sur  188
Télécharger pour lire hors ligne
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

Contenu connexe

Similaire à 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
 

Similaire à 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
 

Plus de 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
 

Plus de 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
 

Dernier

Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
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
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
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
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
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 Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 

Dernier (20)

Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
+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...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
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
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
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
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
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 Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 

WDE08 BULLETPROOF A to Z