There’s a bunch of different tools, add-ons and plugins that I find handy for web and RIA development. However, in terms of sheer usefulness, I would have to say that one stands out above all others: The Firefox Clear Cache Button Add-on: The Clear Cache Button does exactly as the name suggests, and it does [...]
Entries Tagged as 'LZX Tips'
The Most Useful Firefox Add-on Ever?
July 22nd, 2008 · No Comments
Debugging SOLO Applications
July 18th, 2008 · No Comments
The OpenLaszlo debugger is a very versatile tool. You can use it for everything from tracing output, to analyzing the state of objects within your application at runtime, to tracking-down memory leaks. The debugger requires the OpenLaszlo server to be present, but works with SOLO applications – provided the SOLO application can access server. Naturally, [...]
Tags: LZX Tips
Migrating LZX Code to OpenLaszlo 4.1
July 2nd, 2008 · 2 Comments
I was recently porting some LZX code in OpenLaszlo Training materials from 4.0.12 to 4.1, and stumbled upon a few issues, which I thought I’d post here as a reference. Don’t use <method event=””> Syntax The <handler name=””>syntax was introduced to replace the <method event=””> syntax some time ago. With 4.1, I found that the [...]
Tags: LZX Tips · OpenLaszlo