Month: June 2013

  • Variables in Objective-C

    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 be stored. The general rule followed for naming variable are Use the camel case convention for variable i.e the first word in lowercase and second word in uppercase. For example…

  • Create an example iOS Project using Xcode

    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 message on Xcode simulator. Topics Covered Create New Project using Xcode. Add label control to Interface Builder. Edit label to add Welcome message Choose simulator in Xcode. Compile,…

  • How to convert text to table in Word 2011 for Mac

    Word 2011 for Mac has a feature that allow users to convert selected text to table. Let us see how to convert the below text to a table using Convert Text to Table feature. Step 1: Select the text and click Table menu. Step 2: In the Table menu list, navigate to Convert and select…

  • How to add background for document in Word 2011 for Mac

    This tutorial is about the steps required to add background colour or picture to word document in Word 2011 for Mac. Step 1: Launch the Word Application on Mac and click the Layout Option. Step 2: In the Layout option, navigate to Page Background section and click the Colors option. Step 3: The Color drop…