public marks

PUBLIC MARKS with tag zope

31 March 2007

Toonux.org

by zopers & 2 others
Toonux est un portail proposant des contenus relatifs a Zope, plone, zwook, et au wifi

16 March 2007

15 March 2007

Introduction à Zope

by Eusebius
Ce tutoriel constitue une première approche du serveur d'application Zope. Il est destiné à des personnes ayant une certaine culture, même basique, des principes du développement web, et qui veulent découvrir Zope. Ce tutoriel est incomplet et ne traite que de certains outils présents dans Zope. Des notions importantes n'y sont pas traitées, comme les ZPT, les ZClasses, le Virtual Host Monster, les méthodes externes...

12 March 2007

09 March 2007

Merging TurboGears and Pylons , Zope

by pvergain
It seems likely that TurboGears and Pylons will merge. This looks like a good thing. ... It’s conceivable, it was definitely discussed a few times as well. It wouldn’t be so much a merger in any sense, as more of a coalescing of common parts. –Ben Bangert (On the Pylons mailing list) So, yes we did spend quite a bit of time talking about this at PyCon. And yes the word merger was used, but if you’re looking for some kind of big bang switchover, I think you’ll be disappointed. From my perspective, the philosophical approach behind all of our discussions has been “The more we can share parts the better.” But we all have taken it one step further — were we have different ideas about how things should be done, we need to weigh the relative merits of maintaining those differences against what those differences cost us. In particular I’m thinking about the cost in terms of mantaining: * separate libraries * separate documentation efforts * separate mailing lists * separate bug tracking systems * decreased visibility in the wider web marketplace * and ultimately separate user communities. .... Surprisingly enough, this is also something we have in common with the Zope guys, who have created a lot of great stuff that none of us got to use because it was too tightly integrated with the Zope core. They have been spinning out components pretty regularly for the last couple of years, and we want to work together with them more. Obviously, we won’t merge with Zope, but I hope that we can work with them in lots of interesting ways to move the state of Python web development forward. I for one would like to have access to their Transaction manager for multi-database transactions, and I worked a bit with Zope guys last week on integrating Tosca Widgets into their Forms system. What I want is for there to be diversity where there are real differences, and unity where those differences don’t matter. We don’t want to limit either framework, but we don’t want to have pointless duplication of effort either. .... Or, if we’re smart enough, creative enough, and and flexible enough, we may end up as one framework. To quote a line from Terminator 2 “The future is not yet set. The future is what we make it.“ ....

06 March 2007

Tutorial Zope Avancé

by bluetouff & 1 other
Dans ce tutorial nous allons aborder zope de manière plus avancé que dans le premier tutorial (initiation à zope). Dans ce premier tutorial vous avez appris à créer les éléments simples d'un site web en zope, et vous avez vue comment gérer une base donnée tel que mysql. Ici nous allons aller un peu plus loin en abordant la gestion de formulaires et le traitement de données avec python, les listes, la gestion de fichiers, la gestion d'images, et enfin la création de fichier Excel …

04 March 2007

FrontPage

by benoit & 1 other

Interfaces are objects that specify (document) the external behavior of objects that "provide" them.

02 March 2007

Freebre.org : le portail des freebrés

by toonux & 2 others
Portail des freebrés, les futurs abonnés de Free qui vont pouvoir accéder au très haut débit : le FTTH : Fiber To The Home

Salon ONLINE 2007

by toonux & 1 other
Salon ONLINE 2007, les Journées du E-COMMERCE, du E-MARKETING et du E-CRM - 13 et 14 mars 2007, CNIT - Paris La Défense. Le rendez-vous incontournable des incontournables du net ! EXPOSITION, CONFERENCES et SEMINAIRE sur le REFERENCEMENT

Toonux - Wireless and Zope stuff

by toonux & 2 others
Toonux est un petit portail traitant des technologies sans fil et du serveur d'application Zope. Vous y touverez des documentations, des forums,n une annuaire de liens etc..

26 February 2007

Developer Documentation

by roulian
The Zope developer documentation is still immature, but progress is being made. Many UML models are being worked on, and a Zope Developer's Guide is in the works. Stay tuned for more information.

Using Basic Zope Objects

by roulian
When building a web application with Zope, you construct the application out of objects. The most fundamental Zope objects are explained in this chapter.

Z Catalog Tutorial

by roulian
This document provides a tutorial for ZCatalog, the new search engine machinery in Zope. The audience for the document is content managers.

25 February 2007

Quickie: Ajax(y) visual effects with Scriptaculous + mini + zope

by roulian
It's been a while since I experimented with ajax and zope. My last ajax experiment was with mini, getting results from the server. However, the problem was that there's no visual indicator to tell the users that the contents have changed. Enters Scriptaculous. It's a great library that makes producing visual effects a cinch, well to someone with limited javascript experience like myself.

Zope and AJAX: two options

by roulian & 2 others
AJAX, now I'm certified buzzword compliant ;). Seriously, ajax is Async Javascript and XML with which we can do stuff without page refresh and gives the impression that the browser is very much like your everyday GUI client.