Hot Computers & Programming How-Tos

How To: Use the Lego Mindstorms NXT Editor

The Lego Mindstorms system may seem like a toy at first, but it is actually a very powerful robotics system used by universities, schools, hobbiests, and kids alike. Learn how to use the Lego Mindstorms NXT editing and programming software to program movements for your robot. Use the Lego Mindstorms NXT Editor.

How To: Program the light sensor on a Lego Mindstorms robot

The light sensor on a Lego Mindstorms NXT robot can be used to help the robot navigate obstacles or follow light sources. Learn how to program light sensors and the calibration program in the Lego Mindstorms NXT robotics system using movement blocks within the NXT programming environment. Program the light sensor on a Lego Mindstorms robot.

How To: View sensor data from a Lego Mindstorms NXT robot

If you want your Lego Mindstorms NXT robot to function as accurately as possible youneed to understand how to get data from the viewing sensors via the NXT brick. Learn how to use the NXT brick and the NXT programming environment to view and change light, sound, or touch sensor data on a Lego Mindstorms Robot. View sensor data from a Lego Mindstorms NXT robot.

How To: Use the Lego Mindstorms NXT Brick

The Lego Mindstorms system may seem like a toy at first, but it is actually a very powerful robotics system used by universities, schools, hobbiests, and kids alike. The NXT Brick is the basic component of the NXT system - learn how to use it to build robots and program or check functions. Use the Lego Mindstorms NXT Brick.

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: Program in PHP

Learn how to install PHP and some of the basics of PHP programming including some basic commands including conditionals and booleans for creating scripts and command line interfaces.

How To: Maintain your PC

Heat, moisture, dirt, static, and fragile electronics are only some of the many PC dangers that can ruin your PC. Watch this video and get some great tips on how to maintain your Personal Computer Maintain your PC.

How To: Hide or show network icons in Windows XP

If you're reading this, you're connected to some network or directly to the Internet. Have you ever wondered how to set the network icon on the Windows XP Task Bar? This video will teach you exactly how to do this simple task. Make sure to hit "play tutorial" in the top left corner of the video to start the video. There is no sound, so you'll need to watch the pop-up directions. Hide or show network icons in Windows XP.

How To: Download IPython

IPython provides a far more powerful alternative to the standard Python interpreter, incorporating features such as string-completion, code-line macros and a rich history. This is free software that Ian Ozsvald has found to enhance the Python coding experience.