Updated: 11/5/2005; 6:08:09 PM.
Chris Double's Radio Weblog
        

Friday, December 10, 2004

Alan Eliasen has put his Frink presentation that he did at the LL4 conference online as HTML.

3:19:53 PM      

I asked previously how to convert the LL4 streaming videos to non-streaming versions for transport to another machine. Tobias Rittweiler pointed me to the 'dump' option of mplayer via email and a google search found this page on how to get things going with mplayer on Gentoo.

1:33:08 PM      

Some posts to the Seaside mailing list about LiveWeb here, here and here.


11:40:08 AM      

LiveWeb is a nice Seaside application that provides Smalltalk like inspectors, browsers, etc inside a web page using DHTML and XMLHttpRequest to call back to the server.

To get it going on Squeak 3.7 you can use Squeakmap to load KomHttpServer, Monticello and Seaside. Fire up the Monticello Browser from Squeak and open the LiveWeb repository. Load the latest version in the system. Starting up Seaside you can then access it via something like http://yourserver:port/seaside/LiveWeb.

To bring up an inspector, use CTRL+I from an expression in the workspace. CTRL+B for a browser. CTRL+D to 'doit'. Some examples to try:
  • WACounter new openInBrowserWindow
  • HeadMorph new openInBrowser
  • WACounter CTRL+B
You can even evaluate Javascript using CTRL+O. This will print the result of a Javascript expression that is in the workspace.

This is very nice and I look forward to seeing what comes of it in the future.

11:20:24 AM      

© Copyright 2005 Chris Double.
 
December 2004
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Nov   Jan



Click here to visit the Radio UserLand website.

Listed on BlogShares

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.