Category Archives: Seaside

Seaside and Apache httpd’s mod_proxy: how to get the original URL

[Update: be sure to read the comments. Philippe has added some very valuable information there] I’m in the process of putting a VA Smalltalk based Seaside  application online on a Linux Server. The server serves multiple applications and static web … Continue reading

Posted in Seaside, Smalltalk | Tagged , , , , | 3 Comments

Seaside 3.0.7 released

The Seaside development team was busy bundling all code changes together and build a new downloadable Configuration of the latest Seaside Code base. Nick just announced the official release of this new version: We are pleased to announce the release … Continue reading

Posted in Seaside | Tagged , , , , , , | 2 Comments

Clicking a link in Javascript with Seaside

This is going to be a bit technical. But hey, isn’t that where the fun of programming lies? It’s going to involve a little bit of Smalltalk, Seaside, Javascript and jQuery, so it’s going to be interesting for only a … Continue reading

Posted in Seaside, Smalltalk | Tagged , , , , , ,

Dreams sometimes come true – this time it might be a pdf report generator in Smalltalk

just a few weeks ago, we interviewed Christian Haider on our SmalltalkInspect podcast (it’s in German), where, among a lot of other interesting stuff, we discussed how cool it would be if someone came up with a pdf report generator … Continue reading

Posted in Seaside, Smalltalk, UnorderedCollection | Tagged , , , , | 3 Comments

New video on integrating Seaside and jQuery Mobile

Nick’s latest video shows how to build a jQueryMobile application in Seaside with his jQuery Mobile addon he announced a few days ago. It’s well worth spending 50 minutes to watch Nick code some JavaScript functions with JSON magic right … Continue reading

Posted in Seaside, Smalltalk | Tagged , , ,

Packaging a Seaside Application in VAST

Over at Google Groups, Gabriel Cotelli shares a list of SubApplications that need to be marked as “not to be reduced” when packaging a Seaside Application in VA Smalltalk. In the thread there are a few opinions on how important … Continue reading

Posted in Seaside, Smalltalk | Tagged , , , , ,

Your Web Browser on Steroids: Jtalk is now Amber

Last night Nicolas Petton announced the new release 0.9 of Amber Smalltalk, which is the new name of Jtalk. Amber Smalltalk is essentially a Smalltalk implementation that runs on the Javascript runtime of your favorite web browser. It’s hard to … Continue reading

Posted in Seaside, Smalltalk | Tagged , , , , | 1 Comment

Bob Nemec on Seaside for iOS devices

Over on his blog “Digging in the dirt“, Bob shares some insight into his appraoch to adapt an existing Smalltalk/Seaside based portal to teh iPad. For a customer demo, he needed to show an iPad version of the application and … Continue reading

Posted in Seaside, Smalltalk | Tagged , , , , ,

New Seaside Application goes live: airflowing

If you still ask yourself if Smalltalk and Seaside are ready for real world web applications, there now is one more place to look at: airflowing.com. This online platform for small/medium businesses in the creativy industry has been in semi-public … Continue reading

Posted in pharo, Seaside, Smalltalk, squeak | Tagged , , , , ,

Pharo: How to load a Metacello Configuration into an offline image

I just had a little, maybe weird sounding problem. I needed to get Seaside and some other stuff into a Pharo image on a machine at a place where there is very limited offline access. The network there is configured … Continue reading

Posted in pharo, Seaside, Smalltalk, squeak | Tagged , , , , , | 3 Comments