Computers & Programming Features

How To: Backup files on a CD in Windows XP

Backing up your files is very smart and important. You'll want to make sure that you copy your files somewhere external just in case something happens to your PC. The easiest and most convenient way to do this is to use a blank CD and burn your programs and files to it. In this video, learn exactly how to do this and keep your documents safe and sound.

How To: Use the Windows 7 Ease-of-Access Magnifier

Need help figuring out how to enable the Microsoft Windows 7 Ease-of-Access Magnifier tool? It's easy! So easy, in fact, that this Win 7 accessibility guide can present a complete walkthrough of the process in just over a minute and a half. For details, as well as to get started using the Windows 7 Magnifier yourself, watch this helpful how-to.

How To: Make checkboxes when programming in Java

Want to write Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will help you on your merry way to accomplishing just that. Specifically, this lesson will demonstrate how to create and work with GUI check boxes (checkboxes). For more information, including detailed, step-by-step instructions, watch this programmer's guide.

How To: Change a drive letter in Windows 7

This video demonstrates how to change a drive letter to a certain drive in your Windows 7 computer. On you Windows 7 computer, go to Start > Control Panel. In the Control Panel, select System and Security then open the Administrative Tools. Look for and open the Computer Management tool. On the left side pane of the Computer Management window, select Disk Management. Look for and right click on the drive you want the drive letter changed. Select 'Drive Letter and Paths...'. Click change and s...

How To: Install VMware and Windows XP in Ubuntu

Software expert David Steinlage guides the viewer through the step-by-step process of installing VMware and Windows XP on a computer driven by Ubuntu Linux. The first step is to get a serial number, which can be obtained free by visiting the site www.vmware.com and filling out the registration form. The VMware installer application Automatix is then opened and upon clicking the desired options, the installation of VMware starts automatically. At the end of installation, the user is prompted t...

How To: Create a GUI with JRadioButtons when Java programming

Want to write Java applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will help you on your merry way to accomplishing just that. Specifically, this lesson will demonstrate how to work with JRadioButtons when developing a graphical user interface (or GUI). For detailed instructions, watch this programmer's guide.

How To: Create a fax through email using 2003 server & Outlook

The first step to create a fax using Outlook 2003 and 2003 server. Using add/remove windows component make sure your fax equipment is properly installed. Under the start menu select the printers and fax option and select the share option. Then under administrator tools/users/new/users/fax to enter your password to turn our fax information transfer on. You must now select fax user and select advanced settings and double check to make sure the fax is able to see the object it needs to send the ...

How To: Use the Maps app on an Apple iPad

One of the advantages of an iPad over, say, an iPhone is that you've ample space with which to display and manipulate complex documents. As such, it's a natural fit for Google Maps. In this video guide from Apple, you'll learn how work use the Maps application on your own iPad. For detailed instructions, and to get started using Maps yourself, take a look.

How To: Shrink a Windows Vista partition and install iATKOS

This video presents how to defragment and shrink a Windows Vista partition using Perfect Disk 2008 Professional program.First you need to download and install software application named Perfect Disk 2008.Type Perfect Disk 2008 into Google search engine, choose first link from the list.On the Raxco software home page choose Free Evaluation option from the list to the right.Download and install Perfect Disk 2008 Professional.Once it is installed, run the application. From Menu choose Analyze op...

How To: Enable the Windows firewall and Windows Defender

Check out this computer software tutorial from Dummies.com. This tutorial is made for PCs. Increasing a PC's Windows Vista security is easily done by turning on the Windows firewall and Windows Defender. There's no need to download the firewall or Defender. Protection against spyware and other security risks increases upon enabling these free, built-in Windows solutions. Enable the Windows firewall and Windows Defender.

How To: Use System Restore to recover your Windows XP or Vista system

System Restore is a great and valuable feature in Windows XP and Vista. If you haven't taken advantage of System Restore yet, what in the heck are you waiting for?!? Using System Restore will allow you to make a backup of all your system files at a specified point in time. You can create checkpoints in case your system gets corrupted or has problems because of a recent change you may have made to Windows. Watch and see how to backup your PC… now! And click here for more information.

How To: Use the Slow Keys access tool in Mac OS X

