Virgin Mobile Phones

How To : Get to Sincere Podium in Hong Kong

Check out this short video on how to get to Sincere Podium (also known as Sintat Centre) in Hong Kong. The shopping centre is famous for mobile phones and accessories. It is a must-go-to place for gadgeteers while in town. So watch this how to travel video and get some quick d ...more

How To : Build an Android application for mobile devices

This video tutorial is about Android, and no it's not a robotic creature, it's a software platform and operating system form mobile phones and PDAs. The Android system is based on Linux and was developed by Google and the Open Handset Alliance. Code is managed in the Java lang ...more

How To : Build an application on Android for mobile devices

This video tutorial is about Android, and no it's not a robotic creature, it's a software platform and operating system form mobile phones and PDAs. The Android system is based on Linux and was developed by Google and the Open Handset Alliance. Code is managed in the Java lang ...more

How To : Use Skype on your Blackberry

Skype continues to be one of the most convenient and widely used methods of keeping in touch with people all over the world. For those of you on the go, having Skype on your Blackberry could prove to be an invaluable communication resource. With Skype on a blackberry you can ...more

How To : Use Skype to call anywhere in the world

This is a very useful instructional video on how to use Skype to call anywhere in the world. You can go to Skype .com and click account and open a new account with Skype. Now log on Skype using your user name and pass word. now you can click the free calls button and you can c ...more

How To : Do cool things with strings in Python

Bucky from The New Boston serves up this Python video tutorial on how to do cool things with strings in Python. This is the program you use to write all of your Python code down. Do cool things with strings and format them! Python is a dynamic, object-oriented, high-level, pr ...more

How To : Use cool string methods in Python

Bucky from The New Boston serves up this Python video tutorial on how to use cool string methods in Python. This is the program you use to write all of your Python code down. Cool string methods! Python is a dynamic, object-oriented, high-level, programming language that can ...more

How To : Use dictionaries in Python

Bucky from The New Boston serves up this Python video tutorial on how to use dictionaries in Python. This is the program you use to write all of your Python code down. Dictionary! Python is a dynamic, object-oriented, high-level, programming language that can be used for many ...more

How To : Program "if" statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program "if" statements in Python. This is the program you use to write all of your Python code down. The famous if statement! Python is a dynamic, object-oriented, high-level, programming language that ...more

How To : Program else and elif statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program else and elif statements in Python. This is the program you use to write all of your Python code down. Else and elif (elseif)! Python is a dynamic, object-oriented, high-level, programming langua ...more

How To : Program nesting statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program nesting statements in Python. This is the program you use to write all of your Python code down. Nest a simple "if" statement! Python is a dynamic, object-oriented, high-level, programming langua ...more

How To : Program full and while loops in Python

Bucky from The New Boston serves up this Python video tutorial on how to program full and while loops in Python. This is the program you use to write all of your Python code down. Learn how to use the for and while loop in Python programming! Python is a dynamic, object-orien ...more

How To : Program infinite loops and breaks in Python

Bucky from The New Boston serves up this Python video tutorial on how to program infinite loops and breaks in Python. This is the program you use to write all of your Python code down. Learn how to make an infinite loop and also how to use the break statement! Python is a dyn ...more

How To : Build and program your own functions in Python

Bucky from The New Boston serves up this Python video tutorial on how to build and program your own functions in Python. This is the program you use to write all of your Python code down. Learn how to create your own function! Python is a dynamic, object-oriented, high-level, ...more

How To : Use default parameters in Python

Bucky from The New Boston serves up this Python video tutorial on how to use default parameters in Python. This is the program you use to write all of your Python code down. Fun with default parameters! Python is a dynamic, object-oriented, high-level, programming language th ...more

How To : Program parameters in Python

Bucky from The New Boston serves up this Python video tutorial on how to program parameters in Python. This is the program you use to write all of your Python code down. Different parameter types in the same function! Python is a dynamic, object-oriented, high-level, programm ...more

How To : Use tuples as parameters in Python

Bucky from The New Boston serves up this Python video tutorial on how to use tuples as parameters in Python. This is the program you use to write all of your Python code down. Fun with tuples! Python is a dynamic, object-oriented, high-level, programming language that can be ...more

How To : Program object oriented programs in Python

