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: Clone Macbook Pro Hard Drive to SSD
Want to breathe some life into your Macbook Pro? Get an SSD! But how to swap your data over? Here's how!
How To: Switch windows within an application for Mac OS X
Tekzilla shows you a more efficient way to switch between all those open Finder windows cluttering your workspace.
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: Write a Ruby on Rails web application to search Flickr
In this how-to video, you'll learn how to use the NetBeans IDE, version 6.0, to create a Ruby on Rails web application that searches for photos on Flickr using their public API. This example is adapted from the famous Ruby on Rails example and highlights the upcoming Ruby support in NetBeans.
How To: Analyze packet captures and network taps
Hak5 isn't your ordinary tech show. It's hacking in the old-school sense, covering everything from network security, open source and forensics, to DIY modding and the homebrew scene. Damn the warranties, it's time to Trust your Technolust. In this episode, see how to analyze packet captures and network taps.
How To: Create a Socket in the C Programming Language under Unix
Socket programming in Unix allows multiple computer programs to "talk" to each other in the form of open "pipes". This is used in many popular programs for the Linux system (see any distribution). This how-to is created to understand the simple creation of a socket and what the various parts of the call mean.
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: Password protect a USB thumb drive
Have important files that you want to put on a USB drive but do not want anyone else to be able to access them? Put a password on it using USBSecure.net free resource.
How To: Use the textpad editor from within IPython
The IPython interactive Python shell allows the use of an external editor for editing multiple lines of code. Here Ian Ozsvald shows how to replace the default (Notepad in Windows) with your favorite light-weight editor and how to use it from within IPython.
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: Use the SOAP Client and Debugger in XMLSpy
Need to debug some exisiting net services? Well, check this video out for how to do some basic XML editing in XMLSpy.
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: Upgrade your hard drive to an SSD on a MacBook Pro
In this video, you'll learn how to install and upgrade your hard drive to a solid state drive (SSD) on your Macbook Pro. This video walks you through each step of the way, from removing the screws to putting the drive in place. You won't believe how much better your MacBook Pro will perform!
How To: Create good passwords that are easy to remember
Life on the Internet is made up of passwords. You have a password for your Facebook, a password for your email, a password or your online banking - And the list goes on. In this video, learn how to create good passwords that are easy to remember.
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: Repair a MacBook Pro 17" - MagSafe board removal
PowerBook Medic is the ultimate resource for Mac computers and electronics repair. They have helpful tutorials on most Apple products including the MacBook, MacBook Pro, PowerBook, iBook, iPhone, iPod, and more, covering topics from disassemblies, to RAM upgrades, to replacement hard drives.
How To: Create a live CD or DVD installation of Ubuntu Linux
In this clip, you'll learn how to create a live CD or DVD installation of Ubuntu Linux. This installation, in turn, will allow you to try Ubuntu Linux out without actually installing it on your PC. For more information, and to get started creating your own live disc installations, take a look.
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: Set up a Box Model when using CSS to design your website
If you don't learn anything else about writing a website using CSS, learn this. This video teaches you about how to use the Box Model, which will save you hours of frustration and re-tinkering your website once you master how to use it.
How To: Use dock spacers for your Mac OS X dock
A cool way to organize your Mac dock is with spacers. By using spacers, you can separate like applications into groups, or order them by usage.. however you want! This helps to keep you organized and in control of your Mac so that you can find your favorite programs quickly and easily - plus, the design looks pretty cool.
How To: Encrypt an external USB drive in Microsoft Windows 7
Want to encrypt your thumb or flash drive? This Windows 7 tutorial will show you how it's done! It's easy! So easy, in fact, that this home-computing how-to can present a complete overview of the process in just under a minute's time. For more information, including detailed, step-by-step instructions, watch this Win 7 user's guide.
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: Create a shutdown shortcut in Windows
How to create an icon that will shutdown your computer when clicked in Windows XP.
How To: Delete the fake virus software Personal Antivirus
Having problems with your anti-virus software on Windows? Learn how to delete the fake virus software Personal Antivirus! Personal Anti-Virus is NOT a legitimate anit-virus software and will use spyware to steal info from your computer.
How To: Use the Maps gadget on a Nokia Booklet 3G netbook to identify your location
The Nokia Booklet 3G netbook is capable of utilizing GPS when the 3G network connection is active. If you want to find your location and see a map of the area around you, try out the Maps gadget available as part of the Ovi Suite.
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: Burn or copy an ISO image with CDBurnerXP on a Microsoft Windows PC
In this clip, you'll learn how to burn and copy disc images files with CDBurnerXP on a Microsoft Windows XP 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 four minutes. For more information, including detailed, step-by-step instructions, take a look.
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: Access a linux server remotely
A tutorial about why the two page resume isn't appropriate for most IT positions, and how to access a Linux server remotely and change the run level to turn off the GUI.
How To: Set up a simple wireless network in your home or office
Interested in setting up a WiFi network in your home or office? 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 configuring your own wireless network, take a look.
How To: Create an OSx86 installation pendrive and install Mac OS X on a Windows PC
Want to know how to create an OSx86 install pendrive? It's easy! And this home-computing how-to presents a complete overview of the process. For details, including step-by-step instructions, and to get started creating an OSx86 pendrive to install OS X on your own Windows PC, watch this video guide.
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.