<?xml version='1.0' encoding='UTF-8' ?>
<rss version="2.0" xml:base="http://www.cincomsmalltalk.com/userblogs/randy/" xmlns:admin="http://webns.net/mvcb/" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:icbm="http://postneo.com/icbm" xmlns:includedComments="http://www.laudably.com/rss2-comments" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>RC Smalltalk</title>
		<link>http://www.cincomsmalltalk.com/userblogs/randy/blogView</link>
		<description>RC Smalltalk</description>
		<webMaster>rcoulman@gmail.com</webMaster>
		<lastBuildDate>Wed, 16 Jan 2013 10:13:55 GMT</lastBuildDate>
		<image>
			<url>/images/why-small.png</url>
			<title>RC Smalltalk</title>
			<link>http://www.cincomsmalltalk.com/userblogsrandy/blogView</link>
			<height>50</height>
			<width>81</width>
		</image>
		<admin:generatorAgent rdf:resource="/CincomSmalltalkWiki/Silt"></admin:generatorAgent>
		<admin:errorReportsTo rdf:resource="mailto:rcoulman@gmail.com"></admin:errorReportsTo>
		<dc:language>en-us</dc:language>
		<dc:creator>Randy Coulman</dc:creator>
		<dc:rights>Copyright 2007 Randy Coulman</dc:rights>
		<dc:date>2013-01-16T10:13:55-05:00</dc:date>
		<icbm:latitude>46.100000</icbm:latitude>
		<icbm:longitude>-118.283333</icbm:longitude>
		<item>
			<title>New Blog, New Home</title>
			<link>http://www.cincomsmalltalk.com/userblogs/randy/blogView?showComments=true&amp;printTitle=New_Blog,_New_Home&amp;entry=3535784035</link>
			<category>general</category>
			<pubDate>Wed, 16 Jan 2013 10:13:55 GMT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p>Greetings! &nbsp;It's been a long while since I posted here, so I'm not sure how many of you are still paying attention.</p>

<p>I have decided to resume blogging, and I want to write about a wider variety of software topics than just Smalltalk, so I have decided to launch a new blog instead of continuing here. &nbsp;I will still be writing about Smalltalk, because I still use it every day. &nbsp;But I'm also learning Ruby and I continue to use C++, so I'll be writing about those as well.</p>

<p>My new blog is called <a href="http://randycoulman.com/blog/" title="Courageous Software">Courageous Software</a>, and I'd love to have you join me over there. &nbsp;This blog will stay online as long as Cincom keeps this site up, but I will not be posting here any more.</p>

<p>You can also follow me on <a href="https://twitter.com/randycoulman" title="Twitter">Twitter</a>, and I'm starting to use <a href="https://github.com/randycoulman">GitHub</a>.</p>
</div>]]></description>
			<guid isPermaLink="false">3535784035</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIPBServlet?guid=3535784035</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/randy/blogView?guid=3535784035</pingback:target>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIServlet?guid=3535784035</wfw:comment>
		</item>
		<item>
			<title>Before and after: Cairo/Pango</title>
			<link>http://www.cincomsmalltalk.com/userblogs/randy/blogView?showComments=true&amp;printTitle=Before_and_after:_Cairo/Pango&amp;entry=3431957329</link>
			<category>tools</category>
			<pubDate>Fri, 02 Oct 2009 17:28:49 GMT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p>I work at a company called <a href="http://www.key.net" target="_blank">Key Technology</a>, where I develop control software for automated inspection equipment.&nbsp; Our UI is written in VisualWorks.</p>

<p>Over the past couple of releases of our main software product, we've been slowly converting to use Cairo and Pango for the graphics and text.&nbsp; We're not completely done, but we're far enough along that I thought it would be worth showing some before and after pictures.&nbsp; Without further ado, here they are.&nbsp; Click on the small images for full-size versions (1280x1024).</p>

<p>First is a configuration page that is used on one of our systems.&nbsp; We redesigned the look of the buttons and the list widget using Cairo, and used Pango for all of the text.</p>

<p>Before:</p>

<p><a href="files/cipPage1.7.png"><img src="files/cipPage1.7.png" border="0" alt="Old CIP configuration page" width="320" height="256" /></a></p>

<p>After:</p>

<p><a href="files/cipPage1.7.png"></a><a href="files/cipPage1.9.png"><img src="files/cipPage1.9.png" border="0" alt="New CIP configuration page" width="320" height="256" /></a></p>

