I got a big head, but it’s not THAT big! (more…)
Archive for August, 2011
Aug 16, 2011
How to set post count limit in WordPress (the proper way)
Done did it wrong before. (more…)
Aug 11, 2011
Challenge your mind: Christopher Nolan movie trailers
Chris Nolan is the new James Cameron. Not only has he challenged mainstream Hollywood with innovative storytelling, he also pays tribute to it. Here’s a select few favorite trailers of his films: (more…)
Aug 10, 2011
Saelee Deus Ex Machine (SDXM): A 2D Game Engine Features List
I’m getting a steady 33 frames per second and have tested on Windows XP, Vista, and 7! If you have Vista or Windows 7, you’ll be good to go. If you have Windows XP or previous versions of Windows, you might have to get the .Net Framework to run my application. Anyway, here’s a list of features I’m planning on implementing. (more…)
Aug 7, 2011
Code Problem Solved: How to Implement z-order Rendering
If you’ve dealt with cascading style sheets (CSS) in web design, then you might be aware of z-index (also known as z-order). This special attribute tells the web browser to render elements in a certain order. But specifically in webpages, a z-index can range from 0 to 99, where 0 is the farthest back element (it is rendered first) and 99 is the front most element (it is rendered last). All is well when the software’s already working for you, but what about in game development? Here’s a way… (more…)