Bucky from The New Boston serves up this Python video tutorial on how to program object oriented programs in Python. This is the program you use to write all of your Python code down. OOP or the famous object oriented program. Hold on guys, the waters getting rough! Python is ...more

How To : Program classes and self in Python

Bucky from The New Boston serves up this Python video tutorial on how to program classes and self in Python. This is the program you use to write all of your Python code down. Fun with classes and self! Python is a dynamic, object-oriented, high-level, programming language th ...more

How To : Program subclasses and superclasses in Python

Bucky from The New Boston serves up this Python video tutorial on how to program subclasses and superclasses in Python. This is the program you use to write all of your Python code down. Learn what parent and subclasses are! Python is a dynamic, object-oriented, high-level, p ...more

How To : Overwrite variables on a subclass in Python

Bucky from The New Boston serves up this Python video tutorial on how to overwrite variables on a subclass in Python. This is the program you use to write all of your Python code down. Fun with subclasses! Python is a dynamic, object-oriented, high-level, programming language ...more

How To : Create and program constructors in Python

Bucky from The New Boston serves up this Python video tutorial on how to create and program constructors in Python. This is the program you use to write all of your Python code down. Learn how to create constructors and what they do! Python is a dynamic, object-oriented, high ...more

How To : Import modules into IDLE in Python

Bucky from The New Boston serves up this Python video tutorial on how to import modules into IDLE in Python. This is the program you use to write all of your Python code down. Fun with importing modules! Python is a dynamic, object-oriented, high-level, programming language t ...more

How To : Reload modules in Python

Bucky from The New Boston serves up this Python video tutorial on how to reload modules in Python. This is the program you use to write all of your Python code down. Learn how to reload modules once your source file has been edited! Python is a dynamic, object-oriented, high- ...more

How To : Get module information in Python

Bucky from The New Boston serves up this Python video tutorial on how to get module information in Python. This is the program you use to write all of your Python code down. Learn how to get extra info from outside modules! Python is a dynamic, object-oriented, high-level, pr ...more

How To : Work with files in Python

Bucky from The New Boston serves up this Python video tutorial on how to work with files in Python. This is the program you use to write all of your Python code down. Fun with files! Python is a dynamic, object-oriented, high-level, programming language that can be used for m ...more

How To : Read and write lines in files in Python

Bucky from The New Boston serves up this Python video tutorial on how to read and write lines in files in Python. This is the program you use to write all of your Python code down. Fun with reading and writing lines into a file! Python is a dynamic, object-oriented, high-leve ...more

How To : Program and write lines in files in Python

Bucky from The New Boston serves up this Python video tutorial on how to program and write lines in files in Python. This is the program you use to write all of your Python code down. Fun with writing lines into a file! Python is a dynamic, object-oriented, high-level, progra ...more

How To : Download and install wxPython for Python

Bucky from The New Boston serves up this Python video tutorial on how to download and install wxPython for Python. This is the program you use to write all of your Python code down. Learn how to install the GUI (graphical user interface) toolkit. Python is a dynamic, object-o ...more

How To : Program methods in Python

Bucky from The New Boston serves up this Python video tutorial on how to program methods in Python. This is the program you use to write all of your Python code down. Fun with methods! Learn what methods are and how to use them. Python is a dynamic, object-oriented, high-leve ...more

How To : Program slice lists in Python

Bucky from The New Boston serves up this Python video tutorial on how to program slice lists in Python. This is the program you use to write all of your Python code down. Slice Python! Python is a dynamic, object-oriented, high-level, programming language that can be used for ...more

How To : Program lists functions in Python

Bucky from The New Boston serves up this Python video tutorial on how to program lists functions in Python. This is the program you use to write all of your Python code down. Fun with list functions! Python is a dynamic, object-oriented, high-level, programming language that ...more

How To : Program slices in Python

Bucky from The New Boston serves up this Python video tutorial on how to program slices in Python. This is the program you use to write all of your Python code down. Slice Python! Python is a dynamic, object-oriented, high-level, programming language that can be used for many ...more

How To : Program raw input in Python

Bucky from The New Boston serves up this Python video tutorial on how to program raw input in Python. This is the program you use to write all of your Python code down. Fun with input versus raw input! Python is a dynamic, object-oriented, high-level, programming language tha ...more

How To : Save and execute your programs in Python

Bucky from The New Boston serves up this Python video tutorial on how to save and execute your programs in Python. This is the program you use to write all of your Python code down. Fun with saving programs! Python is a dynamic, object-oriented, high-level, programming langua ...more

