The Web design is an activity that consists of the planning, design and implementation of websites. It is not simply a conventional design application, as it requires taking into account the navigability, interactivity, usability, Information architecture and the interaction of media such as Audio, text, picture, links Y video.
The union of a good design with a well-developed hierarchy of content, increases the efficiency of the web as a channel of communication and data exchange, which provides possibilities such as direct contact between the producer and the consumer of contents.
Web design has seen wide application in the commercial sectors of the Internet especially in the world Wide Web. The web is often used as a means of artistic expression itself. Artists and creators make Internet pages another means to offer their productions and use them as another channel for the dissemination of their work.
Applied web design
Web page design is basically about making a document with information hyperlinked with other documents and assigning it a presentation for different output devices (on a screen of computer, on paper, in a mobile phone, etc).
These documents or web pages can be created:
- creating text files on HTML, PHP, Asp, Aspx, JavaScript, JSP, Python, Ruby.
- using a program WYSIWYG or WYSIWYM page creation.
- using programming languages server side, to generate the web page.
Stages
For the design of web pages we must take into account three stages:
- The visual design of the information to be edited. In this stage you work by distributing the text, graphics, links to other documents and other objects multimedia deemed relevant. It is important that before working on the computer a sketch or pre-design is made on paper. This will facilitate to have a clear order about the design.
- Structure and hierarchical relationship of the website pages. Once you have the sketch, you go on to 'write' the web page. For this, and fundamentally to handle the links between documents, the markup language of hypertext or HTML. The underlined links in this document and others in Wikipedia They are examples of hypertext, since clicking on them leads to other pages with related information. The importance of the structure and web arborescence is that visitors do not always enter through the main or initial page and in that case the site must give you the answer to what you are looking for quickly, in addition to allowing you to navigate through the site.
- Search engine optimization or SEO. This consists of optimizing the content structure to improve the position in which the page appears in a certain search. This stage is not liked by graphic designers, because unlike text, even for the year 2012 you cannot have new results in search engines with highly graphic sites.
The HTML consists of a series of elements that structure the text and are presented in the form of hypertext by user agent or browsers. This can be done with a simple text editor (should be saved as plane text, without any type of format and with extension .html
or .htm
). Learning HTML is relatively easy, so it is easy to create web pages this way. This was the only way to generate them until they appeared, in the middle of 1996, some visual HTML editors, such as MS FrontPage Y Adobe Dreamweaver. With these tools it is not necessary to learn HTML (although it is advisable), with which the developer concentrates on the most important thing, the design of the document.
All this taking into account the level of programming in the design of the applications and the visual impact to be generated on the user.
No Comment