Related Posts
Animating a game-like sky with HTML5 Canvas
Try it | View Source Again playing a little more with HTML5 and Canvas animation. This time around the result is a little more pleasing to the eye, based on some ideas I have for a little arcade game I want to make I’ve created a gradient blue sky and clouds that move either to […]
New Location of src.jar for JDK 1.6.0_24 on Mac OS X
These Apple devs… why do you keep moving src.jar? Here’s the new location: [bash]/Library/Java/JavaVirtualMachines/1.6.0_24-b07-330.jdk/Contents/Home/src.jar[/bash] Not there! If you don’t see src.jar there, and you’re running Mac OSX 10.6, and you did download the Java system update, you will have to go to developer.apple.com and download the “Java for Mac OS X 10.6 (10M3321) (Disk Image)” […]
Check if your PHP’s diff syntax isn’t breaking
Say you’re working on emacs, without any kind of syntax checking, and you don’t want to commit your code cause you might have syntax errors. If you’re smart, the best way to know what files you actually changed, is using svn diff | grep +++ (that is, if you’re using subversion, which I hope you […]