Wednesday, October 13, 2010

Dunebuggyplans.com Plans

Webdesign

As mentioned, we need to concentrate as the task three articles (500 - 600 words / article).

http://dev.opera.com/articles/view/9-building-up-a-site-wireframe/

One should be able to understand how a website is set up before you get approached on a dare . In the following
is it a creation of a website for a fictitious company, but which I leave out of it.
Even if design and color play an important role, one should first to find out what the customer wants to achieve with it and say. Does he have a CI / a branding and marketing strategy, or it must be created? If it must be created and one does not have the necessary experience, should be left to the specialists.
want the site to be purely informative or wishes to sell something? Blog? Contact or a photo gallery? Is this relevant?
Even before we think about design and color can be said: The website will each be accessible (eg people with physical disabilities) and easy to use / understand.

needs given it a well-designed site in HTML and CSS, where you should consider in advance where Flash, JavaScript, etc. used to it after the designer and the programming (sometimes the same person) are easier to . make

The first steps

first Site name: it reflects the company? Is it significant enough?
second Logo and Branding: Everything should be collected, old Fyler / brochures / business papers etc., to form a better picture of the company. Also, phone numbers, addresses, etc., should in a file are collected, the easier the later insert.
third Domain name: The name to be entered in the browser window to access the site. He should know beforehand, if necessary, to integrate it into the content. Is he also free?
4th What are the pages from the competition? What visual languages, diagrams, and graphic elements you use? Important if one wants to bring something better condition.
5th What is the link structure? If the page remain static or change in the future?
6th What is the content? The content can play decisive for the rest of the typography and design.
7th Finding the right host: Some vendors do not offer databases to (the importance of blogs / shops) or a limited number of traffic.
8th Leaving the page: Every potential customer leaves the site at some point, so why not a content-based ads placed by an external link? Stuff like that can bring the company additional money.
9th Deadlines: When is brought into focus the site?

also an important issue is the search engine optimization. How do I optimize the HTML to be found by search engines quickly? Again, hire specialists.

As for the layout: always depends on audience and content. A blog is different than a shop for a merchant, but you know something now.

Validation: Is the site valid? HTML and CSS correctly?

http://dev.opera.com/articles/view/15-marking-up-textual-content-in-html/

In this article presented properties that can be used to format text.

the white space you can see in an HTML file (the space between the words) can be generated by space, return-Tase and tab key. This white space is displayed in most browsers, with only a space bar. This can be changed, but more equal.

block elements

First there is the possibility of the main lines with a header element (h1-h6) to surround, with \u0026lt;h1> showing the largest font size and \u0026lt;h6> the smallest font size. Therefore, one
\u0026lt;h1> Hello World \u0026lt;/ h1> larger than a \u0026lt;h6> Disclaimer \u0026lt;/ h6>.
This is important for search engines because the content of a Web site for header elements is searched.

paragraphs are used to indicate that we read just a paragraph. As in a magazine The above paragraph is wrapped in \u0026lt;p>.

The blockquote element sheet items. When it comes to display quotes from other blogs, etc., is used blockquote, but this can never stand alone, but in the particular property that it had on the blog, etc., eg blockquote \u0026lt;p> ; ...

Previously formatted text , say white rooms that are pre-formatted in HTML file (see above), can be displayed in the browser by \u0026lt;pre> the property is in front.

inline elements

Short quotations \u0026lt;q> have the property because the blockquote element usually a indented text According added. \u0026lt;p> May be (as well as blockquote) formatted by the CSS file on, for example, the quotation marks.

emphasis in sentences is the property attributed \u0026lt;em>. If you would like to highlight individual words (\u0026lt;em> ensures that the text is italic). If you have highlighted a sentence and I want to emphasize a word is extra, use \u0026lt;strong>, with the result that the word is bold.

otherwise be shown in the article, only properties which are today may no longer use, so I am counting on them not, why?

0 comments:

Post a Comment