Computers & Programming Features

How To: Prevent file tampering in Windows

Do you actually trust your friends to not mess around with your files when you let them check their email or get on Facebook on your computer or laptop? You should think long and hard about that. If you insist on letting anyone get access to your computer, you should check out this tip from Tekzilla. Learn how to prevent people from messing with your files. Keep your files from being deleted or renamed, and keep them secure.

How To: Implement a cross page Postback in ASP.Net

In this video tutorial, Chris Pels shows how to create a Cross Page PostBack in ASP.NET, where a control on a source page raises a PostBack event to a different target page. First, learn how to configure a Button control to PostBack to a different target page. Then, learn how to get information from controls on the source page with the PreviousPage property and the FindControl method. Then, learn how to use public properties on the source page to expose data to the target page, and learn how ...

How To: Create text files from within Java programs

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 easily generate a text (txt) file from within a Java application. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Make a simple HTML hyperlink

This how to video shows how to put an HTML hyperlink on a web page. It starts with the basic code to simply insert the link and have that link open in the same window. The code appears as follows: <a href="http://www.website.com">Text that will show up on the page </a>. The example used is Google, so it would be, <a href="http://www.google.com">Google</a>. The video then explains how to create a hyperlink that shows up in a new window. Sticking with the Google reference it would read <a href=...

How To: Create PDO's (PHP Database Objects) in PHP

Learn to work with PDO in PHP with this informative video tutorial from JREAMdesign. The PDO extension is a consistent interface for accessing several types of databases in PHP and it has a ton of options. This knowledge is also required for Zend Certification.

How To: Burn an ISO image to a CD, DVD or Blu-Ray disc

Want to burn an ISO disc image to a CD, DVD or some other optical medium? It's easy. So easy, in fact, that this free video tutorial from the folks at CNET TV can present a complete overview of the process in just under a minute and a half. For specifics, and to get started burning ISO images yourself, watch this handy home-computing how-to.

How To: Use ASP.NET AJAX in Visual Studio 2008

In this video programming tutorial, you will get a quick overview of the inclusion of ASP.NET AJAX into Visual Studio 2008 (Orcas) and .NET 3.5. This will be demonstrated by using Visual Studio 2008 and the building of web site application. For more information, and to get started using ASP.NET AJAX–formerly Microsoft ATLAS–for yourself, take a look!

How To: Clean out your old keyboard

After a few years, keyboards not only get older and harder to use, but they start to build up gunk and other nasty stuff in them, and if you drink anything at your computer desk, there's a chance of spilling something on the keyboard, and that's no bueno. In this video you will learn how to deep clean your keyboard including getting underneath the keys and really getting rid of the gunk.

How To: Music to a CD in Windows Media Player

This video demonstrates how to burn music into a CD using Windows Media Player. To burn music from your computer into a blank CD using Windows Media Player: open Windows Media Player by going to Start, All Programs then click on Windows Media Player. once Windows Media Player is open, click on Burn. open the folder where your music is stored, select the files you want to burn then drag them into the Windows Media Player screen. after making sure you have selected the music files you want, ins...

How To: Set up a bash shell for Python programming

If you're interested in learning a general purpose, high-powered programming language, Python might be the way to go. In this installment from his video tutorial series dedicated to programming in the Python programming language, you'll learn how to set up your bash shell for programming in Python.

How To: Build a simple house in SketchUp

This video tutorial is in the Computers & Programming category which will show you how to build a simple house in SketchUp. Start with the floor plan, draw a rectangular main living space and attach a small extra room. Next you use the push pull tool and pull the house up to as high as you want. You can make it 21 feet. Now draw the roof line in the center of the house along the length and draw the lines for sloping part of the roof on either side. Now grab the center of the roof and lift it ...

How To: Clean out old files in Windows XP

This is a step-by-step guide to cleaning out those old fires in your Windows XP computer. You want to start by clicking the "start" button and then clicking on "my computer". Once there, you are going to want to right click on the C-Drive to clean that one first and click on "properties". Once the box opens you want to click on "tools" on your tool bar and then click on the "defragment now" button. When the box opens click on the C-Drive and then click "Analyze" to

How To: Upgrade a MacBook hard drive

This how-to video will walk you, step by step, through the process of upgrading the hard drive on your MacBook. More specifically, this tutorial addresses saving your old data by creating a copy, or cloning, your MacBook hard drive with SuperDuper, removing it, and installing the new drive. For precise instructions, press play!

How To: Open RAR & ZIP files

In this video tutorial, viewers learn how to open RAR and ZIP files. This task is very easy, fast and simple to do. Begin by downloading the 7-Zip program. Then open the downloaded file and follow the instructions to install the program. Once installed, right-click on the zipped file, go to 7-Zip and select Open Archive or Extract Files. Once opened or extracted, users will be able to access the zipped content. This video will benefit those viewers who have received or downloaded a zipped fil...

How To: Use stored procedures in VB.net

Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. In this video tutorial, you'll learn how to call a stored procedure within VB.NET. For more information, and to get started calling stored procedures for yourself, take a look.

How To: Get choosable options in a batch file

In this video the instructor shows how to choose options on a batch file. In a batch file if you write the command '@ echo off', the person running the batch file cannot see the commands being executed. You can use the 'if' condition to make the program execute either of two commands depending on the condition. While writing the if statements make sure that there is space between the 'if' and the '%' sign. If you write 'shutdown -t 30' command in your batch file, then the batch program when r...

How To: Clean up your computer and make it run faster

This video is about how to clean up your computer. The first thing that you will have to do is to go to "Start" menu found on the lower left of the screen. Once you have clicked "Start", click "Run". Once a new window will appear, type in "TEMP" and press "OK". Then the "Temp" folder will appear. Go to "Edit" and click "Select All". Once everything is selected, right click a file and press "delete". A window will appear for confirmation and click "Yes". Then go to "Start" menu again and click...

How To: Secure your sensitive data in Ubuntu with encryption

TrueCrypt is a free application that lets you encrypt designated programs on your Ubuntu system to prevent unwanted access. Provided you select a strong password, intruders will not be able to open your personal files and documents. This instructional video walks you through the process of installing TrueCrypt on your Ubuntu operated machine and demonstrates an example on how to create an encrypted volume within a select partition.