A good friend of mine, Kris Vanderwater, is speaking about integrating Drupal and OpenLaszlo at Drupalcon next week. Unfortunately, the conference is sold out, but if you’re lucky enough to have a pass already, stop by and check out his talk. Kris works for Meridian Data Systems, in Oklahoma City. Drupal is a popular PHP-based [...]
Entries from February 2008
Drupal and OpenLaszlo
February 29th, 2008 · No Comments
Tags: OpenLaszlo
OpenLaszlo Performance Tip: Pause Invisible Animations
February 26th, 2008 · 2 Comments
Over the years, I’ve looked at a number of OpenLaszlo applications that have needed performance tuning. Some performance-tuning involves significant re-writing of applications. However, I’ve also seen a number of common patterns that could be addressed by some developer guidelines on things to do, and things to avoid. So I’ve decided to publish this series [...]
Tags: OpenLaszlo Performance Tips
scriptlimits Attribute
February 22nd, 2008 · 1 Comment
OpenLaszlo 4.0.10 (released yesterday) includes the new scriptlimits attribute of canvas, which allows developers override Flash’s default script timeout and recursion settings. I wrote about how to change these limits manually a while ago, and this has now been turned into a feature of OpenLaszlo. The syntax is as follows: <canvas scriptlimits=”timeout: 300; recursion: 65535″> [...]
Tags: LZX Tips · OpenLaszlo