Seaside in the Wild
Joachim Tuchel has a few more examples of real world Seaside usage.
. .
The author of this blog, James Robertson, passed away in April 2014. This blog is being maintained by David Buck (david@simberon.com).
Joachim Tuchel has a few more examples of real world Seaside usage.
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
Technorati Tags: seattle
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: password field, read only, visualworks, gui
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: superpowers, lightweight classes
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: database, ActiveRecord, glorp
The Pharo-cast blog has a seaside video up - going through the canonical blog example. I did a whole tutorial series on that :)
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: brace constructor, syntax, squeak
| Previous | Next | (1107 total) |