[[TOC]] = Squeak FAQ - New Version = == Documentation == === Where do I find good introductory literature for !Squeak/Smalltalk? === The book [http://www.squeakbyexample.org/ Squeak by Example] is a good starting point. Especially, the book explains the most important tools, the morphic framework and important concepts, such as messages. In the [http://wiki.squeak.org/squeak/792#Morphic morphic wiki] you can find tutorials hoq to work with morphic and squeak. There are also many books available for free: An overview can be found here: [http://stephane.ducasse.free.fr/FreeBooks.html Stephane Ducasse: Free Books] We also created some [https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/squeak_screencasts screencasts] explaing how to work with squeak. === Where do I find a good documentation? === For most of the classes you can view the documentation directly in the browser. The "?" Button between class and instance shows class comments. Furthermore, we recommend the following websites: * [http://squeakbyexample.org/ Squeak by Example] * [http://static.squeak.org/tutorials/morphic-tutorial-1.html Morphic Tutorial] * [http://wiki.squeak.org/squeak/30 Squeak-Wiki] * [https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/squeak_screencasts Squeak Screencasts] == I/O == == Graphic (Morphic) == === How do I rotate a morph? === == Sound == == Image Concept == == Seaside == == Gemstone == == Versioning (Monticello) == == Patterns and Idioms == == Other ==