Specifically Search Results

How To: Create multiple constructors in a single class 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 multiple constructors within a single 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: 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: Create mouse events for Java programming

Want to write Java 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 mouse events. For detailed instructions, watch this programmer's guide.

How To: Create a GUI with JRadioButtons when Java programming

Want to write Java 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 JRadioButtons when developing a graphical user interface (or GUI). For detailed instructions, watch this programmer's guide.

How To: Program a mouselook scroll for Java game development

Want to write Java 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 the MouseLook class for a free look effect in Java game development. For detailed instructions, watch this programmer's guide.

How To: Work with sprites in 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 work with sprites when doing game development. For detailed instructions, watch this programmer's guide.

How To: Do basic statistical analysis in Microsoft Excel

Whether you're interested in learning Microsoft Excel from the bottom up or just looking to pick up a few tips and tricks, you've come to the right place. In this tutorial from everyone's favorite digital spreadsheet guru, ExcelIsFun, the nth installment in his "Highline Excel Class" series of free video Excel lessons, you'll learn how to do basic statistical analysis in Excel. Specifically, this video covers the following topics:

How To: Create & work with pivot tables (PivotTables) in Excel

Whether you're interested in learning Microsoft Excel from the bottom up or just looking to pick up a few tips and tricks, you've come to the right place. In this tutorial from everyone's favorite digital spreadsheet guru, ExcelIsFun, the nth installment in his "Highline Excel Class" series of free video Excel lessons, you'll learn how to create and work with pivot tables (PivotTables) in Microsoft Office Excel. Specifically, this video covers the following topics and examples:

How To: Use VLOOKUP function formulas in Microsoft Excel

Whether you're interested in learning Microsoft Excel from the bottom up or just looking to pick up a few tips and tricks, you're in the right place. In this tutorial from everyone's favorite digital spreadsheet guru, ExcelIsFun, the 7th installment in his "Highline Excel Class" series of free video Excel lessons, you'll learn how to work with VLOOKUP function formulas in MS Excel. Specifically, you'll see the following:

How To: Delete only cell content or formatting in MS 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 575th installment in their series of digital spreadsheet magic tricks, you'll learn how to selectively delete. Specifically, you'll se how to delete the cell contents only, formatting only, the entire cell, or formatting and content together.

How To: Fix the nine most common types of Excel errors

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 582nd installment in their series of digital spreadsheet magic tricks, you'll learn how to understand and fix the nine most common formula errors in Microsoft Excel. Specifically, you'll learn how to interpret and resolve #######, #NAME?, #N/A, #REF!, #VALUE!, #NUM!, #DIV/0!, Circular Cell Reference, and #NULL! errors.

How To: Find averages & standard deviation in Microsoft Excel

New to Excel? Looking for a tip? How about a tip so mind-blowingly advanced as to qualify as a magic trick? You're in luck. In this Excel tutorial from ExcelIsFun, the 243rd installment in their series of digital spreadsheet magic tricks, you'll learn how to find typical values, or averages – a single value that allows you to talk about all the data points in a given spreadsheet. Specifically, you'll learn how to find the mean, median, mode and standard deviation for a set of numbers.

How To: Recognize and analyze iambic pentameter

Meter, specifically iambic pentameter, can be used to analyze a poem. Iambic pentameter is used in poetry and drama and describes a particular rhythm that words establish in each line. Rhythm is created through the stressing and un-stressing of syllables. Small groups of syllables are called feet. A foot is a group of two or three syllables and will often contain a stressed and an unstressed syllable. Iambic describes the type of foot that is used. Pentameter indicates that a line of poetry h...

How To: Buy a bikini

Cate Adair, of ModernMom, explains how to go about purchasing a bikini. First, realize that there are stores specifically for Bikinis in which you can buy pieces separately to mix and match! There are also varying bra cups and varying bottoms to pick what you like and what fits you best. A halter is best for support or a band top can be for those who may not have a larger chest. Some tops are even meant to pick up and support the chest, so you can pick these types also! Cait also warns that y...

How To: Use thread snip scissors

Thread banger, Kenneth King shows you how to save your good fabric scissors by using thread snips, a simple but important tool you must always have in your sewing workshop. Thread snips are small pairs of scissors that are specifically used for trimming off any excess thread in your material. Kenneth explains that using fabric scissors to trim these excess threads eventually causes them to wear dull spots. Always keep your thread snips handy and do all your thread trimming at the machine.

How To: Draw a hand making a "peace sign"

Hands are a tricky thing to draw. Not everybody can get them right. It takes times and practice to draw hands realistically. This particular tutorial will show you how to draw a hand making a "peace sign". Make sure to pause the video after each step and look at the screen every few seconds while you are drawing.

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 ...

Make friendship bracelets: Bordered chevron

You and your best friend may be taking the next step in the friendship ladder… the friendship bracelet. Not everybody wants to show off their friendship to everyone, but if you do, this video tutorial will show you how to make a friendship bracelet, specifically the bordered chevron friendship bracelet. It's similar to the chevron, but has a border outside the chevron.

How To: Bust the bottom of a beer bottle out

Try a new approach to breaking the bottom of a beer bottle out. This video tutorial will show you a new way to bust the bottom of a beer bottle out, specifically a Labatt's Blue. Make sure you put on all of the necessary safety gear, like safety glasses (or just regular glasses) and gloves (or hockey gloves). Instead of using your hand to bust the bottom out, try using a rubber mallet. You don't even have to open the beer to do this version of the beer bust trick.