Computers & Programming Features
How To: Code tween classes using Actionscript 3
Most of you viewers out there who are familiar with Flash, After Effects, or other creative software know what a tween is. But can you write the code for them? This video will teach you how to code different classes of tweens using Actionscript 3 in Flash CS4.
How To: Use the FaceTime video phone call app on an Apple Mac OS X computer
Need a hand figuring out how the FaceTime video phone call application works? This home-computing how-to from the folks at MacMost will help sort you out. To learn more, and to get started making video calls to iPhones and other FaceTime-enabled iOS devices from your Mac, watch this video 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: 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: Back Up Your PC with a Simple Batch File
Backing up your computer takes less time than you might think. By setting up a batch file, you can export your important files to an external hard drive or removable storage media in about five minutes or less! It's easy, and keeps your data safe.
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: 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: 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: 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: Quit an application 10 different ways on a Mac OS X computer
When it comes to closing applications in Mac OS X, there are more options available than just clicking the little red circle in the left-hand corner of an application window. There are, in fact, 10 different ways in which a person can quit an app. And this handy home-computing how-to demonstrates each and every one of them.
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 RUR-PLE learning environment
In this ShowMeDo, André Roberge shows you how to use RUR-PLE. RUR-PLE is a learning environment designed to teach Python and help people learn computer programming. A really cool idea that will hopefully make this subject seem a bit easier to understand, and less boring. Good luck!
How To: Change a drive letter
Changing the drive letter is necessary for reassigning hard drives. This straightforward tutorial breaks down the steps for performing this simple computer-housekeeping task.
How To: How to code efficently using Netbeans IDE
In the world of coding you want to be clean and efficient. A great way to do this is with an IDE, such as Netbeans IDE. If you're ever working with a team, knowledge of a great IDE is a must. Check out this PHP coding tutorial and up your knowledge base.
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 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: 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: Decide between a Wacom Bamboo and Bamboo Fun pen tablet
Need some help weighing the relative pros and cons of the Wacom Bamboo and Bamboo Fun pen tablets? Well, you're in luck, as this brief video guide from Wacom is designed to help you do just that. For complete details, take a look.
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 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: Change your computers appearance
This easy tutorial shows you how to change your computers appearance. You can change your computers windows, buttons, color scheme and font size.
How To: Use Static Classes in PHP OOP programming
When coding with PHP OOP you may encounter the need for static methods or static classes. This tutorial will give you an overview of how to use these functions and when you should use them at all. Get coding people!
How To: Use the SuperAntiSpyware & Malwarebytes malware remove tools on a Windows PC
Looking for a primer on how to use the SuperAntiSpyware and Malwarebytes anti-malware apps on a Microsoft Windows PC? 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 ten minutes. For more information, including step-by-step instructions, take a look.
How To: Preview files with Quick Look on Mac OS X
Watch this software tutorial video to learn how to use the Quick Look feature on Mac OS X Leopard to preview files very quickly. Mac OS X Leopard's Quick Look feature will be easy to use after you've watched this how-to video.
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: Allow international text entry for IMs in Silverlight
Lawrence Moroney shows you how to build an instant messaging application in Silverlight using ASP.Net controls to support international text entry. If you want to add an instant messenger to a web site or web tool and have it support international text entry, then you should watch this Silverlight ASP.net programming tutorial.
How To: Record audio straight from your Windows PC
How to record audio straight from you computer speakers on a Windows PC.
How To: Use Google Product Search to find the best price when shopping online
Learn how to use Google Product Search to find the best price when shopping online. 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 using Google Product Search yourself, 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: Install or change a PC power supply
This film shows you how to replace your computer's internal power supply component. Install or change a PC power supply.
How To: Install a PowerForce G3 ZIP on an IBM 750fx or gx CPU
The PowerForce G3 ZIF (Zero Insertion Force) is the super-fast, yet economical CPU upgrade for your "Beige" Power Mac G3 desktop or minitower, "G3 All-in-One" educational model, Blue and White Power Macintosh G3's and the Power Macintosh G4 "Yikes." This video tutorial will walk you through the PowerForce G3 installation process. For step-by-step instructions, take a look!
How To: Handle errors with exceptions when programming in Python 3
In this clip, learn how to use exceptions to handle errors when programming in Python 3. 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: 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: Clean your hard drive and reclaim memory space
Watch this video to learn how to use Windows' built in cleanup software to reclaim memory space by removing old backups of windows. 1. Go to the start search bar and type in "disc cleanup". 2. Click on disk cleanup and wait for the program to gather information about your computer. 3. When it is done, go to "more options". 4. Click "clean up" on "system restore and shadow copies" option. 5. Click delete. 6. Close the window. Depending on how old your computer is, you should have reclaimed qui...
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: Make a Dashboard Widget on a Mac with Safari
This is a tutorial on how to create a dash board app for Mac. All you have to do is go into safari, and find what you make the app for. The next step is to find right click on the back ground and click open in dashboard. Once you go to dashboard it will appear as a bright box. This new Widget is editable, you can change the boarder by pressing the "i" in the bottom right hand corner. You should have six options. For something more interactive such as YouTube, you can select a whole table and ...
How To: Use events and event listeners in Adobe Flash Professional CS5
In this clip, we learn how to utilize events and event listeners when working in Adobe Flash Professional CS5. Whether you're new to the Adobe's popular Flash authoring application or are a seasoned Flash developer merely looking to better acquaint yourself with Flash Professional CS5, you're sure to be well served by this video guide.
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: Connect to a wireless router
This video shows how to connect to a wireless network. Do away with the cords and get on line anywhere in your home and even in your yard. Connect to a wireless router.
How To: Set up your home internet and network
Mike Biggly shows us how to set up our home internet and networks. Part 1 of 20 - How to Set up your home internet and network.