Archive for the ‘HTML’ Category
Right now, we’re living in a world where Flash is still undeniably king. You see it everywhere, in YouTube, in Facebook games like Farmville, and a hundred and one websites where people just want to show off with all their “designing skills” with their Flash intros and navigation that does nothing but to push the boundaries of tackiness on the web everyday. Heck, if I had my way, I’d make an Australia business directory and make it out of Flash.
Flash is good and all, but it’s not open – it’s controlled and developed by Adobe. This isn’t necessarily a bad thing, but it does leave a huge amount of our web interactions in the hands of one company. And let’s not forget the fact that Flash is one of the biggest attack vectors right now. Yes, Flash is riddled with all sorts of security holes and this makes it imperative that we always upgrade the Flash Player immediately once a new update comes out.
However, that is all coming to an end soon. The new version of HTML – the programming language that powers most of the web – is about to receive a major update in a while, and it looks like it’s going to shake up the web. HTML 5 is going to be able to do much of Flash’s work, and even though it’s going to take a bit of time before it comes out, people are already excited to have rich, animated web content running in our browsers without the need of proprietary third-party plugins.

Dynamic HTML or DHTML is a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (Cascading Style Sheets, CSS), and the Document Object Model.
A DHTML webpage is any webpage in which client-side scripting changes variables of the presentation definition language, which in turn affects the look and function of otherwise “static” HTML page content, after the page has been fully loaded and during the viewing process. Thus the dynamic characteristic of DHTML is the way it functions while a page is viewed, not in its ability to generate a unique page with each page load.
Read the rest of this entry »
Wikipedia describes HTML, as:
HTML, an initialism of Hypertext Markup Language, is the predominant markup language for web pages. It provides a means to describe the structure of text-based information in a document � by denoting certain text as headings, paragraphs, lists, and so on � and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of labels (known as tags), surrounded by angle brackets. HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code which can affect the behavior of web browsers and other HTML processors.
HTML is also often used to refer to content of the MIME type text/html or even more broadly as a generic term for HTML whether in its XML-descended form (such as XHTML 1.0 and later) or its form descended directly from SGML (such as HTML 4.01 and earlier).
At the moment when the user wants to complete a form, it needs to be simplified. The data or the information being entered in the form is more often than not are already familiar to users. A vertical arrangement of labels and the corresponding input fields is likely to work best case in point is entering a name, address, age, card number and payment information in order form. Vertical proximity orientations of the label and input fields are grouped.
This type alignment of both input fields and labels makes customer’s movement easier and reduces processing time. Users’ eye movement will only to move in single direction, downward.

Image source: www.java.sun.com
Creating web applications is as complex as writing a thesis paper or a dissertation. It does not only necessitate quite a tedious amount of effort to perfect the function of the program but also demands one stable thing from the user: internet association.
Whenever a program is being written, it takes several factors in deliberation but the most important of them is the user-interface. It is imperative that the application’s interface is easy to understand, lest it will not be used as it was intended to be so.
Using a atypical office text created raises an issue on standards compliance, moving the evasive issue of file partaking and association. What must be noticed is that these browser applications are used by accessing the internet through the remote servers. It is threatening however, for the document, if the connection is suddenly lost or interrupted. Chances are, the document being programmed online will be lost and inferior, irretrievable.
This kind of disadvantage poses a threat to the survival of the web applications, hence, companies such as Google have made preliminary solutions to this problem. However, for now, only prototypes have been developed to repress the threat raised by this problem. Just like so, Google has created Google Gears—a beta display place that aims to improve the usability of web applications.