<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: My Squeak Image</title>
	<atom:link href="http://onsmalltalk.com/my-squeak-image/feed/" rel="self" type="application/rss+xml" />
	<link>http://onsmalltalk.com</link>
	<description>thoughts on Smalltalk and programming in general...</description>
	<pubDate>Wed, 23 Jul 2008 20:14:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: peter</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-14180</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 27 May 2008 06:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-14180</guid>
		<description>Thank you Leon - sorry for being impatient :-)) downloading right now ...</description>
		<content:encoded><![CDATA[<p>Thank you Leon - sorry for being impatient :-)) downloading right now &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-14174</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Tue, 27 May 2008 04:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-14174</guid>
		<description>My bad Peter, permission problem, fixed, it's available.</description>
		<content:encoded><![CDATA[<p>My bad Peter, permission problem, fixed, it&#8217;s available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-14025</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sun, 25 May 2008 18:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-14025</guid>
		<description>I have tried to download the dev image but got a permission problem. Is the image still available ? Can I get it from somewhere else ? Thanx for a help ..</description>
		<content:encoded><![CDATA[<p>I have tried to download the dev image but got a permission problem. Is the image still available ? Can I get it from somewhere else ? Thanx for a help ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-12372</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Sun, 20 Apr 2008 03:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-12372</guid>
		<description>Most of those questions are about the OmniBrowser, those questions are best asked on the &lt;a href="http://lists.squeakfoundation.org/mailman/listinfo/squeak-dev" rel="nofollow"&gt;squeak dev list&lt;/a&gt; as the OmniBrowser is under heavy development.  I honestly don't know much about its internals, I just use it.  As for the fonts, I don't know that either, I use the ones already installed and just use code to set my font preferences.  I don't have the script handy, or I'd show it.</description>
		<content:encoded><![CDATA[<p>Most of those questions are about the OmniBrowser, those questions are best asked on the <a href="http://lists.squeakfoundation.org/mailman/listinfo/squeak-dev" rel="nofollow">squeak dev list</a> as the OmniBrowser is under heavy development.  I honestly don&#8217;t know much about its internals, I just use it.  As for the fonts, I don&#8217;t know that either, I use the ones already installed and just use code to set my font preferences.  I don&#8217;t have the script handy, or I&#8217;d show it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-12366</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Sat, 19 Apr 2008 21:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-12366</guid>
		<description>Thanx man, it's way cool!
I'm rather new to squeak (been using visualworks for some time) and finding your image really made my day as i was trying to set up a base image for development work.
I have a few questions, at this point mostly cosmetic issues related to the enhancements loaded in this image:
1) what's up with those "OBIconicButton"s, where do they get their label and its font from, and how do I change it? "IconicButton"s have a label, but if I set it it shows behind the icon together with the "automatic" one...
2) I'd like to change the way the browsers "disable" their buttons: currently "disabled" ones show normally and "enabled" show like they're pressed; I'd like to leave the enabled ones up and either use a different color or "depress" the disabled ones, but couldn't find where to put my hands despite browsing endless message sends and class hierarchies. I'm rather stuck, any idea? Also, am I right to guess that Morphic widgets don't have an equivalent of the "enabled" attribute, and are always enabled? If so, is it just missing or is it so by design?
3) I also loaded FreeType, and while it works great in itself the font selection menus really do not cope well with the resulting hundreds of items. Is there an easy way to choose which fonts are imported? Am i right to assume I'll be able to use the image on Linux if I bring the needed fonts along? As far as I understand, the plugin is also available for linux and osx.
0) Was this the right place to ask these questions? If not, where?
Again thanks for the real good work.</description>
		<content:encoded><![CDATA[<p>Thanx man, it&#8217;s way cool!<br />
I&#8217;m rather new to squeak (been using visualworks for some time) and finding your image really made my day as i was trying to set up a base image for development work.<br />
I have a few questions, at this point mostly cosmetic issues related to the enhancements loaded in this image:<br />
1) what&#8217;s up with those &#8220;OBIconicButton&#8221;s, where do they get their label and its font from, and how do I change it? &#8220;IconicButton&#8221;s have a label, but if I set it it shows behind the icon together with the &#8220;automatic&#8221; one&#8230;<br />
2) I&#8217;d like to change the way the browsers &#8220;disable&#8221; their buttons: currently &#8220;disabled&#8221; ones show normally and &#8220;enabled&#8221; show like they&#8217;re pressed; I&#8217;d like to leave the enabled ones up and either use a different color or &#8220;depress&#8221; the disabled ones, but couldn&#8217;t find where to put my hands despite browsing endless message sends and class hierarchies. I&#8217;m rather stuck, any idea? Also, am I right to guess that Morphic widgets don&#8217;t have an equivalent of the &#8220;enabled&#8221; attribute, and are always enabled? If so, is it just missing or is it so by design?<br />
3) I also loaded FreeType, and while it works great in itself the font selection menus really do not cope well with the resulting hundreds of items. Is there an easy way to choose which fonts are imported? Am i right to assume I&#8217;ll be able to use the image on Linux if I bring the needed fonts along? As far as I understand, the plugin is also available for linux and osx.<br />
0) Was this the right place to ask these questions? If not, where?<br />
Again thanks for the real good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agnaldo</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-12365</link>
		<dc:creator>Agnaldo</dc:creator>
		<pubDate>Sat, 19 Apr 2008 20:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-12365</guid>
		<description>It's very cool.
