How to create rules in Yahoo Mail

1 minute read

Yahoo Mail has a feature that lets users to create filters to move the incoming messages to specific folders. This is similar to rules feature available in M...

What is Delegation in iOS ?

1 minute read

Delegation is one of the commonly used pattern in iOS. This is used tell an object to act on behalf of another. Refer to Apple documentation for detailed inf...

How to change page scaling in Xcode

less than 1 minute read

Xcode provides option to increase or decrease the page scaling. This page scaling option is available as part of the Page Setup. This feature is quite useful...

How to add Android virtual device in eclipse

less than 1 minute read

Android Virtual Device are used as simulator to test your Android application instead of using a real device. “No compatible targets were found” is the commo...

How to add YouTube video to Word 2011.

1 minute read

In this tutorial we are going to see the steps required for adding videos from Youtube in Word 2011 for Mac. In Office 2011 you can not directly embed YouTub...

Variables in Objective-C

less than 1 minute read

Objective-C also uses variables for storing data in memory like other programming languages. The variables are defined based on the type data type that will ...

Create an example iOS Project using Xcode

1 minute read

We had already covered the basic overview of Xcode and now we are going see the steps required for creating an sample iOS Project that displays Welcome messa...