Implementing Robust Search Results

How To: Create WoW camera and controls in StarCraft 2 Editor

Starcraft 2, like it's predecessor before it, has a very robust level editor that allows you, the DIY modder, to create nearly any scenario within the bounds of the Starcraft 2 engine that you could imagine. We have compiled videos on how to do all sorts of fun things with it, from making RPG's and Tower Defense games to just making you dream Starcraft 2 level. This video will teach you how to create a WoW-like camera and control scheme in the SC2 editor, allowing for WASD control of your uni...

How To: Create a Zerg Invasion map with the StarCraft 2 Editor

Starcraft 2, like it's predecessor before it, has a very robust level editor that allows you, the DIY modder, to create nearly any scenario within the bounds of the Starcraft 2 engine that you could imagine. We have compiled videos on how to do all sorts of fun things with it, from making RPG's and Tower Defense games to just making you dream Starcraft 2 level. This video will teach you how to make a Starship Troopers (film, not book) style map where a group of Terrans have to defend a remote...

How To: Make a Warcraft 3 hero using the StarCraft 2 Editor

Starcraft 2, like it's predecessor before it, has a very robust level editor that allows you, the DIY modder, to create nearly any scenario within the bounds of the Starcraft 2 engine that you could imagine. We have compiled videos on how to do all sorts of fun things with it, from making RPG's and Tower Defense games to just making you dream Starcraft 2 level. This video will teach you how to create a basic Warcraft 3 style hero using the Starcraft 2 patch 13 beta editor. He won't be quite a...

How To: Create and edit basic custom levels in StarCraft 2

Starcraft 2, like it's predecessor before it, has a very robust level editor that allows you, the DIY modder, to create nearly any scenario within the bounds of the Starcraft 2 engine that you could imagine. We have compiled videos on how to do all sorts of fun things with it, from making RPG's and Tower Defense games to just making you dream Starcraft 2 level. This video will teach you the basics of using the Starcraft 2 Editor (current as of patch 13). It will teach you how to use the terra...

How To: Create and manage items and loot in the StarCraft 2 Editor

Starcraft 2, like it's predecessor before it, has a very robust level editor that allows you, the DIY modder, to create nearly any scenario within the bounds of the Starcraft 2 engine that you could imagine. We have compiled videos on how to do all sorts of fun things with it, from making RPG's and Tower Defense games to just making you dream Starcraft 2 level. This video will teach you how to work with items and loot in your custom levels. You'll learn how to create items, create ancillary i...

How To: Get powerbot (RSbot) 2.+ for Windows 7, fix the JDK error, and load scripts

RSbot is no more, long live powerbot! If you want to hack Runescape this program, no matter it's name, has been the authority since 2006. If you've ever wanted to use it or tried to and had problems, this video is for you. It will teach you how to download and install powerbot 2.+ in Windows 7, fix the JDK error that plagues so many users, and how to load scripts into the program and implement your cheats. One-stop Runescape cheat shopping!

How To: Restrain a cow for surgical or farming purposes

There are a number of halters, cattle anti-kicking devices and maneuvers that restrain a cow for veterinary examination purposes. This video veterinary tutorial shows some devices and techniques to prevent and restrain a cow from kicking an examiner. Some of these restraints are also important to farmers for implementing milking procedures onto a new cow.

How To: Make a graffiti type airbrush

This tutorial video should help you make a "graffiti pen" with: a felt tip marker (not dried out), pliers, a hollowed out pen, and some paper. This is a great makeshift idea if you're trapped in school and don't have any sort of graffiti implement but you still want to fight the man.

How To: Clean your basement

Clean your basement like a champ. The hardest part of cleaning a basement is working around all that stuff you’ve stuck down there. This game plan will help. Check out this Howcast video tutorial on how to clean your basement.

How To: Create cool effects using the map editor in StarCraft 2

Starcraft 2, like it's predecessor before it, has a very robust level editor that allows you, the DIY modder, to create nearly any scenario within the bounds of the Starcraft 2 engine that you could imagine. We have compiled videos on how to do all sorts of fun things with it, from making RPG's and Tower Defense games to just making you dream Starcraft 2 level. This video will teach you how to create some cool effects for your custom map in Starcraft 2, including a voting system and a creep t...

News: Always-Updated List of Carriers That Support RCS Universal Profile

In November 2016, the RCS Universal Profile (Rich Communications Services) was introduced. The technology takes text messaging to the 21st century, emulating many of the features found in IM apps like WhatsApp and iMessage, but working through your phone number like regular SMS or MMS. The only thing is, your carrier needs to support RCS-UP to use the feature. Thankfully, the list is growing.

How To: Create global illumination in a MAXON Cinema 4D scene

