Hot Computers & Programming How-Tos
How To: Include a file or module with your Python program
Including a file (also called a module) is easier in Python than in some other common programming languages. This video shows you how you can take a small, basic file and then incorporate it into your Python based computer program.
How To: Write your first Hello World program using Java
Whether you're an experienced programmer looking to add another language, or completely new to computer language and wanting to start with Java, this program is for you. After you've downloaded and installed your SDK, follow this tutorial to write your first Hello World program.
How To: Use variables when writing a program in Java
Java works a little differently than languages like Python or PHP when it comes to working with variables. This tutorial shows you what the difference is, how you can define your variables and the easiest ways to work with them when writing programs in Java.
How To: Use objects and object methods when programming in Java
In Java, everything is an object, which can make it a little scary to start programming using this language. But that's what this tutorial is for! Here is how objects and object methods work when you're designing a program with Java.
How To: Incorporate arrays into your programs written in Java
Arrays are little pockets of data distributed throughout your program. They're useful because having arrays keeps you from needing to work with hundreds of variables when programming. This specific tutorial shows you how to work with arrays when you're using Java to program.
How To: Create a custom HTML image map for your blog or website
First, make sure that your image is hosted on a secure place online (such as your own Photobucket account). Then go to ImageMaps.com and use this free site to create your own image map that can now be added to your website.
How To: Create a web form using Google Docs and embed it on your website or blog
Start with the free Google Docs, which you can get with any Gmail account. Then get one of the free web form templates (this video uses the Contact Us form as an example) and then edit and embed it on your own website.
How To: Get one-click access to Windows 7 files and folders using Quick Cliq
If you're trying to streamline your work on your Windows 7 PC, here's a handy little program to help you speed things up. Quick Cliq lets you you customize your Windows startup menu to give you one-click access to files, folders applications.
How To: Launch apps from the Mac OS X menu bar using HimmelBar
View all your installed applications on your Mac quickly and easily using the HimmelBar. This free program adds a new icon to your menu bar which provides instant access to all those programs with a simple click of a button.
How To: Crete a private password protected folder in Windows 7, Vista & XP
If you've got something on your Windows PC that you don't want to share with the world you're going to want to create a private, password protected folder. This simple video shows how to easily set it up. This works for Windows 7, Vista and XP.
How To: Get the most out of your Windows 7 laptop battery
Going, going... gone! Don't let your Windows 7 laptop battery go down on you. With this quick and helpful video, learn how to control your laptop's battery settings via Windows 7's power usage function to ensure you get every last drop of your battery's power.
How To: Use the ATI Overdrive utility to overclock your ATI AMD Radeon Graphics Card
Are you a speed freak? Not getting the fps rate you want in your favorite 1st person shooter? If you're answering yes, then it's time to get overclocking. This step-by-step video shows you how to use the ATI Overdrive utility and the MSI Afterburner utility to overclock your ATI AMD Radeon Graphics card to push those pixels to the max! The MSI Afterburner utility works with both Nvidia and ATI cards.
How To: Get your Windows 7 PC to boot up more quickly with Soluto
Are you waiting forever to get your PC to boot up? Well, this how-to shows off a little program called Soluto which promises speed up your Windows machine's boot time. Find out exactly what's taking so long, and gain control over the startup process.
How To: Install a compiler and start programming in Python
Python can be used for games, websites and operating system GUIs; and you can work with it on PCs, Macs or Linux machines. This tutorial shows you how to install the compiler and get started teaching yourself how to program in Python.
How To: Use variables when programming with the Python language
Variables are the core of nearly any programming language, and Python is no different. This tutorial shows you how to work with variables when you're starting to program in Python. This also shows you how to get familiar with the shell in Python.
How To: Use the basic functions in Python and import modules
So you've mastered variables, and now it's time to take a look at functions and how they work on the very basic level in Python. This tutorial also takes a brief look at importing modules, and how they work in your Python program.
How To: Create and use your own functions when programming in Python
Functions allow you to repeat particular actions without having re-code them for every instance. This tutorial shows you how to set up and use your own functions when you're writing a program using Python. Make sure all your functions are well defined before you start using them!
How To: Use strings and slices when programming in Python
So you've already mastered variables and functions - now it's time to progress to strings, substrings and slices when you're working on a program using the Python programming language. Python strings are much less complex than in other languages, which makes them easy to use.
How To: Use string methods and object methods when programming in Python
When you're programming in Python, and make a variable into a string, that becomes an object. This tutorial shows you how to use string methods and object methods when you're teaching yourself how to write a program using the Python language.
How To: Use loops when writing a program in Python
This tutorial shows you the two basic types of loops in Python - While and For. Be careful that you don't accidentally write an infinite loop, but still be able to use them to increase the efficiency of your programs.
How To: Incorporate user input into your Python program
Now that you've mastered the nuts and bolts of Python, it's time to add in another layer of complexity - allowing for user input to your program. Write a small dice rolling program using all the principles you've studied so far.
How To: Use the break, continue and pass tricks in Python loops
If you've learned other programming languages, you're likely already familiar with the break and pass flow control commands when programming loops. This video shows you how to use them when writing code in Python, and also how to use the continue trick in your program.
How To: Use simple AppleScript & Quicksilver to boot your Mac into Windows
So are you a Windows or a Mac? Well, some days you may be one, and other days you may be the other, SO, this handle little how-to will show you how to use Quicksilver to boot up into either OS whenever you want.
How To: Customize your keyboard shortcuts in Mac OS X
If you're a Mac user, you know the keys to the castle are literally knowing how to use the shortcuts and hot-keys. But, what if you don't like the predefined OS X setup? Well, simple answer, change them. This is a quick guide to remapping any keyboard shortcut in any application running in Mac OS X.
How To: Customize the layout of your Windows 7 start menu with Handy Start Menu
If you need to take control of your Windows 7 start menu, you're going to want to watch this. Step-by-step instructions on how to personalize your start menu with a nifty little program called, Handy Start Menu. Then, you can see the programs you want, and hide the programs you don't want to see. That IS handy!
How To: Use UxStyle to customize your Windows 7 themes and styles
If you want to take control of the themes and styles of Windows 7, you're going to want to get your hands on a little program called UxStyle. This program works for 32 and 64 bit systems and gives you great control over the look of your system. Don't forget to back eveything up first!
How To: Make an animated digital clock for your website using Javascript CSS
Need to make a custom, digital clock that will run in all major desktop and smartphone browsers? This tutorial shows you how to employ Javascript functions to communicate in real time with web page elements to get a slick CSS animated clock. Cool, eh?
How To: Use PHP array programming to make a user agent sniff script
OK, so visitors are coming to your website and they're even leaving comments! Now, with some simple PHP array programming you can find out what browser and OS they're using. This tutorial shows you how to create a simple and efficient user agent sniff script to get the information you want. Sniff, sniff. Is that Chrome running on OS X I smell?
How To: Use CSS opacity settings to adjust your website elements' transparency
Want to take control of your web site elements? This tutorial helps you tone down their transparancy or turn it up! Use your CSS opacity ability to get the look you want. Set your text apart from background elements by separately adjusting thier opacity.
How To: End shutter lag, improve WiFi performance and more
Find which airlines Google is providing free Wi-Fi on this holiday season, fix shutter lag on digital cameras, wipe your hard drive for free, improve your Wi-Fi router performance, adjust your television and monitor for accuracy, choose the best 1080p projector, use a single server that can handle OS X, Windows & Linux simultaneously, and use the best audio encoding system for Windows Media Center and Zune.
How To: Instant zoom on your social network photos
Install this new add-on for Mozilla Firefox and show full-size images from Flickr or Facebook just by hovering over the thumbnail or link. This add-on shows the full-size images in a floating panel without having to open a brand new browser page. Thumbnail Zoom also works on MySpace, Amazon, Picassa, Twitter, LinkedIn, Hi5, Twitpic, deviantART, PhotoBUcket, Tagged, last.fm and Wikipedia. Veronica from Tekzilla Daily demonstrates all the cool features.
How To: Get video footage from a DSLR, steal documents via USB and much more
This half-hour episode of Hak5 covers several topics: Using a DSLR camera to create HD footage, building your own Google TV, unlocking & copying locked files with Lock Hunter, using PicPick for screen capture, using WinDirStat for analyzing & cleaning your hard drive, setting up a secure FTP server with Ubuntu Server, and secretly copying data from USB drives with USB Dumper.
How To: Use the Weltmeister level editor and Impact engine to make games in HTML5
HTML5 has great potential to eliminate browser compatibility issues and allow web games to be played cross-platform by mobile, PC, Mac, and Linux users. Impact is the first game development engine available for HTML5, as demonstrated in this video, and Weltmeister is the 2D level editor included in the release. This video will show you how to use Weltmeister to make 2D levels for your games. Use the Weltmeister level editor and Impact engine to make games in HTML5.
How To: Remove System Tool Malware (System Tool Antivirus) On Windows PCs
System Tool. It sounds like something your Windows computer might need, but it's the exact opposite.
How To: Understand the PC BIOS and use it change your boot order
The built-in operating system (BIOS) of your PC is the first thing it runs when it starts, and if you're having problems with your OS or other issues it's usually the place to go to fix them. Watch this video to learn the basics of the BIOS and how it can be used to change your boot order to make you PC boot from a CD. Understand the PC BIOS and use it change your boot order.
How To: Install a bottom mounted power supply in a PC tower case
Most PC tower cases have the power supply mounted near the top of the case in the back. However, if you want your PSU to run a little cooler, watch this video to learn how you can mount your PSU on the bottom of a tower case, allowing it to draw cooler air from the bottom of the case rather than the hot interior of the case like a top-mounted traditional setup would.
How To: Clean up your Mac OS X icons with AppleScript and Automator
If you're tired of how cluttered your Mac OS X desktop looks, there's a pretty simple solution. You can clean up your desktop icons with AppleScript and Automator. For full instructions you can read the Lifehacker post and watch the video to make it happen on your own computer.
How To: Install a 7" USB monitor on the side of a PC tower case
7" USB monitors aren't useful for that much at first glance, but as this guy who had one laying around his house for years proves they do have their uses. This video will show you how to mount a USB monitor (7" in this case) in the side of your PC tower case and use it for monitoring CPU usage or other useful information.
How To: Use Mupen 64 to make a TAS for Goldeneye
Without Goldeneye for the N64 there wouldn't be Call of Duty, plain and simple. If you still worship this classic game and want to probe it's depths by making a tool-assisted speedrun (TAS), watch this video. It will teach you the basics of making a TAS in Goldeneye and give you knowledge you can use in all of your TAS projects.
How To: Make a basic TAS in Super Mario 64
A TAS, in case you're outside too much to have heard of them before, is a tool-assisted speedrun. Basically you take a video game ROM and use some software like Mupen 64] to control the game's many parameters on a previously unattainable level. This allows for perfect manipulation of glitches and timing, and thus for much faster completions of the game than are possible unaided. This ...