littled.net

Web design & development; online and offline ramblings

Voe Pier, Shetland. By David Little. Some rights reserved

Entries Tagged as 'python'

All themed up and ready to go

April 12th, 2008 · No Comments

After a short period of inactivity, I had a concentrated burst of work on my theme which is very nearly finished. Doing the CSS work wasn’t too hard; after all I chose a simple theme to start on as I knew the majority of my time would be spent getting my head around Plone 3.
So, [...]

[Read more →]

Tags: plone · plone-themes · plone3 · python · web design · zope

Variables in Python regular expressions: an example

February 11th, 2008 · No Comments

This is something very useful which I picked up from a mailing list, so I’m certainly not claiming to have come up with it.
The problem: basically, you need to replace some text or code using a regular expression in Python, but you need that regular expression to contain a variable reference so it can be [...]

[Read more →]

Tags: python · zope