Pretty banner! :)

For-Loop Defeats Copy/Paste

Copy/pasted code is evil. It can get you into all sorts of trouble. There are a lot of situations in which you might be tempted to perform the dreaded ctrl-c + ctrl-v. You must resist this urge! In certain situations you can write code that is significantly more robust than copy/pasted code and you can [...]

Tonypa Crunches Your Swf

Tonypa posted some interesting data that 4kers would probably find useful. Tonypa is a really talented game developer and his tutorials are pretty much a bible of how to make good games in AS2. One of the reasons I started game poetry is because of people like Tonypa who have contributed so much to the [...]

Trunks, Tags and Branches in Subversion

As I mentioned before, Subversion is critical to daily development at Urbansquall. Subversion has a lot of really fancy features that can help make development a lot less stressful even for a lone developer. Today I’m going to go over one of the features that we’ve found particularly useful working in a team, and that [...]

Make the Smart Choice So That Your User Doesn’t Have To (3/3)

This is final part of a three part series. You may want to check out part 1 and part 2.
Tags: , , , Comments Off

Make the Smart Choice So That Your User Doesn’t Have To (2/3)

This is part two of the series. You may want to check out part 1 first.