Blog of Ortz

I make stuff up

Skip to: Content | Sidebar | Footer

Tag: Programming

XNA and OOP

29 October, 2007 (17:07) | Rant, XNA

I have a simple question about XNA tutorials. Why is everyone sparing newbies OO? Nearly every article and tutorial I see uses very little, if any, Object Orientation. They’re going to have to learn it anyway. In fact, game programming in XNA is a perfect opportunity to learn it.
Yes, they’re new, but you don’t need [...]

8 Defensive Programming Practices - PHP

30 April, 2007 (15:46) | Links

Manuel Lemos, the guru over at phpclasses.org has written an article on keeping your site from getting haxxored.
This has made me think about my own site, which I coded many months ago. I think I’ll revisit some of the code.