Archive for December, 2009
Tuesday, December 29th, 2009
In the tradition of end of the year posts, here's some "best of" statistics from this blog for the year 2009.
Next week we will return to our regular programming.
Posted in general | 7 Comments »
Tuesday, December 22nd, 2009
Here's a quick tip for Opera and Vim users: How to add a menu item which allows you to quickly open highlighted text on a web page in Vim.
This trick can be applied with any other application too, like <insert your favorite editor>
Posted in general | 2 Comments »
Wednesday, December 16th, 2009
I have decided to rewrite TankWar, and I'll be writing a bunch of blog posts about the process. If you ever wanted to know how to write a scorched earth/worms-like game using just JavaScript, now is your chance to learn ;)
This is the first one: Assessing the damage. In other ...
Posted in Programming | 3 Comments »
Thursday, December 10th, 2009
Interactive rebase is one of my most used Git commands. It'll let me slice and dice commits in various useful ways. Here's a few tips for you to unleash the true potential of rebase :)
Basics: editing, combining, reordering and removing commits
Breaking a commit into two
Taking a part of a commit ...
Posted in general | 4 Comments »
Wednesday, December 2nd, 2009
You may recall an earlier post about TankWar, my 100% JavaScript cannons-game. Back when I wrote it, I included online play, but the server went down with a hard disk failure.
Now, I have rewritten the online mode - this time that part is also all JavaScript - continue reading to ...
Posted in Web | 5 Comments »