eHow launches Android app: Get the best of eHow on the go.
Showing 1-50 of 539 results
ASP.NET is a free technology offered through Microsoft. It allows webmasters and programmers to easily create web applications that are dynamic and elegant. This article is going to tell you how...
Flash is a type of animation that allows users to use moving pictures and sound within a website. A number of files are associated with flash animation, including as files.
Learning to program a computer is pretty the same as learning to speak a foreign language. There is a vocabulary (commands and functions) and a syntax in which must be adhered to. This article...
Software maintenance involves correction of errors, removing or adding features, enhancement, adapting to a changing market, and compatibility with changing operating systems. A maintenance plan...
The purpose of a PL/SQL cursor is to query a database. This will gather a subset of information that you will use later in your code. In order to create a Cursor you must use it inside an...
Microsoft .NET Framework is a software framework available for computers running supported Microsoft Windows operating systems. Version 3.0 of the .NET Framework was released to the public on...
The file extension .mtw designates a database file. The primary use of the .mtw file extension is for Minitab worksheet files, and the secondary use is for the SDL Trados MultiTerm linguistic...
Have you ever wanted to remain anonymous for something? Just as people can chose to be anonymous for various things sometimes in the coding language PL/SQL blocks can be anonymous or unnamed. ...
First of all, an infinite loop cannot be read. An infinite loop is a computer program bug that results in the program running without end. The program must be stopped by either operator...
The Capability Maturity Model (CMM) is a list of five separate stages that an organization goes through as it improves. It describes these stages, and explains why it is necessary that a company...
Using frames allows your web pages to be broken into sections that can be manipulated independently. For instance, you can have a banner on the top of your page that remains static while the...
Without a doubt it can be a significant challenge to understand the programming languages that make computer applications work. However, the good news is that many of the programming languages...
Depending on who you ask, pointers are either a blessing or a curse. Pointers provide a mechanism for directly accessing and modifying objects and code in memory. Pointers are used in many...
The MDX file extension could refer to a number of different file types, including MIDI audio dump files or database index files. If you don't own any program known to use MDX files, you should...
Though an extension can show an executable that runs when double-clicked or a stand-alone file that can be opened by another program, it can also show code for an application that needs compiling,...
For this article, note the following: LT pertains to the ‘less than symbol’ and GT refers to the ‘greater than symbol’. The less than and greater than symbols are not permitted to protect these...
A programming language is a method of creating a set of instructions that computers follow to complete tasks. There are a number of programming languages to choose from when creating a program,...
Login pages using ASP (Active Server Pages) run a small script to verify a remote user's identity. The process requires two types of files, an HTML page, and an ASP script. You can write a simple...
Introduced at Dartmouth College in 1964, Basic or Beginner's All Purpose Symbolic Instruction Code is a programming language. Its function is to create lists of instructions called programs that...
When developing new software code, the need for external review by either team members or educational graders is essential. While many focus on software documentation in the form of user’s guides,...
The Ada programming language first launched in 1983, the manual of which is considered "free content," meaning it is able to be used and accessed by anyone. ADB files are an important part of...
The pointer is a programming technique that allows the programmer to refer to a variable with a memory reference rather than to the variable itself. It has advantages and disadvantages over using...
The most popular platform for creating video games without any programming knowledge is a piece of freeware called Game Maker. Though the title is somewhat uninspiring, the platform is robust and...
Memory leak can be defined as a gradual loss of a computer's available memory, when a program continuously fails to return the memory back to the heap, which it has obtained from the operating...
The goal of following good human computer interface (HCI) design guidelines is to create effective interfaces that help a computer user do computer related tasks. Users should be able to quickly...
If the word "Scrum" evokes images of dirty back alleys or moldy showers, think again. Think happy sunshine thoughts like...controlling chaos. At least that's how Ken Schwaber, leading proponent of...
The file extension ".ccp" is associated with five different programs including CloneCD, CalComp Color Palette File, C Converter Profiles, CaptureCAM-PRO Screen Recording and Two Brothers Software...
The most common use of files with the PRG extension are ones that contain source code or executable program files. This file extension is used in both Windows and Mac OS applications.
Game Maker is a program that allows you to create your own games without having to learn a single line of code. Though most things can be done entirely with its drag-and-drop interface, some...
Oracle products use SQL, the industry standard relational database language that was defined by IBM Research but was first introduced to the commercial market by Oracle Corporation in 1979. Oracle...
Hyper Text Markup Language (HTML) is a standard basic programming language used to develop websites and Web applications. Since color is such an important part of making a website appear appealing...
Since its advent in the 1960s, COBOL has been used as a programming language for computers. Even though it has been largely replaced by other languages like Java and C++, a survey published by...
The text of an email you write, the file you download or the video you play on your computer are all examples of data. The email, file and video that we recognize as meaningful are represented by...
ELF stands for Executable and Link Format and is used with object code, executable files and shared libraries of files.
How To Get Microsoft Visual Studio 2008 and other Developer Tools For Free Do you want legal, free copies of some great development tools directly from Microsoft? Are you a web professional...
The .PTF file extension works in many applications, but mostly in gaming applications or other entertainment types of files. The file extension is familiar to gamers and music producers.
A file extension. DRL file is used for a very specific manufacturing process. It is an important part of the creation of technology parts and other automated electronic manufacturing processes.
The .MRS file extension is an extension that has multiple uses. It has applications in the area of word processing as well as in gaming and duplicate applications.
The .ZIX file extension was designed as a file format by which to transport financial data. Over the years it has also been used as a vehicle for transporting viruses and spyware.
The CGM file extension is used to help store and retrieve information regarding images across multiple formats and multiple platforms. It is primarily used for 2D vector and raster graphics.
The file extension BOF has been used for two different applications. One of these applications is used by IBM-based translators, and the other application is by a little known company that no...
The WBZ file extension is associated with a proprietary file system for cataloging photos downloaded from the Internet and used as desktop wallpaper for a personal computer.
Assemblers and compilers are two types of computer programs that serve the same purpose: to convert human-readable code to code that can be understood by a computer.
A binary search tree is a data structure where records of data, called "nodes," have pointers to other nodes, called "children." This gives the nodes, when graphed out, a shape similar to a family...
Many applications and devices use data buffers to temporarily hold data before it is used. This is usually done to ensure that there are no interruptions in the flow of data to its destination.
Queues and stacks are basic data structures in computer science. Other examples include binary trees and arrays. Data structures represent different methods of organizing data, each with its own...
The W3C, or World Wide Web Consortium, has recommended the XML Schema language (XSD) as a replacement to the older Document Type Definition language for defining the structure of XML databases and...
Flow charts allow programmers to create a logical plan for coding their software and to build robust software systems. The charting technique is a great tool to bridge between specifications and...
The DTD file extension indicates that a file follows the Document Type Definition (DTD) format, which was created to define the structure of XML database documents.
The XML Schema (or XSD) is the W3C-suggested language to define the structure and data types of an XML database. It replaces the older DTD language and includes numerous enhancements over it,...