<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rexmere.com &#187; Smalltalk</title>
	<atom:link href="http://rexmere.com/category/smalltalk/feed/" rel="self" type="application/rss+xml" />
	<link>http://rexmere.com</link>
	<description>Technical Arcana, Software Ephemera and Miscellaneous Bits. Keith R. Fieldhouse proprietor.</description>
	<lastBuildDate>Wed, 18 Mar 2009 00:36:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Smalltalk for Everyone</title>
		<link>http://rexmere.com/2006/09/22/smalltalk-for-everyone/</link>
		<comments>http://rexmere.com/2006/09/22/smalltalk-for-everyone/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 12:54:31 +0000</pubDate>
		<dc:creator>Keith Fieldhouse</dc:creator>
				<category><![CDATA[Smalltalk]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rexmere.com/2006/09/22/smalltalk-for-everyone/</guid>
		<description><![CDATA[My latest article, "Smalltalk for Everyone" is up on O'Reilly's OnLAMP site.  With this I article, I'm hoping that someone who is initially approaching Smalltalk will get their bearings on the language and the environment in a way that helps them navigate the vast array of information about Smalltalk that's available.
]]></description>
			<content:encoded><![CDATA[<p>My latest article, "<a href="http://www.onlamp.com/pub/a/onlamp/2006/09/21/learning_smalltalk.html">Smalltalk for Everyone</a>" is up on O'Reilly's OnLAMP site.  With this I article, I'm hoping that someone who is initially approaching Smalltalk will get their bearings on the language and the environment in a way that helps them navigate the vast array of information about Smalltalk that's available.</p>
]]></content:encoded>
			<wfw:commentRss>http://rexmere.com/2006/09/22/smalltalk-for-everyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Whisker Browser</title>
		<link>http://rexmere.com/2006/06/10/the-whisker-browser/</link>
		<comments>http://rexmere.com/2006/06/10/the-whisker-browser/#comments</comments>
		<pubDate>Sat, 10 Jun 2006 22:27:30 +0000</pubDate>
		<dc:creator>Keith Fieldhouse</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Smalltalk]]></category>

		<guid isPermaLink="false">http://rexmere.com/2006/06/10/the-whisker-browser/</guid>
		<description><![CDATA[One of things it seems that people have some trouble getting used to when getting into Smalltalk development is the use of the browser (leave aside for the moment getting used image based development in general).  I've seen a number of comments about the difficulty of seeing only one method at a time and [...]]]></description>
			<content:encoded><![CDATA[<p>One of things it seems that people have some trouble getting used to when getting into Smalltalk development is the use of the browser (leave aside for the moment getting used image based development in general).  I've seen a number of comments about the difficulty of seeing only one method at a time and not being able to scroll around an entire class.For myself, I actually prefer browser based development (I learned C++ programming writing MacApp applications and using MacBrowse).  I find that my style is improved by the focusing ability of the browser's method editor.That said, the best of both worlds, in my opinion is the Whisker browser.  Essentially what the Whisker browser does is create a dynamic stack of all of the methods you've selected in the method editing pane.  It's as if Emacs split the window and automatically scrolled to the next method you've expressed an interest in.It's this behavior I miss most when I leave a Smalltalk image to go work in, for example, Eclipse.  Naturally enough, someone could write a plugin to Eclipse to emulate the behavior.  But until then...<p>Technorati Tags: <a href="http://technorati.com/tag/Smalltalk" rel="tag"> Smalltalk</a>, <a href="http://technorati.com/tag/WhiskerBrowser" rel="tag"> WhiskerBrowser</a>, <a href="http://technorati.com/tag/Squeak" rel="tag"> Squeak</a>, <a href="http://technorati.com/tag/Eclipse" rel="tag"> Eclipse </a></p>
]]></content:encoded>
			<wfw:commentRss>http://rexmere.com/2006/06/10/the-whisker-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seaside Development</title>
		<link>http://rexmere.com/2006/06/01/seaside-development/</link>
		<comments>http://rexmere.com/2006/06/01/seaside-development/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 16:25:55 +0000</pubDate>
		<dc:creator>Keith Fieldhouse</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Smalltalk]]></category>

		<guid isPermaLink="false">http://rexmere.com/2006/06/01/seaside-development/</guid>
		<description><![CDATA[I'm working on a couple of personal projects using Seaside and I'm looking into using Seaside's impressive script.aculo.us support.  Here are a couple of things I found out while digging through the Seaside mailing list:

The easiest way to get a fairly recent version of Seaside and it's script.aculo.us support is to load Pier from [...]]]></description>
			<content:encoded><![CDATA[<p>I'm working on a couple of personal projects using <a href="http://seaside.st/">Seaside </a>and I'm looking into using Seaside's impressive <a href="http://script.aculo.us/">script.aculo.us</a> <a href="http://scriptaculous.seasidehosting.st/">support</a>.  Here are a couple of things I found out while digging through the Seaside mailing list:
<ul>
<li>The easiest way to get a fairly recent version of Seaside and it's script.aculo.us support is to load Pier from SqueakMap.</li>
<li>There's a test AJAX based version of WACounter example called SUCounterTest.   I sent #registerAsApplication: to that component and while it appeared properly in my runnging version of Seaside, it generated JavaScript errors when I tried to use it.  It's also necessary to configure the app and add the SUScriptLibrary to it.</li>
</ul>
<p><a href="http://www.lukas-renggli.ch/smalltalk/pier">Pier</a>, BTW, is one <em>very </em>nifty looking app/framework: A nicely designed CMS/Wiki that can, among other things, seamlessly integrate with custom Seaside components.<p>Technorati Tags: <a href="http://technorati.com/tag/Smalltalk" rel="tag"> Smalltalk</a>, <a href="http://technorati.com/tag/Squeak" rel="tag"> Squeak</a>, <a href="http://technorati.com/tag/Seaside" rel="tag"> Seaside</a>, <a href="http://technorati.com/tag/Pier" rel="tag"> Pier </a></p>
]]></content:encoded>
			<wfw:commentRss>http://rexmere.com/2006/06/01/seaside-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking into Smalltalk (again)</title>
		<link>http://rexmere.com/2005/09/21/looking-into-smalltalk-again/</link>
		<comments>http://rexmere.com/2005/09/21/looking-into-smalltalk-again/#comments</comments>
		<pubDate>Wed, 21 Sep 2005 19:32:40 +0000</pubDate>
		<dc:creator>Keith Fieldhouse</dc:creator>
				<category><![CDATA[Smalltalk]]></category>

		<guid isPermaLink="false">http://rexmere.com/2005/09/21/looking-into-smalltalk-again/</guid>
		<description><![CDATA[Periodically throughout my career, Iâ€™ve resolved to learn Smalltalk.  I first encountered the Blue Book in the technical library during a co-op at IBM in Rochester MN.  My first encounter with a Smalltalk environment was on a DEC MicroVax in the mid-80â€™s when I worked there.More recently Iâ€™ve looked at Squeak. Squeakâ€™s interesting [...]]]></description>
			<content:encoded><![CDATA[<p>Periodically throughout my career, Iâ€™ve resolved to learn <a href="http://www.smalltalk.org/">Smalltalk</a>.  I first encountered the <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0201136880/qid=1127347794/sr=8-1/ref=pd_bbs_1/002-5732632-0534446?v=glance&amp;s=books&amp;n=507846">Blue Book</a> in the technical library during a co-op at <span class="caps">IBM</span> in Rochester MN.  My first encounter with a Smalltalk environment was on a <span class="caps">DEC</span> MicroVax in the mid-80â€™s when I worked there.More recently Iâ€™ve looked at <a href="http://www.squeak.org/">Squeak</a>. Squeakâ€™s interesting in that itâ€™s a fairly direct descendent of the original Smalltalk. In fact a recent discussion on the mailing list suggested that some of the object instances in the current image were probably first â€œnewâ€™dâ€ back in the 80s. Squeak has a rather complicated <a href="http://www.squeak.org/about/index.html">history</a> and both suffers and benefits from the rather different uses to which it is put.The trouble with Squeak, for me anyway, is that since itâ€™s so many different things to so many different people it can be a little distracting when youâ€™re just trying to find an entrance. Iâ€™ve a feeling that itâ€™ll be a little easier to get â€œintoâ€ Squeak once I can bring a more complete understanding of a more traditional Smalltalkâ€”with that I think the experimental and exploratory aspects of Squeak will be much more approachable.So lately Iâ€™ve been playing with <a href="http://www.cincomsmalltalk.com/">Cincomâ€™s Smalltalk</a>. Their non-commercial release is free (as in beer), unlimited, and uncrippled and serves as a somewhat more straightforward environment to work with, at least for me. In any event theyâ€™ve got a rich set of documentation thatâ€™s focused on building the kind of apps Iâ€™m used to.While Iâ€™m on the subject of learning Smalltalk, itâ€™s worth pointing out Stephane Ducasseâ€™s <a href="http://www.iam.unibe.ch/%7Educasse/FreeBooks.html">Free Smalltalk Books</a>. Professor Ducasse has done the extraordinary work of tracking down the rights holders to a fairly complete library of Smalltalk books and gotten permission to make PDFs of those books freely available on the Internet. With those and the Cincom Visual Works product, the budding Smalltalk student is well supplied with the need to invest only time.</p>
]]></content:encoded>
			<wfw:commentRss>http://rexmere.com/2005/09/21/looking-into-smalltalk-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
