E Learning Programs Search Results

How To: Write C# code with Microsoft Visual C# 2005

Want to get started programming with C# but aren't sure where to begin? If you have prior background with Visual Basic, you might be interested in Microsoft Visual C#. This beginner’s guide is designed for people with little or no prior knowledge of computer languages, who want to learn to program by using the C# language. Write C# code with Microsoft Visual C# 2005.

How To: Use the Lego Mindstorms NXT Editor

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. Learn how to use the Lego Mindstorms NXT editing and programming software to program movements for your robot. Use the Lego Mindstorms NXT Editor.

How To: Locate a Certified Provider on eBay

New to eBay? Don't worry, setting up an account and buying and selling doesn't take that much effort at all. Everyone who has an Internet connection has at one point come across eBay, to find the perfect gift for their loved ones, to find the cheapest deals on plasma televisions and computers, or to get rid of their dusty, old record album collection in their web store.

How To: Format a FAT32 partition larger than 32GB

In this Computers & Programming video tutorial you will learn how to format a FAT32 partition larger than 32GB. For this you will need a program called Maxtor Maxblast. Download and install it. First, you will have to remove the existing partitions. So make sure you back up everything. Click on computer > manage > disk management. Find your partitions and delete them. Open up maxblast program and it will tell you it found an empty hard drive. Click ‘next’ a few ties and then choose ‘FAT...

How To: Set up port forwarding & speed up BitTorrent downloads

In this how to video, you will learn how to speed up your Azureus Vuze program. First, open up Azureus Vuze. Next, go to advanced, option, and click preferences. Select preferences and change the port to a number between 49152 to 65535. Once it is changed, go to transfer and make sure that these are set to zero. Once that is done, open your web browser and type in your default gateway. To find this out, go to system preferences, network, and router. Next, enter your user name and password to ...

How To: Sculpt primitives in Sculpty Paint

Do you wish there was a way to make more organic objects in Second Life? Are you an online Flash programmer looking to make your Papervision3D projects run faster? Do you like model rockets? If your answer to any of these questions is yes, then wait until you here about Sculpting Primitives. In this tutorial, Alex goes over the basics of what 'Prims' are and introduces a program called Sculpty Paint, which will help release the Michelangelo trapped inside you.

How To: Set up app shortcuts on your Android cell phone

What's the quickest way to get to an application on your Android phone? It's a shortcut icon, much like on your Windows and Mac computers that take you to the application quick without having to dig in your applications folder. So how do you add a shortcut on your phone? Best Buy has answers. The Best Buy Mobile team explains how simple it is to set up shortcuts on your Android enabled cell phone.

How To: Edit and split clips in Sony Vegas

Sony Vegas is a cool new video editing program. In this tutorial, you will learn some simple editing techniques in Sony Vegas. You will learn to detach the sound from your movie clip, as well as how to split your movie to remove any unwanted footage. You will learn how to merge both clips and use the fade in and fade out tool to create a smooth transition.

How To: Complete an orienteering course as a Boy Scout

As a Boy Scout, when the First Class rank is attained, a scout has learned all the basic camping and outdoors skills of a scout. He can fend for himself in the wild, lead others on a hike or campout, set up a camp site, plan and properly prepare meals, and provide first aid for most situations he may encounter. A First Class scout is prepared.

How To: Create a fog effect when creating an OpenGL program in MS Visual C++

In this clip, you'll learn how to create an eye-catching fog effect 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. Create a fog effect when creating an OpenGL program in MS Visual C++.

How To: Get started programming with Visual C# Express 2005

In this clip, you'll learn how to create a simple "Hello, World" application with Visual C# Express 2005. 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. Get started programming with Visual C# Express 2005.

Exploit Development: How to Read & Write to a Program's Memory Using a Format String Vulnerability

Format strings are a handy way for programmers to whip up a string from several variables. They are designed to save the programmer time and allow their code to look much cleaner. Unbeknownst to some programmers, format strings can also be used by an attacker to compromise their entire program. In this guide, we are going to look at just how we can use a format string to exploit a running program.

Exploit Development: How to Manipulate Code Execution with the Instruction Pointer

