Re: [Zope] zope-web issues was: (Re: [Zope] How do you search Tiny Tables?)

2000-06-15 Thread Graham Chiu

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In article [EMAIL PROTECTED], ethan mindlace fremen
[EMAIL PROTECTED] writes
Graham Chiu wrote:

 There is a TinyTables+ product, but da***ed if I can find it thru the
 search mechanism on www.zope.com

Graham, I'm trying to get the search engine more informative.  When I did a
search for "TinyTable", TinyTables + was the fourth item listed. I'm going to
work on adding descriptions to the search view.

Oops.  I was rushing this morning.  I was looking for the words plus but
the actual description is TinyTable with update.

 
 The new presentation of products also means that there is much more text
 to scroll thru.

Heh.  And Phillip Eby is telling me to put whitespace between the items, which
would make it more scrolling ...

Also, it looks odd when some descriptions are graphics, some are large
fonts, and so forth.

The category listing ( ordered by name rather than ascending date )
would be very useful.

- -- 
Regards,  Graham Chiu
gchiuatcompkarori.co.nz
http://www.compkarori.co.nz/index.php
Powered by Interbase and Zope

-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.7.1

iQA/AwUBOUfNWbTRdIWzaLpMEQKGrQCfYbxcVLKmGgSBmdad0WLkCVMWLJAAnjWD
fIWwLbqcspdtSL5Q2ZBmnP6i
=aO/i
-END PGP SIGNATURE-

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




[Zope] How do you search Tiny Tables?

2000-06-14 Thread jesse

I created a tiny table and then fed the information into a DTML Method by inserting 
the tiny table subject headers into a table I creating inthe method html.  Is is 
possible to search the tiny table since the Method is just calling the information and 
it is not actually in the document?  Yes? No?  If yes, how would I go about doing this 
or could you direct me to the resource that I would need to do this.  If no, is there 
another table factory that IS searchable? 



--
Working at Multimedia Collective to make quality web pages for young Buisnesses. 
Jesse. 
--

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




Re: [Zope] How do you search Tiny Tables?

2000-06-14 Thread Graham Chiu

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In article [EMAIL PROTECTED],
jesse [EMAIL PROTECTED] writes
I created a tiny table and then fed the information into a DTML Method by 
inserting the tiny table subject headers into a table I creating inthe method 
html.  Is is possible to search the tiny table since the Method is just calling 
the information and it is not actually in the document?  Yes? No?  If yes, how 
would I go about doing this or could you direct me to the resource that I would 
need to do this.  If no, is there another table factory that IS searchable? 


There is a TinyTables+ product, but da***ed if I can find it thru the
search mechanism on www.zope.com

The new presentation of products also means that there is much more text
to scroll thru.

How about an option to present a product listing ordered by name, and
case insensitive...

- -- 
Regards,  Graham Chiu
gchiuatcompkarori.co.nz
http://www.compkarori.co.nz/index.php
Powered by Interbase and Zope

-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.7.1

iQA/AwUBOUc9brTRdIWzaLpMEQI+fwCdH7XS9EYvx7MOsZEmVwcuYw4KanAAmwdb
EwLrN9qqhK5fY1BAu8+M4YC0
=W1Dc
-END PGP SIGNATURE-

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




Re: [Zope] How do you search Tiny Tables?

2000-06-14 Thread Shane Hathaway

Graham Chiu wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 In article [EMAIL PROTECTED],
 jesse [EMAIL PROTECTED] writes
 I created a tiny table and then fed the information into a DTML Method by
 inserting the tiny table subject headers into a table I creating inthe method
 html.  Is is possible to search the tiny table since the Method is just calling
 the information and it is not actually in the document?  Yes? No?  If yes, how
 would I go about doing this or could you direct me to the resource that I would
 need to do this.  If no, is there another table factory that IS searchable?
 
 
 There is a TinyTables+ product, but da***ed if I can find it thru the
 search mechanism on www.zope.com
 
 The new presentation of products also means that there is much more text
 to scroll thru.
 
 How about an option to present a product listing ordered by name, and
 case insensitive...

If it's not already there, put your suggestion in the Zope-web tracker.

http://www.zope.org/Members/hathawsh/TinyTablesPlus

Note that you can search the rows using either TinyTables or
TinyTablesPlus by calling the table itself.  For example, on a table
that has the fields "first_name", "last_name", and "gender", you can
call:

mytable(first_name="John", last_name="Doe")

Of course, this is extremely limited when compared with ZCatalog, etc.

Shane

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