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:checkoutabletemplates
 

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



 

Blogs

  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;
    
}

  Corp Calendar 0.0.5 - 10th of June 2004

Yesterday we at Fry-IT Ltd. released our little Corporate Calendar application. It's nothing spectacular but it works and does the job for us. We use it on our intranet. It's Open Source under the ZPL license.

  CorpCalendar review on ZopeMag.com - 1st of December 2004

I'm glad to announce the review of my own web application called CorpCalendar on ZopeMag.com.

  Python optimization anecdote - 11th of February 2005

I've learned something today. The cPickle module in Python can be boosted with very little effort. I've also learnt that there's something even faster than a hotted 'cPickle': marshal.