smalltalkDaily

Smalltalk Daily 09/02/10: Loading Network Client Support

September 2, 2010 9:41:37.990

Today's Smalltalk Daily looks at loading the network clients support (http, ftp, etc) into Cincom Smalltalk - VW 7.7.1 and OS 8.2.1. To watch now, use the viewer below:

If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.

You can also watch it on YouTube:

Technorati Tags: , ,

Enclosures:
[http://www.cincomsmalltalk.com/casts/stDaily/2010/smalltalk_daily-09-02-10-iPhone.m4v ( Size: 4928979 )]

Title:
Author:

Enter Comment:

 Share Tweet This

cincom

Site Outage

September 1, 2010 14:17:07.900

The entire site was down for a bit just now; we have the IT guys trying to do some forensics on it now, but - as you can see - it's all back up.

Title:
Author:

Enter Comment:

 Share Tweet This

smalltalkDaily

Smalltalk Daily 09/01/10: WebVelocity 1.1 Debugging

September 1, 2010 8:18:53.006

Today's Smalltalk Daily looks at how debugging works in WebVelocity 1.1 It's a bit different than it was in WebVelocity 1.0 - watch the video to see how.

If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.

You can also watch it on YouTube:

Technorati Tags: , , ,

Enclosures:
[http://www.cincomsmalltalk.com/casts/stDaily/2010/smalltalk_daily-09-01-10-iPhone.m4v ( Size: 6088433 )]

Title:
Author:

Enter Comment:

 Share Tweet This

smalltalkDaily

Smalltalk Daily 08/31/10: Using File Libraries in WebVelocity 1.1

August 31, 2010 7:51:43.876

Today's Smalltalk Daily looks at using File Libraries in WebVelocity 1.1. To jump straight to the video, click here. The code that I added during the screencast:

NoteListUI class


renderPageHeaderOn: html
	" Render page header on html. Subclasses may override to render nothing. "
	self renderPageImageOn: html.
	html space.
	self renderPageTitleOn: html

renderPageImageOn: html
	html image url: NotesFileLibrary / #notesPng

renderPageTitleOn: html
	html heading
		level: 3;
		with: self title

To watch now, click on the viewer below:

If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.

You can also watch it on YouTube:

Technorati Tags: , , ,

Enclosures:
[http://www.cincomsmalltalk.com/casts/stDaily/2010/smalltalk_daily-08-31-10-iPhone.m4v ( Size: 11549664 )]

Title:
Author:

Enter Comment:

 Share Tweet This
-->