Quantcast

More Featured Posts

Tutorial: Unity iPhone – Getting Started – Tutorial 1

Tutorial: Unity iPhone – Getting Started – Tutorial 1

In my attempt to develop my first iPhone game, I thought I might use a game engine that will make the process as simple as possible. I started searching the internet for available iPhone game engines and stumbled upon Unity 3D. The games you can produce with Unity seem to look awesome. I started the download of Unity 3D for the iPhone. Below you will find a link to download Unity 3D iPhone. Unity... [Read more]

HowTo: Install iPhone SDK 2.0 – 3.1 for XCode 3.2

HowTo: Install iPhone SDK 2.0 – 3.1 for XCode 3.2

So… you’ve installed the latest SDK and XCode from Apple’s developer site only to find out that the only base SDK’s you are left to develop with are 3.2 and 4.0. What about if you have an iPhone 2G as your only development device? The iPhone 2G only goes up to iOS 3.1.3 and if you are stuck with the lowest base SDK of 3.2, you will not be able to push your apps to your iPhone. This... [Read more]

iPhone vs. iPod Touch vs. iPad

iPhone vs. iPod Touch vs. iPad

When Apple introduced the iPhone and the iPod Touch it changed the way we use the mobile phone and listen to music. When Apple introduced the iPad we were given another great device for listening to music and browsing the web as well as keeping us entertained with the thousands of applications that are available from the Apple App Store. This post is aimed at comparing the iPhone, iPod Touch and the... [Read more]

Friday Fun: Awesome 3-D Building Projections

Friday Fun: Awesome 3-D Building Projections

 Read More →

10 Reasons To Have Internet Explorer.

10 Reasons To Have Internet Explorer.

1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Use it to download Safari, Firefox, and or Chrome. Ok so the title was slightly misleading. Once you’ve covered those 10 steps using internet explorer, get rid of it. Sorry I have to be so harsh about it, but Internet Explorer is an old dog, and it won’t be learning any new tricks. Not only is it currently the most outdated browser among the 5 popular browsers*,... [Read more]

Apple Admits There Is A Problem

Apple Admits There Is A Problem

After countless complaints of the iPhone4′s dropped calls and antenna problems, here’s what Apple has to say about it. On a more serious note, Apple has announced that they are doing something about it. They just released an iPhone software update (4.0.1), also they will be giving free iPhone cases to anyone who bought an iPhone4. The details so far are : You can get a free iPhone case... [Read more]

PHP Basics : Variables

PHP Basics : Variables

Variables in PHP, just like any programming language, are used for storing values, such as text strings, numbers, or an array of values. Once you have declared, a variable, it can be used over and over again throughout your script. Variables in PHP must be declared with a ‘$’ symbol. So a variable named test would be declared as $test. The ‘$’ symbol is also needed every time... [Read more]

PHP Basics : Introduction To PHP

PHP Basics : Introduction To PHP

Before we doing any coding, let’s talk about what PHP is. PHP (Hypertext Preprocessor) is a widely used scripting language that is designed for web development and can be embedded directly into HTML. What makes PHP so different from client-side languages like Javascript and HTML is that PHP code is executed on the server, and then sent to the client as HTML. The amount of things that PHP can... [Read more]