<p>Next is a settings page, along with the main tab strip for the various pages in the system. We had some icon redesign done and redesigned the number editing widget.&nbsp; Most of the widgets are now drawn with Cairo, and you can see the antialiasing the results.&nbsp; If you look closely, you'll notice that the little black bubble in the middle of the "brightness slider" is still drawn the old way.</p>

<p>Before:</p>

<p><a href="files/parametersPage1.7.png"><img src="files/parametersPage1.7.png" border="0" alt="Old parameters page" width="320" height="256" /></a></p>

<p>After:</p>

<p><a href="files/parametersPage1.9.png"><img src="files/parametersPage1.9.png" border="0" alt="New parameters page" width="320" height="256" /></a></p>
</div>]]></description>
			<guid isPermaLink="false">3431957329</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIPBServlet?guid=3431957329</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/randy/blogView?guid=3431957329</pingback:target>
			<includedComments:comment-collection>
				<includedComments:comment>
					<includedComments:guid>blogView?showComments=true&amp;printTitle=Before_and_after:_Cairo/Pango&amp;entry=3431957329</includedComments:guid>
					<includedComments:puid>blogView?showComments=true&amp;printTitle=Before_and_after:_Cairo/Pango&amp;entry=3431957329</includedComments:puid>
					<includedComments:author>Ken Treis</includedComments:author>
					<includedComments:pubDate>2009-10-02T20:55:49-04:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Hi Randy, I think your final thumnail links to an incorrect URL. Fortunately your file names followed a predictable pattern and the following worked for me:&lt;/p&gt;
&lt;p&gt;http://www.cincomsmalltalk.com/userblogs/randy/files/parametersPage1.9.png&lt;/p&gt;
&lt;p&gt;I like the gradients!&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>Link Copy/Paste Bug</includedComments:title>
				</includedComments:comment>
				<includedComments:comment>
					<includedComments:guid>blogView?showComments=true&amp;printTitle=Before_and_after:_Cairo/Pango&amp;entry=3431957329</includedComments:guid>
					<includedComments:puid>blogView?showComments=true&amp;printTitle=Before_and_after:_Cairo/Pango&amp;entry=3431957329</includedComments:puid>
					<includedComments:author>Randy Coulman</includedComments:author>
					<includedComments:pubDate>2009-10-03T02:34:35-04:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Yup, you're right.&amp;nbsp; Fixed now.&amp;nbsp; Thanks for the catch, Ken.&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>Re: Link Copy/Paste Bug</includedComments:title>
				</includedComments:comment>
			</includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIServlet?guid=3431957329</wfw:comment>
		</item>
		<item>
			<title>Explicit Prerequisites in VW 7.7</title>
			<link>http://www.cincomsmalltalk.com/userblogs/randy/blogView?showComments=true&amp;printTitle=Explicit_Prerequisites_in_VW_7.7&amp;entry=3427359790</link>
			<category>tools</category>
			<pubDate>Mon, 10 Aug 2009 12:23:10 GMT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p>Some time ago, I wrote about <a href="blogView?showComments=true&amp;printTitle=Helping_the_NewPrerequisiteEngine_out&amp;entry=3383571783">some enhancements I'd made to the NewPrerequisiteEngine package</a>.&nbsp; These enhancements allowed you to mark prerequisites as either Ignored or Explicit.</p>

<p>In the forthcoming VisualWorks 7.7, the prerequisite tool has been enhanced quite significantly, adopting much of what was accomplished by NewPrerequisiteEngine.&nbsp; I think the new tool is a huge improvement over what was there before.</p>

<p>The concept of an Ignored prerequisite was included in the new tool (now called "Disregarded").&nbsp; However, the concept of an Explicit prerequisite was not carried forward.&nbsp;</p>

<p>In our work, we find that it is important to distinguish between prerequisites that we know are required, even if the tool can't find a reason, and prerequisites that used to be required, but no longer are.&nbsp; We have a set of tests that we run on our code.&nbsp; One of these tests checks to make sure that the prerequisites on all of our packages are up-to-date.&nbsp; That is, that what is specified matches what the tool computes.&nbsp; Without the concept of an explicit prerequisite, we can't keep this test passing.</p>

<p>To that end, I've just published ExplicitPrerequisites to the public repository.&nbsp; Under the hood, it uses the same storage format as NewPrerequisiteEngine (a property on the CodeComponent) so it is backwards-compatible.&nbsp; The package adds a toggle menu item to any current prerequisites, along with some modifications to the status icon to allow a direct-manipulation interface.&nbsp; Clicking on the "no reasons" icon will mark the prerequisite as explicit; clicking on the "explicit" icon, will un-mark it.</p>

