Unwanted Web Search Results

How To: Use Google Reader with RSS, Atom, & XML feeds

In this video, learn how to use Google Reader with RSS, Atom, and/or XML feeds. Feeds allow sites to "pull" information from the web without having to visit the site manually. It also helps prevent web users from having to go "check" a site for updates because the feed will check for you! In this video, learn how to add and remove feeds from Google reader and get tips on how to sort & read them these feeds effectively.

How To: Make a video clip with an iSight web camera & iMovie

Start up iMovie. When the screen pops up you should choose new project. Give you project a name and then start iMovie. Switch to the integrated camera option found at the bottom of the screen. Press record and you can start talking for as long as you want. Record what you want, then when you want to finish, press the "esc" button on your keyboard. You can then choose the clip that you just recorded, drag it to the bottom of the screen go to file, choose export, then web-stream, then click sav...

How To: Use the Xbox 360 Internet browser with NXE update

This video tutorial from KaBoom215 presents how to use Xbox 360 Internet browser with NXE update.First you need to turn on your computer and make sure you have Windows Media Center on your Xbox 360 and your computer (preferably using Windows Vista operating system).From your computer, open Internet browser, search for mce browser, choose search result that says Anthony Park Software.Download MCE Browser from this site.Back to your Xbox 360 console connected to your computer, open Windows Medi...

How To: Enable JavaScript and Cookies in Opera

Learn how to enable JavaScript and cookies in the Opera web browser. 1. Open Opera. 2. Click on tools. 3. Click on "preferences" to open the preferences pane. 4. Select the "advanced" tab. 5. Click on "content" and then check the "enable JavaScript" checkbox. 6. Click "cookies" and then click "accept cookies". 7. Click "ok" to close the preference pane and save the settings. Now you should be able to fully enjoy the web on your favorite browser !

How To: Retweet on the web with Twitter

This video shows the method on how to Retweet web sites using Twitter. The website used on this video is Dream Systems Media. First, choose an interesting topic to tweet. Highlight and copy the entire tweet. Second, using either of the following codes: RT, rt, R/T or retweet, and the ‘@’ symbol; paste the tweet previously copied. Check if the tweet contains the name of the site and the URL. Third, place your comment inside the parenthesis following the tweet. Last, click the update button and...

How To: Delete search history in IE and Firefox

Bobthegrand demonstrates how to clear the search history on the Internet Explorer and Firefox web browsers. In Internet Explorer, click the star on the toolbar to see stored web browsing tabs. Click on the history tab to expose the search history. Right click on the site that you would like to erase and then hit the delete key. Click yes in the verification popup window. In Firefox, click the expandable search options on the left hand side of the browser. Your search history will appear in th...

How To: Set up your computer to make Silverlight applications

This is a Computers & Programming video tutorial where you will learn how to set up your developer computer for Silverlight applications. First you need to install some tools on your developer computer. The premier developer tool from Microsoft is Visual Studio. If you don’t have a license, install Visual Web Developer Express which is free. It is installed via the web platform installer. Then you need to install the Silverlight toolkit. Go to Silverlight codeplex and you will find a complete...

How To: Insert a QuickTime video with Fusion Essentials

In this video the instructor shows how to insert a quick time video into your web page. To do this, first create a text box. It is always good to create a text box first and then insert your movie or flash object or any other media into it because it gives you more control of your object regarding its placement, rapping, and other things by containing it in that box. Now select the Quick Time object and browse to your movie and place it in the box. Now re-size the box to a required size for t...

How To: Use Filezilla to upload files to a remote server

Shannon Smith shows how to upload files using Filezilla in this episode of No Mac, No Cheese. Filezilla is useful in assisting you with putting files onto a web site. Simply type in your web address, user name, and password. Then create a folder and name it appropriately. Adjust the properties by keeping all permissions enabled. Then, open up the file to find all of the folders on your hard drive. You can easily drag and drop a folder from your hard drive or double click to individually selec...

How To: Clear Firefox Browsing Cache and Cookies

Here Danny Beales shows you how to quickly clear your Firefox cache and cookies. To clear your Firefox cache, do the following: Go to Tools Clear Private Data Select which data you would like to have cleared, and click on Clear Private Data. Your cookies and/or cache has been cleared. Remember to do this from time to time, because it will help speed up your browser's performance as well as keep harmful cookies from tracking your browsing.

How To: Edit sites with JavaScript code

Editing the sites with JavaScript code is one of the easiest method in the internet. First go to any web page, clear the address bar and the paste the code below, "javascript:document.body.contentEditable='true'; document.designMode='on'; void 0"(Without the quotes) and hit enter. Yep that's it, now you can select or click any part of the web page and edit what ever you need. If you follow the steps in this video you would be able to edit sites with JavaScript code easily.

