Program Covers Search Results

How To: Program Geolocation on the iPhone

In this video, we learn how to program Geolocation on the iPhone. First, start up Xcode and start a new project. Name this "where am I" and then expand out your groups. Now, type in "corelocation/corelocation.h" and "mapkit/mapkit.h" in the view controller and space file. Type in the rest of the code to the program, then open up the program on your computer. Drag and drop the tabs into the viewing window, then grab buttons and other tabs to go onto the screen for the phone. Once finished, sav...

How To: Use SSLStrip to remove encryption from browser

You should encrypt everything. These are what you need: BackTrack 4,0, modify IP tables, Python and ARPspoofing. Program the PC to flip to forwarding mode. Adjust the programming in the IP tables. You are convincing the host and the client that the man (PC) in the middle is the host and capture passwords, user names and other information from unsuspecting clients. This program strips the "S" from "https" which make your computer vulnerable to hackers. You need to observe the address bar and m...

How To: Remove/change the arrows on shortcut icons

In this video tutorial, viewers learn how to remove/change the arrow on the shortcut icons in Windows. These arrows allows the user to know that the icon is only a shortcut. Users will need to download the program, Vista Shortcut Overlay Remover. The program allows users to display an arrow, light arrow, custom arrow or no arrow. This program also provides an option to disable the " - Shortcut" extension on any shortcut icon. This video will benefit those viewers who use a Windows Vista compu...

How To: Make a leaf cover out of a tarp and wooden dowel rods

This video from Danny Lipford explains how to make a cover for raked leaves so that the wind won't blow them away. Get a tarp and cut it to the right size. Get two wooden dowel rods and put them along two ends of the tarp. Turn the tarp edge over the dowel rods and tape them down with duct tape. The cover can be used to cover leaves that are in a wheelbarrow or on the ground. You can also lay the tarp on the ground, rake the leaves into the tarp, drag them where you want them and pick up the ...

How To: Switch applications in Mac OS X

The University of South Florida screencast teaches you how to switch applications in Mac OS X. The application switcher gives you a quick way to switch through the running programs on your computer. To do this, simply press Command + Tab. You can keep pressing Tab to switch to another program. You can also use the application switcher to quit a program. When it is selected in the application switcher, press the Q key on your keyboard. You can also use the mouse to switch between programs, whi...

How To: Download Hulu videos

This video describes how to download videos from Hulu.com. The video details how to use a program called "IP Hider". It gives a full description of how to install and start the program, including the location of the program online. This video appeals most to people who live outside of the United States and can't watch American shows on Hulu because their IP address tells the website that they live abroad. This program essentially tricks the website into thinking that the user is within the co...

How To: Make a duct tape book cover

Duct tape is versatile and can be used for anything. But did you ever imagine that it can be used for making a book cover? Protect your books with sturdy duct tape. This tutorial shows you how to make a general book cover for a paperback using duct tape, but the process can be extended to cover any type of book. Protect all your books from damage with duct tape.

How To: Handle food safely

This six video series covers every aspect of basic food safety and is specifically geared towards the restaurant industry. Video one covers 3 types of contamination and how improper handling can be dangerous. Video two covers proper holding time and temperatures, three covers poor personal hygiene, four covers inadequate cooking and contaminated equipment, five covers adulterated food and six is a review.

How To: Install and use the Python programming language

In this how-to, you'll find instructions for programming with the Python programming language. More specifically, this tutorial addresses everything from locating and installing Python to running it and writing your first programs. If you're interested in learning more about the Python programming language, watch this helpful video tutorial.

How To: Use the vi editor for Python programming

If you're interested in learning a general purpose, high-powered programming language, Python might be the way to go. In this installment from his video tutorial series dedicated to programming in the Python programming language, you'll learn how to set up the vi editor to code in Python from the Cygwin Windows/Linux environment. To get started programming with Python, take a look!

How To: Set up Cygwin for Python programming

If you're interested in learning a general purpose, high-powered programming language, Python might be the way to go. In this installment from his video tutorial series dedicated to programming in the Python programming language, you'll learn how to install the Cygwin Windows environment. To get started setting up to program with Python, take a look!

How To: Replace a broken valve cover in a car

In this series of video clips you’ll learn how to replace a valve cover on the engine of your car. Expert mechanic Nathan McCoullough shows you step-by-step instructions, from locating the valve and determining whether or not it’s leaking, covering and protecting the electronic components of your engine, and removing the necessary parts, such as the valve cover and bolts.

How To: Use PHP array programming to make a user agent sniff script

OK, so visitors are coming to your website and they're even leaving comments! Now, with some simple PHP array programming you can find out what browser and OS they're using. This tutorial shows you how to create a simple and efficient user agent sniff script to get the information you want. Sniff, sniff. Is that Chrome running on OS X I smell?

How To: Write a stunning resume and cover letter

Getting your dream job is reliant on impressing the hiring manager with a resume and cover letter. Make sure you tailor your resume for the specific job you're looking for, and format for maximum presentability. From title to reference, this video will help you get the job you've always wanted.

How To: Use inheritance and polymorphism in Python 3

Whether you're new to the Python Software Foundation's popular general purpose programming language or a seasoned developer looking to better acquaint yourself with the new features and functions of Python 3.0, you're sure to benefit from this free video programming lesson. For more information, including detailed, step-by-step instructions, watch this video guide.

How To: Make picture frames for vinyl record covers

This video tutorial is in the Home & Garden category where you will learn how to make picture frames for vinyl record covers. These frames do not use nails or clips to hold the covers. The covers slide in and out of the frames so that they can be changed easily. For this you will need 4 pieces of wood 3/4" thick, ¼" wide and 14" long. First you sand all the pieces. Then you set up your router and the rabbeting bit to cut out the four wooden pieces. Now you need to make indentations on the to...

How To: Install XAMPP, Wordpress, and MyBB on your computer

So you want to start your own website / blog / forum / web empire. Good, at least you aren't getting into financial services! This video will show you how to install three important programs that will help you get started: XAMPP, Wordpress, and MyBB. These programs will help you set up your web server, blog, and forum respectively, three important tool that you will need to use effectively to become a force on the web.

How To: Use the Soft Select feature in Autodesk Maya 2011

Want to know how to do proportional modeling when working in Maya 2011? This clip will you how to do just that using the program's Soft Select tool. 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: Get mouse input from users for Java game development

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 use accept mouse input from a user in a Java applet. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Make a variable length argument list 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 make a variable-length argument list when writing code in Java. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Build objects for multiple constructors 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 build objects for multiple constructors when writing code in Java. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Remove tanlines in Photoshop

In this Photoshop tutorial, learn how to use the software program to remove tan lines from a photo subject. To complete this editing process in Photoshop, follow the steps in this tutorial to learn how to utilize a layer mask, eye dropper tool, and adjust colors. By following the steps in this Photoshop tutorial, you can tan the parts of a subject's skin by learning how to blend colors within the software program so that someone comes out with a more even skin tone.