Time is what we want most, but what we use worst. William Penn Ever wonder were your day went, when you are sitting at the computer ? How much time you spent developing that website for a client ? Through the time I have tried various little tools to keep track of what I am [...]
Archive for the ‘Applications’ Category
Get Tortoise SVN to remove files from control
Everybody who has been programming on any large scale, or decent sized project involving several people will be at least familiar with revision control systems such as SVN and CVS. One of the most popular systems at this time is Subversion (SVN), and if you are using Windows the Tortoise SVN client will most likely [...]
Updates, hypnosis and books :)
Okay i have been too busy lately with everything to write anything of value here. However as always i struggle to change that… no i am changing that Today my two new books arrived, making my backlog of books to read just a little bigger. Both are written by Dan Millman, whom i have come [...]
My favorite Firefox Extensions
Here is a list of my currently installed, and most beloved, Firefox extensions. Not all of them are currently out-of-the-box compatible with Firefox 3.0 RC but using the Nightly Tester Tools i can override the compatiblity check, and install them anyway. To my knowledge all of the extensions are working perfectly with Firefox 3. Better [...]
Cannon3 (XNA) done!
Version 1.1 of my Cannon3 game done entirely in XNA is now finished. I quickly included a small scoring system that basically updates the score throughout the game, and after the player dies it keeps the score displayed until the next game starts. For now the graphics are the default improved graphics from the course, [...]
Cannon2 is done! XNA here I come!
Okay last night I finally finished the Cannon2 game. This time around the game is still coded in win forms, but emulating the way XNA supposedly works even more. A few “bugs” compared to Cannon1 is that the window can be resized and maximized for now. I wont bother fixing this problem right away, as [...]