UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  UK Web Hosting | Dedicated Server Windows and Linux VPS Forum > Off Topic > Off-Topic

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 30-11-2005, 10:49
Member
 
Join Date: Nov 2005
Location: Maidenhead UK
Posts: 32
Default CSS or bog standard HTML?

My original website hostings didn't use CSS. I've taken over one that does and implemented CSS on another. i'm not convinced.

My website hostings have to be compatible with browsers that don't support CSS ao the HTML has to stand on its own. There is little that can usefully be added with CSS. Using position:absolute for layout is obviously ruled out. Tables for layout may be deprecated but they work.

The biggest fault with many website hostings is setting background colours in html and foreground (text) colours in css, or vice-versa, with the result that you get zero contrast between the text and background. In other words the website hosting is unreadable on some browsers.

As for maintaining the website hosting I can't see the advantage of CSS. True, you can change a style and it affects all the pages using that style, but on the other hand that means you have to check through the whole website hosting for unintended consequences. When you're updating a single page you need to check all the style sheets to see what styles are available or whether you need to create new ones. With plain html you just do what you want to do on that page and you can test it in isolation.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 30-11-2005, 10:55
Eskew's Avatar
Premium Member
 
Join Date: Oct 2005
Posts: 124
Default

I find CSS useful for themes, I run my website hostings using a theme style. I never really thought about the whole compitable with all browsers thing. But I would like to do a tableless layout using CSS.
Might try it soon, heard it is very effective.

Webkatalog Entered.de
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 30-11-2005, 10:58
Member
 
Join Date: Nov 2005
Location: Maidenhead UK
Posts: 32
Default

I find that with website hostings that use CSS for layout I just get everything strung out down the left-hand side of the browser window.

German Directory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 30-11-2005, 11:01
Eskew's Avatar
Premium Member
 
Join Date: Oct 2005
Posts: 124
Default

Well without tables, it doesn't leave much options.

Webdirectory24 - Webkatalog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 30-11-2005, 12:26
Member
 
Join Date: Nov 2005
Location: Oxford
Posts: 30
Send a message via MSN to Matthew
Default

I only use CSS for text formatting. I find that cuts down on the size of HTML files. I have heard about this css method of putting pages together but I am not convinced. I will be sticking to conventional tables in HTML and a bit of JAVA.

ATB, M

Web Directory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 30-11-2005, 12:41
Member
 
Join Date: Nov 2005
Posts: 46
Default

CSS is great.

On my website hostings before I used CSS, I used to use Background="imagefile.gif" in each cell of the table to create a dynamic cell that can be overlaid with text.

That pretty much break every rule in the book for web compatibility..

using CSS, I can do that the same, but by putting the image in a class and assigning it to the cell. The W3c HTML checker doesn't throw a fit anymore when I do a validation check. woohoo!

My next step is to learn some proper advanced CSS - when I get the time.
__________________
http://ziip.co.uk/jester2.jpg
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 30-11-2005, 12:57
Junior Member
 
Join Date: Nov 2005
Posts: 7
Default

my latest website hosting is 100% css, not a table in website hosting, all those div's, its great, its fast, its smooth and it doesn't have a hard time in any browsers that i use (the mainstream ones). Its so much nicer than having tables in tables and all that garb code, a whole page html can go down to about ten/fifteen lines!

W3 Directory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 30-11-2005, 19:28
Member
 
Join Date: Nov 2005
Location: Maidenhead UK
Posts: 32
Default

That parenthesis is the problem. You can easily assume that everyone can jut go and download the latest version of IE, Firefox, Opera or whatever, which might not be the case.

LinkDir.eu Web Directory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 30-11-2005, 19:48
Ian Ian is offline
Senior Member
 
Join Date: Oct 2005
Location: Newcastle
Posts: 184
Default

Quote:
Originally Posted by Matthew
I only use CSS for text formatting.
Me aswell thats all i use it for.

