How To: Get a Windows 98 theme on Windows 7

In this video tutorial, viewers learn how to get a Windows 98 theme on Microsoft Windows 7. The Windows 98 themes need to be downloaded from the link in the video description. The Windows 98 themes are: Baseball, Jungle, Mystery and Travel. When opened, the background changes to the theme. The cursor and the icons on the desktop also changes to the theme. There are sound effects when the user maximizes and minimizes a window. This video will benefit those viewers who use a Windows 7 computer ...

How To: Easily open your NAT on a ZyXel router

In this Computers & Programming video tutorial you will learn how to easily open your NAT on a ZyXel router. There are three steps involved in doing this. Open your web browser and type in the router IP address which is normally http://192.168.1.1. Then you will get the log in page. The password is either 1234 or admin. It will be written on the packaging of the router. On the next page click on UPNP, then check all three boxes and click 'apply'. Then you click on NAT and set the start and en...

How To: Use Visual Basic to convert temperature units

In this video, we learn how to use Visual Basic to convert temperature units. To start, make two command buttons. After you have created these, make sure you label them. The first command button should say "celsius to fahrenheit" and the second should say "fahrenheit to celcius". After this, make one text box and one label box. Now you will convert celsius to fahrenheit using the formula "F=(9/5*C) + 32". and you will be able to use this to convert temperature units. Save this and use it for ...

How To: Use HTML and open & closed brackets

To open the body of an HTML first open the HTML document, to do so write an open bracket, then html, the close the bracket. Next press enter. Type another open bracket, then type the word body, then type a closed bracket. Next press enter again. Now you can type an open bracket, then a backwards slash. Next type the word body again. Now type a closed bracket. Press enter once again. Now type another open bracket and then type html. Then type a closed bracket. Now you have just opened and clos...

How To: Remove noise from audio files in Ubuntu with Audacity

In this tutorial, we learn how to remove noise from audio files in Ubuntu with Audacity. To do this, you will first open up Audacity and then open up your audio file. To get rid of the noise, you will highlight the area with just the noise, not anything else. Now, go to 'effect', 'noise removal' from the top toolbar. Now, click 'get noise profile' and right after this you will need to select the whole file. After this, go back to the noise removal toolbar and click 'ok'. From here, you will s...

How To: Catch your spouse cheating on the computer on Windows

This video is a tutorial on how to catch your spouse cheating on the computer if you are on a Windows computer. The camera is at a very low angle pointing towards the computer so the viewer can watch everything that is happening. The narrator talks the viewer through each step and offers various hints and tips. He shows the viewers how to do searches for photos, website history, videos, and music files. He suggests to check out the photos and website history as the computer finds them.

How To: Copy a directory's listing to the clipboard in Windows

In this video tutorial, viewers learn how to quickly copy a folder's content list in Windows. Begin by clicking on the Start menu and open the Run program. Then type in "cmd" to open the Command Prompt window. Now navigate the desired folder and type "dir | clip" beside it. Press Enter and it will automatically copy the directory to the clipboard. Essentially, it is a tool that will the command prompt command to the clipboard. This video will benefit those viewers who use a Windows computer, ...

How To: Extract .rar files on your PC using Windows XP

In this video tutorial, viewers learn how to extract .rar files. Begin by opening your internet browser and go to Google. Search for Winrar and select the 3rd result. Download and save the file. It is recommended to save it to the desktop to find it easier. Double-click on the file and follow the instructions to install it. Click Install and check all the file types for the program to be associated with. Once finished, open a file, select Extract To and choose the destination to save it. This...

How To: Set up an HP wireless printer

In this tutorial, we learn how to set up an HP wireless printer. First, click "setup" on the printer, then go to "network", then "wireless setup wizard". The printer will now go through the setup process and show you available wireless networks in your area. If your network requires a password, enter it by typing it in with the keypad. Now, install the software to any computer and wait for the blue wireless light to turn on. When this is done, you will be able to print wirelessly from any com...

How To: Turn off your system firewall without admin privileges

