I feel so proud, thank you!!!!!
Related Posts
DON’T BUY PLANE TICKETS FROM ME! – My Identity has been Stolen by a Scam Artist
So today I found out someone used the picture that I have on this blog where I’m holding a driver license (I blurred the number of the license), still he’s using it just to give confidence to his victims. He says he used to live in the US, and shows my picture holding the driver […]
Got new Forerunner 305, charged it, won’t turn on? Try this
Hold down [Enter] and [Mode] while quickly pressing the [Power] button (DO NOT HOLD THE POWER BUTTON, just a quick press). Continue to hold enter and mode for a few more seconds. You should see the screen barely flicker on when you push power, and then nothing else should happen until you release the enter […]
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 […]