Ice Cold Decks
Monday, 5. October 2009, 07:22:11
Monday, 5. October 2009, 07:22:11
Monday, 10. August 2009, 09:25:30
I created a little demo about a year and a half ago of a 3D Earth rendered with Canvas 3D. I thought I lost this file when my old hard drive died shortly afterwards, but just found a backup. It is now on my website.
Thursday, 30. July 2009, 10:35:48
/**
* Copyright (c) 2009, Benjamin Joffe
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN FACT, YOU REALLY SHOULD ONLY USE THIS CODE IF YOU ARE BAT
* SHIT CRAZY.
*/
if (window['Boolean'] && window['Boolean']['prototype']) new function()
{
function extend(obj, prop, funct)
{
try {
obj['prototype'][prop] = funct;
}
catch(ignore){}
}
function funct()
{
if (this instanceof Boolean)
{
switch (true)
{
case this == true : return true;
case this != true : return !true;
}
}
throw new Error('Unknown type: '+this);
}
function wrap()
{
if (this == true)
{
return window.Boolean.prototype.isTrue.apply(false, []);
}
else
{
return window.Boolean.prototype.isTrue.apply(true, []);
}
}
extend(window['Boolean'], 'isTrue', funct);
extend(window['Boolean'], 'isFalse', wrap);
}
Sunday, 20. April 2008, 16:55:51
Monday, 10. December 2007, 23:53:49
(click for large version)Wednesday, 19. September 2007, 12:55:47
Sunday, 1. July 2007, 18:14:48
(click for large version)
(click for large version)Monday, 7. May 2007, 20:51:39
Sometimes it's fun to make little animations in JavaScript, especially when there's physics involved. The latest culmination of my interest in these two topics is Colliding Discs. What should I do with this... make a billiards widget? An incredible machine clone? Or something else?Sunday, 8. April 2007, 23:58:17
(click for large version)And if I ever come home
And I, I think I will
I hope you're gonna wanna hang at my place on Sunday still
Oh yeah I hope you will
Tuesday, 20. March 2007, 22:33:53
Showing posts 1 - 10 of 13.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | ||||||