Send to Printer

smalltalkDaily

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

August 31, 2010 7:51:14.895

Today's Smalltalk Daily looks at using File Libraries in WebVelocity 1.1. To jump straight to the video, click here. If you can't see the embedded video directly, you can go directly to YouTube for it. To jump straight to the video, click here.

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:

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