Observe 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: Make a quick & easy tuna curry

This video describes how to cook a dish called, 'tuna curry in a hurry,' which is a curry flavored tuna dish that is quick and easy to make. The ingredients are described first: 3 cans of 130 grams of tuna fish, 1 and 1/2 sliced medium onions, two green chili peppers, 1/2 teaspoon of red chili powder, 1 teaspoon of turmeric, 1 tablespoon of ginger, 1 tablespoon of garlic, 1 teaspoon of coriander, 1 teaspoon of cumin, 6 or 7 cherry tomatoes, 1 small lime, 1/2 cup of chopped coriander, 1/2 cup ...

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: Remove unwanted files from your PC with CCleaner

Alex with Mr. Find A Way demonstrates how to remove unwanted files from your PC with the CCleaner program. First open up your web browser and download the CCleaner program. After the program has downloaded, open the file to install the program on your computer system. Open up the program and select the deletion options from the choices on the left hand side of the screen. Click the run cleaner button on the bottom right hand side of the screen. The program will now delete the files. A status ...

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: 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.

How To: Use Ruby on Rails for computer programming

This screencast is a pair programming session between David Heinemeier Hansson and Miles K. Forrest. Miles is new to web application programming and a "bunny hill" Ruby on Rails developer at best. If you're new to Ruby on Rails this 35 minute screencast programming tutorial might help point you in the right direction.

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: Get powerbot (RSbot) 2.+ for Windows 7, fix the JDK error, and load scripts

RSbot is no more, long live powerbot! If you want to hack Runescape this program, no matter it's name, has been the authority since 2006. If you've ever wanted to use it or tried to and had problems, this video is for you. It will teach you how to download and install powerbot 2.+ in Windows 7, fix the JDK error that plagues so many users, and how to load scripts into the program and implement your cheats. One-stop Runescape cheat shopping!

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: Create while and for loops when programming in Python 3

Loops have you thrown for a loop? Never fear: Whether you're new to the Python Software Foundation's popular general purpose programming language or a seasoned developer looking to better acquaint yourself with the new features and functions of Python 3.0, you're sure to benefit from this free video programming lesson. For more information, including detailed, step-by-step instructions, watch this video guide.

How To: Reuse code by creating classes when programming in Python 3

Need a class on how to use classes in Python? You're in luck. Whether you're new to the Python Software Foundation's popular general purpose programming language or a seasoned developer looking to better acquaint yourself with the new features and functions of Python 3.0, you're sure to benefit from this free video programming lesson. For more information, including detailed, step-by-step instructions, watch this video guide.

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 update and restore screen methods 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 and update restore screen methods when programming in Java. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create an array of display modes 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 build a list of display modes. 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.