House Included Search Results

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 adapter classes 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 TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses adapter classes and how to use them 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 multiple classes 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 work with multiple classes at once 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 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 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: 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: Count with four criteria in Microsoft Excel

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 596th installment in their series of digital spreadsheet magic tricks, you'll learn how to use the SERACH, ISNUMBER and SUMPRODUCT functions to count with 4 criteria including an all criteria option.

How To: Make a felt flower pin

Looking for your next craft project? Look no further. This crafty person's guide will walk you through the process of making a custom felt flower pin with supplies from your local craft store and about 45 minutes of labor. For more information, including a list of necessary materials and step-by-step instructions for making your own floral pin, watch this free video tutorial.

How To: Iron a dress or sport shirt

Need to iron a shirt for an important occasion? Smooth out your ironing technique with this housekeeper's how-to, which demonstrates the proper technique for pressing a men's dress or sport shirt using an electric iron and ironing board. For more information, including a step-by-step breakdown of the process, watch this free video tutorial.

How To: Do exercises to trim your hips with Brooke Burke

Want to slim down? Feel the burn with this easy, five-minute exercise sure to help you trim or otherwise tighten up your hips. For complete instructions, including a step-by-step overview of this simple exercise, watch this home fitness how-to. Lose weight and feel great with the routine demonstrated in this free video guide from Brooke Burke.

How To: Make an Excel Gantt chart that highlights workdays

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 327th installment in their series of digital spreadsheet magic tricks, you'll learn how to create a Gantt Chart that will include highlight the workdays one color and weekends and holidays another color.

How To: Copyright your music or beats

While big parts of copyright protection are applied automatically to creative works like songs and beats (hence the need for orginizations like the Creative Commons), registering your work with Copyright Office is useful to the extent that it can allow you to seek greater damages in the event of an infringement. For more information, including how to register your own songs with the US Copyright Office, watch this free video tutorial.

How To: Create a search interface on DVDs in Adobe Encore CS5

Whether you're new to Adobe InDesign or a seasoned digital video professional 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 create a more engaging experience with web DVDs that include a search interface for viewers to jump directly to content of interest.

How To: Use new features in Adobe Photoshop CS5

Whether you're new to Adobe Photoshop or a seasoned graphic arts professional 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 join Terry White as he runs through his 5 favorite Photoshop CS5 features, including the new enhanced selection abilities and noise reduction tools.

How To: Work inside Adobe Photoshop CS5

Whether you're new to Adobe Photoshop or a seasoned graphic arts professional 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 join Terry White as he walks you through using the new Photoshop CS5 and Photoshop CS5 extended (including the new Mini Bridge, which can be used across the full creative suite).

How To: Add extreme contrast in Photoshop

Oftentimes, a photo may not capture the true vibrancy of color in real life, but Photoshop can fix that. Photos with lots of color can be given even greater hue saturation by adding extreme contrast in Photoshop. By using multiple effects, including overlay blend modes and noise across multiple layers, a picture's color intensity can be made more bold with these techniques. By following the steps in this video, colors can be made more vibrant using extreme contrast with Photoshop software.

How to Tie your shoes: 15 different shoelace styles

Looking to get super creative with your shoelaces? In this video, fifteen different shoelace styles are gone over with diagram as to how they were done. Such styles include the checkerboard, the double back, loop back, sawtooth, riding bow, twistie, lattice style, footbag, ladder, bushwalk, bi-color, display, hidden knot, and the zipper style. Use two different colored laces when doing these styles to jazz things up!

How To: Play basketball with help from Kobe Bryant

L.A. Lakers superstar Kobe Bryant shares some tips with TIME Magazine's Sean Gregory on how he puts his best foot forward everytime he steps onto the court. Areas gone over in this video include: The proper grip & shooting form, attack the foot & sell the fake, the pull-up jumpshot, the art of the foul shot, playing to the opponent's weaknesses, getting in character, and stretching.

How To: Make Clams Casino Appetizer

In this tutorial from Food Wishes, Chef John brings us a great recipe for Clams Casino... A classic appetizer for those special holiday parties, or any other time you want to impress your guests. Ingredients include: neck clams, bacon, butter, red pepper, two cloves of finely minced garlic, bread crumbs, a pinch of salt, a couple drops of Worcester sauce and finely grated parmesan cheese. Bon Appetite!

How To: Make an accordion photo album

Want to make a neat gift for a friend? In this Curbly video tutorial, steps are given on how to make an accordion style photo album without any glue or tape. Materials needed include: light to medium weight poster board (24x4.5"), a scoring tool & board, an Exacto knife, scissors, a hole punch, 0.25"x7.5" piece of elastic, and brad clips. Put photos of you, friends, and family on both sides of the accordion to make for a great keepsake.

How To: Build a lost screw finder attachment

MAKE zine aims to bring the DIY aesthetic and mindset to all the technology in your life. They want you to break open things and put them back together in a better way. In this video, MAKE and KipKay show you how to build a lost screw finder attachment. It'll help you find any screw, including plastic ones that a magnet would not be able to pick up.

How To: Understand binary numbers in 60 seconds

Understand how binary numbers work, including how to read binary numbers, and create your own. This mathematics or computer programming tutorial is a zip to get through. It covers practical and theoretical use and need for binary code understanding. Binary means zeroes and ones in a series. This is paramount to digital transmission versus analog that transmits in a sinusodial wave form.