[Zope-dev] Zope Newbie

2001-02-19 Thread John Bennett

Hi all, I hope I am not posting this to the wrong newsletter, I am seeking
some advice regarding using zope on my organizations site..

I am creating a Developers Recouse Community site, which will have a lot of
features, I was hoping someone may be able to point me in the direction to
accomplishing these..
These are the sections that I am currently planning :-
a) A structural database of articles/tutorials on different subjects.
b) Forums, Members Area (high emphasis on the members area, I really need
to add features and customize this area) Possible File directory, i.e
Freshmeat type thing
c) Job Board, A complex job resume posting and employer front end job
board.
   possibly with an emplyer login area, not sure whther to give same access
to
   standard members.

As a nebie to Zope/DTML/Python these tasks seem a little daunting to me - I
am aware of existing products like ZopePTK and was wondering whether this
would provide good ground for such a site as above.

Please let me know your comments/suggestion - they will be greatly
appreciated.

Thank You.

John


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



Re: [Zope-dev] Zope newbie question

2001-02-08 Thread Dieter Maurer

Bryan Baszczewski writes:
  Within my dtml, I am retrieving a text field from a database and passing
  this field to a javascript function.  However, the text field can be any
  length of characters and dtml keeps cutting the text off at no pre-set limit
  making it impossible to pass this field to javascript.  The javascript is
  going to take this text and pop it up in another window for the user to
  read.
DTML does not cut text, unless you tell it to do with the
"size" attribute.

  I checked the html source and everything looks fine, but when I execute it
  gives an "unterminated string" error.  Could Zope be causing this?
That sounds strange.
Unterminated string errors might be non local.
Maybe, the problem is much earlier in your code, a missing
or extraneous quote.

Are you sure your text from the database does not contain
unescaped quotes?


Dieter

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



[Zope-dev] Zope newbie question

2001-02-07 Thread Bryan Baszczewski


Within my dtml, I am retrieving a text field from a database and passing
this field to a javascript function.  However, the text field can be any
length of characters and dtml keeps cutting the text off at no pre-set limit
making it impossible to pass this field to javascript.  The javascript is
going to take this text and pop it up in another window for the user to
read.

I checked the html source and everything looks fine, but when I execute it
gives an "unterminated string" error.  Could Zope be causing this?

Bryan




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