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

Computer Programming Languages

Sort by:
Best Match
Most Popular
Newest

Showing 1-50 of 104 results

  • How to Create an HTML Link That Creates an Email and Completes the Subject Line

    Creating an HTML link that opens a user's email with a pre-defined subject line is very simple and quick to do. We can use the HTML "mailto" protocol. In addition to a subject line, an email body...

  • How to Add a Website Icon to the Browser Address Bar

    When surfing to many websites, an icon will show up in the browser bar. The icon is a great benefit in helping to brand and build an image for the website. It is often used by institutions such as...

  • How to write a client application for a mandelbrot web service in C#

    This tutorial shows you how to write a client application for the mandelbrot web service in C#.

  • How to Open a Link on the Same Window When Using Frames

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

  • How to Create Bold Text on a Webpage

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

  • How to Create a Login Page in ASP

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

  • How to Make XSD

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

  • What Is the DTD File Extension?

    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.

  • XML Database Schema Tutorial

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

  • How to Reference a CSS File From JSP

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

  • How to Create Web Layout

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

  • HTML 4.0 Tutorial

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

  • Tutorial on HTML Design

    HTML (Hyper Text Markup Language) is the original building block for web pages and websites as we know them today. No matter how fancy or comprehensive a website is, HTML can be found somewhere...

  • HTML Menu Tutorial

    A menu allows you to connect all of the pages on your website. Without one, each page would be its own entity and the visitor would have no way to navigate their way through your site. Menus are...

  • How to Delete From Oracle & SQL

    Deleting records from Oracle using SQL is a sensitive task. Accidentally deleting records can lead to a loss of data integrity and errors in applications. The delete syntax to remove records from...

  • HTML Mailto Tutorial

    When you create a website or blog, your readers may have suggestions or helpful feedback and wish to contact you. While you can simply type out your email address as text on the page, you can...

  • HTML Radio Button Tutorial

    A radio button is a form element that appears like a round circle. When it is active, there is a black dot in the center. When it is inactive, there is no dot. A radio button is an integral part...

  • How to Change the Color of CSS Links

    Internet Explorer, Firefox, Opera and Google Chrome, among other web browsers, have the same default setting for hypertext links. If the link has not been clicked or visited, the text is blue. ...

  • BR HTML Tutorial

    Using line breaks in an HTML document is a necessary part of webpage construction. At some point, an HTML form will need to be created, thus requiring the line-break tag <br> be used to...

  • Tutorial on HTML Redirects

    An HTML Redirect allows a web page owner to send a visitor from one page to another page, automatically. This is useful when a company or individual changes addresses for a popular website. It...

  • Change Text Color on Mouseover

    One way to grab the attention of a visitor to your webpage is to make the words on the page change color when they move their mouse over. Cascading Style Sheets provides a solution to...

  • HTML Comments Tutorial

    Comments allow you to place notes within your code for later reference. They are useful for other people viewing your code to understand its purpose and also to remind yourself what you were...

  • HTML Colspan Tutorial

    Tables are used with in HTML code to arrange the elements of the page into rows and columns of cells. This ensures that the elements remain in the correct positions regardless of the browsers...

  • HTML Drop Down Box Tutorial

    Drop-down boxes allow you to have the functions of radio boxes or check boxes in the smaller space. Radio boxes only allow you to choose one option; check boxes allow you to choose more than one...

  • Change Text Color CSS

    Cascading Style Sheets, or CSS, is the modern way to change the appearance of an HTML document. This method replaced the arduous task of incorporating hundreds of "font" tags throughout a single...

  • Hello World Tutorial

    Hello World is a simple program that can be written in any programming language. It displays "Hello World!" on the output device connected to the computer on which it is run. Hello World is...

  • HTML URL Tutorial

    If you are creating a web page and want to cite your information or point readers to specific sources, you will need to know how to create hyperlinks using hyper-text markup language (HTML)....

  • How to Open a MS Word Document in Classic ASP

    A common task you may be faced with when developing a classic ASP website or web application is opening a Microsoft (MS) Word document for the user. This is often required in situations where you...

  • An Introduction to HTML

    Web developers use HTML as a markup language to create web pages. HTML is written in a plain text document using a standard QWERTY keyboard.

  • How to Create a Nested Table

    HTML tables are used to subdivide a webpage into organized modules. When using tables for page layout, it may be necessary to nest a table within a table. One situation that calls for this...

  • How to Create Dynamic Web Pages With PHP

    Dynamic web pages are an efficient way to present data to the user. The web designer needs only to create the initial page that splits the data into segments and add data to the database from...

  • 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 Web Databases Work

    Web databases comprise three essential components: the HTML web page interface, the server side script and the database. Users access databases through text input boxes, drop-down menus, text...

  • How to Create an HTML Gallery

    An HTML gallery is one way to show off the pictures you have taken in neat, organized columns and rows. You can share any picture or graphic that you own, as long as their file extensions end in...

  • Basics of XML

    XML, extensible markup language, is used for storing data in a hierarchical tree format. The language utilizes tags created by the developer, which describe the nature of the input. The...

  • 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 Design a Web Page With Tables

    Designing a website with tables is one way to have a very neat and organized layout. The table compartmentalizes all of the data into a spreadsheet-like format that can be aligned both vertically...

  • 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 Write a Script in ASP

    ASP or Active Server Pages is a scripting language created by Microsoft back in 1996 as part of Internet Information Server (IIS) 2.0. With ASP, you can create web pages that are dynamic in...

  • How to Make a CSS Image Map

    CSS image maps allow developers to place hot spots within images that contain links to other web pages. For example, a hot spot may be placed around the face of a person in the image which...

  • How to Create a Form for a Webpage

    Creating forms for your web pages is a beneficial task that allows you to collect data from your web visitors in an efficient manner. Forms can be used for a variety of purposes, such as a contact...

  • How to Create a Horizontal Line in HTML

    Horizontal rule lines allow the Web publisher to separate areas of the webpage into smaller, digestible sections, thus focusing the user to focus on what the Web publisher has presented. Unlike...

  • How to Convert HTML Tags to Text

    HTML was the first Web language to be created and is still the simplest. Its method is to use "tags" of code that define blocks of text, which web browsers then interpret into web pages. Because...

  • How to Align HTML Tables to the Right of Text

    HTML 4.01 offers a way to align a table to the left, center or right of the page by using a block-level tag called the <div></div> tag.

  • How to Create an XML Sitemap

    XML sitemaps are files written in a special version of XML that interacts with the Google search engine. Sitemaps tell the search engine specific information about each page of a website. This...

  • How to Use CDATA in XML

    Sometimes within the XML syntax, developers will place a string of input between character data, or CDATA brackets. The information that is placed between these brackets is unrecognizable to the...

  • How to Create Login in HTML

    Login pages are a normal part of the Web . In this tutorial, you will learn how to create the HTML tags necessary to create the username input box, the password input box, and the submit button. ...

  • How to Create a Simple XML File

    XML files are written in order to store information in a hierarchical fashion for later querying either by a database or information retrieval system. One of the greatest attractions of XML is...

  • How to Create a Free Web Page in Notepad

    You CAN make your own web page. It's free, and it's easier than you think. If you are starting a small business or promoting a service, you need a web page. You can pay a professional, buy a...

  • How to Right Align Text Using HTML

    Writing HTML can be a tedious experience, but with a little help, you will soon find you can easily reap the rewards of HTML fluency. Use right-aligned text to create a cleaner, more professional...

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