<p>In order to add the new icon and clicking behavior, I had to override one method from the base tool.</p>

<p>Feel free to try it out and let me know what you think.</p>
</div>]]></description>
			<guid isPermaLink="false">3427359790</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIPBServlet?guid=3427359790</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/randy/blogView?guid=3427359790</pingback:target>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIServlet?guid=3427359790</wfw:comment>
		</item>
		<item>
			<title>Book review: Dealers of Lightning</title>
			<link>http://www.cincomsmalltalk.com/userblogs/randy/blogView?showComments=true&amp;printTitle=Book_review:_Dealers_of_Lightning&amp;entry=3414408270</link>
			<category>books</category>
			<pubDate>Fri, 13 Mar 2009 14:44:30 GMT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p><p style="float:left"><a href="http://www.amazon.com/gp/product/0887309895?ie=UTF8&amp;tag=wwwvaleriecou-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0887309895"><img src="http://ecx.images-amazon.com/images/I/41D8QBHPHYL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg" border="0" /></a><img src="http://www.assoc-amazon.com/e/ir?t=wwwvaleriecou-20&amp;l=as2&amp;o=1&amp;a=0887309895" border="0" width="1" height="1" /></p>

<p>I just read a fascinating book about the history of Xerox PARC from when it was started until the late '80s.&nbsp; As most Smalltalkers know, this is where Smalltalk originated (along with a number of other technologies we take for granted today, like laser printers and ethernet, to name a few).</p>

<p>Michael Hiltzik's <a href="http://www.amazon.com/gp/product/0887309895?ie=UTF8&amp;tag=wwwvaleriecou-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0887309895">Dealers of Lightning: Xerox PARC and the Dawn of the Computer Age</a><img src="http://www.assoc-amazon.com/e/ir?t=wwwvaleriecou-20&amp;l=as2&amp;o=1&amp;a=0887309895" border="0" width="1" height="1" /> is a fascinating look at the people of Xerox PARC and what they were able to accomplish.</p>

<p>I found myself amazed, inspired, and sometimes wistful for what could have been while reading the book.&nbsp; The author concludes with an interesting epilogue discussing the popular conception that Xerox had all this technology and let it all slip away to others (Steve Jobs and Apple being one of the main beneficiaries).</p>

<p>&nbsp;</p>
</p></div>]]></description>
			<guid isPermaLink="false">3414408270</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIPBServlet?guid=3414408270</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/randy/blogView?guid=3414408270</pingback:target>
			<includedComments:comment-collection>
				<includedComments:comment>
					<includedComments:guid>blogView?showComments=true&amp;printTitle=Book_review:_Dealers_of_Lightning&amp;entry=3414408270</includedComments:guid>
					<includedComments:puid>blogView?showComments=true&amp;printTitle=Book_review:_Dealers_of_Lightning&amp;entry=3414408270</includedComments:puid>
					<includedComments:author></includedComments:author>
					<includedComments:pubDate>2009-03-14T17:56:29-04:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;ordered - thanks for the pointer!&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title></includedComments:title>
				</includedComments:comment>
			</includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIServlet?guid=3414408270</wfw:comment>
		</item>
		<item>
			<title>Fit presentation posted</title>
			<link>http://www.cincomsmalltalk.com/userblogs/randy/blogView?showComments=true&amp;printTitle=Fit_presentation_posted&amp;entry=3399903134</link>
			<category>STS</category>
			<pubDate>Fri, 26 Sep 2008 17:32:14 GMT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p><html><p>The video of the first part of my <a href="blogView?showComments=true&amp;printTitle=Fit_Tutorial_at_Smalltalk_Solutions_2008&amp;entry=3391845911">Fit presentation</a> at Smalltalk Solutions has been posted <a href="http://www.cincomsmalltalk.com/blog/blogView?showComments=true&printTitle=FIT_Tutorial_at_Smalltalk_Solutions&entry=3398950764" target="_blank">here</a>.</p></html>
</p></div>]]></description>
			<guid isPermaLink="false">3399903134</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIPBServlet?guid=3399903134</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/randy/blogView?guid=3399903134</pingback:target>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIServlet?guid=3399903134</wfw:comment>
		</item>
		<item>
			<title>Sample Views</title>
			<link>http://www.cincomsmalltalk.com/userblogs/randy/blogView?showComments=true&amp;printTitle=Sample_Views&amp;entry=3398696197</link>
			<category>tools</category>
			<pubDate>Fri, 12 Sep 2008 18:16:37 GMT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p>At Key, we've used a family of extension methods on VisualComponent for a long time.&nbsp; Travis Griggs urged me to split them out and publish them to the public repository so that others (likely him :-)) can make use of them.&nbsp; They are in the package SampleView.</p>

<p>What SampleView allows you to do is open an ApplicationWindow that displays any VisualComponent in it.</p>

<p>The main API is sampleView: anExtent named: aString, but there are variants that allow both of these parameters to take on default values.</p>

<p>An example usage:</p>

<p>(Label with: 'Hello World!') sampleView: 400@50 named: 'This is a sample view'</p>

<p>This opens a window that is 400 wide by 50 tall; the title bar reads 'This is a sample view' and the main part of the window displays the label.</p>

<p>We find these methods extremely handy for testing small parts of our UI in isolation.&nbsp; We'll often have an example method on the class side that sets up some state in the VisualComponent, and then displays it in a sample view.</p>
</div>]]></description>
			<guid isPermaLink="false">3398696197</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIPBServlet?guid=3398696197</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/randy/blogView?guid=3398696197</pingback:target>
			<includedComments:comment-collection>
				<includedComments:comment>
					<includedComments:guid>blogView?showComments=true&amp;printTitle=Sample_Views&amp;entry=3398696197</includedComments:guid>
					<includedComments:puid>blogView?showComments=true&amp;printTitle=Sample_Views&amp;entry=3398696197</includedComments:puid>
					<includedComments:author>Kevin Driedger</includedComments:author>
					<includedComments:pubDate>2008-09-19T16:02:42-04:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;I thought you post was interesting and I shared it but when I clicked the perm link it was broken.&lt;/p&gt;
&lt;p&gt;Here's the link:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cincomsmalltalk.com/userblogs/randy/blogView?showComments=true&amp;amp;printTitle=Sample_Views&amp;amp;entry=3398696197"&gt;http://www.cincomsmalltalk.com/userblogs/randy/blogView?showComments=true&amp;amp;printTitle=Sample_Views&amp;amp;entry=3398696197&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and here's the page that was displayed:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'times new roman'; font-size: 16px;"&gt;
&lt;h1&gt;Gone&lt;/h1&gt;
&lt;p&gt;The requested resource&lt;br /&gt;/userblogs/randy/blogView&lt;br /&gt;is no longer available on this server and there is no forwarding address. Please remove all references to this resource.&lt;/p&gt;
&lt;hr /&gt;
&lt;address&gt;Apache/2.0.54 (Fedora) Server at www.cincomsmalltalk.com Port 80&lt;/address&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>Perm Link broken</includedComments:title>
				</includedComments:comment>
				<includedComments:comment>
					<includedComments:guid>blogView?showComments=true&amp;printTitle=Sample_Views&amp;entry=3398696197</includedComments:guid>
					<includedComments:puid>blogView?showComments=true&amp;printTitle=Sample_Views&amp;entry=3398696197</includedComments:puid>
					<includedComments:author>Randy Coulman</includedComments:author>
					<includedComments:pubDate>2008-09-19T19:16:44-04:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;I just clicked on the link in your comment, and it seemed to work.&amp;nbsp; Perhaps a temporary outage?&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>Seems to be working now</includedComments:title>
				</includedComments:comment>
			</includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIServlet?guid=3398696197</wfw:comment>
		</item>
		<item>
			<title>CruiseControl presentation posted</title>
			<link>http://www.cincomsmalltalk.com/userblogs/randy/blogView?showComments=true&amp;printTitle=CruiseControl_presentation_posted&amp;entry=3397486981</link>
			<category>STS</category>
			<pubDate>Fri, 29 Aug 2008 18:23:01 GMT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p>The audio and video recordings of my <a href="blogView?showComments=true&amp;printTitle=Cruisecontrol_presentation_at_Smalltalk_Solutions_2008&amp;entry=3391853711">CruiseControl presentation</a> at Smalltalk Solutions have been posted.</p>