I am a good java developer, but i have worked with smalltalk (cincom).
Now i want develop rich interface application, you change de design for GUI squeak very cool.

I will learn to help this job.</description>
		<content:encoded><![CDATA[<p>It&#8217;s very cool.<br />
I am a good java developer, but i have worked with smalltalk (cincom).<br />
Now i want develop rich interface application, you change de design for GUI squeak very cool.</p>
<p>I will learn to help this job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-12094</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Fri, 04 Apr 2008 17:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-12094</guid>
		<description>Make it the same way I do, start with Damiens Squeak-Dev image and just open up the package universe and install what you like.  I should really update my image, it's a bit out of date now.</description>
		<content:encoded><![CDATA[<p>Make it the same way I do, start with Damiens Squeak-Dev image and just open up the package universe and install what you like.  I should really update my image, it&#8217;s a bit out of date now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoandy Rodriguez</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-12088</link>
		<dc:creator>Yoandy Rodriguez</dc:creator>
		<pubDate>Fri, 04 Apr 2008 15:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-12088</guid>
		<description>Hello there Ramon:
I'm Just starting with Squeak and seaside and wanted to thank you for the screencast and the Squeak image, they gave me a real kickstart( by the way, any tips about how to make my own?) but it seems to have problems with authenticating with proxy servers or at least when using them with Monticello.
Thanks in advance for any help you can give me and thanks again for all you have already given.</description>
		<content:encoded><![CDATA[<p>Hello there Ramon:<br />
I&#8217;m Just starting with Squeak and seaside and wanted to thank you for the screencast and the Squeak image, they gave me a real kickstart( by the way, any tips about how to make my own?) but it seems to have problems with authenticating with proxy servers or at least when using them with Monticello.<br />
Thanks in advance for any help you can give me and thanks again for all you have already given.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Zmick</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-10351</link>
		<dc:creator>David Zmick</dc:creator>
		<pubDate>Sat, 09 Feb 2008 14:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-10351</guid>
		<description>Ok, thank you!</description>
		<content:encoded><![CDATA[<p>Ok, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-10305</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Fri, 08 Feb 2008 23:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-10305</guid>
		<description>Just open a file browser and find your image, set as background shows up as an option whenever you select an image.</description>
		<content:encoded><![CDATA[<p>Just open a file browser and find your image, set as background shows up as an option whenever you select an image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Zmick</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-10304</link>
		<dc:creator>David Zmick</dc:creator>
		<pubDate>Fri, 08 Feb 2008 22:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-10304</guid>
		<description>I like the window list at the bottom of the screen!</description>
		<content:encoded><![CDATA[<p>I like the window list at the bottom of the screen!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Zmick</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-10298</link>
		<dc:creator>David Zmick</dc:creator>
		<pubDate>Fri, 08 Feb 2008 21:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-10298</guid>
		<description>How do you change the background of the World</description>
		<content:encoded><![CDATA[<p>How do you change the background of the World</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-9390</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Mon, 17 Dec 2007 06:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-9390</guid>
		<description>Seems to work fine for me.</description>
		<content:encoded><![CDATA[<p>Seems to work fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sungjin</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-9361</link>
		<dc:creator>Sungjin</dc:creator>
		<pubDate>Sat, 15 Dec 2007 11:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-9361</guid>
		<description>I cannot open/unzip downloaded DevImage.zip(Dec. 15, 2007) Can you check zip file please?</description>
		<content:encoded><![CDATA[<p>I cannot open/unzip downloaded DevImage.zip(Dec. 15, 2007) Can you check zip file please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-9229</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Sat, 08 Dec 2007 21:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-9229</guid>
		<description>Done.</description>
		<content:encoded><![CDATA[<p>Done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-9110</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sat, 01 Dec 2007 01:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-9110</guid>
		<description>still, when it's not too much trouble ... an update that includes your current browser setup would sure be appreciated :-)</description>
		<content:encoded><![CDATA[<p>still, when it&#8217;s not too much trouble &#8230; an update that includes your current browser setup would sure be appreciated :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-8683</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Wed, 21 Nov 2007 06:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-8683</guid>
		<description>Old... it was just updated a few weeks ago, why do you say it's old?  As for the browser, no, I don't know and the Omni Browser is becoming so good now that I'm mostly using it.</description>
		<content:encoded><![CDATA[<p>Old&#8230; it was just updated a few weeks ago, why do you say it&#8217;s old?  As for the browser, no, I don&#8217;t know and the Omni Browser is becoming so good now that I&#8217;m mostly using it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hein</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-8577</link>
		<dc:creator>hein</dc:creator>
		<pubDate>Mon, 19 Nov 2007 21:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-8577</guid>
		<description>hi ramon,

thanks for sharing your image and a wonderful website :),

i don't wanna be insulting but i was just wondering when you were gonna update your image... i think it's getting a bit old now

also some of the categories / packages in the sentorsa / refractoring browser aren't shown in the menu, do you know of a way to show the visible categories in submenus or split the menus?

thanks again for a wonderful image, keep up the good work.</description>
		<content:encoded><![CDATA[<p>hi ramon,</p>
<p>thanks for sharing your image and a wonderful website :),</p>
<p>i don&#8217;t wanna be insulting but i was just wondering when you were gonna update your image&#8230; i think it&#8217;s getting a bit old now</p>
<p>also some of the categories / packages in the sentorsa / refractoring browser aren&#8217;t shown in the menu, do you know of a way to show the visible categories in submenus or split the menus?</p>
<p>thanks again for a wonderful image, keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Brain dump]</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-6836</link>
		<dc:creator>[Brain dump]</dc:creator>
		<pubDate>Sun, 28 Oct 2007 04:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-6836</guid>
		<description>&lt;strong&gt;Postgres database connection pool in Seaside, part 1.&lt;/strong&gt;

Installation I will use RamÃ³n Leon's Squeak image. It has a customized UI, much better than the default Squeak interface and comes with all we need ( Postgres access, Glorp, Seaside ). Download and install the corresponding Squeak version for...</description>
		<content:encoded><![CDATA[<p><strong>Postgres database connection pool in Seaside, part 1.</strong></p>
<p>Installation I will use RamÃ³n Leon&#8217;s Squeak image. It has a customized UI, much better than the default Squeak interface and comes with all we need ( Postgres access, Glorp, Seaside ). Download and install the corresponding Squeak version for&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20 October 2007 &#62; Squeak Image Updated</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-6499</link>
		<dc:creator>20 October 2007 &#62; Squeak Image Updated</dc:creator>
		<pubDate>Sat, 20 Oct 2007 17:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-6499</guid>
		<description>[...] My Squeak Image [...]</description>
		<content:encoded><![CDATA[<p>[...] My Squeak Image [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nagin Chand</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-6451</link>
		<dc:creator>Nagin Chand</dc:creator>
		<pubDate>Fri, 19 Oct 2007 11:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-6451</guid>
		<description>Dear Ramon,

I had way back identified smalltalk as a better environment for development but never actually did any work in it. I did some work with 'Pascal'. You may laugh, but I still find pascal better than C/C++/Java etc. But smalltalk is a different story. I would like to develop and convert the work done in pascal into smalltalk. I have mostly worked in the field of data-analysis and its representation graphically. Your work and words could be inspiring and motivating in nature.

Regards

Nagin Chand</description>
		<content:encoded><![CDATA[<p>Dear Ramon,</p>
<p>I had way back identified smalltalk as a better environment for development but never actually did any work in it. I did some work with &#8216;Pascal&#8217;. You may laugh, but I still find pascal better than C/C++/Java etc. But smalltalk is a different story. I would like to develop and convert the work done in pascal into smalltalk. I have mostly worked in the field of data-analysis and its representation graphically. Your work and words could be inspiring and motivating in nature.</p>
<p>Regards</p>
<p>Nagin Chand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-5887</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Thu, 20 Sep 2007 15:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-5887</guid>
		<description>In all honesty, I need to update my image, there have been some recent UI improvements in Squeak that make my image look crappy in comparison.  I'll see if I can't do that in a day or two.</description>
		<content:encoded><![CDATA[<p>In all honesty, I need to update my image, there have been some recent UI improvements in Squeak that make my image look crappy in comparison.  I&#8217;ll see if I can&#8217;t do that in a day or two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-5886</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 20 Sep 2007 14:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-5886</guid>
		<description>I just tripped across your website this weekend; I'm renewing my interest in Smalltalk, after going through 9  years in Java-land and Plone/Python.  The latter is a pretty powerful application environment, but there's quite a bit that still frustrates me.

So, I'm going back to my roots.  I wanted to thank you, deeply, for providing your Squeak image.  It's nice ... very nice.  I've had Squeak on my desktop for years now, but every time I open it, I get distracted by all that kiddy stuff.  Cool, for sure, but I want to do some serious development, not play, and your image provides the way.

So ... THANKS!</description>
		<content:encoded><![CDATA[<p>I just tripped across your website this weekend; I&#8217;m renewing my interest in Smalltalk, after going through 9  years in Java-land and Plone/Python.  The latter is a pretty powerful application environment, but there&#8217;s quite a bit that still frustrates me.</p>
<p>So, I&#8217;m going back to my roots.  I wanted to thank you, deeply, for providing your Squeak image.  It&#8217;s nice &#8230; very nice.  I&#8217;ve had Squeak on my desktop for years now, but every time I open it, I get distracted by all that kiddy stuff.  Cool, for sure, but I want to do some serious development, not play, and your image provides the way.</p>
<p>So &#8230; THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ric8ard</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-5731</link>
		<dc:creator>Ric8ard</dc:creator>
		<pubDate>Sat, 08 Sep 2007 14:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-5731</guid>
		<description>Ramon, thank you very much for sharing your work. I've only fairly recently 'opened my eyes' to what Smalltalk can enable one to do, but your site has been a great help in pointing me at useful resources. Keep it up.</description>
		<content:encoded><![CDATA[<p>Ramon, thank you very much for sharing your work. I&#8217;ve only fairly recently &#8216;opened my eyes&#8217; to what Smalltalk can enable one to do, but your site has been a great help in pointing me at useful resources. Keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seaside, ODBC, and Sql Server for the .Net Developer</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-4354</link>
		<dc:creator>Seaside, ODBC, and Sql Server for the .Net Developer</dc:creator>
		<pubDate>Sat, 11 Aug 2007 17:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-4354</guid>
		<description>[...] is a problem, a huge problem, because Squeak doesn&#8217;t have native Sql Server drivers. Squeak&#8217;s only access is [...]</description>
		<content:encoded><![CDATA[<p>[...] is a problem, a huge problem, because Squeak doesn&#8217;t have native Sql Server drivers. Squeak&#8217;s only access is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seaside hosting redux</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-4239</link>
		<dc:creator>Seaside hosting redux</dc:creator>
		<pubDate>Thu, 02 Aug 2007 19:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-4239</guid>
		<description>[...] Ramon Leon [...]</description>
		<content:encoded><![CDATA[<p>[...] Ramon Leon [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seaside hosting redux &#171; Tekkie</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-2983</link>
		<dc:creator>Seaside hosting redux &#171; Tekkie</dc:creator>
		<pubDate>Sun, 10 Jun 2007 08:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-2983</guid>
		<description>[...] Ramon Leon [...]</description>
		<content:encoded><![CDATA[<p>[...] Ramon Leon [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C# (1.x) and Smalltalk case study #1 &#171; Tekkie</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-2800</link>
		<dc:creator>C# (1.x) and Smalltalk case study #1 &#171; Tekkie</dc:creator>
		<pubDate>Sun, 13 May 2007 03:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-2800</guid>
		<description>[...] tested it on the standard Squeak 3.8 version as well (which I got from squeak.org), and it works.Â Ramon has updated his public version of Squeak to 3.9, which still works withÂ my Employee test package. So you can use any of these [...]</description>
		<content:encoded><![CDATA[<p>[...] tested it on the standard Squeak 3.8 version as well (which I got from squeak.org), and it works.Â Ramon has updated his public version of Squeak to 3.9, which still works withÂ my Employee test package. So you can use any of these [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piero</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-2767</link>
		<dc:creator>Piero</dc:creator>
		<pubDate>Tue, 01 May 2007 15:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-2767</guid>
		<description>Note that on UNIX like systems you are not allowed to open ports below 1024.</description>
		<content:encoded><![CDATA[<p>Note that on UNIX like systems you are not allowed to open ports below 1024.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://onsmalltalk.com/my-squeak-image/#comment-2547</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Thu, 05 Apr 2007 16:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/?page_id=32#comment-2547</guid>
		<description>Solved. Aparently the port was already being used in my Ubuntu. Just did a SSKom stop, and the started it on another port.</description>
		<content:encoded><![CDATA[<p>Solved. Aparently the port was already being used in my Ubuntu. Just did a SSKom stop, and the started it on another port.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