The one thing that separates a script kiddy from a legitimate hacker or security professional is the ability to program. Script kiddies use other people's tools, while hackers and security pros write their own tools. To that end, we're going to see how a stack overflow vulnerability allows us to flood a variable with enough input to overwrite the instruction pointer with our own commands.

How To: The Easiest Way to Get Android N on Your Nexus Before Anyone Else

Out of nowhere, Google released a preview build of the upcoming Android N release back in March—a full two months early. As if that weren't enough excitement for one day, they topped themselves by following up that announcement with the debut of a new "Android Beta" program that allows users with eligible devices receive preview builds as a regular OTA update, meaning no losing data or manual installation.

How To: Program Your Own Little RAT (Part 1) Getting the Server Working

I saw many people asking for a Tutorial about writing their own Remote Administration Tool, so I now introduce you in a basic kind of RAT. This program is not for real use, but for learning how you could write this kind of tool. It will be basicly coded and not very refined. I used Python 3, so you have to install it if you want to use this program unchanged. Also this RAT is for Windows and almost all features won't work under Linux.

How To: Parallel Programming with OpenMP: A Quick Introduction

As many of you know, processor's clock frequency improvement got stuck in about 2003, causing the origin of multicore CPU (and other technologies). In this article I'll introduce you on how to run code simultaneously in various processors (I suppose that all of you have a multicore CPU). When you write code without any parallel directive, it only executes in one CPU at the same time (see it below). OpenMP make simple to work with various cores (if not with all of them) , without so much heada...

How To: Writing 64-Bit Shellcode - Part 1 (Beginner Assembly)

In this simple tutorial you will be shown step-by-step how to write local shellcode for use on 64-Bit Linux systems. Shellcode is simple code, usually written in assembly that is used as payload in exploits such as buffer overflow attacks. Payloads are the arrow head of an exploit: though the rest of the arrow is important for the delivery of the attack, the arrow head deals the killing blow. In reality, payloads are slightly less exciting yet far more interesting and intelligent than medieva...

How To: Rotate images with Photoshop's Free Transform tool

As powerful as Photoshop is, there is little about the program that is obvious. Case in point: How do you rotate a layer? Right-click on it and select Rotate? Choose Rotate from the Layer menu? Click on the Rotate tool? The answer is no, no, and no. Fortunately, there's the Free Transform command, which rotates the active layer and much, much more. Whether you're new to Adobe's popular raster graphics editing software or a seasoned professional just looking to better acquaint yourself with th...

How To: Do a serotonin-releasing belly roll yoga move

Most people don't commit to an exercise program because it seems too strenuous to do either before work (which means in the wee hours of the morning) or after work (when you've had a dull pain gnawing at the back of your head the entire day and had a shitty day at work and commute home).

How To: Using displacement and bump mapping in Maya 2011

Want to create a surface that isn't complete smooth when working in Maya 2011? Then, my friend, you'll want to know how to use the program's displacement and bump mapping tools. This clip will show you how it's done. Whether you're new to Autodesk's popular modeling software or a seasoned 3D artist just looking to better acquaint yourself with the Maya 2011 workflow, you're sure to be well served by this video tutorial. For specifics, watch this free video 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: 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: 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: Get a decent high-definition YouTube export in iMovie

In this video tutorial, viewers learn how to create high definition videos in iMovie. Begin by importing the video into the program. Click on Share and select Export using Quick Time. Set the Export to Movie to Quick Time Movie and then click on Options. Under Video, select Settings. Change the Compression Type to MPEG--4 Video, leave the frame rater at Current, Key frames to Automatic and Quality to the Best. Click OK and then click on Size under Video. Set the Dimensions to 1280 x 720 HD. T...

How To: Use the audio effects rack in Ableton

This video is a tutorial for a music producing software program called Ableton Live 8. In this tutorial he shows you how to apply effects to effects to audio using the audio effect rack function. The way this function works is by being dragged into the bottom of the program and being applied as a place to hold various effects. Using the effect rack you can modulate and manipulate the sound waves in the effect. This is a very convenient tool to have in Ableton because it allows you to have mor...