E Learning Programs Search Results

How To: Transfer from iPod to your computer

iPods have changed the way we listen to and purchase music. Nothing could be more convenient than having your whole library in one small package. Unfortunately, if something happens to your computer, you can't get your music off the iPod. Now you can! This video will show you how to transfer music from your iPod Nano to your computer using a free program.

How To: Customize your Skype profile easily

There are so many different things that you can do to your Skype account. Besides the fact, of course, than contacting friends and family. Skype is a program that you can make it stand out from the others. So in this tutorial find out how to customize your Skype account by making it your own and making it easier for others to identify who you are. Enjoy!

How To: Rip DVDs onto your computer with Handbrake

After building up a DVD collection over the years can make you realize just how much you've invested in your movie collection. DVds are far from the sturdiest media for storing a valuable collection like that. Luckily, programs like Handbrake makes it possible to backup your valuable movies. This video will show you how to do it.

How To: Create a rough sketch effect in Adobe Photoshop

Have a photo that's not sketchy enough for your taste? Are you maybe just a big fan of Norwegian new wave band, A-ha? Whatever the case, this free Photoshop video tutorial will walk you through how to apply the effect to your own images in Adobe's popular image editing program. Take a look.

How To: Select, drag, copy, and move text in Mac OS 10.5

In programs such as Microsoft Word moving text around can save quite a bit of time and for some be easier than re-typing whatever it may be. It's an easy task, but it entirely depends on what kind of computer you own, whether it's a Mac or a PC. In this video tutorial find out how to select, drag, copy, and move text while using a Mac operating system. Enjoy!

How To: Render with Mantra in Houdini 9.5

The 3D animation program Houdini is automatically bundled with Mantra, Houdini's production-class renderer. In this masterclass, developer Mark Elendt shows you some of the latest features of Mantra including PBR (Physically Based Rendering) and the new volume rendering architecture. He will also review the process of rendering with different rendering engines in Mantra. See how the rendering engine works.

How To: Create realistic perspective using Photoshop

This is a tutorial video from Sessions Online Schools of Art & Design's "Photoshop Basics" course. This video is part of Sessions' Graphic, Web, Multimedia Arts, Digital Arts, and Marketing Design certificate programs. You are distorting layers using the transform tool. Use the line tool to check the work. GO Edit: Transform - Distort.

How To: Use NLP anchoring

Here is a Neuro Linguistic Programming (NLP) anchoring technique to help you neutralize negative thoughts and emotions. NLP anchoring is a simple, yet safe and powerful tool for self improvement and growth.

How To: Use Microsoft Office OneNote 2007

Do you ever wish you had a way to jot down an idea, and then illustrate it with a page from a document, a photo and a sound clip, all without opening multiple applications? Microsoft Office OneNote 2007 note-taking program is that advanced notepad, and is better than ever with new additions to the interface that make it even easier to organize yourself. For more on using MS Office OneNote, watch this video tutorial.

How To: Install Cairngorm in Adobe Flex 3 and use MVC

In this tutorial, Mike Lively of Northern Kentucky University discusses the MVC (Model Viewer Controller) architecture, installs Cairngorm into Adobe Flex 3, and discusses one of David Tucker's examples. The MVC model is comprised of a Model (encapsulates information from the d base (XML file), View (presentation layer that the user interacts with, and Controller (processes and responds to events and invokes changes to the model and viewer). See how to use the MVC model and install Cairngorm ...

How To: Use ADSR and AHDSR envelopes in music softwares

This music production tutorial covers ADSR and AHDSR envelopes, how to understand and implement them in Reason, FL Studio, Reaktor and almost every piece of music software. The tutorial shows you how to work with envelopes in each program and includes several takes on common use. If you are new to midi sequencers and synthesizers in Reason, Reaktor, FL studio etc., watch this important tutorial on using ADSR and AHDSR envelopes.

How To: Defragment or format a Mac hard drive

In this episode of Ask the Techoes, D.Lee and Brandon answer viewer questions on how to defrag a Mac hard drive, erasing an NTFS hard drive on Mac OS 10.4, how to uninstall programs and their related files on a Mac, questions with Parallels, and how to create a wireless USB hub. Send us your questions at askthetechies@gmail.com Hosts: D.Lee Beard & Brandon Jackson http://AskTheTechies.com

How To: Generate 3D terrain in Microsoft Visual C++

In this clip, you'll learn how to create 3D terrain in MS Visual C++. Whether you're new to Microsoft's popular general-purpose programming language and IDE or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look. Generate 3D terrain in Microsoft Visual C++.

How To: Draw text with OpenGL in Microsoft Visual C++

In this clip, you'll learn how to draw text when working in MS Visual C++. Whether you're new to Microsoft's popular general-purpose programming language and IDE or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look. Draw text with OpenGL in Microsoft Visual C++.

How To: Use and work with XML documents in a C# application

In this clip, you'll learn how to use XML within a C# app. Whether you're new to Microsoft's popular multi-paradigm programming language or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look. Use and work with XML documents in a C# application.

How To: View sensor data from a Lego Mindstorms NXT robot

If you want your Lego Mindstorms NXT robot to function as accurately as possible youneed to understand how to get data from the viewing sensors via the NXT brick. Learn how to use the NXT brick and the NXT programming environment to view and change light, sound, or touch sensor data on a Lego Mindstorms Robot. View sensor data from a Lego Mindstorms NXT robot.

How To: Use the Lego Mindstorms NXT Brick

The Lego Mindstorms system may seem like a toy at first, but it is actually a very powerful robotics system used by universities, schools, hobbiests, and kids alike. The NXT Brick is the basic component of the NXT system - learn how to use it to build robots and program or check functions. Use the Lego Mindstorms NXT Brick.

How To: Use measurement features in Photoshop CS3 Extended

This video shows you how to use the new measurement features in Photoshop CS3 Extended. You learn how to set a measurement scale, save it as a preset, measure items, manage the measurement log, and export measurement data to a spreadsheet program. Check out this video created by Ashley Manning Still now! Use measurement features in Photoshop CS3 Extended.

How To: Code Your Own Twitter Client in Python Using OAuth

This is my attempt to show people some cool things we can do with programming, and to give a small incentive for people to join the weekly Community Bytes. I wanted to make a tutorial on how to use Twitter from the command line with Python. This would have been an easy project to do not too far back, and a good bit of practice for a beginner to programming. It teaches that you can do useful stuff with programming. However, a while ago Twitter started using something called OAuth to access the...