Thursday, October 31, 2013

Wednesday, October 23, 2013

Friday, October 11, 2013

Thursday, October 03, 2013

Mustache templates for Pharo

Mustache is a popular templating engine that is supported in many programming languages. Now there is also a Pharo port from Norbert.

Wednesday, October 02, 2013

Bootstrap for Seaside3 project (Release 0.1.0)

I published the "Bootstrap for Seaside" project and announced it on the Pharo and Seaside lists.

Features are:
You can easily load it in a fresh Pharo 2.0 as "Bootstrap" from the config browser. It loads Seaside3
as a dependency. After loading evaluate

  ZnZincServerAdaptor startOn: 8080 
to start the webserver and go to http://localhost:8080/bootstrap to browse the samples. Here are some screenshots, click to enlarge:

   

Feel free to use it for your next Pharo/Seaside/Bootstrap based web project