. .

smalltalk

Seaside Tutorial (9) - Video

May 24, 2010 8:02:23.658

Today's Smalltalk Daily is part 7 of our updated Seaside tutorial, for VW 7.7/OS 8.2 and Seaside 3.0. The tutorial home page is here. Today we add some style (CSS) to the application. If you're picking things up here, grab the work in progress to this point, and the download the domain model being used. Click on the viewer below to watch it now:

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

Curl in Seaside

May 23, 2010 15:14:45.731

Robert Shiplett explains his latest adventures in getting Seaside to push out Curl:

Seaside is an immensely flexible web framework when used for HTML + JavaScript + CSS + JSON + JQuery so it was only natural to want to use it simply as Seaside + Curl.

Using VW 7.7 and Seaside 3.0. There are a few hurdles; read his post for the details.

Technorati Tags: , ,

posted by James Robertson

 Share Tweet This

smalltalk

A WebVelocity Use Scenario: Podcast

May 23, 2010 10:12:24.498

World Tour This week's podcast features our Product Manager, Arden Thomas, at one of this year's world tour events. In this podcast, Arden sketches out a WebVelocity use scenario. As I mentioned last week, the 1.1 beta is coming soon - if you're interested in taking a look at the beta when it's ready, send me an email.

To listen now, you can either download the mp3 edition, or the AAC edition. The AAC edition comes with chapter markers. You can subscribe to either edition of the podcast directly in iTunes; just search for Smalltalk and look in the Podcast results. You can subscribe to the mp3 edition directly using this feed, or the AAC edition using this feed using any podcatching software. You can also download the podcast in ogg format.

To listen immediately, use the player below:

If you like the music we use, please visit Josh Woodward's site. We use the song Effortless for our intro/outro music. I'm sure he'd appreciate your support!

If you have feedback, send it to smalltalkpodcasts@cincom.com - or visit us on Facebook or Ning - you can vote for the Podcast Alley, and subscribe on iTunes. If you enjoy the podcast, pass the word - we would love to have more people hear about Smalltalk!

Technorati Tags: , ,

posted by James Robertson

 Share Tweet This

smalltalk

Scratch Day at Mit

May 22, 2010 16:37:10.337

Looks like it's a scratch sort of day at MIT

posted by James Robertson

 Share Tweet This

smalltalk

Seaside For Speed

May 22, 2010 11:13:24.076

While I haven't played this type of caching game with Seaside, I've done very similiar things with my blog server (which is an SSP/Servlet type of thing):

my point is that I needed some simple caching of a method's results to help a page load a little faster in Seaside. All I did was add a new instance variable to my model instance that lazy-loaded the result of the calculation. I then added a few more places where this "cache" gets invalidated from other method calls, and I'm done. I didn't have to install gems, configure a new server like memcache, read docs on a gem's interface to memcache, etc. I simply leveraged the tools available in Smalltalk, and built a simple thing that just works. I don't have to worry about persisting it as its lazy-loaded. Which really is how memcache is usually used with Rails, as a place to temporarily store the results of an expensive computation

Yeah, adding a caching scheme to a Smalltalk web app is pretty simple. It's one more way that having an image makes things easier - and not just at development time.

Technorati Tags: , ,

posted by James Robertson

 Share Tweet This

smalltalk

Seaside Tutorial (8) - Video

May 21, 2010 11:20:10.445

Today's Smalltalk Daily is part 8 of our updated Seaside tutorial, for VW 7.7/OS 8.2 and Seaside 3.0. The tutorial home page is here. Today we ajaxify the filtering of posts - we're using Scriptaculous, but you should be aware that Seaside 3.0 also has JQuery support. If you're picking things up here, grab the work in progress to this point, and the download the domain model being used. Also, a tip of the hat to Julian Fitzell, who got me over a small hurdle I was having with the Scriptaculous updater code. Click on the viewer below to watch it now:

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

The Road Ahead

May 20, 2010 16:22:42.709

Tune in next Friday (May 28) at 2 PM EDT to hear us talk with Cincom Smalltalk Product Manager (Arden Thomas) about the soon to be released VW 7.7.1 and OS 8.2. We'll also talk about the roadmap going forward.

Technorati Tags: , , ,

posted by James Robertson

 Share Tweet This

smalltalk

Seaside Tutorial (7) - Video

May 20, 2010 8:41:31.892

Today's Smalltalk Daily is part 7 of our updated Seaside tutorial, for VW 7.7/OS 8.2 and Seaside 3.0. The tutorial home page is here. Today we reuse the editor for new posts to allow for editing of existing posts. If you're picking things up here, grab the work in progress to this point, and the download the domain model being used. Click on the viewer below to watch it now:

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

Smalltalk FTW

May 19, 2010 13:45:30.969

Here's an interesting experiment from SPA 2010, where we find out just how fast Smalltalk lets you get started.

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

Seaside Tutorial (6) - Video

May 19, 2010 10:47:54.324

Today's Smalltalk Daily is part 6 of our updated Seaside tutorial, for VW 7.7/OS 8.2 and Seaside 3.0. The tutorial home page is here. Today we look at creating and using a custom session. If you're picking things up here, grab the work in progress to this point, and the download the domain model being used. Today we hook up a posting UI to the menu we added yesterday. Click on the viewer below to watch it now:

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

Previous Next (1107 total)