<?xml version='1.0' encoding='UTF-8' ?>
<rss version="2.0" xml:base="http://www.cincomsmalltalk.com/userblogs/buck/" 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>David Buck - Blog</title>
		<link>http://www.cincomsmalltalk.com/userblogs/buck/blogView</link>
		<description>Smalltalk can do that</description>
		<webMaster>david@simberon.com</webMaster>
		<lastBuildDate>Mon, 25 May 2009 17:30:17 EDT</lastBuildDate>
		<image>
			<url>/images/why-small.png</url>
			<title>David Buck - Blog</title>
			<link>http://www.cincomsmalltalk.com/userblogsbuck/blogView</link>
			<height>50</height>
			<width>81</width>
		</image>
		<admin:generatorAgent rdf:resource="/CincomSmalltalkWiki/Silt"></admin:generatorAgent>
		<admin:errorReportsTo rdf:resource="mailto:david@simberon.com"></admin:errorReportsTo>
		<dc:language>en-us</dc:language>
		<dc:creator>David Buck</dc:creator>
		<dc:rights>Copyright 2005 David Buck</dc:rights>
		<dc:date>2009-05-25T17:30:17-04:00</dc:date>
		<icbm:latitude>45.316667</icbm:latitude>
		<icbm:longitude>-75.666667</icbm:longitude>
		<item>
			<title>Internet Ray Tracing Competition web site</title>
			<link>http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&amp;printTitle=Internet_Ray_Tracing_Competition_web_site&amp;entry=3420636580</link>
			<category>IRTC</category>
			<pubDate>Sun, 24 May 2009 16:49:40 EDT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">

<p>The new Internet Ray Tracing Competition (IRTC) web site went live this morning. This site is written in VisualWorks and Seaside. The URLs are REST-ful until you login at which time you start getting the _s and _k parameters. To check it out, visit <a href="http://www.irtc.org">http://www.irtc.org</a>.</p>
</div>]]></description>
			<guid isPermaLink="false">3420636580</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIPBServlet?guid=3420636580</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/buck/blogView?guid=3420636580</pingback:target>
			<includedComments:comment-collection>
				<includedComments:comment>
					<includedComments:guid>blogView?showComments=true&amp;printTitle=Internet_Ray_Tracing_Competition_web_site&amp;entry=3420636580</includedComments:guid>
					<includedComments:puid>blogView?showComments=true&amp;printTitle=Internet_Ray_Tracing_Competition_web_site&amp;entry=3420636580</includedComments:puid>
					<includedComments:author>James Abley</includedComments:author>
					<includedComments:pubDate>2009-05-25T01:27:20-04:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Please explain what &lt;a href="http://www.imdb.com/title/tt0093779/quotes#qt0482717"&gt;you mean by REST-ful URLs&lt;/a&gt;?&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>REST-ful URLs?</includedComments:title>
				</includedComments:comment>
				<includedComments:comment>
					<includedComments:guid>blogView?showComments=true&amp;printTitle=Internet_Ray_Tracing_Competition_web_site&amp;entry=3420636580</includedComments:guid>
					<includedComments:puid>blogView?showComments=true&amp;printTitle=Internet_Ray_Tracing_Competition_web_site&amp;entry=3420636580</includedComments:puid>
					<includedComments:author>
anonymous</includedComments:author>
					<includedComments:pubDate>2009-05-25T09:39:20-04:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Comment by 
anonymous&lt;/p&gt;

&lt;p&gt;


