Video Tutorials

Loading XML Through XNA Content Pipeline


Posted in:

XNA is quite possibly one of the most robust game programming frameworks out there. You can do nearly anything with it, and one of the reasons it is so flexible is its "Content Pipeline". But sometimes it can be a bit tricky to use this feature, requiring us to do bit more work. But in the end, it helps to use the Content Pipeline. Luckily today we are going over how to use it to load in some XML.

Read More Icon Read More

Finding Memory Leaks in iPhone Code


Posted in:

The video tutorial below shows how to use the performance tools that come with the Apple development kit to find memory leaks in Cocoa and Cocoa Touch code.

Read More Icon Read More

Create an iPhone Application with No Nib


Posted in:

The video tutorial below covers how to create an application without using a nib file. This is a quick tutorial, if you have any question feel free to leave a comment.

Read More Icon Read More

Start iPhone Application in Landscape Mode with Hidden Status Bar


Posted in:

Here is a short video tutorial on how to setup an iPhone application to load in any orientation (landscape in this case) and with the status bar hidden. You can grab a sample project below.

Read More Icon Read More

Sponsors