Making a cartoon filmstrip can be simple and fun. There are online programs to do it digitally, and there is the traditional method which utilizes paper, scissors, and glue. No matter what system you…
PowerShell is a task automation framework from Microsoft. It uses a command-line interface system similar to what you might see when using DOS. So if you were to import a list of users into PowerShell…
Setting focus on a target in World of Warcraft refers to the secondary targeting system used in the game. There are many situations in which this feature comes in especially useful. The target you set…
HealBot is one of the most popular add-ons for healers in "World of Warcraft." HealBot benefits any kind of healer class and spec including restoration druids. HealBot helps the player by making it…
With Autodesk's AutoCAD versions 2000 through 2012, you can create two-dimensional and three-dimensional representations on the computer. The program provides you with editing tools to modify the form…
The Powershell "schtasks" command lets you schedule tasks on your local computer or a remote computer on which you have administrative rights. Network administrators use Powershell to automate…
Similar to other languages, Perl can allocate variables dynamically and refer to them using references or pointers. Because the allocated memory does not correspond to a named variable, it is called…
Learning how to install the free three dimensional imaging program Blender with the programming language Python gives you access to a resource for creating three dimensional designs whose features you…
The UNIX operating system remains a common tool used to run the backend of websites and servers. Some UNIX configurations will store logs of activity on a server's file transfer protocol (FTP) account…
Paladins are a hybrid class in "World of Warcraft," capable of fulfilling either of the three roles in the game, those being healing, tanking or damage-dealing. The role they choose depends entirely…
A command-line interface tool that allows you to perform administrative tasks and executable functions, the Windows PowerShell is integrated with most versions of Windows 7, Vista and XP. The…
All of the Linux configuration files are stored in plain-text documents, making them easy to edit. This functionality allows you to add scripts to your computer's startup sequence or device mounting…
Email has become the communication form of choice, but many times we receive ill-conceived messages that are not very informative. The key to an informative email is one that does not require reply…
Unix-like operating systems (in particular, Linux) always support one or more command-line interfaces or "shells." Each shell is a fully-featured programming language. You can write scripts using that…
Extended attributes are attached to third-party files on a Mac, including files you download from the Internet. Extended attributes are present on files that have an "@" sign at the end of their file…
Microsoft Windows PowerShell is a task automation system that provides a command-line interface and a specialized script language. PowerShell may be used for file-level operations from a DOS-like…
If you want to automatically connect to a file transfer protocol (FTP) server when you perform a task on your Unix or Linux computer, create a shell script to embed that function. Shell scripts are…
VB Script prompts occur when a scripted program runs. You need to disable support for scripting on Windows 7 to prevent these prompts from appearing. Disabling these prompts helps to protect your…
Pinging a server with PHP is useful when you want to check if a server is online or to measure the time it takes the server to receive and send back a packet. The ping utility sends a ICMP echo…
"World of Warcraft" is a massively multiplayer online role-playing game that pitches players straight into the middle of the long ongoing conflict between the Horde and the Alliance. The warrior class…
Normally, as you create projects and structures using the architecture software AutoCAD, the attributes for the structures, such as the color type, model number and cost, remain invisible. If you need…
For players to become particularly proficient in "World of Warcraft," having at least a basic knowledge of how macros work is a good idea. Using macros can allow you to cast spells and use other…
A nicely written sales email template will compel your readers to purchase the product that you are selling. Email templates provide you with a pre-written document that you can save and use again…
The "Northrend Beasts" are the first encounter in the "Wrath of the Lich King" raid instance, "Trial of the Crusader" and the heroic version "Trial of the Grand Crusader." At Level 85, the normal…
A moving average calculates an average over a set period of data points, or a given time frame. As data is added, the average is "moved" to incorporate the new data points and omit older data points.…
If you are creating a batch script -- the script file used in conjunction with the Command Prompt, or CMD -- then you may want to make the script wait for user interaction. This allows part of your…
Some webmasters place JavaScript code directly in the HTML pages. Placing it in the pages makes it convenient to add and edit, but the code can be seen by search engines and readers who open the page…
"Tank" is one of the three primary character roles in "World of Warcraft." A tank is the member of a group who needs to make sure that monsters in raids, dungeons and elite encounters is attacking him…
Mac's OS X is an operating system based on UNIX, an operating system in use since the 1970s. Along with its stability, one of UNIX's benefits is the ability to write and use shell scripts. Shell…
"Warcraft III" is a real-time strategy game made by Blizzard Entertainment. Players control armies led by heroes and fueled by towns that supply resources. An attack rate is the number of attacks a…
Tanking is a major role in "World of Warcraft." To be a good tank, you must have agro when running dungeons and raids to fulfill your role -- the monsters must be attacking you and not anyone else.…
Recurring updates on your Windows 7 computer are controlled through the Control Panel. The automatic updates on your system scan your computer for software and hardware updates. If you would like to…
There are many ways of shape-shifting in "World of Warcraft," but the only class that uses shape-shifting natively is the Druid. Druids can shapeshift into different forms, each of which has a…
Perl is a modern programming language that allows you to write scripts of any level of complexity. Exponential operations indicate raising a base to the power of the exponent; for instance, 3 (the…
Players of "World of Warcraft" often use macros to make casting their spells more efficient. Macros do not automate processes, as such, but they make it easier to bind multiple abilities to one button…
"World of Warcraft" includes many animations that your character can display as part of the social and role-playing experience. These animations are most commonly known as "Emotes." Using these emotes…
A space and a new line are both considered "whitespace" characters in PHP, as is the tab character. Sometimes you want to remove a space and a new line character from a string to make parsing the…
One way to check if a server is available is to ping the server. When you ping a server, you send packets of data to the server, wait for a response and measure the time from transmission to…
You can run JavaScript on a Web page in several ways. The most common way is to define JavaScript functions and place them between the HTML <head> tags. This ensures that the JavaScript runs…
At some point in his computing career, almost every computer user has stumbled across a task that he finds himself performing over and over again. "I wish I could write a little program to do this for…
PowerShell lets you execute commands and write Visual Basic scripts on any Windows computer. The PowerShell command line is mainly used by system administrators to automate login scripts and set user…
Powershell provides Windows administrators and software developers with a way to automate services, create scripts and send commands to a database server. You can output results of your Powershell…
Windows Powershell provides you with a command line utility to automate some features in Windows, including a connection to a MySQL server. Powershell lets you run queries from a command line without…
Sending recurring Outlook emails requires you to create a short template and set up an Outlook task to trigger. This type of setup is beneficial if you want to send a simple email to several users…
Macros in World of Warcraft are widely used amongst enthusiasts due to their added efficiency and time-saving features. Macros can be programmed within the user interface of the game, without the need…
Javascript is client-side code that lets you control how web pages behave after the initial page code loads in the web browser window. You can use Javascript for opening new websites. This type of…
Macros can be programmed in "World of Warcraft" to enhance your gameplay and improve efficiency. If you are grinding, an attack macro can be programmed to automatically select the nearest enemy target…
You can make files on your computer accessible to anyone with an Internet connection by uploading them to a Web server. While some Web hosts and services let you upload files through your browser, it…
Shell (sh) scripts are the Unix equivalent of batch scripts and consist of basic command line functions. Shell scripts were developed when computing was entirely command-based and thus shell scripts…
The trash can, otherwise known as the Recycle Bin, is where small files are stored before they are removed from the computer. If a file was accidentally moved to the Recycle Bin, the file may be…
Instant messaging, or chat, is a way to communicate in real time. Many companies have an instant-messaging application. The one on Facebook is known as "Chat." Adding symbols, such as stars, to chat…
Web sites use JavaScript to add function to basic HTML designs. With JavaScript, you can manipulate the visibility of elements, validate user-entered input, and change the cursor location, called the…
The programming language Perl provides at least three ways to discover the size of an array. Confusingly, the "length" function that comes with Perl is not one of them. Instead, these three ways to…
In most Linux and Unix operating systems, the root user is the only user who can make changes to other accounts, affect system-wide processes and make changes to the operating system kernel. Even in…
The Linux operating system uses the "useradd" command to add both a regular user and an FTP user. When used to create a regular user, the command creates a home directory for the user and sets up a…
If you need to find the difference between two times, whether they differ by only a few seconds or by years, you can do this in the GNU version of Unix with the "date" command. However, the procedure…
How fast a Web page loads often depends on much more than the Internet connection speed of the computer accessing a page. Whenever a site visitor requests a page on your website, the Web server must…
When using AutoCAD 2004, you can use scripts to automate tasks or animate sections of your drawings or diagrams. The various attributes in the script file will relate to what you want to do in AutoCAD…
Scripting in MSN Live Messenger lets you create interactive "bots" that reply to users. MSN Live scripts are programmed in the C development language, and you can use them on your own Live Messenger…
When you are managing computers set up with the Microsoft Exchange Server 2010, you determine when online maintenance should be performed for mailbox databases and public folder databases in the…
An ASP hit counter is one of the most basic ways to track your website's traffic. Your hit count is automatically recorded onto a text document within your hosted files. Every time someone visits your…
A DIC file is a usually simple text format dictionary, used by word processors, browsers and other software to spell check a document or web page. You can write to an existing dictionary file using…
The Windows PowerShell is used to execute text-based commands for Windows and Microsoft programs. The main PowerShell window looks like a DOS command prompt window. However, it is used to run script…
A File Transfer Protocol (FTP) script is a simple batch script that uses the FTP program built into Microsoft Windows to automate a set of FTP functions. The FTP script is typically used to…
Unix scripting is somewhat similar to creating a batch file in DOS/Windows. When you create a script in Unix (and Unix-like operating systems) you are creating an executable text file containing a…
Final Draft is a computer program designed for screenwriters of all types. By selecting a format before beginning a project (either a feature film, animated film, half hour television show, hour…
UNIX shell scripting makes it easy for you to accomplish repetitive tasks on your machine. Shell scripts are also versatile, as they allow you to improve and tailor your computer to your use. While…
The Unix Operating system allows applications to be shared by workstations, mainframes and PCs. Unix commands are short abbreviations of longer words. Programmers can use Unix-SAS to create batch jobs…
Microsoft Access is a database program included in the Microsoft Office suite of applications. With Microsoft Access, create a database to suit your needs using Microsoft's Visual Basic for…
Running scripts using a Secure Shell connection allows you to bundle several shell commands into your own scripts. Use the shell's built in ability to write a errors to a file. This will allow you to…
Visual Basic Scripting (VBS) allows you to create scripts that automate processes on your computer. The VBS language also lets you send email when the user logs in. The user connects to the network…
A logon script is a simple .BAT or .VBS file that executes each time you log in to the Windows computer. These are commonly used by network administrators to control user settings on several computers…
Creating scripts or macros in World of Warcraft adds another dimension to the game by letting you do repetitive tasks quickly. Commands you enter run one after the other, without delay. They execute…
Visual Basic for Applications (VBA) is a programming language used in Microsoft Office applications like Excel and PowerPoint. You can use VBA to write scripts that will customize your Office…
Vi is an old fashioned text editor originally developed in 1976. Despite it's age, it remains popular with many programmers and Linux fans for the powerful text manipulation tools built into it.…
SQL stands for Structured Query Language. Developed in 1970 by IBM, the language is used for "talking" to databases so that information can be manipulated and retrieved in a database. SQL commands are…
A shell is the user environment in the Linux or Unix operating system that allows the user to interact with the operating system. It can be the graphical desktop or the command line. The shell is…
Writing a script and formatting the resulting paper on your computer frees you from the need to utilize a typewriter or a traditional pen and paper methodology when creating your work. Accomplish this…
A script file in Windows is called a batch file (.bat extension). You can write a simple batch script that opens Windows Explorer whenever you open or double-click on it. This can be helpful for…
The Final Draft 7 application is a standard for professional screenplay writing and includes many helpful features for creating a finished script. You can split the screen in two panels while writing…
IRC stands for Internet Relay Chat, and is a collection of servers accessed by user clients. One of the most common features in IRC is writing a script to automatically display text at the typing of a…
Scripts are convenient little programs to accomplish a wide variety of tasks. Isolating particular file types within a designated folder is a simple example of what a script can do. Scripts are easily…
Linux and Unix users can use the bash shell to create a script that will open one or more programs. Once created, the script can be executed from the command line or through a desktop launcher. It…
Visual Basic Scripting (VBS) is a language based on the Visual Basic compiler. VBS files are written in plain text, and when you double-click the file, Windows automatically knows to execute the file.…
Final Draft is word processing software specifically designed to aid screenwriters. Screenplay writing requires a screenwriter to use specific formatting, which can be time consuming and interfere…
You can write a script code by first determining which kind you want to run. The two more common types of script are called "JavaScript" and "Visual Basic," or "VB" script. Learning these light…
A Unix shell script is a program written in one of the shell scripting languages such as bash, sh, or csh. In order to have a script print a list, you must place the list into an array. The script…
Cascading Style Sheets (CSS) can be used to create drop-down menus without using a scripting language, such as JavaScript. The menu items are hidden until the user hovers over the top item of the…
In Windows and DOS, a batch script can be thought of as a file that gives the computer many instructions in one step. A batch script can be constructed to quickly shut the computer down, run programs…
On the Linux and Unix operating systems you can write a script that can create new directories using one of the shells (bash, sh, csh). A shell script uses common Unix commands to perform automated…
Writing a script that accepts a filename as an argument can be done in any common programming language. Many reasons exist for creating such a script, including the need to validate a file's name…
Asynchronous JavaScript and XML, AJAX, is a technique using several web technologies to develop interactive client-side web applications. JavaScript is used to read an XML file, and display formatted…
Many people have played a mediocre video game and decided that they could create something better, so they learned how to write and design video games of their own. Other avid and creative gamers…
FTP stands for file transfer protocol. It is exactly what it implies, a way in which files are transferred or fetched across the Internet. Normally an FTP session is used to connect to a server or a…
FTP, which stands for File Transfer Protocol, is a way to rapidly transfer files on the Web. While the HyperText Transfer Protocol (or HTTP) is the protocol browsers use to look up web pages, the FTP…
ASP or Active Server Pages is a scripting language created by Microsoft back in 1996 as part of Internet Information Server (IIS) 2.0. With ASP, you can create web pages that are dynamic in nature…
Bash is one of the shell environments in Unix and Linux. A Bash script is a way to write small programs (i.e., scripts) that perform regular system tasks. It can also request user input, handle…
One of the easiest and quickest ways to customize AutoCAD is to create an AutoCAD script. This is something that even a novice AutoCAD user can do, and the tools created with scripts can be ported…
SQL, or Structured Query Language, which allows for the creation and editing of databases, is one of the easiest Web-based programming languages to understand. The commands are intuitive, and there…
Scripts written for DOS are usually called batch files and have a ".bat" extension. Batch files are merely lists of DOS commands in text format, but they run just as an executable file would run. DOS…
A Bash Script is a nothing more than a series of commands to be executed in a Bash shell (Bourne Again Shell). This process can be used when you have a series of commands that you type on a regular…
In Unix, the command line gives you access to a wide range of tools, as well as the ability to combine them to solve any task at hand. However, there are times when it may be useful to turn repeatedly…
When you're working in a Linux environment, you often need a script to complete a task for you, interact with a user or simply complete a process for you on a regular basis with crontab. Once you know…
You'll probably want to utilize the web's common gateway interface, or CGI, to make the process go as smoothly as possible if you're looking to write your own scripts for the WWW. One of the languages…
Maybe you're an avid fan of a game and playing that game just isn't enough--you want to do more. One great way to do more is making a machinima, the short movie-equivalent of fan fiction.