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
» Challenging remove
clear your selections

Computer Programming Languages

Sort by:
Best Match
Most Popular
Newest

Showing 1-41 of 41 results

  • How to Run Start-up Scripts in XP

    A computer script is a programming language designed to control and manipulate software. Scripts are the basic code that enables the simplest of computer commands to be carried out. Learning all...

  • How to Create UML Diagrams

    Unified Modeling Language (UML) is a graphical language software engineers use for visually planning, designing, and documenting object-oriented software systems. UML 2.0 features thirteen types...

  • How to Make Your Own 3D Game

    Making a 3D game can be a challenging and time consuming endeavor, but the company Blitz Research, which has been making game engine software since 2000, has released the popular software package...

  • How to use an Oracle PL/SQL Anonymous Block

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

  • How to Make Video Games With No Programming

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

  • How to Learn Programming Online

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

  • How to Create an Application for an iPhone

    Nowadays, everyone is looking to make money, and with the popularity of the iPhone, you surely can. According to the July 14, 2009 Hot News on Apple's website, "App store download top 1.5 billion...

  • How to Learn Flash Programming

    Flash programming has become a common means of presenting interactive media online. Mastering Adobe Flash opens up a world of possibility for hobbyists and professional computer language...

  • How to Make a Web Page With XML

    Utilizing XML to create a web page allows developers to frequently supply fresh content for the site without having to spend time modifying web pages. XML based sites cannot be used with static...

  • How to Make a Patch File

    Computer patches are files that contain corrected code and can be used to make changes or fix errors in already existing programs. One advantage of making patch files is that they can be quickly...

  • How to Make Your Own Computer Programs

    Becoming a successful computer programmer principally requires two things that don't traditionally go hand in hand: creativity and math skills. Before you write off your programming career because...

  • How to Build a Computer Program

    A computer is an electronic piece of equipment that does nothing more than follow the instructions it's given, exactly. It can do no more than it's told, and no less. The sets of instructions that...

  • How to Learn a Programming Language

    If you want to learn a programming language, then get prepared for a challenging but rewarding experience. Read this article to find out the details.

  • How to Write a Software Requirements Specifications (SRS) Document

    Professional software developers must go through a software requirements gathering process at the beginning of software development projects of any meaningful size. The end product of that project...

  • How to Program a CNC Machining Center

    CNC machining is taking over everyday human task. Machines can operate repetitive task much more efficiently and with less headaches of humans. Programming machines are done by a skilled worker...

  • How to fix Studio bugs

    This article will teach how to fix bugs in the Studio.

  • How to Get Competition Engineering Scholarships

    Competition engineering scholarships are awarded by many colleges and universities to students who excel in the field of engineering. In order to win a competition scholarship you will have to put...

  • How to Make Millions

    Making money is tough no matter how you do it, but to make millions takes skill and preparation. The preparation is in the learning from those who have gone on before you to do it, and the skill...

  • How to Use Ncurses

    Ncurses provides a colorful terminal-based interface for text-based UNIX CRTs. The libraries allow programmers to create function-key mapping, side-by-side windows and screen-painting functions....

  • How to Start Programming in Assembly

    Programmers who use assembly language to write code instruct a computer in specifics; that is, they write code to give the computer much more detailed commands than other languages such as BASIC...

  • How to Be an Ethical Hacker

    For as long as the Internet has been around, network security has been an issue. In the last few decades, there's been an explosion of interest in ethical hacking. Whereas traditional hackers...

  • How to Call a Control's Methods in a Multi-Threaded .Net Application

    Graphical user interfaces can make applications easier to use, and multiple threads can improve performance. This eHow can help you to integrate these two things in the .Net Framework.

  • How to Use a Logical Bit Shift

    The data that computers work on, whether numbers, strings or database records, is expressed in computer programs as binary numbers. There are two logical bit shift instructions, Shift Logical...

  • How to Hide Your Hard Drives ( C, D, E, A etc )

    This article will help those who doesnt want to show the hard drives in my computer options for any private reasons. Some people also play pranks with thier friends computer by doing this but...

  • How to Make a Computer Language

    Computer programming languages make it easier for humans to tell a computer what to do. Computers only deal with ones and zeros, but a computer program that is composed only of binary numbers is...

  • How to Become a CSS Programmer

    As more of us use Cascading Style Sheets or CSS to enhance HTML or web page codes, there is greater demand for a dedicated CSS programmer. Although CSS is primarily a style language, there is some...

  • How to Improve the Readability of Software Code

    No matter what computer language you're working with, there are some common ways to get your code easier to read. Coding with poor legibility can be completely worthless, and it's a common...

  • How to Learn FORTRAN

    FORTRAN is one of the oldest programming languages. First published in 1957, the name FORTRAN is an acronym for FORmula TRANslation, because it was designed to allow easy translation of math...

  • How to Learn Perl

    Perl is a popular computer programming language used for a variety of applications--including system administration and CGI programming on the Web. One reason for its popularity is that it adapts...

  • How to Learn LimeWire Code

    LimeWire, the flagship of the Gnutella Network, allows open public file sharing through a peer-to-peer network. LimeWire also lets others help speed their expansion and development. Their file...

  • How to Hack

    A hacker is a person who legally breaks into a computer system to identify the security flaws in that system. A hacker is someone companies hire to enter such systems and resolve these issues....

  • How to Use COBOL Syntax

    The purpose of COBOL was to make programming easier through the use of a common language. COBOL makes reading and writing code easier. Developing businesses that are file and application oriented...

  • How to Use an If Statement in XML

    XML has become one of the primary ways to store structured data for use on the Internet. Relational databases are another widely used data store. When using relational data, you can pick and...

  • How to Use the Sort Tag in XML

    XML provides users a convenient method to store structured data in an easy-to-use, one dimensional file. You can create your own meaningful tag names to specify exactly how the data is identified....

  • How to Use Data-Mining Algorithms

    Data mining is a growing trend. All of the hardware and software needed has been developing quickly over the last few decades. Data mining will be the way of the future. Almost any kind of...

  • How to Make a MARC Record

    Most library catalogs use Machine-Readable Cataloging (MARC) records. They use a code that, when translated, displays bibliographic information. MARC can be used to catalog books, magazines,...

  • How to Use COBOL

    As a high level programming language, COBOL (Common Business Oriented Language) is one of the most widely used languages by computer programmers. Since its development in 1959, the compiler has...

  • How to Reference a Schema in XML

    A schema is an important tool for ordering and forming XML code. Since XML is innately disordered, a schema provides important orientation for the code used to flesh out XML elements. Referencing...

  • How to Make a Block Element With CSS

    As CSS becomes a driving force is new web page design, many are discovering how the language makes coding pages different from straight HTML. One main idea in CSS is the difference between...

  • How to Build XML Elements

    The markup language XML can be more difficult to understand than its cousin HTML. One reason is that XML elements are self-identified and seem to follow an "ex nihilo" rule of ultimate...

  • How to Become a Hacker

    Computer hackers are part of a shared culture of individuals who pride themselves for their technical savvy and strong desire to solve problems. However, the term 'hacker' is not to be confused...

  • 1
  • 1

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