In this video tutorial, viewers learn how to turn off the system firewall without admin privileges. Begin by clicking on the Start menu and open he Run program. Type in "system.msc" and click OK. Scroll down the Services list and look for Windows Firewall. Double-click on it and under the General tab, click on Stop. Then click Apply and OK. This video will benefit those viewers who use a Windows computer and would like to turn off the firewall, even if they are not running the administrator a...

How to Find the C: drive on my Mac

In this tutorial, we learn how to find the C drive on a Mac computer. Unfortunately, Mac does not label their drives with letters like other computer systems do. You can name your drives anything you'd like, including "backup", "my network", "my folder", or anything else you want. To find these, just open up the Mac finder and the devices on the computer will show up with their icons. This can make things easier if you are having trouble moving things around. Making them your own names makes ...

How To: Create a program for sending spam and email bombs in Visual Basic 2008

Looking for a program that will let you send out mass emails or spam? Or maybe you're just looking for a way to prank your friends or get revenge by sending them an email bomb? If you have Visual Basic 2008, you can write your own program that will ensure the recipient never forgets what you sent them! This video gives you the basic code to set up the program, and you can tailor it to your own needs quite easily.

How To: Set up a Linksys WR54g or WRT54g2 wireless router

This video tutorial is in the Computers & Programming category which will show you how to set up a Linksys WR54g or WRT54g2 wireless router. First you connect to your Linksys router. Then go to http://192.168.1.1 and type in "admin' as your password in to log in window and click "log in'. then go to the "wireless' tab and enter your wireless network name. In the wireless channel select '11 2.462GHz' and click save. Next go to "wireless security' and type in the wireless network key. This is t...

How To: Replace a laptop CMOS battery

In this video, we learn how to replace a laptop CMOS battery. First, turn the laptop upside down and remove the screws around the panel you need inside. Set these aside and then pry the top up with a flat screwdriver. Now you will see the CMOS battery, remove this with the tab that is on top of it. Remove the battery from the area it's at and then replace it with the new one. Make sure you place it in just how it was before. After this, replace the panel on the top and screw the screws back i...

How To: Create an MP3 player playlist with PHP

In this clip, you'll learn how to create dynamic playlists for directories of MP3s with PHP. Whether you're new to the PHP: Hypertext Preprocessor scripting language or are a seasoned web developer merely looking to improve your chops, you're sure to find benefit in this free video programming lesson. For more information, including detailed, step-by-step instructions, take a look

How To: Make an annoying batch file to prank friends

To make an annoying batch file to prank your friends you need to first right click on your screen and go to New and then Folder. In this New folder make a Text file and type in "for /l %%n in (1,1,10) DO md %%n" and that is it. Now this will loop from 1 - 10 and make a new folder for whatever n is. You can change the command if you would like to! Now, you can change this text file to 'Folder' and allow for this to be clicked. You can change the number "10" to any large number so the folder co...

How To: Download the Adobe Shockwave plug-in for Firefox

This video shows you how to easily download and install the Adobe Shockwave Player in Firefox. The first thing you have to do is open Firefox and surf to http://get.adobe.com/shockwave/ or Google the following keywords: "Adobe Shockwave Player download". Scroll down the page and hit the "Agree and Install Now" button. Click "Save File" in the popped up window. Once it finished, double click the file in the Downloads window and click Run in the next window. Simply click next, next, finish and ...

How To: Install Windows 7 on your computer

In this video, we learn how to install Windows 7 on your computer. First, place the disk inside your computer and start the installation process. Setup will start, then it will start to copy files, expand files, install features, install updates, and then complete. As it runs through each of these, it will show you a percentage of how far through the process it is. Once it has finished installing, you will be able to set up your user account. After this, you will need to enter in the product ...

How To: Read and display a TXT file in a text box in Visual Basic

In this clip, you'll learn how to open and display a TXT file within a text field in your VB projects. Whether you're new to Microsoft's popular event-driven program language or a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free Visual Basic programming lesson. For more information, including a complete demonstration and detailed, step-by-step instructions, take a look.

Prev Page