2011年8月22日星期一

Web Design Tips- Laying The Site Out




Web Design Tips: Laying The Site Out


First off, not depend above the interface that software like Dreamweaver attempts.  You absence to learn to code HTML yourself.  And the agreeable news is, it's no namely difficult.  HTML namely an of the easiest coding languages to learn along a long shot.  In fact, you could probably learn the rudimentary appearances of HTML in an afternoon.  But don't get also tall on your horse later you learn to code charts and div tags, for immediately you'll absence to learn a little CSS.

CSS - likewise understood as Cascading Style Sheets - is what makes the HTML see like something other than a Word document.  This is really a lot extra complicated than HTML, merely the basics of it are simple to know and can become your website into something that people will not merely placard, but also be impressed by.  The basics of CSS will alteration the size, type and color of your txt, and it will set a background picture or color as your sheet.  While the extra perfected CSS will actually layout your all page and reserve it looking the direction it's assumed to on everyone's screen.  This is the most major aspect of CSS.

When designing a website or webpage, you need to decide on the layout - how the content will be sorted on the screen.  This is where it's quite important to learn to code HTML yourself, and have a mighty understanding of CSS.  Learning to do it yourself will make it so many easier - confidence me!

There are a few standard layouts for the overall page.  Using CSS, you can have the page centred - which is what most websites do - or you can have it begin at the left of the screen and have it spread to the right.  Both work well, but regardless of which you prefer, you need to understand that spectators have another size monitors set to another resolutions.  A huge no-no with network design is to make the page so wide that people have to scroll from left to right.  So to discourage this, and to make it so 90% of the people outlooking the web don't have that publish, set the overall width of the page to almost 900 - 950 pixels.  This will work well with most displays and most layouts, centred or shifted to the left.  Once that is determined, you shake to the sections of the page. 


Typically - nearly 99% of the period - a webpage consists of a header, navigation, body, and footer.  The header is where the branding image is exhibited (the VI), and where important contact information is shown.  This chapter of the website is what everyone sees 1st - but it shouldn't be cluttered.  The header can span across the entire screen, or it can be confined to a specific width.

The body contains the important information that the website is attempting to deliver.  This body is in fact a sequence of sections - this is where the layout of your site becomes very important.  With HTML and CSS, anything is arranged in rectangles.  Because of this, you need to diagram out how you absence your rectangles arranged.  Think of a news, or better anyhow, look at a weekly.  It may look boring but it ought give you a common motif of how to arrange columns.  Of course your website won't have to be boring like that, and whether you're creative with graphics and CSS, can be a very illusive in its framework. 

The footer goes at the base and can embody secondary navigation, copyright information, phone mathematics to adjoin, mixed links and whatever else that is of secondary importance. 

And then there is the navigation.  Website navigation can either be horizontal or vertical.  This part of your website could maybe dictate your entire layout.  Horizontal navigation can go into the header as basic text links, or underneath the header as a wide navigation bar.  Vertical navigation typically stays on the left side of the page in a col.  Using CSS and HTML unordered lists, you can design a sharp looking navigation simply and immediately.  Of lesson using a little JavaScript and jQuery can make it look amazing, but that's for distinct course.

When designing all of these portions of the site, it is vital to segment them off the proper way and link them to an external style page.  Always use an outer style sheet!  There's really 2 ways of sectioning everything off: tables and divs.  Tables sound fine but are not the way you should layout a website.  Always use div tags to coat your content and position it where it needs to go.  Identify the div tags with classes or id's, work from the appearance in, and be circumspect of relativity, pixel widths, margins and padding - all of which will affect cross explorer compatibility, as well as other display issues. 

Our next article will delve deeper into CSS and how it tin be secondhand to location and neatness always the pages of your website.




没有评论:

发表评论