Categories
71squared.com class development game iphone programming singleton WordPress

iPhone Game Programming – Tutorial 7 – Singleton Class

This is a small tutorial on how to create and use a Singleton class. Whilst I’ve been creating these tutorials it has become clear that managing state is important in your game. The ability to manage both the OpenGL state locally and also any state related to your game is a key building block for…

Categories
c dev development function getting started iphone ipod touch mac macintosh objc objective-c pointer ptr struct tut Tutorial variable WordPress

Basic C Programming

This episode of the TeachMeCocoa.com video tutorials will instruct the viewer on the basic principles and syntax of programming in the C language. This tutorial is geared towards those who have some programming experience in another language, and would like to understand the basics of using C. Understanding C is vital for writing quality Objective-C…

Categories
71squared.com development game iphone programming WordPress

iPhone Game Programming – Tutorial 3 – SpriteSheet Class

Hi all and welcome to Tutorial 3 in my iPhone Programming series on creating an OpenGL game. This video runs for 46 minutes and covers changes to the project so far which are based on feedback I have had in the blog and also the creation of the SpriteSheet class.

Categories
71squared.com game iphone programming Tutorial WordPress

iPhone Game Programming – Tutorial 5 – Animation Class

Tutorial 5 is now uploaded and ready to view and runs for around 37mins. This tutorial covers the Animation class which allows you to specify a series of sprites which are displayed on screen in order. This class allows you to add any number of frames to an animation and also specify how long each…

Categories
71squared.com development game iphone programming WordPress

iPhone Game Programming – Tutorial 2 – Image Class

I have finally been able to upload the second tutorial on writing a game on the iPhone using OpenGL. This Tutorial has turned out to be longer than I thought and comes in at around 1.5 hours. It covers the creation of an Image class which wraps around the Texture2D class and functions which I…

Categories
WordPress

SEO For WordPress

Search Engine Optimization (SEO) for Wordpress presentation given at WordCamp Chicago to professional, business, non-profit, retail and personal bloggers.

Categories
WordPress

WordPress Image Management plugin

Efficiently upload/add/edit/resize/remove pictures from your posts/pages with this plugin. Ideal for content editors with limited IT knowledge, but also a powerful tool for web developers and bloggers, this plugin helps you do the following: – drag and drop upload (from your desktop) – list all the images in a post/page, and resize/remove them – add…

Categories
WordPress

How to add multi currency in adforest wordpress theme

Learn how to add multi currency in adforest wordpress classified ads theme to make your own choice for ad posting. buy and start selling your products online.

Categories
WordPress

Using the Media Library in WordPress

In this video you will get an overview of the media library and how to upload images. To see the full tutorial including 3 more videos, text and screenshots, visit this post: http://bobwp.com/use-media-uploader-insert-photos-wordpress-posts-pages/

Categories
WordPress

Use a single Users table for multiple WordPress sites

Using a single users table for WordPress seems like an easy task at first. You add the CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE constants to your wp-config.php file and you are apparently off to the races; or are you? What seems like a simple task becomes more involved when we realize that WordPress doesn’t handle creating user roles…