In this video tutorial, viewers learn how to use the Slow Keys access tool in a Mac OS X computer. The Slow Keys feature is located under the Keyboard tab in the Universal Access window. Once Slow Keys is turned on, users also have the option of using key click sounds as additional feedback when a key is pressed . Users are able to set the Acceptance Delay to determine how this feature behaves. The delay of the sound can be set from long to short. This video will benefit those viewers who use...

How To: Change a "file association" on PC

This video tutorial from butterscotch presents how to change file associations on your computer.File association is a link between a certain type of file (.doc, .gif, .txt) with a particular program.For example text files are by default associated with Notepad application.So if you double-click text file it will be automatically opened in this program.In case you want to open this file in a different type of program, you need to change the file association.To do that, right click the file, th...

How To: Change the text on your "start" button in Windows XP

Bored and feel like customizing your Windows XP? Check out this tutorial and learn how to hack Windows and change the text on your "Start" menu button. With this video, you will learn how to change this icon, step by step. You can then turn the menu button into anything you'd like. This is also a fun prank to do on someone's computer, or a great way to personalize all of the PCs in your office or workplace.

How To: Replace a keyboard on a laptop

In this video, we learn how to replace a keyboard on a laptop. First you will want to remove all of the screws from the back of the laptop where the keyboard lies. After this, remove the bezel then take the keyboard out completely. After this, clean out the area where your keyboard was at, making sure not to loosen up any wires. When you are done with this, place the new keyboard back in as well as the bezel. Replace any screw that you took out and make sure everything is secure again. After ...

How To: Use the Rich Text Box control in Visual Basic 2005

Interested in creating your own dynamic, web-based applications using Microsoft Visual Basic 2005 Express Edition? In this installment from the Absolute Beginner's Series of VB/ASP.NET form control video tutorials, you'll learn how to use the Rich Text Box control which allows users to input formatted text into your applications. For more information, as well as tips for being a smarter user of Microsoft Visual Basic, take a look! Use the Rich Text Box control in Visual Basic 2005.

How To: Get started with object oriented programming or OOP

Object-oriented programming (OOP)is a school of programming that considers a computer program a group of interacting objects rather than a sequence of tasks. This makes more sense to many people than the more more old-fashioned vector model, and if you want to get started in programming, then this video is for you. It will teach you all of the basics of OOP and tell you why you should use it.

How To: Write an inference engine using Clojure 1.1

In this clip from Sean Devlin's "Full Disclojure" series of Clojure video tutorials, you'll see how to write an inference engine with Clojure 1.1. One of the most obvious perks of using the Clojure is the user community organized around it, which make learning the language a pleasure (and a simple one at that). For more information, including detailed, step-by-step instructions, take a look.

How To: Replace or expand autoexec.nt and userinit.exe in the Windows Recovery Console

Want to know how to replace autoexecnt and userinit.exe files from the Recovery Console? This clip will teach you everything you'll need to know. It's easy! So easy, in fact, that this home-computing how-to from the folks at Britec can present a complete overview of the process in just over two minutes. For more information, including detailed, step-by-step instructions, take a look.

How To: Use Spaces on a Mac OS X

Spaces is a very cool feature that is included with all newer versions of Mac's OS X. With Spaces, you can organize your programs and keep your desktop clutter free. This program is similar to Expose, but instead of having your windows open on the desktop, Spaces minimizes them but keeps them ready for a quick reload. You can choose a number of spaces and decide which shortcuts you want to use to access them.

How To: Use Spotlight to find files in Mac OS X

In this video tutorial, viewers learn how to use Spotlight to find files in Mac OS X. To activate Spotlight, click on the blue magnifying glass icon in the top right corner. Then type in the term to search. Spotlight will display all the documents and files that match your search. If you click on Show All, you will have more options in Spotlight. In the Spotlight Preferences, users are able to select the categories for Spotlight to search in or not search in. This video will benefit those vie...

How To: Draw reflections with OpenGL in Microsoft Visual C++

In this clip, you'll learn how to create simple reflections when working in MS Visual C++. Whether you're new to Microsoft's popular general-purpose programming language and IDE or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look. Draw reflections with OpenGL in Microsoft Visual C++.