Forum Moderators: not2easy
What are the plus points - minus points while designing a webpage?
What I mean is I know that there maybe some great sites build in CSS, but how does one start's of designing a webpage thinking that it will be further coded in CSS.I would like to understand this technology from a DESIGNERS perspective!
I am open to any comments/suggestions that you might have to help.
Thank you
Cheers,
Rahul
It also includes better control of the way text is rendered. So many times in team development, the designer is the only person with a strong aesthetic sense, and that aesthetic sense can be very valuable in the "type-setting" area, which is often handled exclusively by the tech types.
Many graphic desingers have had formal training in typography and if they master css, they can make a strong contribution to the final look of the site.
That means a single stylesheet can drive an entire web site layout for a variety of platforms. no more tedious edits on a bunch of static pages to make changes. just edit the stylesheet and the changes are global.
I recently completed a mobile/handheld web project where I created a pure css web site with one stylesheet controlled both the fullsize desktop web site and the miniature handheld model without having to build separate sites for the same content in different sizes.
Being able to specify multiple media types with css has opened the door for the impending "media convergence". CSS has also eliminated the need for javascript for stuff like mouseovers, image zooms, slideshows and other interactive tasks.
For the best selection of pure css web sites, visit [cssvault.com....] while many sites have a distinctive "blog look" to them, some of them are absolutely breathtaking not only for the visuals, but for blazing fast downloads, and some pretty innovative coding techniques.
enjoy!
ONE CAVEAT: make sure you have a couple of hours to spare, tho. it's easy to lose track of time at that site.
Ciao!
Kat
Have you found that using CSS for layout and SEO are 'compatible'. I am also wondering if any of you have used Yahoo Site Match and encountered any rejections from Editors for using techniques which won't perform in Netscape 4.7!
In general terms, I am trying (a little unsuccessfully) to find out if Yahoo in particular have advanced from their luddite acceptance policies which made a Business Express Submission for a site which dared to stray from 'HTML text' so fraught with danger!
I have found that is has had no detrimental effects at all on the sites where we have implemented it. Separating content from style can only be beneficial. For instace if you look at the HTML for the afore mentioned CSSzengarden it is clean, well ordered content, I.E. spider food. CSS also allows you to make the content more easily available to mobile devices, other media and accessible.