Reward Program Search Results

How To: Run Windows programs & apps on your Mac

There's a chance that some of those Windows programs that you've been wanting to run on your Mac can actually be made to do so. There are two ways to go about it. Either you go with emulation, using VM ware or Virtual box. VM ware will cost you while Virtual box is free. The other way to go about doing this is to use Crossover for the Mac, this program is somewhat like the emulation softwares mentioned before but not quite. When installed, the crossover button will appear on your Mac's bar am...

How To: Set programs to open when connecting your camera

In this how-to video, you will learn how to change what application will open once you connect your camera to your Mac. For example, you may not want iPhoto to open up when you hook up your camera. Open up Image Capture and open up the preferences. Change the drop down section so that it will open whatever program you want once this is done. Choose Other so that you get a list of programs that you can use. Select the program you want and hit okay. By viewing this video, you will learn how to ...

How To: Get around your school's Websense filter with Hopster

In this video tutorial, viewers learn how to bypass web-sense filter using the software, Hopster. This program allows users to bypass firewall, bypass proxy and HTTP tunnel. To download this program, go to Google and search for the program. Click on the first result and select download. Once the file is downloaded, double-click on it and follow the instructions to install the program. This program runs silently and invisibly so that the administrator won't be able to detect it. This video wil...

How To: Fully uninstall an application on a Mac with AppZapper

The video is about the full uninstall of programs on a Mac computer using a program called AppZapper. The video begins with explanation on how files deleted from a system often leaves behind traces of files which slows down the system and leaves the hard drive fragmented. To avoid this a program called AppZapper can be used to uninstall the applications. This program is available as a trial version which will zap 5 applications and a full version with three updates for 13 dollars. So when you...

How To: Encrypt batch files with variables

Encryption is the process of converting you data in to other obscure form so that no one can read it. Encryption can also be done using batch files. Batch files are scripting programs in windows which can be used to program small automatic operations. To do this open a notepad to write the batch program. First turn of the echo by inserting the command '@echo off'. Now write the rest of the program as shown in the video. Now save the image as a bat file. Now you can encrypt this batch file. To...

How To: Watch and record TV with an HP TouchSmart PC

After you set up live TV on your HP Touchsmart PC, tap the house icon and open the live TV title. In this menu, you can browse different categories and programs of TV, as well as future programs. However, you can't watch one program while you record another. To go into full screen mode, tap the square in the top right of the screen, where several controls are available. To record a program, tap the record button, which is a small red circle. If you want to schedule a recording, go to the "On ...

How To: Recover deleted files with Easeus

This video is a tutorial showing how to recover deleted files using a free program called Easeus. Even if you have deleted a file from a USB stick or your hard drive, this program can recover them since the files have not been wiped clean. The program can be downloaded from Download.com. Search "easeus deleted file recovery" and click on "download now." Install the program after downloading. Open the program and click on the desired USB stick or hard drive and the files will be shown that can...

How To: Change the default program sssociations

This video shows you how to easily change the default program associations of any file type. The movie shows you how to change the default program association of a JPEG file, but you can use it with any of the known file types. The first thing you have to do is right-click the desired file, hover your mouse to Open With and wait until a sub-menu appears. There, click Choose Default Program. Then, choose any other program that you want to open that specific file extension by clicking the Brows...

How To: Clean-up & organize your Windows Vista start menu

The instructor from ClearTechInfo shows how to clean up and organize the Windows Vista start menu. He shows how the start menu consists of links to programs and not the program itself. He shows how to manage those links by removing those links, add new ones or rename existing ones, or move folders into other sub folders. He shows how to pin or remove frequently used programs to the main start menu. He advises to categorize similar programs under common folders, like 'Media Players,' 'Utilitie...

How To: Write a simple dictionary program in C#

Want to learn more about the C# programming language but aren't sure where to get started? In this video tutorial, you'll learn how to write a simple dictionary application using C# and the Microsoft Visual C# IDE, or integrated development environment. For more information, including step-by-steps instructions for writing this simple program, take a look.

How To: Program a Valentine 1 (V1) radar detector

If you just bought a Valentine 1 radar detector for your car or truck, this tutorial will show you how to install it and program it and use it. Learn what all the modes do and what the different beeps and blinks mean. Keep yourself speeding along and keep the cops from catching you by watching this tutorial and learning how to program a Valentine 1 (V1) radar detector.

How To: Use Eclipse for Java programming

In this ShowMeDo John Montgomery demonstrates how to create a project in Eclipse, then write and run a simple "Hello World" Java application. He also demonstrates the code-completion features of Eclipse, how to use the find and replace functioning and use the CVS version control system.

How To: Create reports & pass parameters in C# programming with Visual Studio

If you're not sure about creating reports in Visual Studio, this two-part video will cover the entire process. This assumes that you already know a few things in Microsoft Visual Studio and the C# programming language. So, if you're not a beginner and still need help to create reports from data in the SQL Server, this is how you do it. Also, learn a quick and easy way to pass parameters to reports in C#.

How To: Draw rectangles when programming in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to generate basic rectangles for a graphical user interface or GUI when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Build "set" and "get" methods when programming in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to build and work with simple set and get methods when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Find characters and substrings when Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to use a number of string methods that will allow you to do useful things like count characters and find substrings when writing code in the Java programming language. For more information, including detailed, step-by-step instructi...

How To: Draw geometric shapes when programming in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to generate various geometric shapes within a graphical user interface or GUI when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's g...

How To: Use the display mode method in when Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to utilizie the display mode method when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Get keyboard info from users when programming in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to receive and work with keyboard input data from a user when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create drop-down lists when programming in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to create GUI drop-down lists for your applets when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create a full-screen frame when programming in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to to create a full-screen frame when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create a basic array table in Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to display the index of an array in table format when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create a "for loop" in Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to use build and use conditional for loops when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Convert arrays and lists for Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to convert arrays to lists and lists to arrays when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Hold multiple objects in an array in Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to store multiple objects in an array when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Store counters in an array index when Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to store variables in an array index when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Write a simple Java program to average numbers

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to build a simple Java program to sum and find the mean for a list of ten numbers. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Make a JComboBox for Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to work with JComboBox dropdown lists to create GUI drop-down lists when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Pass arrays into methods for Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to pass an array into a method when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Use polymorphic methods when Java programming

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 work with polymorphism when coding in Java. For more information, including detailed, step-by-step instructions, watch this programmer's guide.

How To: Create a basic JList 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 simple JLists when coding in Java. For more information, including detailed, step-by-step instructions, watch this programmer's guide.