eHow launches Android app: Get the best of eHow on the go.
Get skilled in the Web programming arts with the help of eHow's computer experts, and learn the inner workings of Ajax, JavaScript, Perl and Ruby. If you need helpful pointers on Java, Python or C++, look no further. eHow's Web programming gurus offer Web programming tips and tricks. Get information on HTML, XML, PHP and XML. Whether you're a programming novice or a seasoned techie, eHow will help sharpen your Web intelligence.
Showing 1-50 of 685 results
A grid is a control on a web page that shows data in a matrix. The grid is viewed by the web page browser in a column and row order. The control created by Microsoft in ASP.NET for developers is...
Basic websites are written using hypertext markup language (HTML). The coding in HTML determines how text and images are displayed on the Web page. HTML syntax can tell the page to display such...
ASP.NET and PHP are two popular server-side programming languages, meaning they perform functions on a website's server before a page is sent to a user's browser. While PHP is open-source and free...
Pantone is a global color language and industry standard tool used in the textile, printing, plastic, and design industries. Pantone has been considered the world's color authority for over 40...
Server-side ASP Web programming is a powerful tool for Web page creation. Using ASP's data objects, you can access a Structured Query Language (SQL) server database to perform sophisticated...
PDF files are a standard method in disseminating information on a website. PDF files lock the document from being edited to allow website owners the ability to provide documentation without any...
Streaming audio on your website provides a way for web users to hear your music and other audio files without having to spend time downloading. There are several ways to stream audio on your...
Thanks to recent developments in HTML 5, streaming music and other audio files with strictly HTML code is possible. Until these modifications in HTML structure, it was necessary to stream music...
There are two methods you can use for handling file uploads from a client to a server using PHP. The POST method, used by Web page forms, encodes the file as part of the HTTP request from the...
Java doesn't offer a neat and pretty one-liner for copying files. However, Java's file input-output (I/O) classes make it fairly easy to write your own file copying functionality. Get started by...
With the release of the free Google App Engine (GAE) platform, creating your own website program has never been easier. This article shows how to use the GAE to create a simple calculator program...
PHP is a programming language used mostly on website servers. While the language is often integral to creating the website, the actual design and layout of the site are handled by HTML code, which...
Java is a computer programming language used to create many of the games and applications found on the Internet. To play games that were created in Java, you must have Java installed on your...
Tables are an integral part of most web pages. Tables allows programmers to align information on a web page in rows and columns. Table cells have a property that allows programmers to set a...
Instead of plain solid color background, you can use an image as a background with HTML. There are several options to consider using inline style properties.
Frames are independent screen views that are all presented on one page. These web page elements are commonly used for making a lot of information accessible at once and for presenting content to...
When PHP is installed and set up on a web server, an association will be created between files that end with the letters "php" and the PHP processor program. In order to allow the PHP processor to...
When you think of online maps the first thing that comes to mind is GoogleMaps. Google's mapping technology has made it easy to find any point in the globe. With HTML and CSS it is possible to...
Many websites and applications use JavaScript. After formatting your computer or uninstalling Java, JavaScript may not work correctly. Replacing JavaScript is as easy as reinstalling Java....
If users of your website will be entering very sensitive data, you may want to add a security feature to your pages to make them expire automatically. By adding the expiration meta tag to your...
You don't have to create a custom image to make good looking, custom submit buttons. You can adjust the background color, the text color, and the font size to get the presentation you want.
Iframe (i-frame) stands for “inline frame”. It’s an HTML code which allows you to embed any web page within another web page. Like the traditional "frameset" tag, iframes allow a...
As the Internet becomes one of the dominant forms of communication, it is important for computer users to understand how web pages are built. Anyone can build a web page with HTML (hypertext...
Learning how to build a web page can be tricky at first, but lucky for you, you found this article! In this article I will walk you through each step of learning how to build a web page. From how...
Custom tags in JavaServer Pages (JSP) are XML tags you create to perform customized actions in a JSP page. Custom tags separate the design and layout of a JSP page from the Java code that drives...
Custom tags for JavaServer Pages (JSP) is a means of creating a library of specialized tags that trigger actions implemented in Java classes. Custom tags follow XML syntax rules and can be defined...
Creating your own custom tags in JavaServer Pages (JSP) appears complicated at first blush, but is quite easy once you get a handle on the basic technique. Using custom tags will let you gain...
Digital music files are popular additions to web pages, especially social networking sites. Before music can be streamed online, it must be converted to a compatible file format. MP3 is the most...
PHP is one of the most popular scripting languages for developing dynamic websites. PHP syntax is simple to learn, and can be embedded directly into HTML code. With PHP, you can create dynamic...
The .JSP file extension is used to denote a file is a JavaServer Pages (JSP) file containing JSP and Java programming language code. Web page file extensions can have different meanings in...
The XML Schema language (also known as XSD) is used to define the structure and data types of an XML document. It is the W3C recommended successor to the older DTD language and has a number of...
Javascript is a Web-based program that allows you to program applications to run alongside of, or along with, other computer software. Javascript is a specific scripting language created by Sun...
Functions are blocks of code that execute only when you call them. JavaScript features a wide range of useful built-in functions for common tasks, like mathematical calculations. You can write...
JavaServer Pages (JSP) is a technology that allows you to create dynamic web pages by embedding Java programming language code in your web page. JSP is a server-side technology, so your code...
It's not hard to make links on a web page, and it makes a big difference to your visiotrs. In todays fast paced world, most people feel inconvenienced to have to copy and paste a website address...
Web page calculators are a fun way to give your visitors a handy tool for doing a little quick math without pulling out their slide rulers. Calculators add a bit of fun and pizzazz to your...
Hypertext markup language (HTML) is the language used to create Web pages. Once you learn about the concepts of the syntax, you will understand the ideas that make content publishable on the...
After gaining a working knowledge of the basics of HTML, you can continue to include advanced syntax in your web page documents. By learning these advanced elements, website creators gain more...
Displaying a folder name in C# is accomplished using an additional namespace. The IO namespace is not automatically included when you create a new code file. The .NET library holds all file...
A proxy class is created on a Visual Studio project to help the programmer interact with a remote Web service. A Web service is an application that runs on a host. Programmers can use the...
A font is a character on the screen with a specific size, shape and color. A font can be a letter, number or a special character. Fonts are used in computer programming to display stylized...
Software programmers use DAT files to contain binary information. These files (also known as .dat files because of their file extension) hold key information, such as an application's customized...
You can improve the size, color and typeface of the text on your website by adjusting the font codes. Use a CSS file (a list of styles you can insert into your code) or simply enter the new code...
When you have numerous records to insert into a database, sometimes it's just easier to create a small website for data entry personnel. Creating a data entry website involves a web form and...
Creating HTML documents that include images is a normal part of web page design. To include images in web pages, you need to add it to the HTML page published on the Internet. This is accomplished...
Java is present in Web browsers and many new digital devices, like video games and Blu-ray discs. JavaScript allows your Web browser to display videos and other images with high-quality graphics,...
A binary file is an encoded text file with the .bin extension. This type of file is used in application programming to save software information without leaving it in plain text. You can save any...
The easiest way to create a website is by using some kind of program like Dream Weaver or Microsoft Publisher. These programs can cost you quite a bit. That's not a problem because you can create...
Website registration forms are Web pages that request a user's information and insert it into a database. A registration form can be used in several ways. Webmasters can create registration forms...
ASPX is a .NET web page code that delivers HTML to readers. The HTML created by .NET normally comes with a code-behind file that uses C# or VB.NET. The files are saved as ASPX and uploaded to a...