Posts Tagged ‘browsers’

Tables are back baby

Monday, February 16th, 2009 | Tech, Thoughts

Well, sort of. AJaxian wrote a very interesting post about display: table CSS and how after all this time of moving away from table layouts to CSS layouts we are now putting it all into CSS so we can essentially use table layouts again. It’s about time.

We’ve all spent years moving over to CSS layouts and support has gradually been getting better but we still can’t do a lot of basic stuff that you can do with tables without lots of hacks and crazy implementations that shouldn’t be there.

Take for example creating columns. We’re still using faux background images to create the column backgrounds and then putting a clear: both div below everything which shouldn’t really be there in semantic mark-up because it has no meaning, it’s just a CSS hack. These are things we could do with ease using tables.

While I’m on the subject there is also an interesting article on TJK Design about building layouts without using floats, the site being built entirely using lists which degrades beautifully if you turn off CSS.

Google Chrome part II

Friday, September 5th, 2008 | Reviews, Tech

Had a quick play around with Google Chrome, have a few thoughts on it. I’m not particuarly over impressed by it’s loading of web pages, mainly because it doesn’t…

If you wait a while though it will at least tell you it thinks it’s crashed…

Maybe I can fix it by going to the options panel…

Not quite the standards I was expecting, to be honest.