Skip to content

Instantly share code, notes, and snippets.

View hansv's full-sized avatar

Hans verschooten hansv

View GitHub Profile
@hansv
hansv / so-35093397.elm
Last active June 1, 2016 22:06 — forked from freakingawesome/so-35093397.elm
Updated Autocomplete example to Elm 0.17
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)
import Html.App as Html
import Task
import Char
import String exposing (..)
type alias Model =
@hansv
hansv / hamlhtml5boilerplate.html.haml
Created August 4, 2011 09:11 — forked from neiled/hamlhtml5boilerplate.html.haml
My haml version of the html 5 boiler plate code
!!! 5
/[if lt IE 7] <html lang="en" class="no-js ie6">
/[if IE 7 ] <html lang="en" class="no-js ie7">
/[if IE 8 ] <html lang="en" class="no-js ie8">
/[if IE 9 ] <html lang="en" class="no-js ie9">
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
%head
%meta{:charset => "utf-8"}/
/
Always force latest IE rendering engine (even in intranet) &amp; Chrome Frame