How To : Program variables in Python

Bucky from The New Boston serves up this Python video tutorial on how to program variables in Python. This is the program you use to write all of your Python code down. Fun with variables! Python is a dynamic, object-oriented, high-level, programming language that can be used ...more

How To : Download and install Python

Bucky from The New Boston serves up this Python video tutorial on how to download and install Python. This is the program you use to write all of your Python code down. Python is a dynamic, object-oriented, high-level, programming language that can be used for many types of s ...more

How To : Send a text message with an Android cell phone

With the Android platform on a large amount of mobile phones today, chances are you have one. Sometimes messaging on the phones can be a little confusing, but there's a simple explanation for texting your friends and family. Best Buy has answers. The Best Buy Mobile team expla ...more

How To : Add widgets to your HTC Hero cell phone

Widgets are invading our computers and mobile phones, and the new HTC Hero Android-enabled device is no different. If you want to get the most out of your widgets, you're going to have to first learn how to add new ones to your home screen. Best Buy has answers. The Best Buy M ...more

Coming Soon : Charge Your Cell Phone by Screaming at It

The Telegraph reports that a team of researchers lead by Dr. Sang-Woo Kim of the Institute of Nanotechnology at Sungkyunkwan University in Seoul have developed a method for converting the energy from sound into electricity. They've applied the research to the charging of mobil ...more

How To : Use the New Features in Windows Live Hotmail 2011

Hotmail just isn't the same anymore— it's better! In the just-released Windows Live Essentials 2011 from Microsoft, Windows Live Hotmail 2011 is jam-packed full of new features. The new Hotmail makes emailing easier than ever before, allowing you to cut through the inbox clut ...more

News : SCRABBLE Hits Casinos

SCRABBLE is taking the world by storm. It's everywhere. You can play it on Facebook, iPhone, iPod, Nintendo DS, PSP, mobile phones... you name it, it's there. And you can even gamble online, like with SCRABBLE Cubes on WorldWinner. But now SCRABBLE gambling has a new face and ...more

How To : Assign a Static IP Address in Windows 7

This article will be about setting up a static IP (Internet Protocol) address in Windows Seven. To see whether you should set one up, ask yourself the following: Do I have many computers in the house hold? Do I get connection issues often? Did you answer yes to both? Then you ...more

News : Do Real Science. No Degree Required.

What's the next best thing to being an official scientist? Being a non-official one. A new website called Science for Citizens helps you find the science experiment of your dreams, hook up with the scientists involved, and actually take part in the experiment itself. Here are ...more

News : Google Bets $20K You Can't Hack Chrome

Since its inception in 2007, the Pwn2Own computer hacking contest has been challenging the vulnerability of mobile phones and web-related software. In 2010, the fruit of two full days of hacking came down to the exploitation of the following web browsers: Safari 4 on Mac OS X, ...more

News : 10 Photography Tips for Mastering Your Camera Phone

If you're always taking blurry and underexposed pics with your mobile device, try using some of the tips below to turn your phone into a valuable photography asset. It doesn't matter if you have an iPhone, Android smartphone, or even a first-gen camera phone... you can still t ...more

How To : Things to Do on WonderHowTo (03/21 - 03/27)

WonderHowTo is made up of niche communities called Worlds. If you've yet to join one (or create your own), get a taste below of what's going on in the community. Check in every Wednesday for a roundup of new activities and projects. Thanks to all of our active moderators and ...more

News : The Many Ways to Play SCRABBLE

If you're like me, you want to play Scrabble all the time. But you can't drag your Scrabble board everywhere, without drawing attention. Not to mention bringing it to work's probably a bad idea. So, how do you play whenever you want? Below are just some of the many ways you c ...more

How To : Tether your Motorola Droid 3G smartphone

In this clip, learn how to use PDA Net to tether your rooted Droid 3G smartphone to a WiFi network. By tethering your device, you will be able to use it as a portable, wireless modem for anything from other phones to computers to hand held gaming systems. Anything that is WiFi ...more

News : Tracking The Tides

When you live on an island, spending time on the beach beomes part of the fabric of life (otherwise why live on an island). Whidbey has so many beaches to explore. I've been here several years and barely scratched the surface. I guess once I discover places I really enjoy, I t ...more

  • Hot
  • Latest