Olivier Scherrer

Olivier is a Front End Developer at Lab49, London, a strategy, design and technology consulting firm that creates advanced solutions for the world’s leading investment banks, asset managers and exchanges. He has a strong experience in developing real-time HTML5 applications.
He's the author of Emily and Olives, two JavaScript frameworks that allow to easily create powerful web applications on top of node.js, with high UI performance and low memory footprint.
Olivier is a Front End Developer at Lab49, London, a strategy, design and technology consulting firm that creates advanced solutions for the world’s leading investment banks, asset managers and exchanges. He has a strong experience in developing real-time HTML5 applications.
He's the author of Emily and Olives, two JavaScript frameworks that allow to easily create powerful web applications on top of node.js, with high UI performance and low memory footprint.View Olivier Scherrer on LinkedIn
  • ask me anything
  • GitHub podefr
  • Emily
  • Olives
  • rss
  • archive
  • HTML5 and bindable datalist

    owietrich:

    HTML5 datalist* allows to autocomplete input elements with static content (option element).

    <input list="cars"/>
    <datalist id="cars">
     
    <option value="BMW"/>
     
    <option value="Ford"/>
     
    <option value="Volvo"/>
    </datalist>

    Thanks to Olives Framework, you can bind datalist options to a store and set them as you wish.

    If you are interested, I put an example into my github.

    *Until now, only Firefox supports this feature.

    Source: bredele
    • June 12, 2012 (1:48 pm)
    • 1 notes
    1. bredele posted this
© 2012–2013 Olivier Scherrer