Showing 1-50 of 530 results
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,...
Learning how to write computer programs can take years if you want to learn many different computer languages. You can accelerate your journey to writing your first program by focusing on a...
Unix is a computer language that allows the performance of commands through the use of text in a simple interface. Solaris, Linux, BSD and the Mac OS are all built on the Unix framework. Unix has...
One of the benefits of Java Server Pages (JSP) is that you can let your Web server do some of the work traditionally left to your visitor's Web browser. In traditional static HTML, CSS (cascading)...
A stack overflow is a type of programming error which occurs when a program attempts to allocate more memory on the call stack than is available. It is a potentially serious error that causes the...
Microsoft Access is an application used to create computer desktop databases for the Microsoft Windows family. The MS Access 97 platform is the most popular and a favorite among Windows users for...
QBASIC was a simple programming language that used to come free with copies of MS-DOS and early versions of Windows as a way to introduce new computer owners to programming, while not involving...
The software design process describes all aspects of a software application that is to be built. Once the software requirements are defined, software engineers create a design to meet those...
While there are many different ways to create a Web layout, there is one simple way to do the job: Use HTML tags to create a table layout. HTML is the universally accepted Web development language...
Borland's Turbo Pascal is a programming language that was popular in the late eighties and early nineties. Even though support for it was dropped by Borland in 1995 and released free, it still...
In SAS programming, to read in only the records you want to use for the report, can easily be done using a "Subsetting If".I will give you an example of code, and explain it to you in...
Personal computers have become an almost essential part of modern life, but to most people, they remain fairly mysterious machines, and computer programming in particular seems to deserve the use...
Programming language is used to do a multitude of things such as creating video games, websites, and other computer tools and software. Programming language comes in a great variety such as C++...
HTML (Hypertext Markup Language) 4.0 was created in 1998 to extend the older version of HTML with support for style sheets, the inclusion of scripts, frames, embedded objects, directional text and...
The Windows Registry stores configuration settings and options for the operating system in order to optimize overall system performance. It contains information for both the computer's hardware...
The Oracle database allows you to use regular expressions in SQL queries with the REGEXP_LIKE, REGEXP_INSTR, REGEXP_SUBSTR, and REGEXP_REPLACE functions. These functions work like the LIKE, INSTR,...
BASIC, which stands for Beginner's All-Purpose Symbolic Instruction Code, is still the most well-known programming language out there for absolute beginners, and QBasic is a simple interpreter for...
Computer algorithms are pieces of instructions that tell the machine to do a task. While they are written in many different programming languages, algorithms are easy enough to understand if you...
A computer algorithm is, simply, a set of rules a program uses to solve a problem, in preferably as few steps as possible. Algorithms can be used for small tasks, or they can be at the centerpiece...
How to Get a Quick Startup in Every Login
Every time that you surf the Internet, Visit other Website, Download Software or Register to other Website you will have a chance to get cookies: a small file or part of a file stored on a World...
ActiveX is a common programming tool developed by Microsoft. ActiveX, when used properly, will allow various programs to operate faster with more features available. Due to security reasons, most...
Over time, programming languages have evolved and new tools have been made to support all the libraries and the frameworks behind them. There are many programming languages out there, each with at...