How To: Create an Admin User Account Using CMD Prompt (Windows)
This is a quick tutorial on how to create a new administrator account on a Windows computer. Step 1: Open CMD Prompt...
How To: Use HTML and open & closed brackets
To open the body of an HTML first open the HTML document, to do so write an open bracket, then html, the close the bracket. Next press enter. Type another open bracket, then type the word body, then type a closed bracket. Next press enter again. Now you can type an open bracket, then a backwards slash. Next type the word body again. Now type a closed bracket. Press enter once again. Now type another open bracket and then type html. Then type a closed bracket. Now you have just opened and clos...
How To: Spoof the MAC address of a Windows XP PC
This video tutorial from tarunkumarsinghal shows how to change Mac address on Windows XP. Click Start menu and then Control Panel. Make sure control panel window is in classic view mode. If not, change it to classic from the left pane.
How To: Import modules into IDLE in Python
Bucky from The New Boston serves up this Python video tutorial on how to import modules into IDLE in Python. This is the program you use to write all of your Python code down. Fun with importing modules!
How To: Add, save & retrieve data in SQL Server using C# programming & Visual Studio
This five-part series on C# programming covers many things. First, you learn how to save to the Microsoft SQL Server. Then, you'll learn how to retrieve that data. You'll also learn how to navigate the DataSet, edit SQL data, and delete data. If you have Microsoft Visual Studio and SQL Server, give this lesson a try.
How To: Make a simple calculator in Visual Basic
If you're new to the Visual Basic IDE, looking to brush up on your VB programming skills, or simply have a burning desire to code a simple calculator, this three-part video lesson is for you.
How To: Open ports on your Windows XP computer
In this video tutorial, viewers learn how to open ports on a Windows XP computer. Begin by clicking on the Start menu and open Control Panel. Double-click on Network Connections and select your network connection. Right-click on it and select Properties. Click on the Advanced tab and click on Settings. Select the Advanced tab again. Click on your internet connection and click on Settings. Click Add and fill in the port information. Click OK. T forward a port, users need to go to their router'...
How To: Manually configure DOSbox from within Steam
Looking for a quick overview of how to manually configure DOSbox in Steam? It's easy. So easy, in fact, that this video tutorial can present a complete, step-by-step overview of the process in just over four minutes. For more information, including detailed, step-by-step instructions, take a look.
How To: Lock Folder Without Any Software with Password
You can easily lock any folder on your Windows computer with a simple Notepad hack. By creating a batch file, you can hide a folder and require a password be entered before it becomes visible and accessible. This is a great tool for locking sensitive information, like pictures, financial statements, and a lot more.
How To: Set up a Linksys WR54g or WRT54g2 wireless router
This video tutorial is in the Computers & Programming category which will show you how to set up a Linksys WR54g or WRT54g2 wireless router. First you connect to your Linksys router. Then go to http://192.168.1.1 and type in "admin' as your password in to log in window and click "log in'. then go to the "wireless' tab and enter your wireless network name. In the wireless channel select '11 2.462GHz' and click save. Next go to "wireless security' and type in the wireless network key. This is t...
How To: Find, download & install Firefox themes or skins
This is a video tutorial in the Computers & Programming category where you are going to learn how to find, download & install Firefox themes or skins. Open up Firefox 3, go to tools, click on "add-ons". On the next window, click on "get add-ons" and click on "browse all add-ons". On the next page, on left hand side scroll down and click on "themes" button. This will display all Firefox 3 themes. Select the theme that you want and click on "add to Firefox" and then click on "install now". You ...
How To: Set up an HP wireless printer
In this tutorial, we learn how to set up an HP wireless printer. First, click "setup" on the printer, then go to "network", then "wireless setup wizard". The printer will now go through the setup process and show you available wireless networks in your area. If your network requires a password, enter it by typing it in with the keypad. Now, install the software to any computer and wait for the blue wireless light to turn on. When this is done, you will be able to print wirelessly from any com...
How To: Turn off your system firewall without admin privileges
In this video tutorial, viewers learn how to turn off the system firewall without admin privileges. Begin by clicking on the Start menu and open he Run program. Type in "system.msc" and click OK. Scroll down the Services list and look for Windows Firewall. Double-click on it and under the General tab, click on Stop. Then click Apply and OK. This video will benefit those viewers who use a Windows computer and would like to turn off the firewall, even if they are not running the administrator a...
How To: Use the Memory in the Windows Calculator
For the purpose of simplicity, we shall consider the Windows version to be used as Windows XP. How to start the calculator in Windows XP?
How To: Replace a laptop CMOS battery
In this video, we learn how to replace a laptop CMOS battery. First, turn the laptop upside down and remove the screws around the panel you need inside. Set these aside and then pry the top up with a flat screwdriver. Now you will see the CMOS battery, remove this with the tab that is on top of it. Remove the battery from the area it's at and then replace it with the new one. Make sure you place it in just how it was before. After this, replace the panel on the top and screw the screws back i...
How To: Replace a space bar on a Dell laptop keyboard
Is the spacebar on your keyboard out of whack? This simple video will show you how to re-seat it in less than two minutes. Start by using your fingers (or a small screwdriver or spudger if needed) to gently pry up along the top of the spacebar, working from one direction to another. Continue working along the top until the key is free from its mounting clips. Observe the location of the mounting clips. After the key is free from the keyboard, you can also remove the metal support bar from the...
How To: Create a Bootable USB Drive for Ubuntu Using Mac or Windows
If you've ever wiped your computer without having a proper backup of your operating system, or just wanted to cause some havoc online, chances are you've had to rely on Linux to help you out, specifically the Ubuntu distro.
How to Find the C: drive on my Mac
In this tutorial, we learn how to find the C drive on a Mac computer. Unfortunately, Mac does not label their drives with letters like other computer systems do. You can name your drives anything you'd like, including "backup", "my network", "my folder", or anything else you want. To find these, just open up the Mac finder and the devices on the computer will show up with their icons. This can make things easier if you are having trouble moving things around. Making them your own names makes ...
How To: Create a Drag Drop with ListBox Using VB.Net
Hello guys, today I wanna share how to create a drag and drop with listbox using VB.net. Just copy and paste the following code under public class.
How To: Implement Internet Transfer Control in a Visual Basic application
In this clip, you'll learn how to use Internet Transfer Control within a VB application to the view the source of a web page. Whether you're new to Microsoft's popular event-driven program language & IDE or a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free Visual Basic programming lesson. For more information, including a complete demonstration and detailed, step-by-step instructions, take a look.
How To: Install the Enclojure NetBeans Clojure plug-in
In this clip from Sean Devlin's "Full Disclojure" series of Clojure video tutorials, you'll see how to install Enclojure, the NetBeans Clojure plug-in. 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: Create a basic array table in Java programming
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 TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to display the index of an array in table format when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.
How To: Download & install HP printer drivers in Windows XP
This silent video shows you how to install HP printer drivers for Windows XP. Start off by turning on the power on the printer. Do not connect the USB cable to the computer yet, it'll ask you at a later time. Now go to HP's support webpage by typing "www.hp.com/support" on your web browser and then choose the region and language you want the support for. Now click on the "download drivers and software" option and type in your printer's model number. Select the correct printer from the list an...
How To: Use save file & stream writer w/ a list box in VB.Net
In this Computers & Programming video tutorial you will learn how to Use save file dialog and stream writer with a list box in VB.Net. Open up a ListBox and you will have a ListBox1 with a blank text box, Add Item and Save Item buttons on your screen. It will also have a save file button at the bottom. On the top of the panel, click Form1 and thereafter, the video shows the various parts of the code on the screen. Then click on Debugging, and add text in the blank text box and click Add Item....
How To: Install Mac OS on Windows 7
This step-by-step tutorial will show you how to install Mac OS on Windows 7 on Virtual Box. Video: .
How To: Create an RSS feed with pHP using DomDocument
This tutorial teaches you how to create an RSS feed with PHP using DomDocument. You can generate the items with a database loop, and this example uses a very simple array. Take a few minutes and add some more knowledge to your PHP world.
How To: Clear the ARP cache
In this tutorial, we learn how to clear the ARP cache. First, go the command prompt on your computer and type in "C:/>netsh interface ip delete arpcache Ok". Press 'enter' on your keyboard and then it should be cleared out. If you want to view your ARP cache, type in the command "C:/>arp -a". If this fails, then you will need to use Microsoft Windows to repair the network connection. If this doesn't work, talk to the person that manages your connection. If successful, this will help make your...
How To: Restore rundll32.exe on a Windows XP PC
In this video, learn how to restore rundll32.exe on your Windows XP machine. You can also use this method to fix or patch a missing or deleted Rundll32.exe file.
How To: Turn any video into a screensaver on a Windows PC
You can make a screensaver with a MPG you get from the web and use "CamStudio" as one idea. You can use Infanview40, and install it the way you want it to open mpegs and add plug-ins that you get from the homepage.Open Infanview40, right click your .exe file to install in the program. Click "open" and Slide Show on INF.,scroll down to MPG that you want to add for your screensaver. Now the MPG is in the INFanview program,add to the screensaver.Click on "Play in full screen mode. Current Monito...
How To: Extract .rar files on your PC using Windows XP
In this video tutorial, viewers learn how to extract .rar files. Begin by opening your internet browser and go to Google. Search for Winrar and select the 3rd result. Download and save the file. It is recommended to save it to the desktop to find it easier. Double-click on the file and follow the instructions to install it. Click Install and check all the file types for the program to be associated with. Once finished, open a file, select Extract To and choose the destination to save it. This...
How To: Create a spinning 3D cube with OpenGL, GLUT and C++
In order to complete this 3D spinning cube using OpenGL and GLUT for C++ programming, you need to know the basics of C++ programming. This video lesson covers everything you should already know. Check out the other videos to get the full gist:
How To: Get the task manager in Windows Vista
Vista Tips teaches the viewer how to easily get the task manager in Windows Vista. Vista Tips warns that the simple way to get task manager used to be to simply hold the keys Ctrl, Alt, Del down simultaneously. Now, these keys yield a menu. The way to get task manager on Windows Vista has now been changed to Ctrl, Shift and Esc. Simply hold down Ctrl, Shift and escape simultaneously to directly yield the task manager. Another way to do this is to use the start bar to get the task manager. Sim...
How To: Make a calendar in VB.Net
You can create a calendar for your computer using VB.net. It is extremely easy and very quick to make this for yourself. First you're going to select 'month calendar' and click that into your form area. Now center the box closer to the calendar, and change the name of your application to monthly calendar. Now all you need to do is test the application. Go up to the Start Debugging button and make sure everything is good with that. That's all you need to do-now you have your very own little ca...
How To: Find, download & install Firefox 3
In this tutorial the author shows how to find, download and install Firefox 3. He points out to the Mozilla Firefox website which is [www.mozilla.org/firefox]. Now you reach the Firefox web page where there is a link to download the browser. After clicking the link you will be prompted to save the file and now you can download the software. Now after the software gets installed the author guides you through the various steps to get Firefox 3 installed. He also shows how to transfer settings a...
How To: Release a key on an Apple MacBook keyboard
This Video shows how to release/detach/disassemble the single Keys/Buttons from an Apple MacBook Keyboard.
How To: Remove Empty Folders, Duplicate Files, Broken Shortcuts, and Old Bookmarks from Your Computer
Like a computer, your brain can store and process large amounts of information. It can remember names, solve math problems, and save tips that you might need at a later time.
How To: Check If Windows XP Is Activated
Some people might check their activation status of Windows XP by simply right-clicking on the My Computer icon on their desktop, then clicking on Properties. It opens up a new window with General tab showing some basic information about your PC, like system info, registered to, and computer hardware. However, it does not actually tell us complete information about the system, like whether or not your current copy of Windows XP is activated or not. To check the complete details about your Wind...
How To: Create a .LOG file in Notepad on Windows PCs
It's like magic. Creating a .LOG file has never been easier. And all you need is Notepad on your Windows PC. After creating this LOG file, Notepad automatically inserts the current date and time after the last line. Check it out. If you've ever wondered about LOG file types, this Notepad trick is must.
How To: Run Mac OS 7 on Windows XP
Learn how to set-up Basilisk II, a 68k Apple Macintosh emulator that will allow your to run a Mac OS 7 operating system simultaneously on Windows XP. It includes System 7.5.5 and various applications/games.
How To: Fix AMD Radeon HD Series Not Detecting Second Screen
Since I recently had this problem and fixed it, I might as well share the solution. This is actually REALLY simple to fix but will impact your cards' performance.