-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!
I've got rather distinct question - I'd like to run Smalltalk on a production server without using graphical interface. Is this possible with VW or Pharo (maybe even Squeak)?
I've got a VPS hosting without X and would like to have few websites running on Smalltalk, while developing them localy…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
Hello, I've been playing a bit with Smalltalk, and I found it interesting.
I know that there are some classical examples of Smalltalk: the Smalltalk images themselves and the Seaside web framework, and that there are lots of in-house custom applications built using this language.
I'd like to know…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I am a Java programmer willing to learn smalltalk. As of now I am working within the Pharo environment. Trying to switch from Java to Smalltalk is being a bit of a headache, honestly. I would like to learn Smalltalk with the help of a code base available but I believe that there aren't many Smalltalk…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
The Pharo dev image ships, by default, with a browser that doesn't seem to have any refactoring abilities. What's the most convenient way to transform a fresh Pharo image into something more useful?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have recently been learning Smalltalk, mainly by going through the tutorial at gnu.org.
While it has been really helpful and I have learned a lot, I would really like an extensive smalltalk API where I could view all of the built in objects and which messages they can receive, and what they will…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Basically, I want to translate the following into Seaside Smalltalk:
$(".myDiv").bind('click', function(e) {
console.log(e);
});
Besides that I don't want to console.log the event, but access it in my ajax callback.
The most promising approach seemed to be something like
html div
onClick:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Seaside is known as "the heretical web framework". One of the points that make it heretical is that it has much shared state. That however is something which, in my current understanding, hinders easy scaling.
Ruby on rails on the other hand shares as less state as possible. It has been known to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What are the differences between the three Smalltalk web application frameworks?
Some starting points:
What is the sweet spot for each framework? in Which case would you use one or the other?
What are their weaknesses?
Which one has the cleanest URLs?
How do they handle Ajax?
Do they have some…
>>> More
-
as seen on How to geek
- Search for 'How to geek'
Sea View [DesktopNexus]
Latest Features
How-To Geek ETC
How to Enable User-Specific Wireless Networks in Windows 7
How to Use Google Chrome as Your Default PDF Reader (the Easy Way)
How To Remove People and Objects From Photographs In Photoshop
Ask…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Basically I have a public feed: http://www.google.com/latitude/apps/badge/api?user=-1671995934285587708&type=atom
If you go to my Google Profile you can see it says: "Gareth is in 6 Seaside Gardens, Mullaloo WA 6027, Australia (1 minute ago)" google.com/profiles/Gareth.B.Hall
How can I, using…
>>> More