&lt;p&gt;What I mean is that you can capture the URL from the browser and save it indefinitely as a bookmark, e-mail it to other people, and have it indexed by Google so that the URL always brings up the same page. Normally with Seaside applications, the URL contains a _s and a _k parameter which encode session information. This session information expires so if you try to come back to a page you bookmarked earlier, it won't recognize the URL and send you to the front page of the web site.&lt;/p&gt;
&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>
Re: Internet Ray Tracing Competition web site</includedComments:title>
				</includedComments:comment>
				<includedComments:comment>
					<includedComments:guid>blogView?showComments=true&amp;printTitle=Internet_Ray_Tracing_Competition_web_site&amp;entry=3420636580</includedComments:guid>
					<includedComments:puid>blogView?showComments=true&amp;printTitle=Internet_Ray_Tracing_Competition_web_site&amp;entry=3420636580</includedComments:puid>
					<includedComments:author></includedComments:author>
					<includedComments:pubDate>2009-05-25T14:07:53-04:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Do you think these IRTC guys would be willing to release the source code used to build their Seaside website? &amp;nbsp;Is there anyone to contact to ask if they would be willing to release it?&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>Good sample seaside website</includedComments:title>
				</includedComments:comment>
				<includedComments:comment>
					<includedComments:guid>blogView?showComments=true&amp;printTitle=Internet_Ray_Tracing_Competition_web_site&amp;entry=3420636580</includedComments:guid>
					<includedComments:puid>blogView?showComments=true&amp;printTitle=Internet_Ray_Tracing_Competition_web_site&amp;entry=3420636580</includedComments:puid>
					<includedComments:author>James Abley</includedComments:author>
					<includedComments:pubDate>2009-05-25T17:30:17-04:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;That's what I thought you meant. Maybe &lt;a href="http://www.w3.org/Provider/Style/URI"&gt;Cool URIs&lt;/a&gt; is a more apt description? I remember looking at Seaside a couple of years ago and had some immediate concerns, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;All of the URLs looked like they had a hash key into a session / continuation;&lt;/li&gt;
&lt;li&gt;How that would play with ETags, caches, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I think that rejecting what was perceived to be conventional web framework design was an interesting part of Seaside when I last looked at it, but I guess some things (like tightly controllable URIs) are necessary in any modern web framework.&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>Re: REST-ful URLs?</includedComments:title>
				</includedComments:comment>
			</includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIServlet?guid=3420636580</wfw:comment>
		</item>
		<item>
			<title></title>
			<link>http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&amp;printTitle=&amp;entry=3415818668</link>
			<category>OCSTUG</category>
			<pubDate>Sun, 29 Mar 2009 22:31:08 EST</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">

<p>The next OCSTUG meeting will be April 14, 2009.</p>
<h1>Building the Internet Raytracing Competition site in Seaside</h1><h4>David Buck, President of Simberon Incorporated </h4><p>For the past few years, the Internet Raytracing Competition web site has been inactive. The original operators found it too difficult to run the bi-monthly contest and keep the web site updated. Now, this web site is being rebuilt using Seaside and VisualWorks. In this presentation, David Buck will show the problem, the solution and the challenges to getting the IRTC back online.</p><pre>The Code Factory
246 Queen Street,
Ottawa, Ontario, Canada
Tuesday, April 14th, 2009 at 6:00pm
 
</pre><p>Please note that there will be a $5 charge per person which goes directly to The Code Factory for the use of the room. Please RSVP to david@simberon.com if you plan to attend.</p></div>]]></description>
			<guid isPermaLink="false">3415818668</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIPBServlet?guid=3415818668</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/buck/blogView?guid=3415818668</pingback:target>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIServlet?guid=3415818668</wfw:comment>
		</item>
		<item>
			<title>Object Oriented training in Ottawa - May 2009</title>
			<link>http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&amp;printTitle=Object_Oriented_training_in_Ottawa_-_May_2009&amp;entry=3414762330</link>
			<category>Training</category>
			<pubDate>Tue, 17 Mar 2009 17:05:30 EST</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">

<p><a href="http://www.simberon.com">Simberon</a> will be offering two object oriented design courses in May 2009. Although the presentation uses the Java programming language in Eclipse, students can have the materials in either Java, C# or Smalltalk and do the hands-on exercises in any of these languages. The courses are: </p>
<blockquote><a href="http://www.simberon.com/refactoringdesign.htm">Refactoring Object Oriented Design in Java</a> (May 4-7, 2009)&nbsp; <a href="http://www.simberon.com/refactoringdesignmay42009.htm">register</a></blockquote><blockquote><a href="http://www.simberon.com/designpatterns.htm">Experiencing Design Patterns in Java</a> (May 25 - 29, 2009) <a href="http://www.simberon.com/expdespatmay252009.htm">register</a></blockquote><p>If you are interested in registering, click on the register link above or e-mail <a href="mailto:info@simberon.com">info@simberon.com</a>.</p></div>]]></description>
			<guid isPermaLink="false">3414762330</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIPBServlet?guid=3414762330</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/buck/blogView?guid=3414762330</pingback:target>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIServlet?guid=3414762330</wfw:comment>
		</item>
		<item>
			<title>OCSTUG meeting video and audio</title>
			<link>http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&amp;printTitle=OCSTUG_meeting_video_and_audio&amp;entry=3414567215</link>
			<category>OCSTUG</category>
			<pubDate>Sun, 15 Mar 2009 10:53:35 EST</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">