How To: Take a screenshot on an Apple Macintosh

This video teaches the secrets of taking a screenshot on an Apple Macintosh in simple steps. First open any colorful web page of your choice to take the screenshot. Now hold down the Command, Shift and 3 keys together at a time to take the screenshot. Now close or minimize the web page and double-click the image found on your desktop to open it. You can zoom in or out, send via email, save it and do much more with your screen shot.

How To: Delete Browsing History, Cache, and Cookies in Windows

This video, filmed by Douglo95Producings, explains how to delete your internet browsing tracks. It is clearly described and easy to follow, for everyone. The video and sound quality, are very good, giving the viewer an easier to follow step by step guide. He gives answers to the people who ask questions and answers all the things you need to know on this action. He explains how long it will take, and what you are doing very well so the viewer gets an idea on what he is watching. The viewer wo...

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: 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: Use Facebook from Flock without visiting the website

The new Flock web browser is out and better than ever! In this video tutorial screencast we talk about how Flock has integrated your Facebook friends (and Flickr, MySpace, YouTube) right into the sidebar. You can keep the People bar open while you surf the web and make updates to your status, write messages, subscribe to media and share with your friends with just a simple drag-and-drop. This is the version of Flock you've been waiting for, trust me.

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: Use the aspnet_merge.exe utility to merge assemblies

In this video tutorial, Chris Pels will show how to use the aspnet_merge.exe utility to combine assemblies that have been compiled using the aspnet_compiler.exe utility. First, view the output of the ASP.NET compilation process to learn what assemblies are created. Next, learn the mechanics of using the aspnet_merge.exe utility to merge assemblies from the compilation of a web site, first seeing how to control the compiled assembly names with the –prefix option. Then see how to merge all the ...

How To: Use the Firefox Firebug extension for web design

Firebug is an essential Firefox extension for web designers and developers. You are able to quickly target any element on a page to see the markup, the CSS, the layout, and the DOM in an instant. Not only can you see all of this juicy information, you can edit and see the results directly in the browser window. This makes Firebug the go-to tool for debugging CSS trouble. Also indispensable for Javascript programmers. So all you Internet website designers out there, pay close attention to this...

How To: Make a Halloween spider web

For preschoolers a painting activity that uses round rolling objects to paint. In this video golf balls dipped in white paint are used make a Halloween spider web! Art gives your child a chance to express themselves through their imagination. Art allows children to explore and understand their world through creative experiences that emphasize the process of art, not the product. When your child is creating there is no right or wrong way, only their way. (Art instruction does not have specific...

How To: Add a radio station to Replay AV

Replay AV is the newest software to come out for downloading steaming audio from the web. Replay AV allows you to download audio from different sources all over the web. You can even record radio broadcasts and set your account to record the station. This video will show you how to add a radio station to Replay AV.

How to Walkthrough Darksiders: Iron Canopy

In the Xbox 360 game Darksiders, you'll eventually have to play the Iron Canopy level, which consists of The Seesaw, Webbed Floor, Two Lifts 1 Bomb, Loom Wardens, Broodmother, Silitha and Return Silitha's Heart. War will be ambushed and captured as he enters the Iron Canopy. When he comes to, you'll find him hanging from a spider web. Tap the Action button to break free. Make your way around to the left to discover a Soul Chest in hidden nook behind your starting location. Now cross the webbe...

How To: Use the IIS registration tool to configure ASP.Net

In this video tutorial, Chris Pels shows how to use the ASP.NET IIS Registration Tool to configure ASP.NET. First, see how file extensions are mapped to ASP.NET in the IIS Manager on a global and web-site-by-web site basis. These script maps provide the basis for configuring individual ASP.NET applications to run under a specific version of the .NET Framework. Next, see how aspnet_regiis.exe, the IIS Registration Tool command line utility, is specific to each version of the .NET Framework and...

How To: Rotoscope

Rotoscoping is the process of removing unwanted lines or images or anything from an animation. You go frame by frame and remove whatever you need invisible by creating a mask layer around it. If you have never rotoscoped before, check out this tutorial and get a brief history and basic understanding of how you can create artistic rotoscope animations.

How To: Add Rich Web Link Previews to Your Reminders in iOS 13

With iOS 13, Apple included some major updates to the Reminders app for iPhone. Among them is the ability to add web links to individual reminders, including a rich preview of the link that can be minimized if necessary. So now you can add an Amazon link in a reminder to buy a present or a webpage for a recipe in your grocery list, to name just a few examples.