Antun’s Blog

Notes on OpenLaszlo, LZX and Rich Internet Application Development

Antun’s Blog header image 4

Entries from September 2008

Restoring a Broken Linux RAID Array

September 30th, 2008 · 5 Comments

About 18 months ago I set up a Linux media server for my home. It was made from an old Dell desktop that my neighbor was (literally) discarding, and a pair of new, identical Seagate hard disks. Since I was going to be spending a lot of time copying my CDs to this server, I [...]

[Read more →]

Tags: Linux

Finding the OpenLaszlo Version of a Compiled SWF

September 29th, 2008 · 3 Comments

When you need to additional work on a previously-built OpenLaszlo application, you need to make sure that you use the same version of OpenLaszlo as was originally used to build it. If you use a different version of OpenLaszlo, you may run into incompatibilities in the existing application’s LZX source code. Unless the original application [...]

[Read more →]

Tags: OpenLaszlo

The lz Namespace

September 15th, 2008 · 3 Comments

I wrote about migrating code to OpenLaszlo 4.1 a while back, but even after a few weeks of working with it, I’m still getting bitten by the new lz namespace. I’m just so used to doing things the old way, and this (pretty significant change) is not that well documented, and . Here’s a summary [...]

[Read more →]

Tags: LZX Tips · OpenLaszlo