This tutorial will explain some of the ways you can implement global illumination in your scene, using luminous materials and HDRIs. It also presents a look at how to set up realistic reflections in your materials, using the standard reflection channel with a fresnel mixed in. Whether you're new to MAXON's popular 3D modeling application or are just looking to get better acquainted with Cinema 4D and its various features and functions, you're sure to enjoy this free video software tutorial. F...

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: Hear/view any audio or video file on your Windows PC

In this ClearTechInfo tutorial the instructor shows with examples on how to hear and view any audio or video file on your Windows PC. This is a basic tutorial where the instructor shows how to open and play them. Video files in many formats are not recognized directly by the Windows media player like the avi format and mkv format files. Even if we try to open these files it shows an error message that the file is not supported by the player. So in order to play these kind of files we need to ...

How To: Insert and remove page numbers in MS Word 2007

This video will demonstrate the process to implement page numbers in your Microsoft Word 2007 documents. The video starts out by showing the Insert Tab on the Microsoft Word 2007 Ribbon. On the Insert Ribbon, you will see an icon titled Page Number. All of the Page Number options are available when you click the down arrow directly beside the icon. The are many different position options such top of page, bottom of page, page margins, or current position. The customization options are as endl...

How To: Use the Hacker Defender rootkit or HackDef

Hacker Defender is one of the most widely deployed rootkits in the world. It is a user-mode rootkit that modifies several Windows and Native API functions, which allows it to hide information (files, processes, etc.) from other applications. In addition, Hacker Defender implements a backdoor and port redirector that operates through TCP ports opened by existing services. This means it is not possible to find the hidden backdoor through traditional means, like launching a remote port scan agai...

How To: Create a friend adding & management app with PHP, MySQL an jQuery

In this clip, you'll learn how to implement a simple friend management application with PHP, MySQL and jQuery. Whether you're new to the PHP: Hypertext Preprocessor scripting language or are a seasoned web developer merely looking to improve your chops, you're sure to find benefit in this free video programming lesson. For more information, including detailed, step-by-step instructions, take a look

How To: Create a carousel in Microsoft Silverlight

In this clip, you'll learn how to implement a carousel with Silverlight. Whether you're new to Microsoft's popular web application framework or a seasoned web developer merely looking to improve your chops, you're sure to find benefit in this free MS Silverlight programming lesson. For more information, including a complete demonstration and detailed, step-by-step instructions, take a look.

How To: Pair your phone using bluetooth in 2010 Nissan Altima

With more and more states implementing laws that prevent drivers from driving and talking at the same time, car companies are taking notice. That's why with so many of the cars nowadays, are coming equipped with the ability to connect with a phone via bluetooth. It's a great way to speak on the phone and drive safely at the same time. So check out how to connect your bluetooth phone with a 2010 Nissan Altima. Enjoy!

How To: Create a comet/shooting star sing Photoshop CS4

There aren't any words in the silent instructional tutorial video, but if you watch carefully, you'll learn the exact steps necessary to create a phenomenal looking shooting star or comment with nice looking special effects that are achievable in Photoshop. First you'll select a circular region with the selection tool, then you fill it with white. Next you'll use brush settings to create a brush stroke that straight and fades over time to create the comet's tail. Then you'll use Photoshop's l...

How To: Prep a hide for tanning

Warning. This video is not for vegetarians or animal lovers since it does show an animal's hide. Now for those interested, this two part turorial shows you how to prep the right equipment needed to tan an animals hide.

How To: Create rounded corners in CSS

This is a video related to Computers and Programming. This is the video regarding CSS Rounded Corners: Dreamweaver Tutorial. They have discussed some images regarding CSS rounded corners. CSS is not just chatting about and doing stuff. There's a CSS book regarding all this computers and programming. Due to this, it is very much easy to implement. We do not need to face any problem. It's a great book. In this video, they have given the full video about how we can create rounded corners in CSS....

How To: Password protect queries in Microsoft Access

The Microsoft Office Access 2007 relational database manager enables information workers to quickly track and report information with ease thanks to its interactive design capabilities that do not require deep database knowledge. In this Microsoft Access video tutorial, you'll learn how to force a password to be entered in order to run a query.

How To: Password protect databases with Microsoft Access

The Microsoft Office Access 2007 relational database manager enables information workers to quickly track and report information with ease thanks to its interactive design capabilities that do not require deep database knowledge. In this Microsoft Access video tutorial, you'll learn about creating a login form and password protecting your database.

How To: Create a multiuser login system in Microsoft Access

The Microsoft Office Access 2007 relational database manager enables information workers to quickly track and report information with ease thanks to its interactive design capabilities that do not require deep database knowledge. In this Microsoft Access video tutorial, you'll learn about creating a multi-user login form to password protect different areas of your database.