. .

smalltalk

Working with Excel: Video

March 16, 2010 8:05:41.572

Today's screencast looks at working with Excel from Smalltalk. Here's the workspace I used in the screencast:


"Excel Demonstration"
excel := COMDispatchDriver createObject: 'Excel.Application'.

"Open Excel"
excel setVisible: true.
excel getWorkbooks Add.
sheet := excel getActiveSheet.

"Write some data"
(excel getRange: 'A1') setValue: 'Name'.
(excel getRange: 'A2') setValue: 'Fred Flintstone'.
(excel getRange: 'A1:A2') getFont setBold: true.

"Read a cell"
(excel getRange: 'A1') getValue.

"Copy Cells"
(excel getRange: 'A1:A2') Select.
excel setCutCopyMode: false.
excel getSelection Copy.
Transcript show: Screen default getExternalSelection.

To watch, click on the viewer below:

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 in the UK

March 16, 2010 6:17:55.471

The UK Smalltalk group is meeting on March 29th at the Counting House.

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

SqueakDBX: ESUG 2009 Video

March 15, 2010 12:47:53.310

Here's another ESUG 2009 video - Mariano Martinez Peck talking about SqueakDBX, a database layer (cross platform) for Squeak. To watch, click on the viewer below:

If you have trouble viewing that directly, you can click here to download the video directly.

You can also watch it on Vimeo:

SqueakDBX from James Robertson on Vimeo.

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

Technorati Tags: , , , ,

posted by James Robertson

 Share Tweet This

smalltalk

Missed The Smalltalk World Tour?

March 15, 2010 8:44:44.880

If you missed the recent Cincom Smalltalk worldwide tour, you can still see the entire thing:

Also, if you would like to see a similar event near you - drop the STAR team a line. While we can't guarantee anything, we do take Smalltalker interest seriously.

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

Set up a new public store account: Video

March 15, 2010 7:51:41.904

Today's screencast looks at how you acquire a new public store repository account.

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

Solving Problems with Smalltalk: Georg Heeg

March 15, 2010 7:23:16.094

The Cincom Smalltalk team recently completed a five city tour - Seattle, Toronto, Baltimore, London, and Paris. We filmed the presentations we gave at each of the one day events, and now I'm releasing the highest quality iterations. Today's video is of Georg Heeg, talking about Smalltalk's past, present, and future. To watch, click on the viewer below:

If you have trouble viewing that directly, you can click here to download the video directly. This post wraps up all the video we have from this series of events, but there's more Smalltalk video being posted all the time - just stay subscribed to the video feed.

Technorati Tags: , , ,

posted by James Robertson

 Share Tweet This

smalltalk

Industry Misinterpretations 179: BottomFeeder

March 14, 2010 21:24:39.188

We've mentioned BottomFeeder numerous times on the podcast, but this week it occurred to us that we've never actually covered it in depth on the podcast. So, this week we turned things around a bit, and Michael interviewed me about the application. Where it came from, what kinds of things went into it, who helped out on it, and where it might be headed. We also talked about a few related projects, like the blog server, and some of the social media stuff I've been working on.

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.

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

Video from the Smalltalk Technology Series

March 12, 2010 9:18:13.696

If you didn't get a chance to attend any of the recent Cincom Smalltalk technology events, you can still see what was presented - there's video of everything. You can subscribe to the video feed to have them downloaded directly with your favorite podcatching software, or head on over to the video page for the events.

Smalltalk technology Videos

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

smalltalk

Solving Problems with WebVelocity: Video

March 12, 2010 8:49:59.231

The Cincom Smalltalk team recently completed a five city tour - Seattle, Toronto, Baltimore, London, and Paris. We filmed the presentations we gave at each of the one day events, and now I'm releasing the highest quality iterations. Today's video is of Arden Thomas, talking about WebVelocity - the best way to get database driven website implemented and deployed quickly. To watch, click on the viewer below:

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

Technorati Tags: , , , ,

posted by James Robertson

 Share Tweet This

smalltalk

How to Generate a UUID: Video

March 12, 2010 8:10:26.361

Today's screencast looks at generating standard UUIDs using a small library shipped with Cincom Smalltalk.

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)