- Posted On: 12 Sept 2014
- Posted By: Crescentek
Before proceeding further, it is emphatically assumed that the reader is quite acquainted with HTML elements and how it is used to organize text in Web documents. It is also presumed that the reader appreciates the difference between application and document based web pages. The average web page, to be precise, is a document where the reader is expected to read the content and may come across some interactive behaviors. Applications, on the other hand, are more like a desktop application where the user/reader has many things to do. To make it more explicit, it may not be out of place to say that ‘Wikipedia’ is a document based web site, whereas, ‘Yahoo! Mail’ is an application. Be that as it may, this blog post will delve into detail about how HTML has also undergone some change with the web, how to identify and understand the different characteristics of HTML, as also how to determine the type of HTML that are most suitable for use. And for that, we might explore the following issue in detail, too.
Of course, there are plenty of reasons that may prompt us towards creating web pages (using the web), but here are a few where examples provide the best answer.
Yet another effective use for HTML on the Web turns out to be something called a Web Application. To be precise, a Web Application is nothing but a web site that is designed to do much more than just present pages and hypermedia links to its users – It nevertheless acts as a front end for data processing. Maybe, an example given below will clarify the picture more.
Take into consideration about a Web site that has been exclusively designed to give a company’s sales persons the potential to access product information plus affirm order while on the go. By using HTML, the basic interface for this database can be made easily available on the web. With equal ease, the sale person, with the appropriate browser software and an internet connection (even through a cellular modem) can have instant access to the information while still on the road.
As soon as the data has been entered on the page, these are passed by the web server to programs (sometimes referred to as CGI-BIN scripts or applications) that process the information- looking up the product in the database. However, the results of these programs can be generated, complete with HTML code, and as a result the answers are viewed by the travelling sales person in full detail.
Perhaps it goes without saying, that neither are all web applications plainly business-related, nor are they restricted to employer/employee use. We are, of course, talking about the Web-based Search Engine.
These Web applications utilize HTML pages by way of offering an interface to a database of websites the world over. We start by accessing the page and entering the keywords, which the web application forwards to a CGI-BIN program. The program, on the other hand, uses the keywords to check the database of the web pages before generating an HTML page with the results.
To end the story, the URL for that results page is put back to the Web server, which eventually is considered as a standard link. The browser is then fed the link, and it loads the newly constructed page, with hypertext links to the nearest database matches.