eHow launches Android app: Get the best of eHow on the go.

You've Selected
Category
» Computers » Computer Programming » Computer Programming Languages remove
skill level
» Moderately Challenging remove
clear your selections

Computer Programming Languages

Sort by:
Best Match
Most Popular
Newest

Showing 1-50 of 61 results

  • How to Read an Infinite Loop

    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...

  • How to Read Programing on a Computer

    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...

  • How to Learn Computer Programing

    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...

  • How to Edit the Time in the Registry With a Batch File

    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...

  • How to Define Regular Languages & Regular Expression in Computer Science

    If you are in computer science field or you are preparing for a computer programming job interview, you will need to know how to define Regular Language and Regular Expression. This article will...

  • How to Become a Web Developer

    Advertising has always been one of the biggest industries in the economy. What better way to advertise, share thoughts and ideas, run a business, and communicate than through the internet? The...

  • How to Learn Prolog

    Prolog is a logic programming language--the name is short for "Programming Logic." The language isn't really meant be used to write word processors and web apps, like the majority of other...

  • How to increase the performance of a Crystal Report so it will run faster

    Does it take long for your Crystal Report to complete? Sometimes, a Crystal Report can be slow because it works with such large amounts of data or because something was not created/coded...

  • How to Become an Oracle DBA and earn a six figure income

    I have been an Oracle DBA since 1990, in the past 19 years I have worked with Oracle versions 5.0.35 through 11gR1. I have worked both for the US Government and for many commercial companies. I...

  • How to use LOGO Commands

    This is a list of the most basic commands in Logo, organized from the most basic to the most complex.

  • How to Create a Login & Response Page

    Creating a secure login to your Web site will secure and protect it from unauthorized access. It also allows you to customize your Web site for users depending on their login information. The...

  • How to Build a Standards Compliant Website

    A standards compliant website conforms to the W3 Consortium's recommendations for proper website coding. The W3, or World Wide Web Consortium has a website called the W3school, which has tutorials...

  • How to Insert HTML Values Into an Oracle Database

    There are three basic elements to inserting HTML values into an Oracle database: (1) the HTML form, (2) the server side script and (3) access to the Oracle database on the server. Three different...

  • How to Become a Computer Programer

    C, C++, COBOL, Visual Basic and Java are just a few of the terms you must become familiar with when entering the world of computer programming. While the wording and the information needed can...

  • How to Fix an Infinite Loop

    When in the course of programming an application, the program is going to run across several errors. This is inevitable, as programming is a tedious and repetitive activity, and it is impossible...

  • How to Read a Hex File

    Reading a hex file allows the user to view and alter specific areas of a file in a raw format (base-16) by keying in characters and numbers. A hex editor will give you the tools you need to...

  • How to Write a Software Program

    To non-programmers, computers may seem vastly more intelligent than people. Actually, a computer is not very smart. In fact, a computer can only do what it has been told to do. It will not do...

  • How to Write a Bash Script

    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...

  • How to Fix Three Column Wordpress Themes For Internet Explorer

    Publishing a website can be very easy, however, formatting your website properly can be a true headache. One of the more common problems involved with a website is the html or css. At times,...

  • How to Edit a Web Page

    There are two reasons that you might want to edit a web page that appears on your website. One reason would be to update the information that appears on the page. For many places on the web,...

  • How to Write a Script in Linux

    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...

  • How to Create a Web Page Using XML

    XML, which stands for Extensible Markup Language, is the international standard (ISO) for data representation on the web. The primary difference between XML and XHTML is that XML was designed for...

  • How to make round corners with CSS on your web page

    Create a web page with fresh round corners using CSS!

  • How to Write a Computer Program

    Writing a computer program is an exercise in logic. A computer program is a series of logical operations to accomplish a task. Every step needs to be carefully planned and double-checked to make...

  • How to Redefine a Class in Actionscript

    Redefining a class is a principle in Object Oriented Programming (OOP). It means that, given a base class, you add to its capabilities. This is usually done via inheritance. A base class is also...

  • How to Program a Computer

    Computer programming is one of the best ways to stretch your brain and get the perfect program to meet your needs. But many people think that programming is akin to magic. That is simply not the...

  • How to Set Up a Web Page on a Server

    After we have created several pages on our own computer and completed them with the proper images and text, then ultimately we will want to transfer the files to a server where everybody can view...

  • How to Use a Rotate Through Carry Bit Shift

    Rotate Left through Carry (RCL) and Rotate Right through Carry (RCR) are the two instructions in assembler language that take bits and shift them left or right, from one side to the other side of...

  • How to Use Bitwise Operations in Low-Level Programming

    In addition to the familiar arithmetic operations +, -, * and /, programming languages also support bitwise operations. Through these low-level operations, a programmer can access individual bits...

  • How to get a Degree in Hacking

    Since the beginning of the computer age, hackers have been on the scene. Mostly, the public hears about hackers who cause trouble for individuals and businesses. But recently, colleges have begun...

  • How to Install PostgreSQL Using the Source Code

    PostgreSQL is one of the open-source relational database systems available for use. It can run on almost any operating system and will work with many of the available programming languages. You...

  • How to Use a Bit Shift

    Use a bit shift in the assembler language to manipulate the position of bits within a byte or word to perform small changes to the data. You can also use bits to reveal what the current status of...

  • How to Use Bit Shifts to Replace Data

    Use bit shifts in assembler to manipulate data that the registers are storing. By using bit shifts, you can move data out of the register and move new data in, thus replacing the data. In fact, by...

  • How to Get Started with SQL

    SQL is Structured Query Language, a standard programming language for use with databases. SQL allows you to access a database, make queries of the database, and retrieve data from a database. Your...

  • How to Program Choices in a Batch File

    Batch files enable you to automatically run DOS commands on a Windows PC. If you have either Windows 95 or Windows 98 on your computer, you can use the CHOICE command to program choices in a batch...

  • How to Become a PASCAL Programmer

    Add PASCAL to your list of computer programming skills and boost your earning power. Experience working in a PASCAL environment is always helpful as employers often look for educational...

  • How to Convert CPP File to EXE

    A .cpp is a file extension that is used for C++ source files. A file with the .cpp extension contains C++ programming code. An .exe file is a "compiled" file extension that Windows can "run" or...

  • How to Use Bit Shifts in Error Corrections

    To correct errors in a data stream, you must first detect the errors. Error detection requires comparison of blocks of data from a data steam. Since bit shifts are low-level operations that are...

  • How to Program in Haskell

    Haskell programming language is geared toward functional programing as opposed to procedural languages. Haskell offers an active online community collaboration on topics such as debuggers,...

  • How to Use HTML Tags for Links

    Okay this is just a basic explanation of using HTML (Hyper Text Markup Language) to create links on your webpage. Everything on the World Wide Web is linked. This means it’s connected to different...

  • How to Install and Start Rpad

    Rpad is a web-based program that allows users to perform sophisticated data analysis and design web pages using interactive, workbook style pages written in the R language. Although installation...

  • How to Think Like a Programmer

    The best way to think like a programmer is to learn from a programmer. You can study all the languages and do all the assignments but sitting with a programmer and educating yourself on all they...

  • How to Use EXSLT

    EXSLT is a community venture to provide extensions to XSLT. XSLT stands for Extensible Stylesheet Transformations. It is a significant connection between XML processing and proverbial HTML. XSLT...

  • How to Work With a Unix Kernel

    The Unix operating system contains three parts: the kernel, the shell and the programs. The kernel is the core of the operating system and allocates time and memory for programs while also dealing...

  • How to Write a Simple COBOL Program

    COBOL--COmmon Business Oriented Language--is a programming language that is hard to learn. In order to be able to program in COBOL you need either many years of schooling or an exceptional teacher...

  • How to Data Mine

    Whereas data mining once was considered more of a hyped up concept, nowadays it's considered to be a useful and reliable tool for businesses and organizations. Considering people used to be less...

  • How to Use Object Oriented Programming Techniques in COBOL

    Object oriented programming is a form of programming that focuses on the objects, or data, rather than the procedure of manipulating the data. While COBOL is an older language, and not thought of...

  • How to Use SAS Software

    SAS--Statistical Analysis System--is a programming language used to manipulate and analyze data into the format that you or your clients are looking for. It locates data in large databases and...

  • How to Write a Simple DB2 Program

    DB2 (short for Database 2) is a database management system used for a wide variety of computing platforms. This programming language is used to access tables rather than flat files. More...

  • How to Use HTML Inline Elements

    New HTML style rules have split up elements into several categories. One essential distinction is between "block" and "inline" (also called text-level) elements. The distinctive feature of the...

  • 1
  • 2

Copyright © 1999-2009 eHow, Inc. Use of this web site constitutes acceptance of the eHow Terms of Use and Privacy Policy .   en-US Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License. † requires javascript

Demand Media