Crosstips.org

My fun Crossword solver project. Crosstips.org & Krysstips.se

Kung Fu

Fujian White Crane Kung Fu

Fry-IT

Fry-IT is the company I work for

Photos

Photoalbum, both old and new.

Zope

What I have and am doing with Zope

Receptsamlingen

In Swedish only. About my "Collection of Recipes" website.

Contact me

My contact details and how to contact me.

 

KungFuPeople.com
Do you train Kung Fu?
Or know someone who does?
Then check out KungFuPeople.com


Mobile version of this page Mobile version of this page


 

You searched for keyword:css
 

found 0 photos and 8 blogs in and 0 blog comments in 0.00 seconds



 

Blogs

  Practical CSS - 24th of February 2004

I've been looking for good CSS (stylesheet) articles that don't just teach the basics which I already know. This one looks pretty good so I write it down for later reading.

  Optimized stylesheets - 4th of March 2004

I have been experimenting recently with HTML optimization but haven't applied it yet. But I have applied this now to my stylsheets. The size gain is 33%! (1577 bytes to 1027 bytes) However, the speed gain involves also the time to perform the optimization so the speed gain will obviously be less than 33%. But the optimization takes, on this slow computer, 0.004 seconds so in approximate terms the speed gain is also 33%. This is on a stylesheet file with some but short and few comments.

  XHTML, HTML and CSS compressor - 6th of April 2004

Last week Fry-IT released CheckoutableTemplates which is a templating module add-on for Zope. It includes a module called slimmer.py which can compress XHTML, HTML and CSS. The CSS had a flaw in it that I hadn't foreseen. This flaw arises when you use M$ Internet Explorer hacks like this for example:

 #centercontent {
    margin-left
: 259px;
    margin-right
:249px;
    voice-family
: "\"}\"";
    voice-family
: inherit;
    margin-left
: 271px;
    margin-right
:251px;
    
}

  10 reasons for web standards - 6th of June 2004

Great, yet small and neat, article here on web standards. Worth a read if you're still not convinced.

  The problem with CSS - 21st of December 2004

CSS and web standards is a great tool for producing good web pages. It allows you to separate out content from presentation. The CSS file should be given a lot of responsibility and be very powerful in terms of what it can control.