Creating Partnerships Search Results

How To: Create your own vintage jeans

Watch this fashion tutorial video to learn how to create your own vintage jeans by adding a brownish-copperish fade. All you need is old jeans, coffee grounds (preferably espresso), stockings, a bucket with a lid, and hot or boiling water. Soon you'll be sporting your own homemade vintage jeans!

How To: Use a Peltier module to create free electricity from heat

A Peltier module allows you to turn heat into electricity. Because you can place it in areas that are normally warm anyway, the electricity created is "free" in a sense, though it does work best when one side of the module is cold and the other is hot. In other words, all you'll need for this project is the Peltier module and a cooler surface such as soil or water, and a warm area such as a well lit window or warm pan.

How To: Crochet the shell and drop stitch

Improve crocheting skills by creating solid motifs. This how to video is a crocheting tutorial that shows how to create a three sided solid motif. Crochet several of them, bind them together and create larger handmade projects. Learn these basic stitches by following along with these simple step by step instructions.

How To: Make graffiti lace with Threadbanger

This video tutorial from Threadbanger will teach you how to use a cool technique and create graffiti lace. From this technique, you can make a tablecloth, dress, scarf and more. This is so great for creating unique patterns that nobody else will have, and use that old lace at the same time.

How To: Create actions in Adobe Photoshop

Learn how to create actions in this Photoshop tutorial. Actions are a way of recording one or more moves or steps you would take to modify an image. This way, every time you need to resize or modify another image the same way, you only have to click the action. A great time saver and a must for batching photos.

How To: Implement URL writing in ASP.Net

In this video tutorial, Scott Golightly shows how to create an ASP.NET HttpModule to “rewrite” the URL when a request for a web page comes in. You may want to rewrite URLs to create friendly URLs or to direct an old URL to a new URL. We will look at the code needed to implement URL rewriting and also how to handle page post back events.

How To: Make event handlers for ASP.Net web pages and controls

In this video tutorial, Chris Pels will show how to create event handlers for ASP.NET web pages and web server controls. First, learn how to create page level events for the standard page events provided by the .NET Framework. See how to automatically bind the events to a page using the AutoEventWireup attribute as well as programmatically bind the events. Next, learn how to create and bind event handlers for the standard web server control events. Also learn how to connect multiple events fo...

How To: Create and use application level events in ASP.Net

In this video tutorial, Chris Pels will show how to create an Application Class File (Global.asax) that contains application level event handlers such as Application_Start and Application_BeginRequest. Then the sequence of application level events in the application lifecycle will be discussed as a basis for determining where certain types of operations would be best performed during the application lifecycle.

How To: Share data between client JavaScript and server code

In this video tutorial, Chris Pels will show how to share data in between JavaScript and server-side code by using a hidden field in an ASP.NET page. Next, learn how to use the RegisterHiddenField method in server-side code to programmatically create a hidden field on the client. In addition, see how to programmatically create a HiddenField server control for sharing data on an ASP.NET page. Finally, use the RegisterArrayDeclaration method to create a container in server code for storing mult...