Skip to content

Instantly share code, notes, and snippets.

@pa6lo
pa6lo / polymer template repeat example 1
Created September 5, 2014 07:22
Polymer <template> repeat example 1
<!DOCTYPE html>
<!--
Polymer <template> repeat example
- pass in array of objects through custom element attribute
<person-list persons="[{'name': 'Eric'}, {'name': 'Bob'}]"></person-list>
-->
<html>
<head>
<script src="/polymer/components/platform/platform.js"></script>
<link rel="import" href="/polymer/components/polymer/polymer.html">
@pa6lo
pa6lo / gist:5070811
Created March 2, 2013 12:32
HTML5 Multi Touch Canvas Paint (canvas + jquery)
<!DOCTYPE html>
<html lang="en">
<head>
<title>Multi Touch HTML5 Canvas Paint</title>
<meta charset="UTF-8">
</head>
<!--[if lt IE 7 ]> <body class="ie6 "> <![endif]-->
<!--[if IE 7 ]> <body class="ie7 "> <![endif]-->
<!--[if IE 8 ]> <body class="ie8 "> <![endif]-->
<!--[if !IE]>--> <body class=""> <!--<![endif]-->