. .

smalltalk

Seaside in the Wild

January 15, 2010 6:52:19.271

Joachim Tuchel has a few more examples of real world Seaside usage.

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

Smalltalk in Seattle, next Thursday

January 15, 2010 6:49:38.901

The Cincom Smalltalk team will be coming to Seattle for a one day event on Thursday the 21st - you can register here (free). You can get more details over on the Cincom Smalltalk Events Page- the event will run from 9 AM to 1 PM

Smalltalk Technology Series

Technorati Tags:

posted by James Robertson

 Share Tweet This

smalltalk

The Niall Ross ESUG 2009 Report

January 14, 2010 15:26:04.310

ESUG 2009

Here's Niall Ross' typically thorough report from ESUG 2009.

Technorati Tags: , ,

posted by James Robertson

 Share Tweet This

smalltalk

Password Field Properties

January 14, 2010 9:30:03.162

When you specify the type of an input field as "Password", the "Read Only" setting becomes a problem in VisualWorks 7.7. Today's screencast looks at that, given that the two worked in VisualWorks 7.6

You can download the video directly here. If you like this kind of video, why not subscribe to "Smalltalk Daily"?

Technorati Tags: , , ,

posted by James Robertson

 Share Tweet This

smalltalk

Come See us in Seattle

January 13, 2010 23:21:35.109

Smalltalk Conference

Next week (on the 21st) we'll be at the Crowne Plaza in Seattle, Washington, 9 AM to 1 PM. You can register for the event (free) here. We'll be covering cool stuff in VisualWorks, ObjectStudio, and WebVelocity, so come on out to see what the Smalltalk team has been up to!

Technorati Tags:

posted by James Robertson

 Share Tweet This

smalltalk

Smalltalk Superpowers

January 13, 2010 21:21:09.048

Travis Griggs is talking about Smalltalk Superpowers again - lightweight classes, specifically - in order to solve a problem involving VisualWorks LookPolicy classes. Check it out - it's interesting stuff.

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

Using Active Record in Glorp

January 13, 2010 10:36:04.608

With the release of OS 8.2 and VW 7.7, Glorp is not only a supported O/R library - it has ActiveRecord support as well. Today's screencast looks at using it withing VW.

If you like this kind of video, why not subscribe to "Smalltalk Daily"?

Technorati Tags: , ,

posted by James Robertson

 Share Tweet This

smalltalk

Sometimes it's a Slow Start

January 13, 2010 9:56:42.605

I spent the morning working on a demo I'm building for the upcoming roadshow events - which is why "Smalltalk Daily" isn't up yet. It should pop up within the hour.

Technorati Tags:

posted by James Robertson

 Share Tweet This

smalltalk

More Seaside

January 12, 2010 20:50:12.698

The Pharo-cast blog has a seaside video up - going through the canonical blog example. I did a whole tutorial series on that :)

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

Brace Constructor Syntax in VW or OS

January 12, 2010 8:15:54.207

If you're trying to port code from Squeak or Pharo to VisualWorks and/or ObjectStudio, one thing you may have run across is the Brace Constructor syntax for arrays. i.e., instead of:.


array := Array 
			with: 3+4
			with: Date today.

You get:


array := {3+4. Date today}.

Today's screencast looks at adding support for that syntax to VW and OS:

If you like this kind of video, why not subscribe to "Smalltalk Daily"?

Technorati Tags: , ,

posted by James Robertson

 Share Tweet This

Previous Next (1107 total)