You are currently browsing the archives for the month: July 2005.

July 31, 2005

Doing some work on my z3 class generator

Some time ago I tried to learn a bit of XSL and as I also started doing Zope 3 via Philipp’s Book I started a project in which I tried to create the class, interfaces and zcml files automatically.
So I started out with some input XML file like this:

<z3definitions>
<type name=”Person” description=”a […]

more...
July 30, 2005

TMs

So an annoying thread was actually going on at the Zope mailing list about a trademark issue. You can read about it here
All in all quite annoying. More annoying is that ZC did not yet answer to my questions.. So I really wonder what this all means and if I eventually need to search for […]

more...

SMP and Zope

So this is more just as reference to myself. batlogg was just giving me a helpful link on IRC regarding multiprocessor machines and Zope.
So here it is
Just need to try it out and make some benchmarks.

more...
July 27, 2005

XML-to-flash-compiler

Very cool, vinsci just mentioned on #plone LaszloSystems.
It’s some sort of web application framework written in Java which supports an XML language for creating GUIs which then get compiled to Flash. So check out the demos at that site, it looks very cool.
Might be nice to have such a thing for plone with a […]

more...

The Dresden Workshop

So in order to get a bit more into Zope 3 I decided to simply visit Philipp von Weitershausen in Dresden to learn a bit. So I did it the last weekend and I learned a lot
So we did a simple photo upload project with WebDAV-Support and a simple versioning and I though […]

more...

EuroPython 2005

I left this blog alone for quite some time which was not that nice of me

.zg_div {margin:0px 5px 5px 0px; width:117px; align:right;}
.zg_div_inner { color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px; align: right;}
.zg_div a, .zg_div a:hover, .zg_div a:visited {color:#3993ff; background:inherit !important; text-decoration:none !important;}

zg_insert_badge = function() {
var zg_bg_color = \’ffffff\’;
var zgi_url = \’http://www.flickr.com/apps/badge/badge_iframe.gne?zg_bg_color=\’+zg_bg_color+\’&zg_person_id=77941960%40N00&zg_set_id=502414&zg_context=in%2Fset-502414%2F\’;
document.write(\’‘);
if (document.getElementById) document.write(’
what is this?‘);
}
zg_toggleWhat = […]

more...