Remember Me
forgot your password?

Table-less Web Designing: by Pseudo Technology

In the previous article “Basic Types and Requirements for Web Designing: PSEUDO TECHNOLOGY” we have discussed about the various techniques of web designing process. But we left the topic of table-less web designing because this topic in itself is a matter of discussion. The first thing you should be aware is that this site is not built using these techniques. The Web Design site on About (and all About sites) is built using tables, and until browsers that support CSS Positioning are more widely used, will be for the foreseeable future. The most important function of table-less web designs is the fact that it greatly facilitates the improvement of accessibility. However they face a bit of difficulty as browser support is minimal.

Browser Support:
CSS Positioning (CSS-P) is the only way to create standards based Web pages using XHTML. Why? Because XHTML requires that tables only be used to define tabular data, and not be used for layout. The problem is, until recently, most browsers only had sketchy support of CSS-P. But now, the following browsers and versions, have minimal to good support of CSS-P, among others:
•    Microsoft Internet Explorer 6
•    Microsoft Internet Explorer 5
•    Netscape Navigator 7
•    Netscape Navigator 6
•    Opera 6
•    Opera 5
•    Mozilla 1
•    Konqueror 3
•    Konqueror 2
Rethinking How You Build a Page:
When you build a site using tables, you have to think in a "tabular" format. In other words, you're thinking in terms of cells and rows and columns. And your Web pages will reflect that. When you move to a CSS-P web designing, you'll start thinking of your pages in terms of the content.
For example, the page for this article can be considered to have five content parts:
1.    The header
this is where my photo is, the top banner ad, and basic navigation.
2.    The left navigation
this is the left side of the page, with the subjects and essentials.
3.    The right navigation
this is where the tower ads and other information is.
4.    The content
the text of this article.
5.    The footer
the bottom navigation, copyright information, lower banner ad, and so on.
Rather than putting those elements in a table, I can use the <div></div> tag to define the different portions of the content, and then use CSS-P to place the content elements on the page. For the sake of this article, I'm going to pretend there are just three columns on the page, and ignore the header and footer.
Identifying Your Sections
Once you've defined the different content areas of your site, you need to write them in your HTML. While you can, generally, place your sections in any order, it's a good idea to place first items you'd like less advanced browsers to see first.

For my three column layout, I'm going to have three sections:
1.leftnavigation 
2. rightnavigation
3. content

These will be defined using div tags with the id attribute. Remember, when you use the id attribute, you need to have a unique name for each id.
1.<div id="leftnavigation"></div>
2. <div id="rightnavigation"></div>
3.<div id="content"></div>

Positioning
This is the fun part. Using CSS you can define the position for your id'ed divs. Store your position information in a style call like this:
#content { }  Content within a div tag will take up as much space as it can, namely 100% of the width of the current location, or the page. So, to affect the location of a section without forcing it to a fixed width, you can change the padding or the margin elements. For this layout, I set the two navigation columns to fixed widths and then set their position absolute, so that they wouldn't be impacted by where they are found in the HTML.  While the page won't look wonderful in non-CSS-P browsers, as you can see, it is possible to define how your page will look without any table tags.
The term web designing simply refers to fine art of designing websites that are available on the World Wide Web and are used consistently by individuals. Designers are a very significant part of developing a website as they are responsible for providing color to the external appearance of the website. Therefore, they are vital in providing a lasting impression upon the user, enhancing the popularity of the site. There are various factors and methods that need to be borne in mind when it comes to web designing a website. Websites are filled with written content as well as images and they need to conform to certain forms like JPEG, PNG, GIF and HTML, XHTML etc for written content. One of the methods of designing is known as table-less web design.

Abhishek

Pseudo Technology is India's most reliable software solution provider for website promotion, payment gateway, multi-level marketing, software development and outsourcing. To know more about html web designing, web designing india, web designing delhi, web designing, designing web sites, you can visit http://www.pseudotechnology.com

Rate this Article: 0 / 5 stars - 0 vote(s)
Print Email Re-Publish


Article Source: http://www.articlesbase.com/web-design-articles/tableless-web-designing-by-pseudo-technology-615072.html
Add new Comment



Captcha

  • Latest Web Design Articles
  • More from Abhishek

Tips for designing a website

By: Mark Alter | 06/07/2009
Websites are designed for various purposes keeping the objectives of the peoples they want to serve. For a better website design there are some factors that need to be kept in mind while designing the site. All these issues are handled by a well equipped and experienced professional company ITRIX Technologies from where you can get the best of them.

Website Design Dos and Don’ts

By: Business Local Listings | 06/07/2009
contracting an expert web site developer like Web Dot Com Website Development Philippines, Inc. The company’s programmers and designers who are specialists in php, mysql, JavaScript and other applications craft low cost advanced web site development packages with graphic design and multimedia components including flash animation development. These websites are artistically appealing and effectively achieve the client’s online objectives.

Website Design – An Eye Opener

By: Caitlina Fuller | 05/07/2009
There are many reasons that a person or a company would want a website. Internet marketing is a huge reason a company would likely have a website on the internet.

The Differences between Web Development and Web Design

By: Caitlina Fuller | 05/07/2009
A person can consider themselves as a web designer if they create websites that are considered social networking websites but as professional web designers are concerned, their job consists of much more that creating a site to upload family pictures.

five ways to encourage one's visitors to return to your site

By: Jeremiah Gross | 04/07/2009
A web designer in Southlake, TX is providing the following five ways to help your customers to return to your Web sites. A large amount of successful Web sites depend on returning customers to account for a major part of their traffic. Returning customersare more easy to convert into paying customers because the more often he or her return to a site, the more trust they have in that Web sites. The credibility issue just melts away. T...

Why Is My Laptop Computer Running Slow?

By: MiNeeds | 03/07/2009
If your laptop computer is only running poorly or your computer or laptop is slow, then there is a fair chance that your problem is only software or virus related.

Corporate Business Promotion, Corporate Marketing Technology

By: Jigney Bhachech | 03/07/2009
Offer a wide range of professional seo services like corporate business promotion, search engine marketing, search engine optimization, email marketing, pay per click advertising, seo management, seo maintenance and seo consulting services to launch a successful business website promotion campaign.

The Uses of Color Arts - Photoshop Brush Tools

By: Manish Shrivastava | 03/07/2009
Over the past several years, a strong trend towards using various Photoshop Tools is seen in website design and development. Increasingly, clients ask for the ability of their web sites to reach maximum potential customers as possible.

Pseudo Technology: Master in Developing Window’s Application Softwares

By: Abhishek | 20/12/2008 | Computers
The softwares developed in window application are more reliable and ease to use.

Table-less Web Designing: by Pseudo Technology

By: Abhishek | 24/10/2008 | Web Design
The usage of the table-less web designing has various advantageous features and it is very useful in web development.

Basic Layout and Requirements for Web Designing: by Pseudo Technology

By: Abhishek | 22/10/2008 | Web Design
We've the proven experience and expertise in web designing website that succeed by bringing in enquiries, which generate sales and are an asset to your business.

Basic Types and Requirements for Web Designing: Given by Pseudo Technology

By: Abhishek | 21/10/2008 | Web Design
Pseudo Technology is one of the front-runners in website designing company.

Submit Your Articles Free: Signup


Article Categories




Use of this web site constitutes acceptance of the Terms Of Use and Privacy Policy | User published content is licensed under a Creative Commons License.
Copyright © 2005-2008 Free Articles by ArticlesBase.com, All rights reserved. (0.09, 5)