<p>I've posted the video for the last OCSTUG talk on google video:</p>
<p>http://video.google.ca/videoplay?docid=4043005778174544715</p><p>The audio-only MP3 file is available from:</p><p>http://smalltalk.ottawa.on.ca/audio/OCSTUC-March-2009.mp3</p></div>]]></description>
			<guid isPermaLink="false">3414567215</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIPBServlet?guid=3414567215</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/buck/blogView?guid=3414567215</pingback:target>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIServlet?guid=3414567215</wfw:comment>
		</item>
		<item>
			<title>OCSTUG meeting - Mar 10, 2009</title>
			<link>http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&amp;printTitle=OCSTUG_meeting_-_Mar_10,_2009&amp;entry=3413020747</link>
			<category>OCSTUG</category>
			<pubDate>Wed, 25 Feb 2009 13:19:07 EST</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p>In March, we will be holding the presentation which was canceled in <br />February because of the non-existent ice storm.&nbsp; Details follow:<br /><br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp; Upcoming Cincom Smalltalk Releases<br /><br />&nbsp;&nbsp;&nbsp; Alan Knight will talk about some of the upcoming Cincom Smalltalk <br />releases. He will describe some of the interesting and perhaps <br />lesser-known improvements in the VisualWorks 7.6 release, changes to <br />release schedule and process, and some of the major items planned for <br />the fall release. This includes vastly improved Internationalization, <br />improvements to look and feel, COM and ActiveX support, improvements to <br />Store, 64-bit, and briefly touch on the upcoming Web Velocity release.<br /><br />&nbsp;&nbsp;&nbsp; The Code Factory<br />&nbsp;&nbsp;&nbsp; 246 Queen Street, Ottawa<br />&nbsp;&nbsp;&nbsp; Tuesday, March 10th, 2009 at 6:00pm<br />&nbsp;&nbsp;&nbsp; Please note that there will be a $5 charge per person which goes <br />directly to The Code Factory for the use of the room.<br /><br />Please RSVP to david@simberon.com if you plan to attend.</p>
</div>]]></description>
			<guid isPermaLink="false">3413020747</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIPBServlet?guid=3413020747</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/buck/blogView?guid=3413020747</pingback:target>
			<includedComments:comment-collection>
				<includedComments:comment>
					<includedComments:guid>blogView?showComments=true&amp;printTitle=OCSTUG_meeting_-_Mar_10,_2009&amp;entry=3413020747</includedComments:guid>
					<includedComments:puid>blogView?showComments=true&amp;printTitle=OCSTUG_meeting_-_Mar_10,_2009&amp;entry=3413020747</includedComments:puid>
					<includedComments:author></includedComments:author>
					<includedComments:pubDate>2009-02-26T03:33:19-05:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;could someone post the slides or a video version somewhere?&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title></includedComments:title>
				</includedComments:comment>
				<includedComments:comment>
					<includedComments:guid>blogView?showComments=true&amp;printTitle=OCSTUG_meeting_-_Mar_10,_2009&amp;entry=3413020747</includedComments:guid>
					<includedComments:puid>blogView?showComments=true&amp;printTitle=OCSTUG_meeting_-_Mar_10,_2009&amp;entry=3413020747</includedComments:puid>
					<includedComments:author>
anonymous</includedComments:author>
					<includedComments:pubDate>2009-02-26T09:53:37-05:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Comment by 
anonymous&lt;/p&gt;

&lt;p&gt;


&lt;p&gt;Video of the talk will be posted online afterwards.&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>
Re: OCSTUG meeting - Mar 10, 2009</includedComments:title>
				</includedComments:comment>
			</includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIServlet?guid=3413020747</wfw:comment>
		</item>
		<item>
			<title>OCSTUG meeting for Feb. cancelled</title>
			<link>http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&amp;printTitle=OCSTUG_meeting_for_Feb._cancelled&amp;entry=3411717385</link>
			<category>OCSTUG</category>
			<pubDate>Tue, 10 Feb 2009 11:16:25 EST</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p>We have a forecast for freezing rain this evening.&nbsp; As such, we feel it's best to cancel the OCSTUG meeting scheduled for this evening.&nbsp; We'll meet next on March 10, 2009.</p>
