First Time Search Results

How To: Get the "Dastardly" achievement in Red Dead Redemption

Buckle up your saddle and make sure you have plenty of ammo, you're heading back to the wild west. In this video tutorial, you'll be after the "Dastardly" achievement in the Rockstar game Red Dead Redemption for the Xbox 360. So if you're having a hard time getting it, or didn't even know about it, the guys at Achievement Hunter are here to lend a helping hand. So good luck and enjoy RDR!

How To: Tie a necktie with a Pratt (or Shelby) knot

Need to know how to tie a necktie for a formal event like a wedding or fancy job interview? Try an old American classic—the Pratt knot (sometimes referred to as the Shelby knot). This video tutorial presents a careful, slow-motion overview of the knot tying process and will have you tying perfect Pratt-Shelby knots in no time at all.

How To: Tie a necktie with the half-Windsor knot

Need to know how to tie a necktie for a formal event like a wedding or fancy job interview? Prefer that your knot not be too bulky? Try an old standby—the half Windsor knot (sometimes referred to as the "double" Windsor). This video tutorial presents a careful, slow-motion overview of the knot tying process and will have you tying perfect half Windsor knots in no time at all.

How To: Fasten a tie with the classic full Windsor knot

If you're going to an event formal enough to warrant a tie, you might want to go with a conservative, traditional knot like the full or "double" Windsor. This video tutorial presents a careful, slow-motion overview of the knot tying process and will have you tying perfect full Windsor knots in no time at all.

How To: Make ear muffs out of coat hangers

Ear muffs are handy for snow days (or in L.A., cold-ish days) and for eskimo dress-up days at school. Learn how to craft your own ear blankie with this tutorial, which shows you a cheap way to make ear muffs out of a coat hanger frame.

How To: Use the FlowLayout class when programming 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 work with the FlowLayout class when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Make an if decision 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 TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this free discusses how to use if statements Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create update and restore screen methods 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 update restore screen methods when programming in Java. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create an array of display modes when 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 TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to build a list of display modes. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Fix exceptions 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 to troubleshoot errors and exceptions when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Use common string methods 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 use common string methods when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Use arrays 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 to create and use arrays when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create key events for Java game development

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 handle key events when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Use while loops 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 use conditional while loops when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Use composition 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 relate classes via composition when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create collections 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 TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to use the Collection framework when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create a class to hold objects when 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 TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to create a class to store objects when programming in Java. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Build a simple compound interest program 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 TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to write a simple application to calculate compound interest. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Use JColorChooser 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 implement and use the JColorChooser control pane when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

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

How To: Use the toString method when 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 use implement and use Java's toString() method. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Write a "Hello, World" program 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 TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to write that most basic of applications, a "Hello, World" program. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create text files from within Java programs

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 easily generate a text (txt) file from within a Java application. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Use logical operators in 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 work with logical operators in Java. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Tie Vans shoes

Ever wonder what is the correct way to lace and tie your Vans shoes? There are probably a couple of different methods to do so and this video shows you one of those methods step by step. It's quick, easy, and will have you looking good in your shoes in no time. Enjoy!

How To: Convert video for your Sony PSP with help from cnet

The Sony PSP is one of the most useful little pieces of video game technology to hit the market in some time. It has pretty sweet graphics, can play music, and store some of your favorite videos. In this tutorial, the people from cnet will show you how to convert videos from your computer to play in your Sony PSP. Good luck and enjoy!

How To: Use the SUMPRODUCT function in Microsoft Excel

Are you looking for a way to make your Microsoft Excel formulas more efficient? If so, you're in the right place. With this free video lesson from everyone's favorite digital spreadsheet guru, YouTube's ExcelsFun, the very first installment in his "Excel Formula Efficiency" series, you'll learn about the basics of Excel's SUMPRODUCT function — why some people use double negative and why other use times one.

How To: Get rid of a painful sty on your eyelid

In this video Debbie Witter gives tips on how to get rid of a stye. A stye is a painful little pimple on your eyelid that comes from a bacteria called staphylococcal, which is found in the nose. Children get styes often because they pick their noses and then rub their eyes. Frequent hand washing is the best way to keep from getting a stye. Other possible causes are a clogged pore or ingrown hair.

How To: Flush your radiator and cooling panel

Learn how to flush your engine coolant and install a radiator cooling panel to help divert more air through your radiator with the help of this automotive maintenance guide. The process, though it might sound difficult, is actually so simple that this video can present a complete overview in just over four minutes' time.

How To: Repair and seal an asphalt driveway

An asphalt driveway looks good when new but over time, wear and tear will show. This video by Lowes.com shows you how to clean, repair and reseal your driveway to maintain it and make it last. Before starting the job, check the weather for a few dry days. Tools and materials needed are listed highlighting safety equipment to be used and precautions to be taken. Weeds, stains and dirt are removed and a low pressure is used to rinse the driveway clean. Crack sealant is used to repair smaller cr...

How To: Do whipstitch applique

Want to attach an appliqué with a whipstitch? It's easy. So easy, in fact, that this guide can present a complete and thorough overview of the stitching process in just over two minutes' time. For more information, as well as to get started applying your own appliqués by whipstitch, watch this free video guide.

How To: Do time calculations with Microsoft Excel's MOD

New to Microsoft Excel? Looking for a tip? How about a tip so mind-blowingly useful as to qualify as a magic trick? You're in luck. In this MS Excel tutorial from ExcelIsFun, the 286th installment in their series of digital spreadsheet magic tricks, you'll learn how to calculate hours worked for a night shift where workers start at 9 PM and end at 5 AM.

How To: Talk to a girl on the phone

Talking on the phone with a girl you like for the first time can be nerve wracking. Luckily, The Wing Girls are here to help with their honest and earnest dating & relationship advice. Learn how to get past that first phone call and get comfortable on the phone with your crush with tips & tricks given here!

How To: Use a Ouija board to get the best experience

Easttexas937 shows viewers how to properly use a Ouija board to get the best experience. First you will need a Ouija board and a pointer. If you want to make these two things, you should use lightweight glass and make sure you make the board properly. You have to have an open mind and good intentions when you go in to use the board. There also must be no secrets between the friends playing and you should not have a friend that is not trustworthy. This will keep evil spirits out. Always have m...

How To: Use Selection, Gap & Corner tools in InDesign CS5

Whether you're new to Adobe InDesign or a seasoned graphic artist after a general overview of CS5's most vital new features, you're sure to be well served by this official video tutorial from the folks at Adobe TV. In it, you'll learn how to get all the benefits of real-time, on-set logging even when working with tapeless cameras with OnLocation CS5.