Mobile Phone Hack

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 : Program a USB development board for cheap

Hak5 isn't your ordinary tech show. It's hacking in the old-school sense, covering everything from network security, open source and forensics, to DIY modding and the homebrew scene. Damn the warranties, it's time to Trust your Technolust. In this episode, see how to program a ...more

How To : Session hijack with a pineapple

Hak5 isn't your ordinary tech show. It's hacking in the old-school sense, covering everything from network security, open source and forensics, to DIY modding and the homebrew scene. Damn the warranties, it's time to Trust your Technolust. In this episode, see how to session h ...more

How To : Become a Better Instagrammer

Giveaway Tuesdays has officially ended! But don't sweat it, WonderHowTo has another World that's taken its place. Every Tuesday, Phone Snap! invites you to show off your cell phone photography skills. Submit your best shot to our weekly competition for a chance to win an awes ...more

News : FaceNiff App Allows Android Users to Hack Facebook

Firesheep caused quite a stir when it was released last October, giving both hackers and non-hackers instant access to people's account information when on a public Wi-Fi connection. When logged into an insecure website on the same network as someone with Firesheep, you're giv ...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

Coming to iPad : Glasses-Free 3D

It seems the French have carefully observed the hacking achievements of one super clever Carnegie Mellon grad, turning his hack into a modern iPad application-to-be. A couple years back, we told you about the fantastic Johnnie Chung Lee who used headtracking to create a three ...more

HowTo : Stay Safe Using Public WiFi

For travelers on-the-go, or penny pinchers who like to surf the web for free in public places, there are necessary precautions one must take when accessing sensitive information over a public WiFi connection. For advice on doing this safely, check out Glenn Fleishmann'sguide t ...more

How To : Get Customize working on ANY iPhone / iPod Touch

This video is about getting customize working on ANY iPhone/iPod Touch Open iPhone/iPod touch. You need to know SSH. You don't need to turn off Wi-Fi. Go to customize, edit system stings. Springboard English, Power lock. Change to desired name. Press save. Close. Go back to s ...more

How To : Use Skype for online video calls

This video will show you how to use the program Skype for online video calls. Skype is a free program that can be used through your computer to make phone and video calls. Go to Skype and download either Mac or windows depending on your platform. It will ask you to fill out so ...more

News : Military Technology Used to Create Video Game Drone

An iPhone-controlled drone unveiled at the recently held CES is expected to revolutionize the world of video gaming. Called the AR.Drone (AR stands for augmented reality), this new product will literally bring video games to the streets. Via Daily Mail, "The flying saucer-li ...more

How To : Things to Do on WonderHowTo (01/18 - 01/24)

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. More amazing community contributions this w ...more

How To : Things to Do on WonderHowTo (01/11 - 01/17)

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. This week has been an exciting one. The com ...more

Cocktail Couture : Robotic Booze Generating Dress

Meet DareDroid: sexy nurse, geek couture and mobile bartender, engineered into an all-in-one technologically advanced garment. Created by fashion designer Anouk Wipprecht, hacker Marius Kintel, and sculptor Jane Tingley, the team calls themselves the Modern Nomads (MoNo), and ...more

News : 10 Clever Uses for the LED Throwie

Giveaway Tuesdays has officially ended! But don't sweat it, WonderHowTo has another World that's taken its place. Every Tuesday, Phone Snap! invites you to show off your cell phone photography skills. Submit your best shot to our weekly competition for a chance to win an awes ...more

News : HoloDecon

HoloDecon Tecnology directly afects our perceptive capacity, influencing the construction of the oniric sourronding , built in the alternate hyperrealist narratives The objects and the surroundings are experimented trough their properties and our perception of their substanc ...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 : 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

How To : Set up your email on the Apple iPhone

You have an iPhone now… but how do you add your email, so you can stay connected to everyone wherever you go? Setting up your email accounts always seem trick, but not on this device. Want to know how? Best Buy has answers. The Best Buy Mobile team explains how simple it is to ...more

How To : Set an alarm on an iPhone with the built-in clock

With all of the technology available today, which do you use to be your personal alarm clock? You can have a huge, bulky alarm clock, you can use your computer, and you can have one of those small, portable analog clock, but why use them if you have an iPhone? The iPhone has a ...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

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

  • Hot
  • Latest