Mercurial > scratch
view open_web_magic_ink/open_web_magic_ink.html @ 24:dace90a7f5e3
Added a 'jsexposed' decorator and, for security purposes, required that __jsexposed__ be True on all callables passed into JS-land as well.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 07 Sep 2009 16:53:41 -0700 |
parents | 05f467a83cb9 |
children |
line wrap: on
line source
<html> <head> <!-- This page and its content are licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported license: http://creativecommons.org/licenses/by-nc-nd/3.0/ --> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" media="all" href="open_web_magic_ink.css" /> <title>The Open Web is Magic Ink.</title> </head> <body> <div class="container"> <div class="photo"></div> <div class="title">The Open Web is Magic Ink.</div> <div class="text"> every page is built from standard parts: text, images, audio, video, and code. but unlike the world some of us grew up in, the composition is <i>malleable</i>: a typo can be fixed, a canvas altered, a sample remixed, a frame spliced, a feature added. maybe you can’t see it, but kids can. and when children have the freedom to see how everything in their world is made, when they’re invited to play with it and alter it to make it their own, <i>they learn how to create a world that’s better off because of them</i>. </div> </div> <script src="../jquery.js"></script> <script> $(window).ready(function() { $(".container").fadeIn("slow"); }); </script> </body> </html>