Apartment and Villa Rental Costa Blanca - Apartment and Villa Holiday rentals costa blanca apartments and villas with pools near golf courses and beaches for rent and property management Costa Blanca Spain.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 30-11-2005, 22:03
Eskew's Avatar
Premium Member
 
Join Date: Oct 2005
Posts: 124
Default

Quote:
Originally Posted by pukington
my latest website hosting is 100% css, not a table in website hosting, all those div's, its great, its fast, its smooth and it doesn't have a hard time in any browsers that i use (the mainstream ones). Its so much nicer than having tables in tables and all that garb code, a whole page html can go down to about ten/fifteen lines!
Care to provide a link? I would love to see it.

http://www.directory-search.eu
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 01-12-2005, 00:03
Member
 
Join Date: Nov 2005
Posts: 50
Default

Why I use CSS...
Some of my website hostings have to be accessible to screen readers. This is much easier to implement with CSS.
CSS reduces bandwidth by only being DLed once, compared with style settings on each file.
Tables take longer to render. This is because they are hierarchial. Layers are not and can load asyncronously (sp?) meaning that any multithread browser (find one that isn't) can render layers together, reducing loading time for the user.
CSS is an excellent way of maintaining a style across a whole website hosting, you only ever need to change one file.
Finally with CSS tags it is often easier to predict the outcome on different browsers as it is generally more consistent.
(End of lecture! )
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 02-12-2005, 03:02
faceh's Avatar
Member
 
Join Date: Nov 2005
Posts: 85
Default

css can be both a blessing and a curse in my experience. I love to use CSS for style settings, since it makes display of fonts, colour patterns, tables etc so easy - however as for actually modelling the layout of the page with a CSS sheet - that is too complicated for me.

so i guess i only partially use css, just for defining global themes for my website hosting.

aXaa.eu Directory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 07-12-2005, 17:08
Member
 
Join Date: Nov 2005
Location: Oxford
Posts: 30
Send a message via MSN to Matthew
Default

CSS is great and I know that it could make my html files much smaller but I just can't be bummed learning how to do the stuff I already do well in tables in a different way.

I am so lazy ATB Matt
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 09:23.

 

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by Web Hosting 3.1.0
Copyright © 2001-2008, eUKhost.com. All rights reserved.

 
Site Map

VPS Hosting
VPS Hosting plans

Dedicated Server Hosting
Dedicated Server plans

Business Web Hosting
100% uptime Hosting

Cpanel Hosting
cPanel Shared Hosting

Reseller Hosting
Reseller Web Hosting

Windows Hosting
Windows Shared Hosting

Windows VPS

Windows VPS Hosting

Semi Dedicated Servers
Semi-Dedicated Hosting

Dedicated Server Mirroring
Dedicated Server Mirroring

Webhosting Knowledgebase
Frequently asked Questions

Web Hosting Blog
eUKhost Blog

Web Hosting Support
Support Helpdesk

UK Data Center
eUKhost Datacenter

Web Hosting Forum
eUKhost Forum

Support Tutorials
Online Flash Tutorials

Offsite Back-up Plans
Remote Backup Service

Customer Testimonials
eUK Customer Testimonials


knowledgebase articles

eUKhost.com Services

Pre-Sales Questions
Pre-sales FAQ's

Domain Names
Domain registration FAQ's

cPanel Hosting
cPanel Hosting FAQ's

Windows Web Hosting
Plesk Control Panel

Reseller Hosting
Reseller Hosting FAQ's

VPS Hosting
Virtual Private Server

Semi-Dedicated Servers
Semi-Dedicated FAQ's

Dedicated Servers
Dedicated Server Hosting


popular blog categories


Web Hosting
Website Hosting articles

UK Web Hosting
UK Hosting articles

Dedicated Server Hosting
Dedicated Server guidelines

VPS Hosting
VPS hosting articles

cPanel Hosting
cPanel Hosting articles

Linux Operating System
Linux Operating techniques

Windows Web Hosting
Windows plesk articles

Web Hosting
Web Hosting Service