Hot Computers & Programming How-Tos
How To: Hack Command Prompt at school to change passwords and more
Trying to focus on studying for your Stats final in the library but getting a serious ADD spell? Then make use of your time - while having a little fun with whoever else is in the library - by hacking into your computer's command prompt.
How To: Create a custom application directory partition in Windows Server 2008
A custom application directory partition is a method of dividing your DNS servers for replication, and allows replication to occur between domain controllers. This video shows you the process of setting up your own using Windows Server 2008, though it will also work for the 2003 version as well.
How To: Set up and use IDE / SATA to USB adapters
If you're a certified computer nerd along the lines of NASA scientist Howard from "The Big Bang Theory," then you know how frustrating it can be transferring large amounts of data between an external hard drive or other drive and your main computer, especially when you're in a rush to get experiment data in. Usually this requires mounting the drive into a system or external case first.
How To: Create a proxy chain using Tor and CGI
So you know how to use a proxy server, but do you know how to set up a proxy chain? Proxy chains can be used to hide your tracks on the web. This video shows you how to use CGI and Tor to set up your own proxy chain.
How To: Create a program for sending spam and email bombs in Visual Basic 2008
Looking for a program that will let you send out mass emails or spam? Or maybe you're just looking for a way to prank your friends or get revenge by sending them an email bomb? If you have Visual Basic 2008, you can write your own program that will ensure the recipient never forgets what you sent them! This video gives you the basic code to set up the program, and you can tailor it to your own needs quite easily.
How To: Virtualize Windows XP with VirtualBox, the Free Virtualization Solution
Things You'll Need A fully working operating system that supports VirtualBox (Windows, OS X, Linux or Solaris)
How To: Make an Auto Clicker in Visual Basic 2008
This article will show you how to make an auto clicker program in Visual Basic Express Edition 2008. An auto clicker is a very useful program that makes your mouse click many times automatically, wherever it's pointed. It's a very good AFK (away from keyboard) program. Just point your mouse on your screen and turn it on! It's very useful for computer games (FPS, MMORPG, and others).
How To: Create a service in Windows to remove an icon from your system tray
Hiding icons from the system tray is easy, but what if you want to get rid of the program entirely? This tutorial shows you how to use the command prompt in Windows to create a service that will allow to delete all extraneous programs.
How To: Organize Your Cluttered Windows Desktop by Creating Fences
Does your desktop look messy and unorganized?? Are there hundreds of icons in your desktop?? And it takes minutes to just find one??
How To: Hack a WEP wifi network on a Mac
This video will teach you how to hack a WEP wifi network on a Mac. You'll need to follow the link, grab the prog and follow the steps. It's not too hard, so give it a try. Remember, stealing is illegal!
How To: Connect your laptop to your TV
If you want to use your sweet new 40" TV as your monitor instead of your laptop, here's how to do it. This quick how-to video walks you through the steps to have you up and running and checking email BIG time in no time.
How To: See Who's Stealing Your Wi-Fi (And Give Them the Boot)
Does your network begin to crawl right around the time your sinister-looking next-door neighbors get home from work? Do you harbor suspicions that one or more of them may be stealing your Wi-Fi? It's easy to find out. And equally easy to give freeloaders the boot. In the guide below, we'll show you how to secure your wireless connection in three easy steps.
How To: Have the Best Freeware on Your PC
This is my list of programs that I must have on my PC, but I think you can also use them, so here is the list:
How To: Recycle gold from old computer parts
Electronic waste is becoming more and more of a problem for the industrialized world, especially since most electronics are full of precious and rare-earth metals that should be recycled. Even gold! Enter this video. It will show you how you can use chemistry to strip the gold from your old computer and other electronic parts and, well, have more gold! Who doesn't want gold?
How To: Hack the Mac app store to get 5 free games
If you've started using the Mac App store did you know there's a trick to getting your hands on 5 free games!? It's true, and this video can show you exactly what you need to do to get your hot little hands on some free games!
How To: Use Apptivate to create hot keys with OS X
Looking for another way to increase your app opening efficiency? Here's a little how-to video from lifehacker showing how to use an new little app called Apptivate. You can choose your app and assign whatever how-keys work for you. Check it out.
How To: Make app stacks in Apple's Mac OS X
Looking for another way to tidy up your OS X desktop and make more efficent use of space? This little how-to shows what you need to do to make app stacks in your dock. It's simple and easy if you follow this video.
How To: Bypass DansGuardian in Chrome, Firefox & Internet Explorer
What is DansGuardian? Schools, offices and universities often tend to use a software like DansGuardian to prevent people from accessing certain websites - websites like Youtube, Facebook, Myspace, and so on. However, if you ever find yourself in a situation where you need to access a blocked website... it's possible! As a matter of fact, it's quite easy.
How To: Become twice as fast as you used to be when programming or coding
Speed is essential to being a successful programmer, and this tutorial shows you how you can easily and quickly double your coding output. The key is in a program called Texter, which you can easily download and install completely for free.
How To: Dual-boot Ubuntu 10.10 And Windows 7 Side By Side
Dual booting Ubuntu 10.10 Maverick Meerkat and Windows 7 is fairly easy. If you don't believe me, just read on!
How To: Install and configure RainMeter on your desktop to display cool things
RainMeter is an awesome desktop gadget / widget program that lets you put all sorts of cool displays on your desktop regardless of your OS. This video will show you how to install and configure it to get video creator ItzLupo's popular clock widget.
How To: Create your own animated emoticon for use with MSN
You will need Photoshop to be able to create this, but the version doesn't matter since this is quite a simple procedure. Create your own simple animated emoticons (like a flashing LOL sign) that you can then add to your MSN e-mail.
How To: Make an object oriented validator class with PHP programming
This video how-to is a good intro for beginners, helping them understand the creation of an object oriented validator class. This can all sound confusing, so follow the example and learn how to add it to your coding quiver.
How To: Use class inheritance with PHP OOP programming
This tutorial for PHP beginners introduces the viewer to the concept of class inheritance. As your coding career takes off, you'll need to know as many ways to work efficently and code with speed to save time and money. Check it!
How To: Use a singleton pattern in PHP programming
This PHP newbie video with teach you what a Singleton Pattern is and how to use it in your PHP programming. PHP OOP Singleton is great for a database connection when you only want one consistent connection in your application. So, to prevent wasting space accidentally by calling it twice in different areas, this is good way to protect it. Singleton is very popular and used often in Database Connections.
How To: Create a simple login script with PHP programming
In this tutorial you'll learn about a simple PHP login script that serves to check your MySQL database against a user/password. The code in this video is a quick and dirty procedural code, but it's enough to get you going so you can try it out yourself.
How To: Use the Smarty Template Engine with PHP programming
In this PHP how-to tutorial you'll learn how to get started using Smarty Template Engine for PHP. This is a basic intro for PHP coding newbies, so if you're a pro, move on. If you're not a pro, watch the vid and get a little closer.
How To: Use post, get and request superglobal variables in PHP programming
This tutorial provides some more useful information for PHP beginners. You'll get a quick overview about post, get and request superglobal variables. From this you'll learn how to handle a URL and a form. Don't be shy, jump in and see if PHP is right for you.
How To: Use the switch statement and ternary operator for PHP OOP programming
This quick little video teaches you about the switch statement and ternary operator for use with your PHP programming. It's quick so you may want to take notes to ensure it's all sticking in your gray matter hard drive. Go!
How To: Use string manipulation with PHP OOP programming
This tutorial provides a quick and clear example of how string manipulation works. A string is a line of text, and once you're up to your elbows in zeros and ones, you'll want to do lots of manipulation. Let's get digital, digital.
How To: Use Yahoo media player in your PHP programming to play mp3s
If you're programming with PHP and you generate a list of music files, you'll want to find a way to play them. This video shows how to use the Yahoo Media Player to play the list of mp3s you've created, with your PHP coding.
How To: Make a simple calculator with Scope in PHP OOP programming
In this video, you'll use Scope and create a simple calculator while learning a little about private, public and protected properties in OOP programming. If you're looking to bone up your PHP coding skills you'll want to check this video out.
How To: Set up private properties and private methods with PHP OOP programming
In this tutorial, learn to setup private properties(variables) and private methods(functions) with your PHP OOP programming. This tutorial will have the file logger run through some private methods. Check it out and open the door to the world of PHP programming.
How To: Program faster with some PHP speed tips
If you're looking to shave a few milliseconds off the Zend Engine's work load, check out this tutorial for some PHP programming speed tips. This efficency will pay off when you have tons of traffic to your site and save you valuable server resources.
How To: Use abstract classes when programming with PHP OOP
Abstract classes can not be created and should be thought of as template classes. If you're programming in PHP OOP, check out this tutorial to get and idea of what abstract classes are and how to use them. Good luck!
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: Craete Magic Methods inside of objects with OOP programming
If you're doing some OOP programming you can use Magic Methods to help you out. This tutorial will show you three of the methods and they all have good uses if you need them. Magic methods alwasys start with two underscores!
How To: Use encapsulation with your PHP OOP programming
When you're doing PHP programming, you'll likely want to have some regions that are strictly off limits to the user and should be accessible only to the programmer. This is when you'll want to use encapsulation to create an area within your coding that's for your eyes only.
How To: Use an SPL (Standard PHP Library) in PHP programming
This video presents a basic introduction to SPL (Standard PHP Library) in PHP programming. You'll be dealing with itertators, which will allow you to loop through operations. This is a basic intro, but gives you a good idea of what you'll be dealing with.
How To: Load JSON from an existing data file with jQuery
Load JSON (JavaScript Object Notation) data from an existing database file into jQuery by following along with this informative and illustrative video tutorial from JREAMdesign. Here, a database query is used and the results are returned to jQuery via AJAX formatted in JSON.