Blog | Archive for December, 2006
Trampoline user interface in the spotlight
By Charles Armstrong | Monday, December 18th, 2006
On Sunday 10 December Mike Stenhouse (Trampoline’s User Experience Manager) presented a session on building web applications at the Spring Experience conference in Hollywood, Florida. The session covered many of the techniques used to make SONAR’s user interface dynamic, fast and reliable across multiple browser platforms.InfoQ’s article on Trampoline’s “Springy” technology was also featured during the keynote address at the same conference!
Posted in Events | 1 Comment »
Trampoline Systems: Social Lessons from Enron and St. Agnes
By Charles Armstrong | Wednesday, December 6th, 2006
Jerry Bowles explains Charles Armstrong’s St. Agnes research.Read “Trampoline Systems: Social Lessons from Enron and St. Agnes” on Enterprise Web 2.0
Posted in Media | No Comments »
No comments!
By jan | Friday, December 1st, 2006
Apologies to everyone who tried to leave a comment on this weblog: commenting has been broken for quite a while, but we’ve only realised just now. It was due to a bug in the otherwise excellent web publishing system Symphony. I’ve spent an hour trying to figure out why all comments got detected as spam. Can you spot the bug ? Please comment
function __isBlackListed($author_ip){
if(is_array($current_blacklist) && !empty($current_blacklist)) {
foreach($current_blacklist as $ip){
if(preg_match('/^'.$author_ip.'/i', $author_ip)) return true;
}
}
return false;
}
Posted in Coding | No Comments »








