Thursday, March 1, 2012

iOS App Programming
iOS (formerly iPhone OS prior to June 2010) is Apple Inc.'s mobile operating system. Originally developed for the iPhone, it has since been extended to support other Apple Inc. devices such as the iPod TouchiPad, and Apple TV. Apple does not license iOS for installation on non-Apple hardware


Want to learn iOS App Programming? Here are links for tutorials:
iOS Developer Library
Click here to go for Video tutorials
Objecive-C
Today, it is used primarily on Apple's Mac OS X and iOS.
The Objective-C language is a simple computer language designed to enable sophisticated object-oriented programming. Objective-C is defined as a small but powerful set of extensions to the standard ANSI C language. Its additions to C are mostly based on Smalltalk, one of the first object-oriented programming languages. Objective-C is designed to give C full object-oriented programming capabilities, and to do so in a simple and straightforward way.


Want to learn more about it? Click here to go for Objective C tutorials

Saturday, February 25, 2012

Game Programmer
A game programmer is a software engineer, programmer, or computer scientist who primarily develops code base for video games or related software, such as game development tools. Game programming has many specialized disciplines all of which fall under the umbrella term of "game programmer". A game programmer should not be confused with a game designer, who works on game design.

Want to learn developing the games in java?
Here is the link: Click here to go for Java Game Development Tutorials
HTML5 is a language for structuring and presenting content for the World Wide Web, and is a core technology of the Internet originally proposed by Opera Software. It is the fifth revision of the HTML standard (created in 1990 and standardized as HTML4 as of 1997) and as of February 2012 is still under development. Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices (web browsers, parsers, etc.).

Google Android Application Development

Android
What is Android?
Android is a software stack for mobile devices that includes an operating system, middleware and key applications. The Android SDK provides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language.

Want to learn developing the Android applications? You can easily learn through the following tutorials from Basics to Pro.