31.10.11

HTC EVO 3D Review Part 1 - 2



Nokia N9 - Unboxing



BlackBerry Bold 9930 Unboxing


29.10.11

WALLPAPERS OF BLACKBERRY BOLD 9630


















WALLPAPERS OF HTC Evo 3D

















HTC EVO 3D Review


28.10.11

BlackBerry Tour 9630 Sprint Hands On Full Review - Goods & Bads


HTC EVO 3D vs. Samsung Galaxy S 2


Nokia 701 Review


27.10.11

unboxing nokia 701


Sony Ericsson XPERIA arc S first review


HTC EVO 3D Unboxing


26.10.11

HTC Thunderbolt Unboxing


Dell Streak Unboxing: Phone/Tablet Hybrid


Top 5 phones at Mobile World Congress 2011


25.10.11

Andriod vs iPhone - CNET 2011


top 10 mobile phones of 2011


Android apps vs. iPhone apps


24.10.11

iPhone 4S - Full Apple Keynote - Apple Special Event, October 2011 (Full)


Mobile Nations Monday Brief: October 17, 2011


AzRmusic - In Dedication: Thank You, Steve (Only Mac Sounds Used)


23.10.11

Mobile Nations Monday Brief: October 10, 2011


5 Reasons to Get an Android phone over the iPhone 4


HEY SIRI... WHO'S YOUR DADDY!?!?


22.10.11

Apple iPhone 5 specs finally released!


Steve Jobs and Bill Gates Together: Part 1-11














How to manage iCloud storage on iOS 5


21.10.11

Mobile Nations Monday Brief: October 3, 2011


Steve Jobs describes iCloud -- in 1997


iPhone 4S Sales Are a Hit, We Go Hands-On & Siri Already Ported to the iPhone 4 -


20.10.11

What is iCloud?


iPhone 4S vs. Samsung Galaxy S II Drop Test


CNET Tech Review: Hello iPhone 4S, so long Steve Jobs


19.10.11

Mobile Nations Monday Brief: September 26, 2011


Steve Jobs Biography Part 1





iPhone 4S : test d'antenne comparé à l'iPhone 4


14.10.11

ASUS WALLPAPERS













Mobile Nations Monday Brief: September 19, 2011


Codes to understand working of Loops


Here are two questions that might help you in understanding the working of loops. For loop, while loop and do while loop. You just need to dry run them.

Write a loop to print all numbers from 1 to 100, one per line, Write a blank line after every five lines.

#include <iostream.h>
void main ( )
{
            int i, x=1;
            for (i=1; i<=100; i=i++)
            {
                        cout << i << endl;
                        if ((i/5)==x)
                        {
                                    cout << "    " << endl;
                                    x=x+1;
                        }
            }
}

Write a program to generate a list of first 100 odd numbers using while, do while and For loops.

#include <iostream.h>
void main ( )
{
            int i=1;
            while (i<200)
            {
                        cout << i << endl;
                        i=i+2;
            }
           
            for (i=1; i<200; i=i+2)
            {
                        cout << i << endl;
            }
             i=1;
            do
            {
                        cout << i << endl;
                        i=i+2;
            }while (i<200);
}

12.10.11

iPhone 4S Voice Assistant Siri Demo video


Beautiful image of NOKIA n8




NEW IPHONE 5 vs NOKIA N9


11.10.11

Apple unveils new IPHONE 4S (PART 1-4) OCTOBER 4, 2011






Attrative NOKIA n9






Twitter Delicious Facebook Digg Stumbleupon Favorites More