Run Program

How To : Set Up Wippien VPN in Windows XP

This video tutorial from ruralgeek shows how to set up and use Wippien VPN on Windows XP. First, download Wippien client from here: www.wippien.com. Once it's downloaded, install the application. Be sure that option Put Wippien to XP firewall extensions is checked. Uncheck a ...more

How To : SSH into your iPod Touch or iPhone without wifi

This video presents how to connect to your iPod Touch or iPhone using SSH (Secure Shell) without using Wi-Fi connection. 1 Step. Presuming you have Internet connection in your iPhone, click Cydia. Wait for it to load. Type "OpenSSH" without quotes into the search engine. When ...more

How To : Find information on your own computer

How to find out information / details about your computer? To find out the information about your computer, you need to download software from the website PC World. The following are the steps to download the software: •First open the site www.pcworld.com. •Now click on downl ...more

How To : Free up hard disk space in Windows XP

This video tutorial shows you how to improve the performance of your Windows XP PC by freeing up disk space. This is done by running xp's Disk Clean up utility this deletes all temporary and unwanted files that get collected on your disk. Run this utility and clean up your di ...more

How To : Run an Adobe Flex Project from Google Code

This simple Adobe Flex tutorial shows how to download source code from Google Code and get it running in Adobe Flex. If you are new to programming and building applications with Adobe Flex, this project is a great way to practice or get started learning about Adobe Flex. This ...more

How To : Use Nose to run unit tests in Eclipse

In this ShowMeDo, Jeff Winkler demonstrates using nosy, a tool to automatically run Nose to run unit tests -- using Eclipse with the PyDev plugin. Nose is a way to automatically test your programs.

How To : Automate web testing with PAMIE

This Pamie Demo shows how to setup, install and run a simple automation script. It shows you: how to install Pamie, how to create a Pamie test script to Automate a form using PythonWin IDE, how to write the script and how to run the test. The volume is really low so crank your ...more

How To : Add Google+ to Your Mac's Menubar

These days, I keep multiple browsers open so I can keep track of all my work and personal items. As a staff member of WonderHowTo, a lot of my work is done through our Google Account, which is separate from my personal Google Account. I really dislike the way Google currently ...more

How To : Design Your Own Playing Card Sculpture

Download the Software Go to the Antiprism downloads page. Download and install Antiprism 0.20. Run the Programs You need a method of running programs on the command line. In Windows, that could be a DOS box, on other systems a terminal emulator (e.g. xterm). Start this up. ...more

How To : Code Your Own Twitter Client in Python Using OAuth

This is my attempt to show people some cool things we can do with programming, and to give a small incentive for people to join the weekly Community Bytes. I wanted to make a tutorial on how to use Twitter from the command line with Python. This would have been an easy project ...more

How To : 10+ Time Saving Menu Bar Applications for Mac

If you‘re new to Mac, you may not realize that the Dock is not the only place you can access applications and folders. The menu bar of your desktop can also hold a dozen or more applications and plug-ins for easy access to lots of content on your computer. In this article, I ...more

News : 5 Keyboard Shortcuts Every Windows User Should Know

Take a look around the next time you open up the File menu and slowly scroll through your editing options. Are your coworkers quietly cringing? Your kids running for the other room? Sounds like you need a few good keyboard shortcuts up your sleeve. Memorizing the right combos ...more

News : The Money Making Macro

In Google definitions a macro is defined as "a single computer instruction that results in a series of instructions in machine language". Basically a macro is a programming script that tells the computer what to do. You can tell a computer (via a macro) to move a mouse, click, ...more

How To : How A Computer Works

Many folks seem to treat their computers as a sort of mysterious alien technology that only the shamans of the IT Department can comprehend. You might have gotten it into your head that you're just not good at computers and will never understand them. On the contrary, getting ...more

How To : Install an FTP server on any Windows computer

In this tutorial, we learn how to install an FTP server on any Windows computer. First, go to the website zftp server. Now, download this and install it on your computer, downloading the free version. When you install it, choose a password and enter your information, then cont ...more

How To : Play high definition MKV Videos files on your PS3

