People Control Search Results

How To: Waterproof a remote controlled vehicle

If you call yourself a hobbyist or a kid at heart, you know that remote-controlled vehicles are more than just fun. If you're a serious R/C man, you'll know all about doing everything to your model truck or car, like fixing wheels, vamping the pinion gears, waterproofing, troubleshooting, electronic diagnostics, setting up, programming and finally... racing. As much as you know about these remote-controlled vehicles, it will never be enough, you'll always be looking for more...

How To: Lose weight fast using Jedi mind tricks (and without lifting a finger)

Everyone could benefit from shedding a few pounds, but what about those who need to lose a little bit more weight? Exercise isn't an option for everyone, with as busy as our lives are right now. It's hard to go running and do a few pushups when you have a hard enough time scheduling your day already. But if you're looking to shed a couple pounds here and there— without lifting a finger— this two-part video will help you out with some Jedi mind tricks!

How To: Extend and customize an ASP.Net server control

In this video tutorial, Chris Pels will show how to extend a standard ASP.NET server control and customize it for a specific purpose. Specialized controls provide an convenient way to implement standardized user interface elements for multiple web sites for individuals or teams of developers. In this example, see how to extend the DropDownList control to create a special purpose year selection control. Learn how to add properties for custom attributes that control the behavior of the range of...

How To: Practice nude beach etiquette

Is the proper term nudists or naturalists? Doesn't seem to be too much of a difference, because when it all boils down, they're both still butt-naked on the beach. Nude beaches are fascinating places for the adventurous spirit, but unless you’re an old-time nudist, you probably have questions about the proper way to behave on a nude beach. Well, we’ve got the answers.

How To: Build a PWN circuit to control power that can dim an LED, control a motor etc.

Many types of circuits are useless and less useful if you cannot control the amount of power going through them. For that, you need a PWN (pulse with modulation) switch. This electronic component will let your control the power going through the circuit, enabling you to dim LED lights, control the speed of a motor, and other useful tasks. This video will teach you all PWN switches and how tom make your own.

How To: Do Andres Iniesta's signature soccer move La Croqueta

In this video, we learn how to do Andres Iniesta's signature soccer move La Croqueta. First, while you are on the field and have the ball, you need to turn and control it. Pay attention to those around you and move around them. Move the ball from left to right around the people coming towards you. Attack the open space to free yourself up and get away from crowds of the opponents. Once you do this, you will be close to the goal. Finish off the shot by kicking the ball into the goal. From here...

How To: Create WoW camera and controls in StarCraft 2 Editor

Starcraft 2, like it's predecessor before it, has a very robust level editor that allows you, the DIY modder, to create nearly any scenario within the bounds of the Starcraft 2 engine that you could imagine. We have compiled videos on how to do all sorts of fun things with it, from making RPG's and Tower Defense games to just making you dream Starcraft 2 level. This video will teach you how to create a WoW-like camera and control scheme in the SC2 editor, allowing for WASD control of your uni...

How To: DIY your own iPad stylus

While the iPad can do many things, it is missing the ability to be controlled by anything other than a finger. This can be frustrating if you would like to use your iPad for more intricate activities such as drawing or designing.

How To: Add text to a line in Photoshop

This video is a highly informative tutorial on how to add and control text to a line in Photoshop. According to the author of the video, most people can add text to paths in Photoshop, but are often in the dark about how to manipulate. This, as demonstrated by the author, is quite easy and simple. The tools for path selection, text addition, and various other features which make this particular task very simple are clearly outlined by the author.

How To: Boof effectively in whitewater kayaking

Shane Benedict explains key techniques to an effective boof. Everybody wants to know how to boof. The boof is, without a doubt, the most essential weapon in your creeking arsenal. There are several key points to making this move effective; approach, stroke, and body placement are the three that we are going to focus on in this segment. We’ll allow Shane to explain…

How To: Make a bottle boat with an optional radio control feature

Do you remember making the paper hat boats when you were a kid? Want to feel like a kid again? Or just looking for something to do with those old 2 liter bottles? Make a bottle boat! And heck, why not throw on a radio control feature while you're at it! Your childhood wasn't this cool! This video will show you all of the steps that you need to take to get your deadly vessel together and how to assemble the radio control feature as well!

How To: Install RC airplane hinges

Model Airplane News Editor Gerry Yarrish shows how to install RC airplane control surface hinges. You'll need an Xacto knife, hinge installation tools, and hinge glue. It's a pretty basic procedure. Watch this video tutorial and learn how to attach hinges onto a remote control airplane.

How To: Treat psoriasis

Almost 125 million people worldwide suffer from what is known as psoriasis, the skin disease that's marked by red, itchy, and scaly patches that are hurtful, if not visually god-awful. There can be a little hope though for psoriasis sufferers. Though you can treat and control psoriasis, characterized by dry scaly patches of skin, the progress is often erratic and cyclical, so be patient and consistent in executing these steps.

How To: Use the DataPager & ListView controls in Visual Studio

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. Generally, the DataPager control is used with the ListView control. The ListView control is data driven. First create a ListView control and provide it some data. Next drop ...

How To: Map an ASP.Net server control to the render adapter

In this video tutorial, Chris Pels will show how to use a control adaptor to provide different renderings for an ASP.NET server control without actually changing the control itself. In this video, an ASP.NET BulletList control will be adapted to display each list item horizontally using div elements instead of the traditional ul elements. First, see how to create a class that inherits WebControlAdaptor and then implements the code to render the new list format. Next, learn how to map the new ...