Home arrow HTML arrow Page 3 - Introduction to Database Forms with HTML
HTML

Introduction to Database Forms with HTML


This article is written for those who have basic knowledge of database programming, HTML, CSS and JavaScript. It is the first article in a 13-part series that explains how to build database forms with HTML. There are a number of advantages to this approach, which I will enumerate in the article. Let's get started.

Author Info:
By: Chrysanthus Forcha
Rating: 4 stars4 stars4 stars4 stars4 stars / 9
July 09, 2008
TABLE OF CONTENTS:
  1. · Introduction to Database Forms with HTML
  2. · Recordset
  3. · Programming Language
  4. · Single-Row Forms

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Introduction to Database Forms with HTML - Programming Language
(Page 3 of 4 )

A bit of history here: Microsoft Visual basic.net is superior to its predecessors, Visual Basic 6 and below. These predecessors were used in writing database programs. Also the latest version of Perl is superior to its predecessors; its predecessors were used for database programming.

Note: when you use C++, Java, Perl, Visual Basic, etc. to write traditional database programs, you use the language at the client, not at the server.

Now, is JavaScript known as a language for writing database programs? No! Can you compare the power of JavaScript today with the previous versions of Visual basic and Perl? Yes, very well; also, JavaScript is easy to use. JavaScript as it is today is a fine language.

Can you give JavaScript the power that state-of-the-art languages like C++, Java, Perl, and Visual Basic.net have? Yes; by giving our own interpretation to Internet protocols (HTML, HTTP, etc.), we can give JavaScript that power. Already, you have seen how I have easily turned the HTML TABLE element into a JavaScipt container. I hope you can now see that JavaScript, HTML, DOM and CSS together, give you a lot of power. In other words, these other standards complement or empower JavaScript.

So you can use JavaScript to write traditional database programs. Read on.

Forms

The form with the associated JavaScript code is stored at the server. When the user clicks a link at the client's browser, the form with its associated JavaScript is called from the server to the client.

Many database forms take up a small portion of the screen. When you have a database form on your web page, you can easily add decorations (e.g. images) around the form. This is not a straightforward task for document windows developed from the Windows API, even from studios.

I present the information in this series in such a way that as you read, you can be carrying out your own personal project; if you are new to programming, then you should try the codes I give in this series.

There are two basic types of forms, Single-Row Forms and Tabular Forms.


blog comments powered by Disqus
HTML ARTICLES

- HTML5 Boilerplate: Working with jQuery and M...
- HTML5 Boilerplate Introduction
- New API Platform for HTML5
- BBC Adopts HTML 5, Mozilla Addresses Issues
- Advanced Sticky Footers in HTML and CSS
- HTML and CSS Sticky Footers
- Strategy Analytics Predicts HTML5 Phones to ...
- HTML5 Guidelines for Web Developers
- Learning HTML5 Game Programming
- More Engaging CSS3 and HTML Background Effec...
- Engaging HTML and CSS3 Background Effects
- More Web Columns with CSS3 and HTML
- Columns with CSS3 and HTML
- Creating Inline-Block HTML Elements with CSS
- Drag and Drop in HTML5: Parsing Local Files

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials