A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/ObjectOrientation.stx#1-0
---------------
To make best use of Zope, you will need to have a grasp of the
concept of *object orientation*. Object orientation is a software
development pattern that is used in many programming languages (C++,
Java, Python, Eiffel, Modula-2, others) and computer systems which
simulate "real-world" behavior. It stipulates that you should
design an application in terms of *objects*. This chapter provides
a broad overview of the fundamentals of object orientation from the
perspective of a Zope developer.
% Anonymous User - Dec. 4, 2003 10:31 am:
If you'd rather get right to using Zope and learning how it works, try:
http://zope.org/Members/jwhitener/zopeZoo_2_6
% Anonymous User - Dec. 17, 2003 3:21 pm:
ZopeZoo is a nice tutorial.
% Anonymous User - Jan. 8, 2004 10:07 am:
I found one typing mistake on page8 section integrating Attributes Step5: create More Attributes.
header content code second line:
<div id="nav-main" tal:content="here/nav_main">
should be:
<div id="nav-main" tal:content="here/nav-main">
ZopeZoo is very helpful!
% Anonymous User - Jan. 13, 2004 11:06 am:
Please Ignore the previous comment!!! There is NO typing mistake!!!
_______________________________________________
ZDP maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zdp
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.