Filing Electronically Search Results

How To: Set up an Airport Extreme for outside computer access

This simple video tutorial explains how to use Airport Utility to configure your Airport Extreme so you can access your Apple computer remotely for file and screen sharing. It explains how to setup DHCP IP reservations and port forwarding using Manual Setup option of the Airport Utility. Considering that the tutorial becomes a little bit technical during the second part, this tutorial is aimed at users who already have at least some knowledge and/or experience setting up a network. Absolute b...

How To: Bypass school web filters

Learn how you would bypass a school’s web filters so that you can go to content sites that are always blocked in examples of YouTube. Click the ‘Start’ button and then click on ‘Run’ and type in cmd and hit enter on your keyboard. This will bring up a command prompt where you type in ‘ping’ and then when that populates the next prompt you enter in the website to bring up the IP address. By entering the populated number you can get into a website from the search field of a web browser. It incl...

How To: Change the sound on your PC

Change the sound on your PC in Windows Vista with this video tutorial. In Windows Vista, left click on desktop. Go to "Personal Modes" and select "Sounds". Click "Test" button in the Sound's tab window to hear sounds for different actions. To replace a sound: place the sounds, in a .WAV format only, in a folder on your C: Drive. Select sound to be replaced in Sound's tab and click “Browse” to find the file you are replacing the current one with. Click "Ok" when done to complete change.

How To: Make a moving gif from Myspace using GifNinja

The first thing you have to do make a movie is to click on Start and go to windows Movie Maker. And then click on Import media to edit the video which you want. And then drag the selected video to Time line at the bottom. If you want to make your movie for less than a five seconds or so click on the Trim and drag it to your left hand side. When your done with that click on file menu and click on publish movie. You can name your file and can also choose the destination you want and then click ...

How To: Sell your music on iTunes

With the growing popularity of digital downloads, it's important for aspiring musicians to have some sort of download available of their music. If you're an unsigned musician, selling your music on iTunes might seem daunting, but it's actually very easy! Learn how to do it in this video.

How To: Reload modules in Python

Bucky from The New Boston serves up this Python video tutorial on how to reload modules in Python. This is the program you use to write all of your Python code down. Learn how to reload modules once your source file has been edited!

How To: Build your own skateboard

A skateboard consists of three elements: the board or deck, the wheels, and the trucks, which connect the wheels to the deck. Craft your own sweet ride by putting them together. Learn how to build your own skateboard with this Howcast guide. It is laid out for you in 9 easy steps. The materials to building your own skateboard are as followed:

How To: Create green screen effects in Boris Chroma Key in FCP

Learn how to create a green screen effect using Boris Continuum Complete's Chroma Key filter in Apple Final Cut Studio. BCC Chroma Key is used for compositing camera footage shot using a blue, green, or orange screen as a backdrop over a new background video or a still image from a separate file. BCC Chroma Key is also included as part of Boris FX 9.2 and Boris RED 4.3. If you have access to this powerful plug-in for Final Cut Pro, watch and learn how to use it for precise chroma keying.

How To: Create an MSBuild project to execute

In this video Chris Pels shows how to create an MSBuild project that orchestrates the execution of the aspnet_compiler and aspnet_merge utilities for an ASP.NET web site. First, learn the fundamentals of the compilation process for an ASP.NET web site and the role of the two command line utilities. Next, see how to create an MSBuild project file and the primary elements such as PropertyGroup and Target. Then learn the details of how to execute the aspnet_compiler and aspnet_merge utilities fr...

How To: Import pictures and photos into Keynote presentations

Keynote can make your photos and images look amazing. It also makes them easy to work with. If you have, for example, four different file formats of different images, rather than dragging each of them into a presentation and trying to create a slide, you can grab all four and drag them right into the slide navigator and have full image slides ready to go. Just press play. For more, watch this friendly OS X tutorial.

How To: Customize Keynote printing options in Mac OS X

Let's say you're about to give a presentation and you want to print slides for your audience. Well, you probably want to customize your lay out so you don't waste ink, toner or paper. With Keynote, that's really easy to do. With your presentation open, go to File, the Print, and with the third dropdown menu, select Keynote. Here, you can customize your layout easily. For more, as well as step-by-step instructions for customizing print settings in Keynote, watch this video tutorial.

