Hookup Web Search Results

How To: Create a fixed CSS rounded corner box in Dreamweaver

Create a rounded corner box with CSS in the Adobe Dreamweaver! Whether you're new to Adobe's popular WISYWIG image editor or simply looking to pick up a few new tips and tricks, you're sure to benefit from this free video tutorial from TutVids. For more information, including step-by-step instructions on how to create your own rounded-corner boxes, watch this web designer's guide.

How To: Build a scrolling thumbnails based gallery in Flash

Need to insert a scrollable gallery of thumbnails into your website or web project? You've come to the right place. In this tutorial, learn how to build a scrolling thumbnails video and take it to the next level by building a fully functional gallery with a bonus randomizer button. Learn about using variables and rounding numbers and navigating time lines within a flash movie with actionscript.

How To: Draw a strip for a comic book

Ever daydream about making your own comic strip? Well, what's stopping you? With this lesson from television cartoonist Bruce Blitz, you'll learn everything you need to know to produce your very own comic strip suitable for publication in a newspaper or on the web. For more information, and to get started making your very own funny strips, watch this free video guide.

How To: Use the Pixel Grid tool Adobe Illustrator CS5

Whether you're new to Adobe Photoshop or a seasoned graphic arts professional after a general overview of CS5's most vital new features, you're sure to be well served by this official video tutorial from the folks at Adobe TV. In it, you'll learn how to create vector objects precisely on the file’s pixel grid to generate clean, sharp graphics for the web and mobile devices in Illustrator CS5.

How To: Translate webpages with Google Toolbar

This video will show you how to translate webpages using Google Toolbar. To quickly translate a web page using Google Toolbar, simply do the following: Click on the 'Translate' button in the toolbar. Select the language into which you wish to translate the page, and it will be translated within seconds. If you want to go back to viewing the page in its original language, simply click on 'Show Original'.

How To: Watch YouTube videos on an Apple iPad

Because of its large, high-resolution screen, the iPad is well suited for watching web video (provided said video is delivered by an HTML5 player). With this official video guide, you'll learn how to use the free YouTube app to watch clips from the popular video sharing site on your Apple iPad.

How To: Use export plug-ins in Aperture

Aperture's extensible architecture supports third-party export plug-ins that make it easy to export your photos directly to various web publishing sites, print service providers, and other software applications. You can find many of these plug-ins on www.apple.com.

How To: Use caret browsing

This video tutorial is in the Computers & Programming category where you will learn how to use caret browsing. Caret browsing is a method of selecting text on any web page. You can activate caret browsing by pressing the f7 button on your computer. It is available in Internet Explorer and Firefox browsers. Normally, for selecting text on a web page, you highlight the text by clicking and dragging the cursor and then you can copy and paste it in to a text editor. While doing this, if there are...

How To: Get started building web apps in Adobe Flash Builder 4

Need a general introduction on how to get started creating your own Flex-based web applications in Adobe Flash Builder 4? This clip will show you what to do and introduce you to the general architecture of Flex apps. Whether you're new to Adobe's popular Flash IDE (previously titled Adobe Flex Builder) or simply wish to become better acquainted with the program, you're sure to find benefit in this free video software tutorial. For more information, including specific, step-by-step instruction...

How To: Dynamically load website content with AS2 in Flash

Needing to load website content with AS2 into Flash? You've come to the right place. In the following video, learn how to load text from a text file sitting on a web server and display it in Flash using dynamic text and Actionscript 2.0. Also taught? How to load a jpg, gif, png, and/or swf file using Actionscript 2.0. All files loaded into the flash movie within this video will be loaded from an external web server.

How To: Create cool backgrounds for a website with CSS

Envious of web 2.0-style websites and their fancy backgrounds? Want to learn how to make your own? You're in luck. Whether you're new to Adobe's popular image editing software or simply looking to pick up a few new tips and tricks, you're sure to benefit from this free video tutorial from TutVids. For more information, including step-by-step instructions on how to create fancy web page backgrounds, watch this graphic designer's guide.

How To: Create & add custom HTML on Facebook fan pages

To create custom HTML elements to your facebook fan page or business page, first create a new fan page, and then click on the "boxes" tab. Now, right on the top of the page there's a grey bar, click on the button that says "fbml". Search for the application called "static fbml" and add it to your page. Go back to the homepage of your fan page, and click on "edit page" Find the fbml application and click edit. You'll now have a section where you can put html codes in to create custom web pages...

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: Install a printer on your Mac

