May 2010
31 posts
Paul Tarini: Who's Got Game? →
huffingtonpost.com
Games for Health #nextbigthing (via @lwu)
How hackable is Wave
<div id=”waveframe” style=”width: 280px; height: 400px”></div>
<script type=”text/javascript”
src=”http://www.google.com/jsapi”></script>
<script type=”text/javascript”>
google.load(“wave”, “1”);
google.setOnLoadCallback(initialize);
function initialize() {
var waveframe = document.getElementById(“waveframe”);
var embedOptions = {
target: waveframe,
header: true,
toolbar: true,
footer: true
};
var wavePanel = new google.wave.WavePanel(embedOptions);
wavePanel.loadWave(“googlewave.com!w+dgjsx9kNA”);
}
</script>
Made my Tumblr interactive ~ GoogleWave →
google.com
Easy peasy lemon squeezy, copy and paste web dev
“Having a simple, clearly defined goal can capture the imagination and inspire passion. It can cut through the fog like a beacon in the night.”
—Taken from a movie on simpletruths.com - the gift of inspiration (via edview)