Building Programs Search Results

News: Introduction to Terrans in Starcraft 2

Interested in playing as the Terran race or curious about the new updates? Here are two excellent guides that methodically take you through the new changes and abilities of the Terran buildings and demonstrate how the Terran units work. It's a bit old, but most of the information on that particular build of the game is still true.

How To: Make simple 3D objects with the 3ds Max modeling tools

In this 3ds Max tip tutorial, you'll learn how to work with the program's various modeling tools, taking a look at features like spline shape modeling, the lathe modifier and connect compound object to create a simple cup of tea. You'll use spline and lathe to create the cup body, then use loft to create the handle and last step will be connecting these two parts to create the final cup of tea. Whether you're new to Autodesk's popular modeling software or a seasoned 3D artist just looking to ...

How To: Set up OpenGL and GLUT on Mac for C++

To start making your own 3D games using C++, then you're going to need to download and install these developer programs. This video lesson will show you how to download and set up OpenGL and GLUT for C++ on a computer running a Mac operating system.

News: Winning with 2-Letter Words

When your opponent throws down "AA", you tell them no abbreviations, but alas... it's not. They build "ZA" on the board for 64 points, and you say it's slang, but it's in the dictionary. Next is "EF", and you let them know that spelling out letters is not allowed and ridiculous... but it's totally legit.

News: The 'Electri-City' Tables by Ben Yates

I have an interest in using recycled materials in sculptures, particularly circuit boards and other wasted electronic and mechanical components with which I put together sprawling cities lit with fairy lights. These cityscapes can conjure an image of a parallel society built from what we throw away. Utopian or dystopian, the ‘Electri-Cities’ remain a feast for the eyes and the mind. What makes them particularly intriguing is the population of tiny model railway people—they bring a host of nev...

How To: Install Linux Mint 7 inside Windows Vista

In this tutorial, we learn how to install Linux Mint 7 in Windows Vista. Use Sun Virtual box to download the Linux Mint 7. When finished, open up the program and click the install button, then go through the install process to finish installing the Linux program. You can go through the default settings or you can choose your own. When it's finished installing, create a name and password, then choose if you want to log in automatically. When finished, you will have the operating system up, the...

How To: Keep Your PC Running Smoothly

Introduction This is one of the things I am asked the most and there are so many different answers. It is hard to just tell you without know your computer's current speed or what type of hardware it has. So here I will talk about how to speed up a slow computer and how to keep your computer running fast.

How To: Build a beeping electronic practical joke

Watch as Kipkay from MAKE Magazine shows you how to make something really cool for the office, with parts from RadioShack. One of the original practical jokes is the gravity activated subwoofer simulator, or better known as the Whoopee Cushion. See how to make a high tech prank... the Joke-A-Tron. This electronic prank device will beep and beep to keep your enemies on their toes.

How To: Things to Do on WonderHowTo (05/09 - 05/15)

WonderHowTo is a how-to website made up of niche communities called Worlds, with topics ranging from Minecraft to science experiments to Scrabble and everything in-between. Check in every Wednesday evening for a roundup of user-run activities and how-to projects from the most popular communities. Users can join and participate in any World they're interested in, as well as start their own community.

News: Chris Henrickson Creating Community & Change

Stand back. This is a powerful talk from Chris Henrikson founder of Street Poets Inc. An organisation that is committed to building a community that brings together different racial, ethnic and socio-economic segments of the city of Los Angeles around the transformational power of the creative process.

News: Introduction to Link Building

This article is going to cover the basics of link building. Why do we want to build links? First of all, what is a link? A link is a hyperlink, actually. You click on it and it brings you to another webpage. I'm sure you've all clicked on links before. Well, what we want to do is we want to build links from other sites back to our own site. Why do we want to do this? Google’s problem, as I see it, and this is based on thousands of hours of research, reading articles and watching videos and li...

News: Advanced Cracking Techniques, Part 2: Intelligent Bruteforcing

Following the first part in this series on advanced cracking techniques, we are going to go over how we can intelligently crack passwords using the old-fashioned bruteforce method. These unique cracking techniques aren't widely used, because most crackers are Script Kiddies who have no idea what the concepts are behind cracking passwords, thus, word won't get around too quickly.

How To: Make a Gmail Notifier in Python

In this article, I'll show you how to make a simple Gmail notifier. Python can do various things in terms of notifications; sending commands to an Arduino unit, playing sounds, opening windows, etc. The code below simply plays some music, but the possibilities of notification methods are endless. If you aren't familiar with python, there are many sites with tutorials like this one, or this one.