How To: Place a Google SketchUp model in LayOut

Working closely with SketchUp models is key to LayOut and the primary feature that makes LayOut so unique. Take a look at this instructional video and learn how to place a SketchUp model in LayOut. To place the model, go to file and simply click insert. Find your model and then open it. The great thing about viewing a model in LayOut, is that it is presented in 3D form and you can build complex documents with infinite views of your model all with just one SketchUp model.

How To: Publish your podcast through iTunes

After you’ve uploaded your XML and audio files, then your podcast is, technically speaking, available for anyone to subscribe to. Just like if you had a URL for a web page, you could just type it in to your web browser to get there, you can use iTunes to get to your podcast with just a URL.

How To: Create space and move pages in OneNote

Take a look at this instructional video and learn how to create space in your note containers and move pages in Microsoft Office OneNote 2007. See how much control you have over how your notebook is set up, from a few words on a page to entire pages to whole sections. You'll also see the many ways you can find information in your notebook. Search for keywords, which OneNote will find no matter where they are — in text, in hand-written ink, in URLs, in graphics, even spoken in audio files. Or,...

How To: Install IR shell 3.9 on a PSP with 3.80m33-

Do you own a Playstation Portable? There's a number of things you can customize on your PSP with the right tools. A few things you can do with an IR Shell: you can stream files via WiFi or USB and play MP3's while in game. If you're interested, take a look at this instructional video and learn how to install the latest IR Shell 3.9 onto your PSP. Keep in mind that this IR Shell only works if you have the custom firmware 3.80m33 on it.

How To: Hack a cell phone to make free phone calls

Want to control a friend's cell phone remotely and make "free" calls from it? In this hack how-to video, you'll learn how to hack Bluetooth-enabled cell phones with your Sony Ericsson or Nokia phone and the Super Bluetooth Hack—or "BT Info"—, a free program easily found through Google. Once installed, Super Bluetooth Hack will enable you to control your friends' cell phones remotely.

How To: Implement tracing in an ASP.Net website

In this video tutorial, Chris Pels will show you how to implement tracing in an ASP.NET web site to monitor or measure the performance and to diagnose errors. Learn how to add tracing to an entire web site as well as individual pages. See how to add custom trace messages in pages and business objects to aid in assessing site performance and in diagnosing errors. Learn the differences between tracing in an ASP.NET page and in using System.Diagnostics.Trace for tracing information in business o...

How To: Add JavaScript to an ASP.Net page

In this video tutorial, Chris Pels will show how to include JavaScript to an ASP.NET page for use on the client page to provide a richer and more robust user experience. First, see how to include JavaScript directly within an ASP.NET page and reference the script from within HTML page elements. Next, see how to abstract the JavaScript to an external JavaScript file which offers the advantage of being cached by the browser and can be used by multiple pages. Lastly, learn how to add JavaScript ...

How To: Map an ASP.Net server control to the render adapter

In this video tutorial, Chris Pels will show how to use a control adaptor to provide different renderings for an ASP.NET server control without actually changing the control itself. In this video, an ASP.NET BulletList control will be adapted to display each list item horizontally using div elements instead of the traditional ul elements. First, see how to create a class that inherits WebControlAdaptor and then implements the code to render the new list format. Next, learn how to map the new ...

How To: Controll a computer on a jailbroken iPhone/iPod touch

This is a tutorial that shows you how to view and control your computer screen from your iPhone/iPod Touch. But this method is for people who have a jailbroken iPhone/iPod Touch. This works on Edge and Wifi. If you are having problems connecting try going to control panel then security center then turn your firewall off. Also try turning off anything like virus protection.

How To: Build a propane tank Hank drum

You want to get your hands on the notorious Hang drum, but you can't because it's too expensive. Well, try your hands at the Hank drum, a Hang drum alternative that's cheap and easy to make. It was first invented by Dennis Havlena to imitate the Hang drum, and was made from old propane tanks. This video will show you the process of constructing your own Hank drum instrument from an empty propane tank, drill, electric saw, hacksaw blade, wrench, file and tuner. This project could cost you unde...