New Website!

We have a new website and a new logo for our community. Go Smalltalk!

Smalltalk was designed for Kids!

Yes! Alan Kay was trying to develop an environment to be used in the education of our kids.

Did you Know that Smalltalk was created in 70's at Xerox?

The use of the mouse, the "copy and paste", the bitblt and others technologies was firstly created in Smalltalk. Steve Jobs saw those ideas at Xerox and he developed a new language, Objective-C.

Mailing List in Spanish!

Please, go to http://groups.google.com/group/clubsmalltalk and join us!

Showing posts with label Seaside. Show all posts
Showing posts with label Seaside. Show all posts

September 27, 2009

Seaside for Dolphin 2.9.0-alpha4 available

Our friends at Infoil has announced the alpha release port of Seaside for Dolphin. Here is the link where you can download it: http://www.infoil.com.ar/seaside/. If you want to collaborate just contact Sebastian Calvo at fxgallego (at google's free email).
For more information, here is the announcement.

October 19, 2008

SmallFaces, a widget toolkit for Seaside

The crucial benefit is getting rid of the tag idea, so basically you have widget objects for the web, for which can configure visual aspects (layout, appearance) and AJAX events (using SASE). SmallFaces includes common GUI objects as TextFields, Buttons, ListBox, CheckBox, CheckBoxGroup, RadioButton, RadioButtonGroup, etc.
Web applications are growing every day, and with the explosion of the AJAX technology few years ago, the web trends move towards desktop-like applications, making a fuzzy limit between both. Those who experienced pure desktop GUI developement (and believe the markup way to do things is fine for simple user interfaces, but do not scale very well when complex applications come), will feel the SmallFaces API a second nature.
See the following page at the Squeak swiki for instructions http://wiki.squeak.org/squeak/6088
Spanish documentation about the project is located here http://cs.hernanmorales.com.ar/projects/smallFaces/sf-es.php

Download and Installation Info

Prerequisites
  • Seaside and Scriptaculous
    • Phantasia (CSS) package from Monticello adding the following repository:
      MCHttpRepository
      location: 'http://www.squeaksource.com/Phantasia'
      user: ''
      password: '' 

      Installation

      • Load SmallFaces-bll.1.mcz package from Monticello adding the following repository:
      MCHttpRepository
      location: 'http://www.squeaksource.com/SmallFaces'
      user: ''
      password: ''
      • To see useful examples load SmallFacesExamples-bll.1.mcz package

      Tested under

      • Official Squeak 3.9
      • Damien Cassou

      Authors

      • Hernan Morales Durand, Norberto Manzanos and Juan M. Burella

      August 10, 2008

      Download the GLASS appliance

      The plattaform GLASS (Gemstone, Linux, Apache, Smalltalk and Seaside) has a GLASS Virtual Appliance to download (It's a VWware image so you will need to install the VMWare Player). It's the best way to test it without any kind of instalation. Please, before downloading the appliance be sure that you have a 64bit processor. The Wmware is running with an Unbutu/64 OS.
      Another tip: Read how to configure the network or your services will be unavailable.

      February 24, 2008

      Seaside and Ruby on rails

      In this video, we can see an example of a "hello world" in Ruby on rails and the same example done in Seaside. It's interesting to see how to do an example in Ruby on rails, which is a "copy" of the Seaside framework. Ruby is a language very influenced by Smalltalk, but it is still a language.
      In this video the author James Robertson is using a MAC OS and VisualWorks Smalltalk.