CSS Book Review – In search of the One True Layout
October 12th, 2006 –
Category: CSS Tips & Ideas –
No Comments »
Using CSS to layout and design an entire website can be frustrating if you don’t know all the quirks and hacks for all the different browsers, needed to format your pages in a specific way. In addition to this, there is usually a plethora of ways to solve any given CSS problem, not all of which are the most efficient.
For the most part, websites follow fairly basic guidelines when it comes to design. This is partly due to the nature and limitations of a browser screen and partly due to the way in which people naturally read a screen or page. As such, it would make sense that a general set of guidelines for the design of a site could be found. Unfortunately, as standardized CSS is a relatively new technology, the guidelines and best practices in it’s use have not yet been completely set. There are many ways to use CSS in the design of a page, to achieve the same results.
An even greater problem is the fact that CSS still has some shortcomings when it comes to the separation of design and content. While working with CSS for the layout of a site, one must still work within the confines of the HTML code of the page and that is where the problem exists.
Solutions to this problem do exist, and one of the best found so far is entitled In search of the One True Layout. This article lays out in detail, the best ways in which to get around the problems of Total Layout Flexibility, Equal Height Columns and Vertical placement of elements across grids/columns.
Written in 1995 by Alex Robinson and regularly updated since then, the online book is complete with CSS Coding Examples, CSS Best Practices and numerous solutions to design related CSS problems. This is recommended reading for ANY designer or developer, interested in understanding some of the better ways in which to build sites using CSS.
Related Reading:
Beginning PHP and MySQL: From Novice to ProfessionalBeginning PHP and MySQL: From Novice to Professional, Fourth Edition is a major update of W. Jason Gilmore's authoritative book on PHP and MySQL. T... Read More >
PHP Cookbook: Solutions and Examples for PHP ProgrammersWhen it comes to creating dynamic web sites, the open source PHP language is red-hot property: used on more than 20 million web sites today, PHP is... Read More >
PHP for the Web: Visual QuickStart Guide (4th Edition)With PHP for the World Wide Web, Fourth Edition: Visual QuickStart Guide, readers can start from the beginning to get a tour of the programming langua... Read More >
Feedback
Related Entries
Links:
- Web Hosting Canada hosting packages starts at $3.95/m. 24/7 toll free support.
Recommended:
Other Information:
Programming Related
Articles we've written related to the topic of PHP Programming.
- AmazonFeed 2.1 Released
(April 13th, 2011 – 7 Comments) - Beware of Thieves like AmazonPress
(April 22nd, 2010 – 7 Comments) - Paginated Navigation Bar
(December 21st, 2009 – 2 Comments) - Wicked Cool PHP – Review
(November 23rd, 2009 – One Comment) - PHP Object Unit Testing
(June 5th, 2009 – Comment on This)
Website Development Tips
Tips and strategies related to the development of great websites.
- Aptana and Eclipse Mouse Click Problems
(January 21st, 2010 – One Comment) - Captcha Insanity?
(June 18th, 2009 – One Comment) - PHP Object Unit Testing
(June 5th, 2009 – Comment on This) - FormContact 1.1 with PHP5 Support
(June 24th, 2008 – 3 Comments) - Website Subversion Backup
(April 8th, 2008 – One Comment)
General Information & Resources
General information and resources from WarkenSoft Productions.
- Beware of Thieves like AmazonPress
(April 22nd, 2010 – 7 Comments) - Aptana and Eclipse Mouse Click Problems
(January 21st, 2010 – One Comment) - Wicked Cool PHP – Review
(November 23rd, 2009 – One Comment) - New Webmaster Tool – The Regular Expression Editor
(June 15th, 2007 – Comment on This) - Where to Start with a Website
(March 19th, 2007 – One Comment)


