Computers & Programming Features

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: Make your Mac computer announce the time

Get a Mac Tip for your Mac computer! There's a million things you can do with your Apple computer, and this is just one of them. Watch this video tutorial to learn how to make your Mac computer announce the time. This technique allows a Mac user set the computer up to allow Mr. Macintosh to speak the current time periodically.

How To: Install Damn Small Linux

Sneekylinux will show you how you can install small Linux on your computer. You can install Linux on you you computer and this helps your DSL run faster. Find out what programs to open to get the Linux install. You will be installing the Linux on to your hard drive so it can boot as you turn your computer on and make running your DSL faster. Take the guess work out of the process, and put DSL on your hard drive.

How To: Administer Wiki Server under Leopard Server in OS X

Whether it's a small business or a work group inside a large corporation, all members need access to the same materials in order to work effectively. Mac OS X server makes it easy for groups to collaborate and communicate through their own Wiki-powered Internet website. In this video tutorial, you'll learn how to adminster the Wiki server in Leopard Server in Mac OS X.

How To: Remotely access a PC with Remote Desktop in Vista

Remote desktop is a windows feature which can be used to access a windows computer from an other windows computer over the internet. Note that to access a windows computer using remote desktop the computer must run on Windows Professional or Ultimate version. Remote desktop does not work if the remote computer runs on Windows basic home version. However you can remote from a computer that runs on home version of windows. Another requirement is that the two computers must be connected over an ...

How To: Remove the front case from a G5 iMac

In this how-to video, you will learn how to remove the front case of an iMac G5. First, lay the case on its back. Remove the screws in order to get the ram bay cover off. Once this is done, pull on the release tabs to remove the ram modules. Next, remove the torx screws on the bottom side of the casing. Once these are removed, work your way around the casing to remove the front from the back. Do not pull too far as you might damage the wires to the camera. Unplug the camera once you are able ...

How To: Create pure CSS drop-down menus without JavaScript

This clip will show you how to create pure CSS drop down menus without any JavaScript. Whether you're using a fancy WYSIWYG (or what-you-see-is-what-you-get) page editor like Adobe Dreamweaver CS5 or a barebones text editor like Notepad, if you want to build websites, you'll need to have some understanding of HTML (for the structure of your web pages) and CSS (for their style). And this free coder's guide will get you started along that path.

How To: Use "else if" statements when programming in Java

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 create and use else-if statements when writing code in Java. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Speed up your Windows PC with MSConfig

In this video tutorial, you'll learn how to speed up your Windows computer's startup efficiency (and so its startup time) with MSConfig, or the Microsoft System Configuration Utility. MSConfig will allow you to disallow unnecessary programs from starting up when you boot your PC. For more information on using MSConfig to speed up your computer, take a look!

How To: Run Windows on a Mac using Boot Camp

Need to access Windows XP or Vista? Have programs that only run on Windows, but love your MAC. Ya, we get it and agree. Run Windows and OSX on the same computer using Bootcamp, Parallels or other software. You can run simultaneously or separately depending on your needs. Parallels and simultaneous boot of both OS will drain your RAM so make sure you upgrade memory before endeavoring. Learn how to use Boot Camp in Mac OS X to set up a drive partition to allow you to run Mac OS and Windows on y...

How To: Display the results of a MySQL query over multiple pages

In this clip, you'll learn how to use pagination—that is, to view the results of a MySQL query over multiple pages. Whether you're new to the PHP: Hypertext Preprocessor scripting language or are a seasoned web developer merely looking to improve your chops, you're sure to find benefit in this free video programming lesson. For more information, including detailed, step-by-step instructions, take a look

How To: Connect to a database & add data in PHP & MYSQL

MySQL is a database for serving data on the web. This video teaches viewers how to connect to a database and add data in PHP & MySQL. PHPMyAdmin is an interface that allows you to interact with MySQL more easily. Use the form in the program to create a database; choose the name for your database and select 'create'. Next you can create tables within your database, also using the forms provided. Within the tables you can set your variables; PHPMyAdmin has fields that allow you to choose the ty...