In this video, Gary from MacMost gives some tips on how to set up a new printer with your Mac. Some printers don't work for Macs, so make sure it's compatible before purchasing it, by checking the internet. Check if a USB cable comes with a cable and buy one if necessary. Ignore the CD that comes with the printer, because it probably doesn't have the correct Mac drivers. Leopard or Snow Leopard systems will find the correct drivers for you automatically most of the time. You might need to dow...

How To: Hack with Hacme Shipping

Foundstone Hacme Shipping is a web-based shipping application developed by Foundstone to demonstrate common web application hacking techniques such as SQL Injection, Cross Site Scripting and Escalation of Privileges as well as Authentication and Authorization flaws and how they are manifested in the code. Written in ColdFusion MX 7 using the Model-Glue framework and a MySQL database, the application emulates the on-line services provided by major shipping companies. This video will get you st...

How To: Setup PHP and MySQL for your Mac Mini server

How to Use Your Mac as a Server: Turn your Mac Mini into a server! Yes, that's right, with a little know-how and a little spunk, you can turn an inexpensive Mac Mini computer into a server to provide services over you network. You won't even need the Mac OS X Server, just the Mac OS X Client, so there is no extra software to buy, just the Mac Mini and it's operating system.

How To: Program a quiz engine in ASP.Net

This video series is designed specifically for individuals who are interested in learning the basics of how to create dynamic Web applications using ASP.NET 2.0 and Visual Web Developer 2005 Express Edition with the Visual Basic programming language. In this lesson, you will begin to see the creation of the Quiz Engine. This will allow you to exercise the skills developed in the earlier videos.

How To: Create a custom membership provider in ASP.Net

A Membership Provider allows a web application to store and retrieve membership data for a user, and the standard ASP.NET Membership Provider uses pre-defined SQL Server tables. In this video tutorial, Chris Pels shows how to create a custom membership provider that uses custom SQL Server tables separate from the pre-defined tables used by the standard provider. The principles covered in the video will apply to creating custom membership providers using other databases such as Access or Oracl...

How To: Declaratively and programmatically use master pages

In this video tutorial, Chris Pels will show several aspects of defining and using master pages in an ASP.NET web site. First, see how to create master pages declaratively using the ASP.NET master page model and learn what information is best suited to a master page compared to an individual content page. Next, see how to programmatically assign master pages on-the-fly in an individual content page. Also learn how to create a base page class which assigns a master page programmatically for al...

How To: Extend and customize an ASP.Net server control

In this video tutorial, Chris Pels will show how to extend a standard ASP.NET server control and customize it for a specific purpose. Specialized controls provide an convenient way to implement standardized user interface elements for multiple web sites for individuals or teams of developers. In this example, see how to extend the DropDownList control to create a special purpose year selection control. Learn how to add properties for custom attributes that control the behavior of the range of...

How To: Delete Browsing History, Cache and Cookies

In this video, we learn how to delete browsing history, cache, and cookies. First, go to your internet browser and click on "tools". After this, go to the internet options, then go to "delete". After this, you will see different sections of things you can delete on your computer, with brief descriptions underneath all of them. If you want to delete it all, click on the bottom on the bottom of the window, then it will start to load and when finished you can exit out of the window. After this, ...

How To: Create a web logo with Photoshop Elements

In this video, we learn how to create a web logo with Photoshop Elements. First, go into Photoshop and select the text tool to enter in your logo words. Now, put your picture logo underneath it and change the font and size that you want for your text. Change the colors as you prefer, then place the logo in the background of your image and create a new layer. Place the icon behind the text so that the text is what stands out the most. Now, use FTP to place this logo up onto your website and sa...

How To: Block all Flash in the Google Chrome browser

With the advent of HTML5 standard, Adobe Flash is becoming less of a necessity – which, depending on your own personal views, might be a very good thing indeed. Interested in seeing what a Flashless web looks like (and don't have an iPhone or iPad)? This home-computing how-to from Tekzilla demonstrates how to disable Flash entirely within the Google Chrome web browser. For more information, including detailed, step-by-step instructions, and to get stared blocking Flash yourself, take a look.

How To: Use Facebook's social plugins all over the web

Facebook has added (yet another) brand new feature to their ever-expanding website. This new tool is called "social plugin" and it actually works all over the web. Now, Facebook will follow you wherever you go online. If you are on a completely different site (a news site for instance or a blog) you will see a little Facebook widget in the corner. You can then "Like" what you are reading or see if your friends "liked" it before you. This will then be published to your profile on Facebook for ...

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...