Here’s a snippet of something I did tonight to play a bit with the Canvas and 2d Graphics context objects in javascript. [html] <html> <head> <title>Playing with Canvas</title> </head> <body style="padding:0 0; margin: 0 0; background:black"> <canvas id="myCanvas" width="1024" height="1024" ></canvas> <script type="text/javascript"> //convert to CSS friendly Hex String function d2h (n) { var result […]
My office desk today Originally uploaded by Gubatron. 2 maquinas a veces no es suficiente. La primera de la izquierda tiene Ubuntu Edgy, ahi corro Eclipse para desarrollar en Java, y corro un servidor web de desarrollo (Jetty) – IBM T43 Es ahi tambien donde se desarrolla FrostWire cuando no estoy en la casa. La […]