. .

smalltalkDaily

Smalltalk Daily 07/15/10: Saving Smalltalk Code

15 July 2010 9:56:03 AM

Today's Smalltalk Daily looks at some basic ways of saving code: publishing a parcel, filing code out to disk, and saving an image. The better solution in most cases is version control (Store) - there's a whole Smalltalk Daily section devoted to that. If you can't watch the YouTube embed below, click here to go to the video now:

You can follow the Smalltalk channel on YouTube for all the "Smalltalk Daily" videos. You can also check out the videos on Vimeo, where the quality is higher, or over on Facebook, if you are a member.

You can download the video directly here. If you need the video in a Windows Media format, then download that here. If you like this kind of video, why not subscribe to "Smalltalk Daily"?

Technorati Tags: , , , ,

posted by James Robertson

 Share Tweet This

smalltalkDaily

Smalltalk Daily 07/14/10: Extending a Class III

14 July 2010 10:12:40 AM

Today's Smalltalk Daily brings together the class extension example and unit testing into a seamless whole. If you can't watch the YouTube embed below, click here to go to the video now:

Extending a Class III from James Robertson on Vimeo.

You can follow the Smalltalk channel on YouTube for all the "Smalltalk Daily" videos. You can also check out the videos on Vimeo, where the quality is higher, or over on Facebook, if you are a member.

You can download the video directly here. If you need the video in a Windows Media format, then download that here. If you like this kind of video, why not subscribe to "Smalltalk Daily"?

Technorati Tags: , ,

posted by James Robertson

 Share Tweet This

smalltalkDaily

Smalltalk Daily 07/13/10: Extending Behavior II

13 July 2010 9:15:25 AM

Today's Smalltalk Daily takes yesterday's class extension and saves it into a new package - instead of in the base system one. If you can't watch the YouTube embed below, click here to go to the video now:

You can follow the Smalltalk channel on YouTube for all the "Smalltalk Daily" videos. You can also check out the videos on Vimeo, where the quality is higher, or over on Facebook, if you are a member.

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

smalltalkDaily

Smalltalk Daily 07/12/10: Extending an Existing Class

12 July 2010 9:24:58 AM

Today's Smalltalk Daily looks at installing a UI in VisualWorks - things have changed a bit in VW 7.7.1. If you can't watch the YouTube embed below, click here to go to the video now:

You can follow the Smalltalk channel on YouTube for all the "Smalltalk Daily" videos. You can also check out the videos on Vimeo, where the quality is higher, or over on Facebook, if you are a member.

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

smalltalkDaily

Smalltalk Daily 07/09/10: Installing a VW UI

9 July 2010 9:08:45 AM

Today's Smalltalk Daily looks at installing a UI in VisualWorks - things have changed a bit in VW 7.7.1. If you can't watch the YouTube embed below, click here to go to the video now:

You can follow the Smalltalk channel on YouTube for all the "Smalltalk Daily" videos. You can also check out the videos on Vimeo, where the quality is higher, or over on Facebook, if you are a member.

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

smalltalkDaily

Smalltalk Daily 07/08/10: Abstract Classes

8 July 2010 8:58:50 AM

Today's Smalltalk Daily looks at abstract classes in Smalltalk - in particular, at #shouldNotImplement and #subclassResponsibility. These two methods signal two different things: either a subclass should not implement (or use) some inherited behavior, or a subclass mustimplement a behavior for an inherited method. If you can't watch the YouTube embed below, click here to go to the video now:

You can follow the Smalltalk channel on YouTube for all the "Smalltalk Daily" videos. You can also check out the videos on Vimeo, where the quality is higher, or over on Facebook, if you are a member.

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

smalltalkDaily

Smalltalk Daily 07/07/10: Inheritance

7 July 2010 10:42:54 AM

Today's Smalltalk Daily looks at inheritance in Smalltalk. If you can't watch the YouTube embed below, click here to go to the video now:

You can follow the Smalltalk channel on YouTube for all the "Smalltalk Daily" videos. You can also check out the videos on Vimeo, where the quality is higher, or over on Facebook, if you are a member.

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

smalltalkDaily

Smalltalk Daily 07/06/10: Classes

6 July 2010 8:32:49 AM

Today's Smalltalk Daily looks at classes - specifically, at how instances are created. If you can't watch the YouTube embed below, click here to go to the video now:

You can follow the Smalltalk channel on YouTube for all the "Smalltalk Daily" videos. You can also check out the videos on Vimeo, where the quality is higher, or over on Facebook, if you are a member.

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

posted by James Robertson

 Share Tweet This

smalltalkDaily

Smalltalk Daily 07/02/10: Dynamic Typing

2 July 2010 8:53:58 AM

Today's Smalltalk Daily looks at dynamic typing in Smalltalk, and how it simplifies things for you. If you can't watch the YouTube embed below, click here to go to the video now:

You can follow the Smalltalk channel on YouTube for all the "Smalltalk Daily" videos. You can also check out the videos on Vimeo, where the quality is higher, or over on Facebook, if you are a member.

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

smalltalkDaily

Smalltalk Daily 07/01/10: Store Replication

1 July 2010 8:54:08 AM

Today's Smalltalk Daily looks at replicating packages and bundles between store source code repositories. There's a UI for one off replication; the screencast shows you how to use the engine directly. To create replication rules, you do something like this (the repository names are the logical ones from your connection list):


replicator :=  StoreAutoReplicator new.

"Package or Bundle,Package/Bundle Name,Source Repository Name,
Destination Repository Name"
rules := #('P,NetworkAppUtilities,cincomsmalltalk,local').

rules do: [:each |
	replicator addRule: (ReplicationRule readFrom: each readStream)].
replicator replicateAll.

If you can't watch the YouTube embed below, click here to go to the video now:

You can follow the Smalltalk channel on YouTube for all the "Smalltalk Daily" videos. You can also check out the videos on Vimeo, where the quality is higher, or over on Facebook, if you are a member.

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 (88 total)