Including Search Results

How To: Create a "for loop" 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 TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to use build and use conditional for 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: Convert arrays and lists 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 convert arrays to lists and lists to 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: Convert military time to standard time 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 TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to write a simple Java applet to convert military time (i.e., 24-hour clock time) to standard (i.e., 12-hour clock) time. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Make a graphical user interface (GUI) 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 TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to build a simple graphical user interface (GUI) 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: Hold multiple objects in an array 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 store multiple objects in an array 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: Store counters in an array index 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 store variables in an array index 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: Write a simple Java program to average numbers

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 simple Java program to sum and find the mean for a list of ten numbers. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Make a JComboBox 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 work with JComboBox dropdown lists to create GUI drop-down lists 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: Pass arrays into methods 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 pass an array into a method 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: Write a "Hello, World" program using 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 and compile a simple "Hello, World" program 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 instance variables and multiple methods 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 multiple methods and also instance variables inside a class when writing in Java. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Get file info with the file class 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 utilize Java's file class to retrieve information about an external file. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Sum the elements of an array 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 how to sum all of the elements contained in a given array. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create a GUI using JFrame 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 how to create graphical user interfaces (or GUIs) for your apps using Java's JFrame. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Use EnumSet to get a range of constants 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 intermediate-level lesson will discusses how to get a range of constants with Java's EnumSet tool. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Use event handlers for Java programming

Want to write Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will help you on your merry way to accomplishing just that. Specifically, this lesson will demonstrate how to work with event handlers when coding in Java. For more information, including detailed, step-by-step instructions, watch this programmer's guide.

How To: Create a GUI Jbutton for Java game development

Want to write Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will help you on your merry way to accomplishing just that. Specifically, this lesson will demonstrate how to create simple GUI JButtons when coding in Java. For more information, including detailed, step-by-step instructions, watch this programmer's guide.

How To: Use polymorphic methods when Java programming

Want to write Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will help you on your merry way to accomplishing just that. Specifically, this lesson will demonstrate how to work with polymorphism when coding in Java. For more information, including detailed, step-by-step instructions, watch this programmer's guide.

How To: Create a basic JList when programming in Java

Want to write Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will help you on your merry way to accomplishing just that. Specifically, this lesson will demonstrate how to create and work with simple JLists when coding in Java. For more information, including detailed, step-by-step instructions, watch this programmer's guide.

How To: Make checkboxes when programming in Java

Want to write Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will help you on your merry way to accomplishing just that. Specifically, this lesson will demonstrate how to create and work with GUI check boxes (checkboxes). For more information, including detailed, step-by-step instructions, watch this programmer's guide.

How To: Create a multi-dimensional array in Java programming

Want to write Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will help you on your merry way to accomplishing just that. Specifically, this lesson will demonstrate how to create a multi-dimensional array when coding in Java. For more information, including detailed, step-by-step instructions, watch this programmer's guide.

How To: Create a LinkedList for Java programming

Want to write Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will help you on your merry way to accomplishing just that. Specifically, this lesson will demonstrate how to work with linked lists when writing code. For more information, including detailed, step-by-step instructions, watch this programmer's guide.

How To: Use the Home Sharing feature in iTunes 9

Engadget shows iTunes users how to make use of Home Sharing in iTunes 9 in this video. Using screenshots and video tutorials on-screen, Engadget shows the full interface of iTunes 9 to show you exactly where to start. Through several examples you can see how the transfers work and what viewing options and filters you can use to make the sharing feature quick and easy, including automatic transfers of your iTunes purchases or apps, so it's not just for your music library. Even though it's impo...

How To: Alternate hammer curls using dumbbells

In this video, you are shown how to alternate hammer curls, while standing up, with dumbells. They instruct you to stand up, with your legs slightly bent, so you down overload your spine. Having your dumbells at your side, keep your back straight. Next you are advised to flex your forearm, keeping your elbow as still as possible, and lower your forearm back to the starting position, and repeat with the other arm, and remembering to breathe. They reveal some common mistakes with this workout, ...

How To: Find the secret palmistry meaning in the fingers

Just because it's called palm reading doesn't mean it's only "palm" reading. Palmistry involves more than mere palms — it looks at all parts of the grasping side of the hand, including the fingers. And in this two-part video from Jim Winter, a professional palmist, tarot reader, face reader and graphologist, you will learn the secret, underlying meaning behind a person's fingers. Knowing the digits is just as important as knowing the sweaty palm.

