Hookup Web Search Results

How To: Hack together the DIY video chat robot

Sparky is a wireless, web-based video-chat robot from the Gomi Style crew. You can learn how to make your own Autonomous Telepresence robot using spare computer parts, some old toys and a bit of custom software (that we provide at gomistyle.com). This robot is operated with a Make controller circuit board. Sparky is a retired electric wheel chair with a monitor as a head.

How To: Use multiple start-up pages in your web browser

If you visit the same pages over and over, you may want to consider setting multiple start pages. While you may not have even known such a thing was possible, the set-up procedure is simple in both Mozilla Firefox and Windows Internet Explorer 7. Learn how to use browser tabs to open up multiple websites when you launch your browser with this how-to.

How To: Download streaming video

Want to watch your favorite Internet clips in the woods? Or on a boat? This video tutorial offers step-by-step instructions on downloading streaming video from video sharing websites like YouTube and Dailymotion using the media-convert web application. For more, or to get started using Media Convert for yourself, watch this video how-to!

How To: Map text files with MapForce

MapForce supports flat files as the source and/or target of any mapping involving XML, database, EDI, web services or other flat file data. In this how-to, you'll find instructions for mapping data from arbitrary text files (such as log files, CSV, fixed-width, and other legacy data sources) to databases and XML files.

How To: Browse the Internet anonymously

As Eric Hughes writes in his "A Cypherpunk's Manifesto," privacy, otherwise known as the power to selectively reveal oneself to the world, is necessary for a free and open society. One way to protect your privacy is through anonymous browsing. In this tutorial, you'll learn how to use the freeunblockme.com tutorial to surf the web anonymously.

How To: Use and configure WebCamMax

This software tutorial shows you how to configure WebCamMax and then how to use it to add notifications and emoticons to your web camera output or feed. If you want to add more info and customize your webcam videos, learn how you can do it with WebCamMax and this tutorial.

How To: Dress a floor loom

This is video footage of one step in the process of dressing a loom. This includes threading heddles and sleying reed. For a first-time weaver, setting up the loom can be 80% of the job. Many beginners actually enjoy dressing the loom more than weaving off the web. This comes about by careful work, techniques that have built-in double-checks, and efficient methodology.

How To: Play sudoku on Web Sudoku

Having trouble playing those sudoku puzzles? Well, get some practice by playing on WebSudoku.com. There's different levels of play, and this video will show you how to do it, along with some simple strategies to solve the puzzle.

How To: Use offline iPhone apps

Watch this iPhone video tutorial to learn how to save those iPhone Web apps so you can use them even when you have no connection. This how-to video will help you learn how to use offline iPhone applications like a pro in no time. Perfect for new iPhone owners.

How To: Find free books online

In this video, D.Lee Beard reviews two products: the Epson R280 6-color inkjet printer which can print on CDs and DVDs as well as 8.5 x 11 paper, and a review of the Kensington 19-in-1 Media Card Reader. He also explains how to find free books online, and viewer questions are answered on video instant messaging, and mac compatible mp3 players. Be sure to check out our http://AsktheTechies.com web site, Episode 71, for links to items discussed in this video.

How To: Create slideshows using iDVD '08

iDVD '08 has the ability to create DVD slideshows of your photos. This is a great way to show family and friends your vacation photos or other events, without using the web. Just create your slideshow DVD and pop it in the DVD player. See how to make one in this tutorial.

How To: Use CSS in GoLive CS2

Formatting text can be tedious. In the print world we use Paragraph and Character styles. In the web world we use Cascading Style Sheets (CSS). In this video we'll take the wraps off GoLive's new CSS interface and learn how to transform those standard H1, H2, etc. tags into something a lot more customized to your taste.

How To: Automate web testing with PAMIE

This Pamie Demo shows how to setup, install and run a simple automation script. It shows you: how to install Pamie, how to create a Pamie test script to Automate a form using PythonWin IDE, how to write the script and how to run the test. The volume is really low so crank your speakers way up and make sure you have the proper Python and programs downloaded.

How To: Create fillable forms with Acrobat 7 Professional

In this Podcast you’ll see how to make a form using Adobe InDesign CS2 and then export it as a PDF file. After your form is in PDF form, you can open it in Acrobat 7 Professional and create fields on top of the PDF. This enables users to fill out the form right inside their web browsers with the Free Adobe Reader. Check out this video and learn how to do it now!

How To: Start Learning How to Code in Just a Week

If you've been thinking about changing careers and you have just a little bit of time, The Ultimate 2021 Web Developer & Designer Super Bundle may be just what you need. This is also the perfect time to get it because it's on sale for $34.99, which is 98% off the regular price of $1,886. You'll get 14 courses that offer 39 hours of content on HTML, JavaScript, CSS, and more.

How To: Audit Web Applications & Servers with Tishna

Penetration-testing frameworks can be incredibly useful since they often streamline certain processes and save time by having a lot of tools available in one place. Of course, the most popular pentesting framework is undoubtedly Metasploit, but there are many others out there that cater to particular needs. For auditing web applications and servers, Tishna comes in handy.

How To: Hack Apache Tomcat via Malicious WAR File Upload

Web applications are a prime target for hackers, but sometimes it's not just the web apps themselves that are vulnerable. Web management interfaces should be scrutinized just as hard as the apps they manage, especially when they contain some sort of upload functionality. By exploiting a vulnerability in Apache Tomcat, a hacker can upload a backdoor and get a shell.

How To: Recover Deleted Spotify Playlists on Your Phone — No Matter When You Removed Them

Absentmindedly or accidentally deleting your favorite Spotify playlist — which you spent hours or even days meticulously crafting — may seem devastating because there's no obvious way to bring it back. However, there is a hidden setting in the popular streaming service that can help you recover deleted playlists — you just need to know where to look.

How To: Exploit Remote File Inclusion to Get a Shell

A simple security flaw can allow an attacker to gain a strong foothold with little effort on their part. When a web application permits remotely hosted files to be loaded without any validation, a whole can of worms is opened up, with consequences ranging from simple website defacement to full-on code execution. For this reason, RFI can be a promising path to obtaining a shell.

How To: Use Command Injection to Pop a Reverse Shell on a Web Server

Command injection is a technique used by hackers to execute system commands on a server, usually via a web application or some kind of GUI. This can happen when an application provides some sort of functionality to the user involving the use of system commands. When the input is not properly sanitized, commands not originally intended to be run are allowed to be executed.