<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Seaside menus</title>
	<atom:link href="http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/feed/" rel="self" type="application/rss+xml" />
	<link>http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/</link>
	<description>GNU/Linux, Debian, Seaside and some bits more</description>
	<lastBuildDate>Fri, 13 Jan 2012 02:28:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: miguel.coba</title>
		<link>http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-107</link>
		<dc:creator>miguel.coba</dc:creator>
		<pubDate>Thu, 10 Jan 2008 01:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-107</guid>
		<description>First things first: it&#039;s Smalltalk and Seaside.
In &lt;a href=&quot;http://stephane.ducasse.free.fr/FreeBooks.html&quot; rel=&quot;nofollow&quot;&gt;http://stephane.ducasse.free.fr/FreeBooks.html&lt;/a&gt;
you can find many very good books to learn Smalltalk.
And for Seaside you can browse the documentation in &lt;a href=&quot;http://seaside.st/&quot; rel=&quot;nofollow&quot;&gt;http://seaside.st/&lt;/a&gt;
The tutorial from &lt;a href=&quot;http://www.swa.hpi.uni-potsdam.de/seaside/tutorial&quot; rel=&quot;nofollow&quot;&gt;http://www.swa.hpi.uni-potsdam.de/seaside/tutorial&lt;/a&gt; is the most updated one.
</description>
		<content:encoded><![CDATA[<p>First things first: it&#8217;s Smalltalk and Seaside.<br />
In <a href="http://stephane.ducasse.free.fr/FreeBooks.html">http://stephane.ducasse.free.fr/FreeBooks.html</a><br />
you can find many very good books to learn Smalltalk.<br />
And for Seaside you can browse the documentation in <a href="http://seaside.st/">http://seaside.st/</a><br />
The tutorial from <a href="http://www.swa.hpi.uni-potsdam.de/seaside/tutorial">http://www.swa.hpi.uni-potsdam.de/seaside/tutorial</a> is the most updated one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LowGmaN</title>
		<link>http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-106</link>
		<dc:creator>LowGmaN</dc:creator>
		<pubDate>Wed, 09 Jan 2008 03:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-106</guid>
		<description>So... as a  clueless newbie in small talk and seaside... where should I start? And I mean... &quot;cluUUUUeless newbie&quot;
</description>
		<content:encoded><![CDATA[<p>So&#8230; as a  clueless newbie in small talk and seaside&#8230; where should I start? And I mean&#8230; &#8220;cluUUUUeless newbie&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miguel.coba</title>
		<link>http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-105</link>
		<dc:creator>miguel.coba</dc:creator>
		<pubDate>Sat, 05 Jan 2008 17:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-105</guid>
		<description>I don&#039;t understand you very well, but you can do any action before swaping components for the content. For example, if you want to record the time when each component was removed, you can add a new instvar to MDMain called removedTime and then, in the message to swap components:

listContacts
&quot;Register the time when the component was swapped&quot;
&quot;Can be any action&quot;
self doWantedAction.
content := MDContactList new.

doWantedAction
&quot;Here we register the timestamp&quot;
removedTime := Time now.

Was that helpful?
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand you very well, but you can do any action before swaping components for the content. For example, if you want to record the time when each component was removed, you can add a new instvar to MDMain called removedTime and then, in the message to swap components:</p>
<p>listContacts<br />
&#8220;Register the time when the component was swapped&#8221;<br />
&#8220;Can be any action&#8221;<br />
self doWantedAction.<br />
content := MDContactList new.</p>
<p>doWantedAction<br />
&#8220;Here we register the timestamp&#8221;<br />
removedTime := Time now.</p>
<p>Was that helpful?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Richards</title>
		<link>http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-104</link>
		<dc:creator>Oleg Richards</dc:creator>
		<pubDate>Fri, 04 Jan 2008 21:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-104</guid>
		<description>Thanks! Was very helpful for me. What can you recommend if i need automatically do something in active component before switching to the new one?
</description>
		<content:encoded><![CDATA[<p>Thanks! Was very helpful for me. What can you recommend if i need automatically do something in active component before switching to the new one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miguel.coba</title>
		<link>http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-103</link>
		<dc:creator>miguel.coba</dc:creator>
		<pubDate>Fri, 04 Jan 2008 20:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-103</guid>
		<description>Thanks for the tip. I have updated the post accordingly.
</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. I have updated the post accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Leon</title>
		<link>http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-102</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Fri, 04 Jan 2008 19:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-102</guid>
		<description>FYI, a shortcut for this...

html anchor
callback: [self newContact];
with: &#039;New Contact&#039;.

is this...

html anchor on: #newContact of: self.
</description>
		<content:encoded><![CDATA[<p>FYI, a shortcut for this&#8230;</p>
<p>html anchor<br />
callback: [self newContact];<br />
with: &#8216;New Contact&#8217;.</p>
<p>is this&#8230;</p>
<p>html anchor on: #newContact of: self.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miguel.coba</title>
		<link>http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-101</link>
		<dc:creator>miguel.coba</dc:creator>
		<pubDate>Fri, 04 Jan 2008 17:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-101</guid>
		<description>Just my 2 cents :)
</description>
		<content:encoded><![CDATA[<p>Just my 2 cents <img src='http://miguel.leugim.com.mx/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randal L. Schwartz</title>
		<link>http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-100</link>
		<dc:creator>Randal L. Schwartz</dc:creator>
		<pubDate>Fri, 04 Jan 2008 03:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://miguel.leugim.com.mx/index.php/2008/01/03/seaside-menus/#comment-100</guid>
		<description>Thanks for referencing my post, and elaborating with more useful code!
</description>
		<content:encoded><![CDATA[<p>Thanks for referencing my post, and elaborating with more useful code!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

