Re: [Zope] Trying ZODB with a background in RDBMS

2008-08-14 Thread SpiderX
For a ticketing system, you could just use the unix timestamp as the ticket id. * 269-345-460 is my birthday... ( July 15, 1978) **121-873-549-7 is now.* (well, when this email was written). Anyway, these should be pretty easy to give over the phone. They are unique enough that you can take 59

[Zope] AJAX / HTML Fragment

2008-04-21 Thread SpiderX
I'm writing my website to use AJAX for form posting and displaying content, and instead of using AJAX to parse XML and then update the DOM, I'm using Zope to create an HTML fragment and AJAX just writes it to the correct location on the page. It works really great for what I'm doing, but the only

Re: [Zope] ExternalFile can't read mapped network drive

2007-08-15 Thread SpiderX
Ken, you can't have mapped drives for services. You have to use the UNC path. On 8/14/07, Ken Ara [EMAIL PROTECTED] wrote: Hi, In a Windows2003 Server environment, we have been unable to get ExternalFile to read a mapped network drive that is otherwise visible from this machine. We have

Re: [Zope] greedy acquisition problem

2007-07-13 Thread SpiderX
it is a lot of text... I don't like the check/redirect thing. I might just create a new base level site to deal with this issue.. thanks though. On 7/12/07, Andrew Milton [EMAIL PROTECTED] wrote: +---[ SpiderX ]-- | the URL. Is there some way I can get http://webserver

[Zope] greedy acquisition problem

2007-07-12 Thread SpiderX
I have a site, in a folder called 'kb' you access it via http://webserver/kb it has a knowledge base. Inside this, is the index_html and I have some search pages... ---F_problemsearch--- * a form for searching. It's put on the index_html page via tal:replace=structure here/F_problemsearch

Re: [Zope] a batch of inSaNitY!

2007-06-06 Thread SpiderX
I'm considering upgrading from Zope 2.9.0 to 2.9.7. Has anyone done this before that can offer advice? Any tips? I'm on Win32. I have custom products installed, custom development, etc etc... can I just run the Installer for 2.9.7 and it will upgrade automatically?

Re: [Zope] a batch of inSaNitY!

2007-05-31 Thread SpiderX
I just use Adobe Labs Spry Framework... this effectively puts the paging in javascript. On 5/31/07, Programmer [EMAIL PROTECTED] wrote: Hi Jonathan, I have something similar to your idea already. The python script supplies page number to a stored procedure which handles the actual paging. The

Re: [Zope] Uncaptured python exception

2007-05-31 Thread SpiderX
The example 'var1 = var2' should cause the NameError exception. NameError: name 'var2' is not defined You might want to check your 'error log' objects for the error messages. If you don't have an error log object, it might be a good idea to create one. On 5/31/07, Maciej Wisniowski [EMAIL

[Zope] Custom Zope ZPT login page

2007-04-26 Thread SpiderX
I use Zope with a custom application that I'm writing using strait Zope, MSSQL, ZSQL methods, and ZPT, with some python / javascript scripts along the way. I want to write my own login page, instead of using the HTTP auth, I would like to present a webpage saying 'login required' (which is open

Re: [Zope] extract page title

2007-04-25 Thread SpiderX
It escapes the characters inside the SCRIPT block before processing, why is why you can't do any TALES or anything else really in there... On 4/24/07, Andreas Jung [EMAIL PROTECTED] wrote: --On 25. April 2007 00:41:19 -0500 Jeff Rush [EMAIL PROTECTED] wrote: Andreas Jung wrote: As far as

[Zope] nested queries and zpt

2007-04-12 Thread SpiderX
I have an internal application that I am developing, about server configurations. I have a list of customers who own servers. I have a list of software which is linked to the list of servers. My server list looks like this (simplified): url: ServerList?CustomerID=123456 tal:x repeat=server