<p>Audio is <a href="../../blog/blogView?showComments=true&amp;printTitle=Cruise_Control_for_Smalltalk_-_Audio&amp;entry=3397267617" target="_blank">here</a>.&nbsp; Video is <a href="../../blog/blogView?showComments=true&amp;printTitle=Cruise_Control_for_Smalltalk_-_Video&amp;entry=3397267969" target="_blank">here</a>.</p>
</div>]]></description>
			<guid isPermaLink="false">3397486981</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIPBServlet?guid=3397486981</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/randy/blogView?guid=3397486981</pingback:target>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIServlet?guid=3397486981</wfw:comment>
		</item>
		<item>
			<title>Smalltalk Fit on fitnesse.info</title>
			<link>http://www.cincomsmalltalk.com/userblogs/randy/blogView?showComments=true&amp;printTitle=Smalltalk_Fit_on_fitnesse.info&amp;entry=3392940334</link>
			<category>fit</category>
			<pubDate>Tue, 08 Jul 2008 03:25:34 GMT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p>One of the tools that I've worked on (and still maintain) is the VW Smalltalk port of <a href="http://fit.c2.com" target="_blank">Fit</a>, <a href="http://www.fitnesse.org/" target="_blank">Fitnesse</a>, and <a href="http://fitlibrary.sourceforge.net/" target="_blank">FitLibrary</a>.&nbsp; I've presented on this work at Smalltalk Solutions in 2006 and 2008, but haven't really written about it here.&nbsp; That will change when I get more time.</p>

<p>For now, I've added some information about the Smalltalk version of Fit et al at <a href="http://www.fitnesse.info/" target="_blank">www.fitnesse.info</a>, which is a community wiki that was set up to discuss Fit and Fitnesse.&nbsp; I've also added the necessary example code for the <a href="http://fitnesse.info/fixturegallery">Fixture Gallery</a> that is available from the same site.&nbsp; The code is shown in classic fileout format in the documentation.&nbsp;</p>

<p>If you grab the <a href="http://gojko.net/fitnesse/fixturegallery/" target="_blank">downloadable version</a>, there is a 7.6 runtime image plus parcel files for running the examples (you'll need to edit the SmalltalkExamples page to point to the correct VM for your platform).&nbsp; In addition, the code is available in the public repository as FixtureGallery-DomainCode and FixtureGallery-Fixtures (which are also part of FitBundle).</p>

<p>If you want to get started with Fit, Fitnesse, and/or FitLibrary in VW Smalltalk, the best place to start are the package comments for Fit and Fit-Subsystems.&nbsp; I do plan to provide a more thorough introduction here, but that'll have to wait until I can finish some other projects.</p>

<p>Thanks to <a href="http://gojko.net/" target="_blank">Gojko Adzic</a> for allowing me to add the Smalltalk code and information to the site.</p>
</div>]]></description>
			<guid isPermaLink="false">3392940334</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIPBServlet?guid=3392940334</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/randy/blogView?guid=3392940334</pingback:target>
			<includedComments:comment-collection>
				<includedComments:comment>
					<includedComments:guid>blogView?showComments=true&amp;printTitle=Smalltalk_Fit_on_fitnesse.info&amp;entry=3392940334</includedComments:guid>
					<includedComments:puid>blogView?showComments=true&amp;printTitle=Smalltalk_Fit_on_fitnesse.info&amp;entry=3392940334</includedComments:puid>
					<includedComments:author>Cleryalfredia</includedComments:author>
					<includedComments:pubDate>2012-02-06T07:31:53-05:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;
get cheap &lt;a href=&lt;a href="http://www.fauxlouisvuittongucci.com/&gt;faux "&gt;[link 1]&lt;/a&gt;louis vuitton&lt;/a&gt; &lt;a href=&lt;a href="http://www.fauxlouisvuittongucci.com/&gt;faux "&gt;[link 2]&lt;/a&gt;coach&lt;/a&gt;  online shopping&lt;/p&gt;



&lt;p&gt;
&lt;a href="http://www.fauxlouisvuittongucci.com/&gt;faux "&gt;[1 http://www.fauxlouisvuittongucci.com/&gt;faux ]&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://www.fauxlouisvuittongucci.com/&gt;faux "&gt;[2 http://www.fauxlouisvuittongucci.com/&gt;faux ]&lt;/a&gt;&lt;br/&gt;
&lt;/p&gt;


&lt;/div&gt;</includedComments:content>
					<includedComments:title>purses  faux designer handbags</includedComments:title>
				</includedComments:comment>
			</includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/randy/servlet/CommentAPIServlet?guid=3392940334</wfw:comment>
		</item>
	</channel>
</rss>