</div>]]></description>
			<guid isPermaLink="false">3411717385</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIPBServlet?guid=3411717385</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/buck/blogView?guid=3411717385</pingback:target>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIServlet?guid=3411717385</wfw:comment>
		</item>
		<item>
			<title>OCSTUG meeting - Feb 10, 2009</title>
			<link>http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&amp;printTitle=OCSTUG_meeting_-_Feb_10,_2009&amp;entry=3411282177</link>
			<category>OCSTUG</category>
			<pubDate>Thu, 05 Feb 2009 10:22:57 EST</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p>The next meeting of the Ottawa Carleton Smalltalk Users Group will be Feb 10, 2009.</p>

<p><strong><span style="font-size: large;">Upcoming Cincom Smalltalk Releases</span></strong><br /> Alan Knight will talk about some of the upcoming Cincom Smalltalk

releases. He will describe some of the interesting and perhaps

lesser-known improvements in the VisualWorks 7.6 release, changes to

release schedule and process, and some of the major items planned for

the fall release. This includes vastly improved Internationalization,

improvements to look and feel, COM and ActiveX support, improvements to

Store, 64-bit, and briefly touch on the upcoming Web Velocity release.</p>

<p>The Code Factory

	<br />246 Queen Street, Ottawa

	<br />Tuesday, Feb 10th, 2009 at 6:00pm

        <br />Please note that there will be a $5 charge per person which goes directly to The Code Factory for the use of the room.



Please RSVP to <a href="mailto:david@simberon.com">david@simberon.com</a> if you plan to attend.</p>

<p>&nbsp;</p>
</div>]]></description>
			<guid isPermaLink="false">3411282177</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIPBServlet?guid=3411282177</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/buck/blogView?guid=3411282177</pingback:target>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIServlet?guid=3411282177</wfw:comment>
		</item>
		<item>
			<title>Smalltalk Training - Experiencing Design Patterns</title>
			<link>http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&amp;printTitle=Smalltalk_Training_-_Experiencing_Design_Patterns&amp;entry=3409035419</link>
			<category>Training</category>
			<pubDate>Sat, 10 Jan 2009 10:16:59 EST</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">

<p>Simberon will be running the course <a href="http://simberon.com/designpatterns.htm">Experiencing Design Patterns</a> using Smalltalk in Ottawa, Ontario, Canada from March 2nd to March 6th 2009. This course is one that we don't deliver frequently as an open enrollment course so this may be your only chance to take this course for at least the next 6 months to a year. We'll be using Smalltalk for both the lecture parts and the hands-on exercises.</p><p>The course covers all 23 design patterns from the famous Gang of Four Design Patterns book but looks at each pattern objectively with its advantages, disadvantages and plenty of experience reports from using the patterns in practice. We show where the pattens work well and where they fall down.</p><p>If you'd like to register for the course, visit the <a href="http://www.simberon.com/expdespatmar22009.htm">Simberon registration page</a>.</p>
</div>]]></description>
			<guid isPermaLink="false">3409035419</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIPBServlet?guid=3409035419</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/buck/blogView?guid=3409035419</pingback:target>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIServlet?guid=3409035419</wfw:comment>
		</item>
		<item>
			<title>OCSTUG meeting Jan 13, 2009</title>
			<link>http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&amp;printTitle=OCSTUG_meeting_Jan_13,_2009&amp;entry=3409033221</link>
			<category>OCSTUG</category>
			<pubDate>Sat, 10 Jan 2009 09:40:21 EST</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">

<p>The Ottawa Carleton Smalltalk Users Group will be holding a meeting this Tuesday. We'll be trying to show people new to Smalltalk what Smalltalk is all about. Check <a href="http://smalltalk.ottawa.on.ca">http://smalltalk.ottawa.on.ca</a> for details.</p>
</div>]]></description>
			<guid isPermaLink="false">3409033221</guid>
			<pingback:server>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIPBServlet?guid=3409033221</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/userblogs/buck/blogView?guid=3409033221</pingback:target>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/userblogs/buck/servlet/CommentAPIServlet?guid=3409033221</wfw:comment>
		</item>
	</channel>
</rss>
