. .

smalltalkDaily

Smalltalk Daily 07/29/10: Updating the Debugger's Inspectors

July 29, 2010 8:42:55.103

Today's Smalltalk Daily llooks at a package that adds code completion to VisualWorks and ObjectStudio. It's contributed code, so it could do more than it does - but it's a nice add on all the same. If you can't see the embedded video directly, you can go directly to YouTube for it. Click on the viewer below to watch it 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/28/10: Auto Complete

July 28, 2010 9:14:53.695

Today's Smalltalk Daily llooks at a package that adds code completion to VisualWorks and ObjectStudio. It's contributed code, so it could do more than it does - but it's a nice add on all the same. If you can't see the embedded video directly, you can go directly to YouTube for it. Click on the viewer below to watch it 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/27/10: Setting BreakPoints with Code

July 27, 2010 8:59:36.793

Today's Smalltalk Daily looks at inserting a breakpoint programmatically. To do that, you need to grab this code and file it in, and then use code like this:


"get the method"
method := Constructor class methodDictionary at: #determineClassToHandle:.
source := method getSource.
^source

"Insert the Probe"
CodeProbe
	insertProbeIntoClass: Constructor class
	selector: #determineClassToHandle:
	sourceString: source
	offset: 0

If you can't see the embedded video directly, you can go directly to YouTube for it. Click on the viewer below to watch it 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/26/10: Process Monitor

July 26, 2010 10:03:48.541

Today's Smalltalk Daily looks at the ProcessMonitor, a tool that's available in VisualWorks and ObjectStudio (and in a web form for WebVelocity). 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"?

posted by James Robertson

 Share Tweet This

smalltalkDaily

Smalltalk Daily 07/23/10: Project Launcher

July 23, 2010 11:13:12.357

Today's Smalltalk Daily looks at a new tool for VW 7.7.1 - the project launcher. It makes it easier to create multiple images, and then easily launch them without multiple desktop shortcuts or shell scripts. 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"?

posted by James Robertson

 Share Tweet This

smalltalkDaily

Smalltalk Daily 07/22/10: Better Transcript Reporting

July 22, 2010 9:04:05.207

Today's Smalltalk Daily looks at a small package that makes Transcript reporting simpler. 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/21/10: Polymorphic Behavior

July 21, 2010 9:18:21.959

Today's Smalltalk Daily looks at how #perform is used in Smalltalk to drive different behaviors from the same code, depending on outside input. 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/20/10: Ad Hoc Polymorphism

July 20, 2010 10:09:50.371

Today's Smalltalk Daily looks at how polymorphism is commonly used 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 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/19/10: Learning from Code Examples

July 19, 2010 3:25:54.999

Today's Smalltalk Daily looks at code examples in VisualWorks. The system ships with a lot of examples, and today's screencast shows you how to find them. 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/16/10: Save and Restart an Image

July 16, 2010 3:01:02.035

Today's Smalltalk Daily looks at saving and restarting an image - the full running state is saved, including debugging sessions you might be running. 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"?

posted by James Robertson

 Share Tweet This

Previous Next (88 total)