Hot Computers & Programming How-Tos

How To: Launch applications with AppleScript

This is a short video tutorial on how to launch applications with AppleScript (Script Editor) for the Mac, and there's also a little bit about what to do with the applications after they're launched. You can instantaneously launch different Safari pages on Tiger and Leopard. There's no limit to what you can do, just watch and learn.

How To: Create VB.Net programs from the ground up

Check out this eight-part VB.Net video tutorial to see how to create a program from the ground up using VB.Net in Microsoft Visual Basic 2008 Express Edition. You'll need Internet access for this task, like most other tasks. Start a new program and get watching. If you're new to VB.Net program development, than this is just the spot.

How To: Clean an Apple Mighty Mouse scroll ball

Do you have a Apple Might Mouse? After a few months, you'll notice that your scroll ball probably isn't working anymore. Well, check out this video to get that Apple Mighty Mouse scroll ball up and rolling. This involves a little disassembly, if you're worried about your warranty. There will be some Mighty Mouse cutting involved. But a dirty mouse is a bad one, so why not do what it takes to maneuver on your computer properly?

How To: Remove viruses from your computer

Look at this video tutorial to see how to remove viruses from your computer if you live in Charlotte, or anywhere else in the world. This will help you remove viruses from your computer yourself, without paying mega bucks to get it fixed. You'll see how to get a free virus scanner, for virus removal. This could take up to an hour or two, depending upon the data information on your PC.

How To: Generate an Microsoft Excel sheet using XML

Check out this video tutorial on how to generate an Excel worksheet using XML. There's a free library from CarlosAG.net, and you need to get the free dll file from there. This video will show you how to use it. You need to use CreateExcelFile in Microsoft Visual Studio to use the XML. You will need to use Microsoft Excel 2003 or 2007 to open this file.

How To: Build a basic site using ActionScript 3 in Flash

In this video tutorial, Creative Cow leader Tony Ross revisits the tutorial how to build a basic site about Colors in Flash. This version is created using Actionscript 3. The basic principles learned from this tutorial will enable the user to create a variety of simple websites. Elements covered are basic Actionscript 3, navigation, labels, button and graphic symbols. Build a basic site using ActionScript 3 in Flash.

How To: Program a quiz engine in ASP.Net

This video series is designed specifically for individuals who are interested in learning the basics of how to create dynamic Web applications using ASP.NET 2.0 and Visual Web Developer 2005 Express Edition with the Visual Basic programming language. In this lesson, you will begin to see the creation of the Quiz Engine. This will allow you to exercise the skills developed in the earlier videos.

How To: Implement URL writing in ASP.Net

In this video tutorial, Scott Golightly shows how to create an ASP.NET HttpModule to “rewrite” the URL when a request for a web page comes in. You may want to rewrite URLs to create friendly URLs or to direct an old URL to a new URL. We will look at the code needed to implement URL rewriting and also how to handle page post back events.

How To: Create a custom membership provider in ASP.Net

A Membership Provider allows a web application to store and retrieve membership data for a user, and the standard ASP.NET Membership Provider uses pre-defined SQL Server tables. In this video tutorial, Chris Pels shows how to create a custom membership provider that uses custom SQL Server tables separate from the pre-defined tables used by the standard provider. The principles covered in the video will apply to creating custom membership providers using other databases such as Access or Oracl...

How To: Create a custom profile divider in ASP.Net

In this video tutorial, Chris Pels shows how to create a custom profile provider to store and retrieve data associated with a user profile in SQL Server tables separate from the standard ASP.NET membership provider’s aspnet_Profile table. The principles covered in this video will apply to creating profile providers for other databases like Access and Oracle. After learning how to create the custom profile provider we learn how to install the provider in a web site and see a demonstration of l...

How To: Make event handlers for ASP.Net web pages and controls

In this video tutorial, Chris Pels will show how to create event handlers for ASP.NET web pages and web server controls. First, learn how to create page level events for the standard page events provided by the .NET Framework. See how to automatically bind the events to a page using the AutoEventWireup attribute as well as programmatically bind the events. Next, learn how to create and bind event handlers for the standard web server control events. Also learn how to connect multiple events fo...