Dynamic Web Development with Seaside

Buy PDF Buy Print

1.6About the Online Book

A free online version of this book is available at book.seaside.st. The online version is always up-to-date and permits readers to add notes at the bottom of every page. This immediately notifies other readers of problems and helps us to quickly resolve remaining issues. We will regularly go through the notes and address the issues raised in the main text.

The complete book is written using the Pier content management system that itself is written using Seaside. The PDF version of the book is automatically rebuilt every night from the contents of the website.

The online version of the book can be navigated using the following keyboard shortcuts. This allows you to quickly navigate the contents of the book.

Keys Action
k left-arrow Previous Page
j right-arrow Next Page
p Parent Page
i Table of Contents

User Contributed Notes

eleison (15 April 2013, 7:48 pm)

Remember that the code listings follow a formatting convention to denote class methods and methods. So when you see:

 

ToDoList>>initialize

 

You do not actually name your method "ToDoList>>initialize". Rather, you must open the ToDoList instance in the browser and then define a method simply with the name "initialize".

 

For classes, you will see: ToDoList class>>initializeExamples

 

Open the ToDoList class in your browser, then click the "Class" button beneath the class listings to switch from instance methods to class methods. Next, define a method called "initializeExamples"

 

This formatting convention is explained in an early chapter: http://book.seaside.st/book/introduction/formatting-conventions

Add a Note

Copyright © 24 May 2013 Stéphane Ducasse, Lukas Renggli, C. David Shaffer, Rick Zaccone
This book is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 license.

This book is published using Seaside, Magritte and the Pier book publishing engine.