Fundamental Server Search Results

How To: Draw a Boat in Two Point Perspective

VCAD instructor Glen Kennedy, who has worked for several large studios throughout his career, including Disney, Universal Studios and Marvel Productions, introduces fundamental drawing techniques to encourage young artists to develop and hone their drawing skills. In this five-part drawing series, viewers can follow along with Glen to learn how to sketch a boat in two-point perspective.

How To: Perform commercial eights on pylons when flying

This video, brought to you by UND AeroCast, will teach the fundamentals of commercial eights with pylons when flying. The objective of eights on pylons is to develop the ability to maneuver the airplane accurately, while dividing attention between the flight path and selective pylons on the ground.

How To: Use basic box modeling in 3D Studio MAX

Box modeling is the most fundamental type of modeling in 3D Studio MAX, allowing you to model elaborate 3D images out of many tiny boxes. This video for 3DSMAX beginners will walk you through the basics of box modeling a human body from a blueprint. You may move past this technique as your skills grow, but you need to know it before they can.

How To: Solve math problems using proportions

Proportions or ratios are fundamental concepts of mathematics. A proportions is an equation that states that two ratios are equal. Hence proportion can be written in two ways as a:b=c:d or a/b=c/d. In these equations a and d are called as extremes and b,c are called as means. So when working with proportions we can state that product of the means is equal to the product of the extremes i.e. a*d = b*c. This is obtained by cross multiplying the second form of proportions. In mathematics you are...

How To: Get familiar with a Mac in comparison to a PC

Check out this informative video tutorial from Apple on how to get familiar with a Mac in comparison to a PC. If you're used to working on a PC, this video will show you some of the basic differences between using a PC and a Mac. Once you get to know the fundamentals, you'll find that it doesn't take long to get familiar with the Mac.

How To: Install MySQL on Windows 2003

MySQL is a multithreaded, multi-user SQL database management system which has over 10 million installations. It runs as a server providing multi-user access to databases. It is by far the most popular and common database used in web applications throughout the world, and almost all hosting companies provide it free of charge to their users. MySQL AB makes MySQL Server available as free software under the GNU General Public License (GPL). For this tutorial we are going to download and install ...

How To: Turn a Microsoft Windows PC into a web server with XAMPP

In this clip, you'll learn how to convert a Microsoft Windows desktop or laptop computer into a personal web server (or webserver) with XAMPP, an Apache distribution that compes preloaded with PHP and MySQL. 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: Install WordPress on your web server via FTP

Before you can use WordPress, you'll need to set it up on your server. This clip offers instructions on installing WordPress the traditional way. You will need web space and some FTP software to follow along. For detailed instructions, and to get started installing WordPress yourself, take a look.

How To: Link your Hotmail email account & Mac mail

The video shows you how to link your hotmail account to your Mac. The person first asks you to open the mail and write down your full name, hotmail id and the password in the boxes given there. Then click on continue, and in the next option box, leave the account type as POP and then give a description as hotmail in the space provided. Then you have to type pop3. live.com in the box given for incoming mail server. Once done, click on continue and it will ask you for description of outgoing ma...

How To: Save your server resources with PHP caching

Sometimes server space can be an issue, especially when you're talking about costly actions such as iteration, file scanning, and numerous queries. In those instances it's often best to cache! This tutorial gives you a simple example which can help your site load faster and take less abuse.