
Mi mama y sus ocurrencias
Originally uploaded by Gubatron.
Related Posts
Playing with basics of HTML5 Canvas
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 […]
Sup Sup?
What’s up fellas? This was on the shore of Burlington, VT. Pretty nice place to look far and think away.
Weekend changelog on wedoit4you.com
Changelog for the weekend of Apr 21st 2006. – Pagination used to be 1,2,3 being 1 the latest posts. This was wrong, since a page would never have the same content. So now, we make 1, the page with the first posts ever, that way search engines will be able to index content properly. – […]