How To: Propagate iceplants and african violets

to transfer ice plants, take a Styrofoam cup with holes in bottom and sides for drainage. fill cup with potting soil. place cuttings of ice plants into pot, about 2-3 cuttings per cup. keep moist. for African violets, snap off an entire leaf including the stem. fill a Styrofoam cup with water. cover with saran wrap with a rubber band around the edge to keep it tight. cover completely with aluminum foil to keep inside of cup dark. place hole in center of plastic/aluminum foil with a pencil. pl...

How To: Pick out an ornamental grass for landscape

This video shows us several types of ornamental grass that can be used in landscape projects. Although none of these grasses are appropriate for use in lawns, they are great options for those who are concerned about water conservation. Ricegrass is a bunch grass with long stems and silver heads. It is a cool-season grass and will go dormant in hot weather. Little Bluestem grows quickly in the Spring and is known for its variety of colors including blue, green, and yellow. Giant Sacaton is a g...

How To: Do the windmill pattern dance move in salsa

This video is part of an instructional series on salsa dancing. In this particular video, instructors Anthony Persaud and Julie Merrill indicate the proper way to execute windmill dance moves in salsa. These moves involve structured turning, with or without a partner. The arm is raised up and outward, turning in a clockwise, then counterclockwise motion to facilitate turning from one way to the other. The name windmill refers to the way the arm turns to allow the move. Anthony provides instru...

How To: Simulate a watercolor painting in Photoshop

Photoshopuniverse shows you how to simulate a watercolor painting on Photoshop. With this you can take any photo and make it look like it was a water color painting. Take any photo and then duplicate the layer 3 times including original. Focus on the first layer go to cut out. You want a high edge fidelity, and add the number of levels no more than 5. Add some simplicity and the change mode too luminosity. Go to the second copy layer do a dry brush increase size to maximum. add just a little ...

How To: Apply sultry golden burgundy eye makeup

The Queen of Blending brings more makeup tips. This one is how to apply sultry golden burgundy makeup. She creates a specific effect showing before and at the end of the video what it should look like when finished. Each step is show in complete detail on what makeup are used. From makeup forever by aqua eyes and other products including brushes. Each step displays how to blend and apply each stage. This is very helpful to create a look that would vary from stand-alone products.

How To: Apply butterfly makeup eyes

Here is an instructive video that shows how to creatively design your eyes with butterflies. From the very first touch of the pencil to the face, the instructions on how to create the butterfly are explained step by step including a description on what size to make the butterfly according to your own face. The colors are covered and the technique on how to apply the colors is also included. There are also unique add-ons offered if you decide you want to go a little further with it.

How To: Train your dog to be calm around new objects

This video explains how to keep a dog calm and to be less reactive to objects that it is not used to including baby strollers, hats, canes, and a few other items. Starting with a few tips on how to get a dog used to the item in question such as keeping a leash on the dog and far enough away from a person the dog trusts and loves so that the dog will associate the object with a person. There are many aspects when training a dog in this way and each method can be tried if one does not work. Aft...

How To: Create a plate wall

To build your plate display you will need a plate collection, some plate hangers, and a hammer. A good part of hanging plates on the wall is you can use cracked and chipped plates in your display. To get the plates ready to hang all you have to do is make sure they are clean and measured correctly so that you can get the right hangers for the plates. When purchasing plate hangers go with the smaller size. If the plate is 10 inches buy the 7-10 inch hanger rather than the 10-14 inch hanger. Yo...

How To: Add fractions with unlike denominators using the lcd

Fractions can be tough, but in truth, they're one of the easiest concepts to understand in math. Figuring out fractions is the last thing you really have to worry about in math class, unless you have a horrible teacher, then you might want to check out this video tutorial to help you learn how to add fractions with unlike denominators, including how to find the LCD (lowest common denominator).

How to Make compound butters: Chipotle Lime-Cilantro & more

Want to transform your butter into something more complimentary to your meal? In this Curbly video tutorial, learn how to make simple and delicious compound butters. Specifically in this video, we learn how to make Chipotle Lime & Cilantro Butter. Ingredients you will be using include: butter, lime juice, one can of chipotle chile, 2 teaspoons of adobo, fresh cilantro, ground cumin, zest of one lime, and salt & pepper to taste. In the later half of this video, more ideas for compound butters ...