Re: [Zope] Re: anyone heard of Zamasing?

2008-04-21 Thread Garito
The tecnique showed by Tim is the same I use at Zope Smart Manager but I
prefer prototype and scriptaculous. At this time the most active community
is, perhaps, RoR and they use the same libraries

And when I use a Zope manage page like the constructor of a product I use
ModalBox to show it as a dialog box

I like to put in ZSM a drag and drop option to sort the ordered folder
objects, to launch the creation dialog and delete object to a trash (I need
scriptaculous for things like this)

It's amazing what you can do with AJAX! (prototype is the library used)

I don't want to program anything else like a desktop program (in fact I
believe that the next desktop will be a http server)

2008/4/21, Simon Michael [EMAIL PROTECTED]:

 Tim Nash wrote:

  find a way to upload the zexp to the wiki but I don't see how to do
 

 You're absolutely right, I forgot we restricted this to authenticated
 users when junk uploads became a problem. I did the upload and changed the
 link. Contact me for a wiki.zope.org login so you can do more uploads, or
 you may prefer to just link to your site.

 Thanks for sharing this example!

 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )




-- 
Mis Cosas
http://blogs.sistes.net/Garito
Zope Smart Manager
http://blogs.sistes.net/Garito/670
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Re: anyone heard of Zamasing?

2008-04-19 Thread Tim Nash
I created an entry and added a link to the zexp on my site. I tried to
find a way to upload the zexp to the wiki but I don't see how to do
it. I tried mozilla and safari 3 on mac. It may be one of those deals
where the icon only shows up on Internet explorer.

Here is the link:

http://wiki.zope.org/zope2/HowToCreateJavascriptGUI



On Sat, Apr 19, 2008 at 9:48 AM, Simon Michael [EMAIL PROTECTED] wrote:
 Tim Nash wrote:

I created a zexp that demonstrates the use of extjs and zope but I
  don't know where to put it for anyone that might be interested. Can
  the wiki.zope.org/zope2 site accept .zexp uploads?
 

  Hi Tim - yes it can, see the edit form. However there is a size limit, it's
 either 1Mb or 1Gb. :) See if it works for you.



  ___
  Zope maillist  -  Zope@zope.org
  http://mail.zope.org/mailman/listinfo/zope
  **   No cross posts or HTML encoding!  **
  (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Re: anyone heard of Zamasing?

2008-04-18 Thread Tim Nash
Simon,
   I created a zexp that demonstrates the use of extjs and zope but I
don't know where to put it for anyone that might be interested. Can
the wiki.zope.org/zope2 site accept .zexp uploads?

 This zexp doesn't require the installation of extjs to see how it
works because it uses the extjs cached on the extjs site (for
demonstration purposes only)

This demonstrates:
1. separation of GUI from zope. (you could serve your zope data from
one continent and your GUI from another.)
2. use of extjs data storage (client cache of data reduces calls to zope)
3. loading of extjs  data storage widget via ajax and JSON
4.  ajax submit of form data
5. client side form field validation
and my favorite:
6.  webserver cache of GUI reduces load on zope making zope more scalable

-Tim


On Thu, Apr 17, 2008 at 6:35 PM, Simon Michael [EMAIL PROTECTED] wrote:
 Tim Nash wrote:

  up-to-date documentation than anything else. Products are the way to
  go. It is very much like wriitng 'Scripts Python'. I am going to put a
  simple 'boring' product on the zope.org site (if they let me) which
 

  Hi Tim.. put it also on http://wiki.zope.org/zope2 if you wish. That is an
 easy place to grow and rework documentation.



  ___
  Zope maillist  -  Zope@zope.org
  http://mail.zope.org/mailman/listinfo/zope
  **   No cross posts or HTML encoding!  **
  (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )