Archive for the ‘webstandards’ Category

CSSVeauty

Friday, April 1st, 2005

CSS Beauty será ahora conocido como CSSVeauty ya que ha sido vendido, todavía no se han especificado detalles, pero se ve que la inversión no va a ser bien vista por todos debido a que el nuevo propietario tiene una nueva visión para el sitio, aún no se han revelado detalles.

El CSS Zen Garden en Español

Monday, November 1st, 2004

Camaleon CSS

Bueno no exactamente, pero al menos tiene el mismo objetivo, utilizar exclusivamente el codigo XHTML para markup, y el CSS para propositos de presentación. “El proyecto Camaleón”:http://www.camaleoncss.com/ comenzó ayer, 31 de Octubre. Propuesta por Manoloweb de “IdeasFreelance”:http://www.ideasfreelance.com/. Ya pueden “enviar su propuesta”:http://www.camaleoncss.com/herramientas/participa.html y hay un kit disponible.

Lo que no me pareció

No uses “hacks”[…]usa CSS estándar

…a veces es necesario utilizar hacks para versiones antiguas de IE no hagan trizas el layout

UPDATE Al parecer algunos hacks serán admitidos… muchas gracias a “Manolo”:http://ideasfreelance.com por aclarar el punto

Testing your layouts on IE

Monday, September 6th, 2004

You probably know by experience when making CSS+(X)HTML layouts can be a PIA when you try to make it look good on IE, and since IE hasn’t a very good CSS support, there’s people who actually doesn’t know how to test them on another versions of IE, especially the older ones. And of course there are available web-based solutions, just to see how it looks your layout, but that’s an image, and sometimes you cannot see the entire layout if is larger than the window visible height and you need to scroll it to see it entirely… Well the point is there are available standalone versions of IE (since IE is based on Windows’ Explorer), even on Mac versions. You can find out more in this article. Via: noscope