<div><br><div class="gmail_quote">On Sat, Feb 12, 2011 at 5:30 AM, Steve Thomas <span dir="ltr">&lt;<a href="mailto:sthomas1@gosargon.com">sthomas1@gosargon.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

In the Squeak By Example Book they reference a BlobMorph (which seems to have been removed from the latest version (4.2)<div>Is there an HTML version of the book where I can add comments as I go for suggested changes?</div>

</blockquote><div><br></div><div><br></div><div><meta charset="utf-8">Source here: <a href="https://github.com/SquareBracketAssociates/SqueakByExample-english">https://github.com/SquareBracketAssociates/SqueakByExample-english</a><div>

<br clear="all">Laurent Laffont - <a href="http://twitter.com/#!/lolgzs" target="_blank">@lolgzs</a><br><br>Pharo Smalltalk Screencasts: <a href="http://www.pharocasts.com/" target="_blank">http://www.pharocasts.com/</a><br>

Blog: <a href="http://magaloma.blogspot.com/" target="_blank">http://magaloma.blogspot.com/</a><br><br></div></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


<div><br></div><div>Stephen<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Fri, Feb 11, 2011 at 10:32 AM, K. K. Subramaniam <span dir="ltr">&lt;<a href="http://kksubbu.ml" target="_blank">kksubbu.ml</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On Friday 11 Feb 2011 8:20:03 am ericgao wrote:<br>
&gt; Have used Squeak for some days, but it seems I still don&#39;t have very clear<br>
&gt; idea on how to use Squeak for develop, only know to open class browser to<br>
&gt; type in code and run in workspace and debug step by step, any introduction<br>
&gt; on other function of Squeak? and any API reference for Squeak development<br>
&gt; environment?<br>
</div>For programming tools like Workspace<br>
   <a href="http://www.squeakbyexample.org" target="_blank">http://www.squeakbyexample.org</a><br>
For simple examples - Terse Guide to Squeak at<br>
   <a href="http://wiki.squeak.org/squeak/5699" target="_blank">http://wiki.squeak.org/squeak/5699</a><br>
For Morphic GUI  - John Maloney&#39;s<br>
  <a href="http://stephane.ducasse.free.fr/FreeBooks/CollectiveNBlueBook/morphic.final.pdf" target="_blank">http://stephane.ducasse.free.fr/FreeBooks/CollectiveNBlueBook/morphic.final.pdf</a><br>
<br>
Search past archives of beginner&#39;s list for other recommendations.<br>
<div><br>
&gt; How could a create a fresh image for Squeak developement?<br>
</div>Open an existing image, bring up the world menu and do a &quot;save as&quot; under a new<br>
name.<br>
<div><br>
&gt; And after clicking on create a new project, squeak go to a grey place, how<br>
&gt; could I get back? Only i could do is closing the Squeak....<br>
</div>The grey sheet is your &quot;world&quot;. When you start Squeak for the first time, you<br>
are shown a blank project. You add code (changeset) to the world by<br>
programming using Workspace or Class Browser. Usually the first step is to give<br>
a name to the project.<br>
<br>
     Project current renameTo: &#39;Parrot&#39;<br>
<br>
When a new project is created, the parent project carries a thumbnail picture<br>
of the new project. If you jump back to the parent from the Projects menu, you<br>
can see this thumbnail. Click on this to re-enter it or press middle button to<br>
get a menu to remove (&quot;expunge&quot;) just the thumbnail or thumbnail along with<br>
its attached project object.<br>
<br>
You can create many projects and carry them in Squeak image itself. or you can<br>
export (&quot;save&quot; or &quot;publish&quot;) it to a file or remote server and import (&quot;load&quot;)<br>
it later.<br>
<br>
Watch out for beginner&#39;s trap - The parent only contains a reference to the<br>
new project object but not the whole project object. Saving the parent does<br>
not save the new project.<br>
<br>
HTH .. Subbu<br>
<div><div></div><div>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org" target="_blank">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</div></div></blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br></div>