Skip to main content.
January 23rd, 2008

Programmatic add on Zope

Just as a reminder, the generic way to add an element to an object manager (like Folders) it’s:

<container>.manage_addProduct[’<product name>‘].<add method, usually manage_add*product name*>(arguments)

Posted by mattia as zope at 3:51 PM CET

No Comments »

January 5th, 2008

ZMI, firefox and big contents

Well, I download the whole mootools library in compressed form, which is about 42kbytes of text all in a simple line (a big, big, big “eval”). I put into my Zope instance and go editing the object… pity for Firefox: it’s almost impossible, since loading such a big line in a textfield gives considerable problems to the browser, up to blocking it on my old notebook.

So, what to do?

Would you believe that the old, textual “links” program just loaded the whole thing without complaining the little?

Posted by mattia as firefox, zope at 11:55 PM CET

No Comments »