Monthly Archives: September 2011

The Payment Gateway: Decisions to Consider

Authorize_NetLogo

If you are going to do business online, you need some way to receive money. There are 2 ways of doing this: 1.  Advertising (indirect) 2.  User payments (direct)

Posted in Editorials, Web Design

Benchmarking C versus Java versus PHP programming languages

java-logo I want to post the spoiler immediately: Java is not slow. With that out of the way. On to today's topic: What speed sacrifice is made going from compiled, compiled bytecode, to pure interpreted? For this, I will be revisiting
Posted in Editorials, Featured, Game Development, Programming, Source Code

ActionScript 3 / Flex / Flixel Game (with Source Code)

Flexicon

I made a decision a while back that if I don’t touch a project for over a year, then I should open source it. This is better than letting it sit and serve no purpose. My AS3 / Flash game

Posted in Game Development, Programming, Source Code