eHow launches Android app: Get the best of eHow on the go.
Remove the mystery from computer programming by researching eHow’s expert collection of programmer How Tos. Whether looking for a basic overview of various computer programming languages or attempting to bulk up a software engineering resume by improving your Java skills, eHow can help. Neck deep in damaged binary code and need a helpful shortcut? eHow can show you how to switch the values of two variables without using a temporary variable.
Showing 1-50 of 1,585 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...
A general game engine, which can be reused to create many different games, can be extremely useful, but can also be very difficult to design and implement. The goal is to create games simply by...
A function pointer is, in essence, just a pointer to a function. In languages such as C++, each function and variable in a computer program exists as a memory address, and a variable can contain...
Visual Basic provides many objects to build a solid graphical user interface or "gui" that conveys meaning to the user of the application. Changing the color of buttons provides feedback to the...
The button is a powerful tool in the Visual Basic environment. It adds an appealing look to the form and helps the user to navigate through various other forms in the program. By utilizing the...
An ActiveX component is a software module based on Microsoft's Component Object Model (COM). A Call statement is typically the way to go when you are calling an ActiveX dll (dynamic link library)....
Opening an Microsoft Excel spreadsheet from Visual Basic allows the user to create data in a "xls" format from a Visual Basic application. This can be used for many different purposes, such as...
A login is required in a computer system. It is used to authenticate the identity of a user before giving him access to the program. You can create a login screen using Visual Basic 6. Visual...
Visual Basic is an event-driven programming language developed by Microsoft. Visual Basic 6 was the last version of Visual Basic released for Microsoft's Component Object Model standard. Released...
Conversion of variables to different types is an integral part of computer programming. The functions included in Visual Basic make this an easy and painless task. Mastering conversion functions...
The first thing you need to build a webpage from scratch is a we host. I like Google myself. Their developers have done a good job. Building can be fun and even make money. The purpose and...
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.
Microsoft Visual Studio is a computer program used for computer programming. A number of file extensions are associated with Microsoft Visual Studio, including vsi files.
Released in 1993, Microsoft C++ is a programming language used to create Windows and also by other programmers for a variety of purposes. A number of files are associated with Microsoft C++,...
Opening an Access database from Visual Basic is a simple process that requires no coding. Using a .mdb (access file) as a datasource is a very common practice in Visual Basic programs.
So you have a wonderful website but no one is visiting it. Or you have lot of e-How articles and you need to increase traffic. Or may be you sell stuff on eBay and you want more people to get to...
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...
A file whose name ends with the .j extension may be a Java source file, a JPEG image file, or a JAR archive file.
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...
Java 5 and Java 6 are similar in many ways; most, if not all, code written for Java 5 will run under Java 6. However, there are some important differences between them. Like all previous Java...
Google's new mobile handset operating system will bring the same revolutionary mobile application development for android that happened has evolved with iPhone and the iPhone app store. For the...
The Java programming language is used for a variety of different applications, including Web-based applications, applications for mobile devices, business software and games. Java certification...
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...
Writing web content that opens up in Excel can be a fairly simple process involving two key actions. The first action is that the initial content that your ASP outputs must tell the browser that...
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. ...
Software developers who use the current Microsoft Visual Studio .Net programming languages of Visual Basic .Net (VB.Net) and Csharp .Net (C#) need to be able to find code examples online. Many...
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...
Creating web forms dynamically in ASP.NET can be achieved by using VBScript, a language often used in writing ASP pages, to output HTML code that displays a web form. Besides creating the form...
Okay well i am going to be teaching you the reader of this article how to create a web browser two different ways using Microsoft VB6 and you will learn the basics of web browsing by my step by...
WampServer is a free utility that allows you to run Apache, PHP, and MySQL on Microsoft Windows. This article demonstrates how to download, install, and configure WampServer on a Windows PC that...
Have you ever wanted to create a C/C++ program? Well here is your chance to learn how to. In these instructions you will learn how to download, install, and register Microsoft Visual Studio 2008...
Have you ever wanted to create a C/C++ program? Well here is your chance to learn how to. In these instructions you will learn how to download, install, and register Microsoft Visual Studio 2008...
Have you ever wanted to create a C/C++ program? Well here is your chance to learn how to. In these instructions you will learn how to download, install, and register Microsoft Visual Studio 2008...
Have you ever wanted to create a C/C++ program? Well here is your chance to learn how to. In these instructions you will learn how to download, install, and register Microsoft Visual Studio 2008...
Created by Guido Van Rossum in 1991, Python is a type of programming language used to create detailed, specific instructions that computers follow to perform tasks. Pyd files are a common feature...
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...
Java is a powerful and versatile language that can be used to develop a variety of applications, including websites. This guide will cover the basic steps involved in building a website using...
The Java programming language takes an exceptions-based approach to handling error detection and handling in code. Rather than create a complex system of nested if-else statements to try to catch...
It's easy to forget sometimes that the primary reason computers were invented was to perform repetitive mathematical tasks, like converting meters and feet. This example will not only illustrate...
While the Notepad program that comes installed with Windows Vista can open many PHP files for in-line editing, a free application called Notepad2 adds flexibility and compatibility. Notepad2 also...
A PHP calendar is very easy to set up in just a few minutes. Use the calendar on your website to display the current month and date. You can also scroll through previous and coming months. With a...
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...
Everyone remembers playing the word-guessing game Hangman as a child. One player secretly chooses a word. The other player has to guess letters that may be in the word. If she is right, the...
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,...
In MySQL sometimes it is beneficial to create a copy of a table to work with data without the risk of damaging the original table. In this article it is assumed that you have completed working on...