StuffWorks shows viewers how to play high definition MKV videos on their PS3! First, visit www.mkv2vob.com and visit the forums. Under announcements click on the heading 'New Releases and Downloads. Click on the thread that reads "Download MKV2VOB here". Click on the download ...more

News : Things to Do on WonderHowTo (06/13 - 06/19)

Today, we're pleased to announce that WonderHowTo is getting a major site-wide update to make it easier to follow the subjects you're passionate about and to share your creations with people who will give you the kudos you deserve! We Built You a New WonderHowTo! In preparat ...more

News : .NET DCPU-16 Emulator

An emulator written in C#. There is a demonstration loading and running Notch's test program at line 252. There is a little reference trickery in the method CPU.RefLoc which was to avoid writing that switch statement twice, but overall it should be easy to understand as I've ...more

How To : Back Up Your Infinity Blade II Character

Just removed an important gem from your weapon? Totally screw yourself over by restarting a bloodline instead of the battle you just lost? It sure would be great if you could backup your character so you can always have a safe copy ready to go at a moment's notice. Well, those ...more

How To : Mine Bitcoin and Make Money

Bitcoin is a new currency built off "Satoshi Nakamoto's" (alias) 2008 Bitcoin white-paper. Bitcoin provides its users with a way to make peer-to-peer (P2P) transactions without having to use a bank as a mediator. There is no middle man, no corporation backing it, and no one ha ...more

News : FIX WINDOWS 7 SLOW STARTUP TIMES...

How to Fix Windows 7 Slow Start Up Is your Windows 7 slower on start up? Wondering how to make Windows 7 super fast? There are various reasons why this operating system performs slower but one common reason is that mostly it happens because of too many start up programs and s ...more

How To : Control iPhone/iPod Touch from a computer

In this video from iPT2gGeec we learn how to control an iPhone from your computer. You need a jailbroken iPhone to do this and use a program called Veency. Open Cydia. Search for Veency. Install it. That is all you need to do with your iPhone. Now to get it to work on your co ...more

How To : Determine the speed of your Internet connection

A fast Internet connection means you can send and download files quickly. Modems, depending on if they are broadband or dialup, may have different speeds and run fast or slow. There are many free programs you can use to test out your PC computer's Internet connection!

How To : Organize your digital photos in iPhoto 09

Organizing your photos in iPhoto 09 is a breeze provided you know how to take advantage of the program's various features (like, for example, keyword tagging). This free video software tutorial from the folks at MacMost will get you off and running. For specifics, and to get s ...more

How To : Organize your life in Microsoft Access

Brand new to Microsoft Office Access? This seven-minute free video lessson, which presents a general orientation to using the popular database program, will see that that you're well versed in all of the fundamentals. Learn how to create databases and forms, how to run queries ...more

How To : Create dynamic user controls

In this video Jesse Liberty demonstrates how to create user controls dynamically (at run time) and how these user controls can raise events to interact with the page that creates them. This is a step by step, extensive tutorial on exactly what you'll need to know when using Mi ...more

How To : Use Windows XP Mode in Windows 7

New user to Windows 7? Microsoft has put out a series of video tutorials explaining how to maximize your Windows 7 experience. Follow along with this computer lesson and learn how to: *Determine program compatibility *Open the program compatibility troubleshooter *Find Window ...more

How To : Install Quartz Composer on Mac OSX 10.5 Leopard

This is a very basic introductory video that teaches you how to successfully install Quartz Composer on your MAC OSX 10.5 Leopard. Quartz Composer is a node-based graphical data software that uses visual programming language. Built exclusively for use on the MAC OSX, it's a ha ...more

How To : Speed up your computer by removing viruses

This video series shows you what program is the best free anti-virus program, where to get it, how to download it, how to install it, how to run the scan, and how to remove the viruses. A complete tutorial on how to remove viruses. Part 1 of 2 - How to Speed up your computer b ...more

How To : Use Quick Rank in AddWeb Website Promoter 8

AddWeb Website Promoter is an extremely popular program that helps webmasters promote their site on search engines. In this installment, we explore AddWeb's Quick Rank Feature.This feature allows you to run ranking reports that are not tied to profiles. You will want to do thi ...more

  • Hot
  • Latest