Computers & Programming Features

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.

How To: Reload modules in Python

Bucky from The New Boston serves up this Python video tutorial on how to reload modules in Python. This is the program you use to write all of your Python code down. Learn how to reload modules once your source file has been edited!

How To: Share files and folders with your Home Group on a Microsoft Windows 7 PC

In this clip, you'll learn how to use the Home Group networking feature of Microsoft Windows 7 to easily share files and folders between two or more computers. This brief video tutorial from the folks at Butterscotch will teach you everything you need to know. For more information, including detailed, step-by-step instructions, and to get started sharing files across your own Home Group, take a look.

How To: Burn DVDs that play on standard DVD players in Windows

This video explains how to burn DVDs that will play on a standard DVD player in Windows. The programs needed to complete this project include IMG Burn and DeVeDe which has been modeled for Windows. The final burn product created with this program will allow the DVDs to play on computers and actual DVD players. The first step is to hit open to select the file you wish to burn. You must then select burn ISO or Bin file in IMG Burn or DeVeDE. You can then select a title for your burned disk leav...

How To: Render dynamic XML files with a PHP loops

In this clip, you'll learn how to render dynamic XML files with PHP loops. 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: Run Windows apps on a Macintosh

MacIsTheGeek explains how to quickly and easily run Windows software natively on the Mac, without installing an emulator, or using BootCamp. The software that enables this, called Darwine, is available as a free download from Softpedia. Darwine comes with Notepad, Minesweeper, Explorer, and various other Windows programs for use as demos for Darwine. However, once Darwine is installed, using any other Windows application is as simple as installing the executable file on your Mac hard drive, j...

How To: Upgrade from Microsoft Windows XP to Windows 7

Decided you want to leapfrog Vista and upgrade from Microsoft Windows XP directly to Windows 7? It's easy! So easy, in fact, that this free home computing how-to can present a complete (and somewhat talky) overview of the process in about six minutes' time. For specifics, and to start installing Win 7 on your own computer, watch this PC user's guide.

How To: Remove the power supply from a G5 iMac

Removing the power supply from the iMac G5 is a two step process. First, see where the power supply is located. Then begin the process of removing it. You can do using a very easy way described in this video. First unscrew the 4 torx screws that are located around the edges of the power supply. Be careful not to be too rough while doing so. Once you have unscrewed them, then gently lift or remove the power supply. However, we still have to unplug it from the iMac. Therefore, carefully unplug ...

How To: Overclock your graphics card and cpu easily

If you're looking for a way to overclock your PC's graphics card, then look no further. This tutorial will show you step-by-step what is needed to overclock your graphics card and cpu easily. And if you already know how to do so, this video may show you a thing or two on how to do it faster. Sit back and enjoy!

How To: Turn Aero Snap on or off on a Microsoft Windows 7 PC

Need some help figuring out how to enable or disable Aero Snap on your Win 7 computer? It's easy! So easy, in fact, that this home-computing how-to can present a complete overview of the process in just under two minutes. For more information, including detailed, step-by-step instructions, and to get started using this Windows 7 trick yourself, watch this video guide.

How To: Do a force quit on any application on the Mac

Face it, nothing in this world is perfect, especially computers. When it comes to these compact and sometime sportable devices, problems can occur almost frequently due to a number of reasons. In this tutorial, you'll be focusing on how to get out a certain issue on a Mac computer. If you ever find yourself confronted with the 'rainbow wheel of death' this tutorial could help you out. Just like ctrl+alt+delete, this method can be easier to use on a Mac and take little to no time at all. Find ...

How To: Use the Remote Desktop feature within Windows XP

In this Computers & Programming video tutorial you will learn how to use the Remote Desktop feature within Windows XP. This application will enable you to access your home computer from office using the internet. This application is really very easy and simple to use. You have to ensure 3 things for this to work. Ensure that the computer on which your files reside that you want to access has all the components of XP installed. This is the host. The computer that you want to use to access the ...

How To: Install third-party themes in Microsoft Windows 7

In this home-computing how-to, you'll learn how to customize your Windows 7 desktop by installing third-party themes. It's easy! So easy, in fact, that this clip can present a complete overview of the process in just over five minutes' time. For more information, including step-by-step instructions, watch this video guide.

How To: Set up & connect an external hard drive to your Mac

In this video from AppleGenius0921 he shows us how to connect and set up a Rocport 9CX external hard drive to your Mac. You can connect with 800 or 400 firewire. Take the 800 firewire cord and connect it from the hard drive to the Mac firewire port. Now the Rokport will power up with a blue light and will pop up on the screen. To format it or change any settings, open disk utility, select your hard drive, go to Rocport, click partition, and click apply to settings.

How To: Customize the checkmark in a Silverlight checkbox

Steve White demonstrates how to edit the default template of a CheckBox control and use text instead of graphics to represent the Unchecked/Checked/Indeterminate states. This demonstration uses the Expression Blend 2.5 Preview. This is a step by step, extensive tutorial on exactly what you'll need to know when using Microsoft's Silverlight. This is a detailed, easy to follow video, to help you use the program, and all it entails.

How To: Access your wireless router from a Windows PC

In order to access your wireless router settings in a Windows PC you need to use a command called ipconfig. The purpose of this command is to find out what your IP is. Go into the command console and use ipconfig to find out what it is but instead of noting down the IP address, we actually have to note down the default gateway values for the task at hand. Now all you need to do is open your web browser and insert the default gateway values from before into the address bar. By doing so you wil...

How To: Disassemble a third-generation Apple iPod Touch

Accidents will happen. This brief how-to will guide you through the process of opening up an Apple iPod Touch 3G MP3 player quickly and efficiently without damaging any of the components, the first necessary step of any successful repair. This tutorial will also be of use to those who wish to learn more about the guts of their iPods without actually disassembling their units.

How To: Use the SplitContainer control to build a multipane UI

Interested in creating your own dynamic, web-based applications using Visual Web Developer 2005 Express? In this installment from the Absolute Beginner's Series of Visual Web Developer C#/ASP.NET video tutorials, you will learn how to use the SplitContainer control to create a multi-pane user interface. For more information, as well as tips for being a smarter user of Microsoft Visual Web Developer, take a look! Use the SplitContainer control to build a multipane UI.

How To: Use the Menu Strip control in Visual C# 2005 Express

Interested in creating your own dynamic, web-based applications using Visual C# 2005 Express Edition? In this installment from the Absolute Beginner's Series of Visual C#/ASP.NET form control video tutorials, you'll learn how to use the Menu Strip control which provides a standard Windows style menu in your applications. For more information, as well as tips for being a smarter user of Microsoft Visual C#, take a look! Use the Menu Strip control in Visual C# 2005 Express.

How To: Restore audio devices on your computer

This video is a useful one to restore sound in our PC. If the audio or sound systems does not functions in your system this video will surely help. This video has many solution to the problem and any of these solutions will certainly help you to rectify the problem. First this video instructs us to check whether the service for sound is enabled or not. Then it describes about the drivers needed for the sound. Some of the drivers may be outdated so that type of drivers must be updated for the ...

How To: Use iChat in Mac OS X

In this video we learn how to use iChat in Mac OS X. He explains to us that iChat allows us to chat with any person on our buddy list. He explains clearly about icons next to a person's name such as a camera which shows you can have a video chat with that person. Next he explains how to change your status, such as, whether you are available to chat or not. He then goes on to explain how to create your own buddy icon which is what people will see when they are chatting with you. You can create...

How To: Use while loops 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 use conditional while loops when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.