Generate Real Search Results

How To: Generate realistic clouds with the GIMP image editor

In need of a sunny, blue sky? Generate one in GIMP! Whether you're new to the GNU Image Manipulation Program, GNU's popular free graphics editor, or a seasoned designer just looking to pick up a few new tips and tricks, you're certain to enjoy this free video software tutorial. For more information, including detailed, step-by-step instructions, and to get started making realistic clouds in GIMP yourself, take a look.

How To: Quickly Generate Anonymous, Throwaway Email Addresses on Your iPhone to Keep Your Real Email Accounts Safe from Spam

A temporary email can go a long way. Using your actual email to sign up for a mailing list to receive 10% off a purchase doesn't make sense if you don't use the website much. It means you'll have to deal with spam emails from then on, which is why an anonymous email is perfect not to have to deal with all that trouble. And that's where the TempMail shortcut for your iPhone comes in handy.

How To: Create augmented reality apps

In this video, viewers learn how to create augmented reality applications, using Papervision 3D version 2.0. Augmented reality is a term for a live direct or indirect view of a physical real-world environment whose elements are merged with virtual computer-generated imagery - creating a mixed reality. To create augmented reality applications, users require the following programs and software: Adobe Flex Builder 3, TortoiseSVN and FLARToolkit. This video tutorial is not recommended for beginne...

How To: Generate random numbers (integers) in Excel

1.Here 10-50 and 300-400 numbers are taken for example to generate the random numbers within the limit in Excel. We using the command of "randbetween" for generate the random numbers and we won't get the decimal or fraction values.2.Now type "=randbetween(10,50)" which means to generate the random value between the bottom value of 10 and top value of 50 and click enter now we will get 11 as random generated number.3.Do the same thing for 300-400 as "=randbetween(300-400)".You will the 303 wil...

How To: Generate random numbers (with decimals) in Excel

This video shows you how to generate random numbers with decimals in Microsoft Excel.When generating random numbers you must have a lower and upper limit, so that your number will be generated between the two limits. For a number without decimals, you only have to use the "=randbetween" function. If you want to use decimals, you will have to use a different but similar function. Start by typing "=rand()". Next, you multiply this by the difference between the limits and add the lower limit. Fo...

How To: Generate your own chess candidate move orders

These two videos focus on analyzing chess positions, and generating candidate move orders from the position without moving the pieces or using computer analysis. The goal is to improve the ability to generate lines and variations mentally during a game, and to try to come up with a move that either maintains equality on the board, or paves the way for a slight positional edge.

How To: Score a bargain at a foreclosure auction

You can get a real steal at a house foreclosure sale, or you can overpay for a money pit. Here’s how to avoid the latter. With the bad economy, now is a great time to take advantage of real estate bargain sales. Watch this video real estate tutorial and learn how to get a good deal on real estate foreclosures.

How To: Use basic lighting effects in Maya

Modeling software is a wonderful tool for experimenting with modifictions of a product first before building it in real life. Plus, it's just cool to build things virtually. This Maya software tutorial teaches you how to use basic lighting effects in Maya.

How To: Sell your home or real estate fast in a slow market

Check out this instructional real estate video that demonstrates how to sell your home or real estate fast in a slow market. Get every real estate agent in town to show your property first without paying full commissions. This is what most realtors don't want you to know! Sell your home fast in this real estate video presentation.

How To: Randomly generate whole numbers 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 17th installment in their series of digital spreadsheet magic tricks, you'll learn how to use the RANDBETWEEN function to randomly generate whole numbers as well as how to randomly assign numbers to employees.

How To: Generate a dynamic list from a table in MS Excel

New to 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 Excel tutorial from ExcelIsFun, the 146th installment in their series of digital spreadsheet magic tricks, you'll learn how to extract records from table, putting one record on each sheet with records in rows. This is accomplished with Excel's VLOOKUP, COLUMN, FIND, REPLACE and CELL functions. See also how to create a formula for a sheet name (sheet tab name, works...

How To: Use anchoring to gain instant self confidence

Tim Brownson talks about how to tap into self-confidence during this video. This technique is called anchoring. An anchor is an idea or event that links to another event that is usually not related in some way but provides some kind of reminder of an emotion. This can also be called a conditional response. Tim gives a lot of real examples of anchors and conditional responses. First start by calming down as much as possible. Then think of some activity that you are confident you can do, and th...

How To: Randomly generate 1s, 0s & blanks with Excel's CHOOSE

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 392nd installment in their series of digital spreadsheet magic tricks, you'll learn how to randomly generate 1, 0 and blank values with the CHOOSE, RAND, RANDBETWEEN and INT functions.

How To: Generate random letters without RANDBETWEEN in 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 385th installment in their series of digital spreadsheet magic tricks, you'll learn how to generate random letters without RANDBETWEEN function using the formula =CHAR(65+INT(RAND()*26)).

How To: Quickly generate PHP code templates with Flash Builder 4 Data Wizard

In this clip, you'll learn how to quickly generate templates with Flash Builder 4 Data Wizard. Whether you're new to the PHP: Hypertext Preprocessor scripting language or are a seasoned web developer merely looking to improve your chops, you're sure to find benefit in this free video programming lesson. For more information, including detailed, step-by-step instructions, take a look.

How To: Prove that the areas of diagonal-generated triangles are equal in geometry

From Ramanujan to calculus co-creator Gottfried Leibniz, many of the world's best and brightest mathematical minds have belonged to autodidacts. And, thanks to the Internet, it's easier than ever to follow in their footsteps. With this installment from Internet pedagogical superstar Salman Khan's series of free math tutorials, you'll learn how to demonstrate that a diagonal line drawn from one corner of a rectangle to another will generate two equivalent triangles.

How To: Place links on a page in the right place to generate better PageRank

Google is the biggest and best search engine on Earth, and if you are a webmaster and want your website to be a big success it would really behoove you to know as much about how it works as possible. The Google Webmasters series of videos and website were created to teach webmasters, SEO professionals, and others how Google works by answering their questions and giving them insights into how they can best integrate and utilize Google's functionality to improve their business. This video will ...

How To: Profit from real estate investments

In this video tutorial, viewers learn how to make a profit from real estate investments. The hard way to invest in profit is to buy a property and then rent it out. If users invest this way, they will have to take all the responsibilities of a landlord. Users are able to turn it over to a management company, but will end up loaning money. The easy way to invest in profit is to invest in Real Estate Investment Trust. This will allow users to invest in apartment buildings, shopping malls or off...

How To: Generate random numbers not divisible by 3 in Excel

New to 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 Excel tutorial from ExcelIsFun, the 261st installment in their series of digital spreadsheet magic tricks, you'll learn how to generate random numbers within a certain range and with certain supplementary criteria (e.g., values that are not divisible by three) via the use of large array formulas.

How To: Rig a quadruped with the Auto Rig Tool in Houdini

This five part Houdini 9 video series covers an entire rigging workflow using the H9 Quadruped Auto Rig shelf tool. Take an in-depth look at setting up joint controls, creating proxy geometry, generating animation and deformation rigs, and painting weights. The concepts presented in this tutorial series will apply equally as well to a Biped Auto Rig set up.

Prev Page