Computers & Programming Features

How To: Receive email alerts for a Netgear wireless router

Looking for a guide on how to set up your Netgear wireless router to automatically send you email alerts when built-in blocks are triggered? This clip will show you how it's done. It's easy! So easy, that this video tutorial can present a complete, step-by-step overview of the process in about two and a half minutes. For more information, including detailed, step-by-step instructions, watch this video guide.

How To: Use frame components when programming in Microsoft Visual Basic

In this clip, you'll learn how to create and use frame components when coding in MS VB. Whether you're new to Microsoft's popular event-driven program language 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: Use AppVerifier to debug Windows Mobile applications

If you've programmed a few Windows Mobile applications, you might need to perform some troubleshooting and debug the program to weed out all the problems. You can do this with AppVerifier. Marty Larson demonstrates installing, configuring and using the "AppVerifier" Application Verifier tool to debug Windows Mobile applications.

How To: Use Actionscript 3 to hide secret objects on your site

Web users are for the large part nosy, spoiler-loving folks who refuse to let websites and other users keep secrets from them. Thwart these trolls! This video will teach you how to use Actionscript 3 to hide the context menu from your site's users, preventing them from skipping to further parts of your slideshow or game and ruining the continuity of your work. You will also learn how to create a link that will show up in user's context menus when they right-click on objects. These two tools w...

How To: Detect browser capabilities in ASP.Net web pages

In this video tutorial, Chris Pels will show how to determine what capabilities a user’s browser has when viewing pages in an ASP.NET web site. First, learn how to access an instance of the HttpBrowserCapabilities object from the ASP.NET Request object associated with the web page request. Next, see the different information available in the HttpBrowserCapabilities object such as the type of browser and whether the user’s browser supports JavaScript and Cookies. Then see an example of how to ...

How To: Use EoF statements in Microsoft Visual Basic 6

In this clip, you'll learn how to work with EoF or end-of-file statements within MS VB apps. 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: Use the Entity Data Source in an ASP.NET application

Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. In this introductory video Diego Vega will show you how to use the Entity Data Source in an ASP.NET Application.

How To: Build a custom time class for 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 TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to build a custom time class in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Set up and customize a Wacom Bamboo Pen digital tablet

In this clip, you'll learn how to set up and customize a Wacoom Bamboo Pen tablet. Special emphasis is given to the customization of ExpressKeys, the touch ring and the pen. So easy, in fact, that this video tutorial can present a complete, step-by-step overview of the process in just under four minutes. For more information, including detailed, step-by-step instructions, take a look.

How To: Increase computer speed using disk cleanup and defrag

The thenewboston shows you some short tips on how you can speed up your computer. He is using the Windows Vista Operating System for the demonstrating. He says he believes it should also work with Windows XP. The first thing that he says to do is go to your start panel and then go to "All Programs" then to "Accessories" then click on Disk Cleanup. After watching this video and performing the steps, your computer should run faster then what it is running at now.

How To: Create blocks in the Lego Mindstorms NXT system

If you find yourself using the same functions over and over again in the Lego Mindstorms NXT robotics system it may be helpful to program your own subroutine or block to save time in making other programs. Learn how to use the my blocks function in the NXT programming environment to create subroutines. Create blocks in the Lego Mindstorms NXT system.

How To: Speed up the shut down time on Windows XP and Vista

Watch as iblogtutorials teaches you how to speed up your Windows XP and Vista shutdown times. To speed up your Windows shutdown time, do the following: Go to Start and select Run. Type in "regedit". Click the triangle next to "HKEY_LOCAL_MACHINE" and then click "SYSTEM" current control set. Click the Control folder. Wait to kill service timeout. Change the Value data to 0.2 seconds. Restart your computer and from now on your shutdown time will be much faster.

How To: Use parent forms in Microsoft Visual Studio

When programming in Visual Studio, you may find yourself creating any number of all-but-identical windows. This can be tedious and time consuming. This tutorial discusses the deadly and dangerous task of using a form as a parent for the development of other forms in Visual Studio, using C# in this particular example. For more information on designating a form as a parent, take a look.

How To: Do a full fresh install of Snow Leopard OS X 10.6

Insert DVD containing Mac OS software into system drive. Reboot system. Confirm installation and agree with license. When prompted to select drive, select disk utility from menu bar. Select hard drive and click on erase button. Select Mac OS extended file system. Confirm erasing all data. Once drive formatted, close disk utility. Select to install in hard drive that was erased. After installation completes and system reboots, select Language and Keyboard for your country. When asked if alread...

How To: Use button controls in Adobe Flash Builder 4

Learn how to work with the Adobe Flash Builder 4's numerous UI button controls with this video guide. Whether you're new to Adobe's popular Flash IDE (previously titled Adobe Flex Builder) or simply wish to become better acquainted with the program, you're sure to find benefit in this free video software tutorial. For more information, including specific, step-by-step instructions, take a look.

How To: Secure a home WiFi network

In this video tutorial, viewers learn how to secure a home wireless network. There are 3 types of security protocols for connecting devices. The 3 types of security protocols are: OPEN, WEP and WPA. Users should use passwords that are secure but no so obscure that they are unusable. The password should not be dictionary words. They should be mixed with casing and contain the user's phone number. Go to your router's website and log into the website. Find the setting for wireless security and e...

How To: Make hidden files visible in Windows Vista

In this video tutorial, viewers learn how to view hidden files and folders in Windows Vista. Begin by clicking on the Start menu and select Control Panel. Click on Appearance and Personalization, and select Folder Options. In the Folder Options window, click on the View tab. Under Hidden files and folders, check the option, Show Hidden files and folders. Now click Apply and OK. This video also provides a demonstration of hiding and revealing a hidden file. This video will benefit those viewer...

How To: Share data between client JavaScript and server code

In this video tutorial, Chris Pels will show how to share data in between JavaScript and server-side code by using a hidden field in an ASP.NET page. Next, learn how to use the RegisterHiddenField method in server-side code to programmatically create a hidden field on the client. In addition, see how to programmatically create a HiddenField server control for sharing data on an ASP.NET page. Finally, use the RegisterArrayDeclaration method to create a container in server code for storing mult...