I've created a few new samples and videos today as a result of some Enterprise requests and have added the associated articles / videos / samples to the wiki:
The first identifies how to Assign to the Page title, both via a standard Assignment Action (non-Ajax) and via the Ajax (ows.Fetch). It contains two configuration samples and gives a solid representation of how to use the ows.Fetch functionality:
http://www.openwebstudio.com/topic/Tutorial_Assigning_a_Page_Title.aspx
The next configuration walk through a sample which Uploads a file, and also provides verification of whether the file already exists. If so - a confirmation message is requested before the file is overwritten. This also provides a solid example of using ows.Fetch to facilitate the AJAX verification of the file before a byte of data for the actual file is transferred:
http://www.openwebstudio.com/topic/Tutorial_Uploading_Files_and_Verifying_that_they_exist.aspx
The Last walkthrough provides a sample of assigning to and retrieving from the Module Settings using the View and Settings configurations. This demonstration creates a module which keeps the user logged in and active even when they become idle for an extended period of time.
http://www.openwebstudio.com/topic/Tutorial_Using_Module_Settings.aspx
I hope you find these configurations useful, and can take from these sample to fulfill requirements of your own module interfaces.