Archive for November, 2008

Google Maps in OpenLaszlo

Tuesday, November 18th, 2008

Google Maps in OpenLaszlo:


I wanted an example that:

* Embedded Google maps in a clean, developer-friendly way.
* Was full-featured (allowed a user to search for an address, and add a marker there).
* Passed information (such as where to add a marker) from the OpenLaszlo application to the map component.
* Passed information (such as the address of the marker that a user clicked) from the map to an object in the OpenLaszlo namespace.

Note that the Google Maps geocoding service is Flash-specific. Even though it passes XML back to the client, you need to use Google’s Flash-based APIs to call it. I didn’t want to do this; I wanted my example to perform the search in OpenLaszlo, and pass instructions to the map component. So I used Yahoo Maps’ excellent geocoding service.

Here are the instructions on how to do this

A great article by Antun on embedding Gogle maps in OpenLaszlo.

Nice thing is that this looks to work well for a project I'm looking at doing as well. Thanks, Antun!

Jacked for Sports (OpenLaszlo in Action)

Tuesday, November 11th, 2008

It's the sport's junkie's dream: all of the information about a game or your favorite team that could could possibly want, in real time.

jacked.jpg

Box scores, videos, pictures, play-by-play details, rosters, player profiles. It's all at your fingers, updated as the game goes on. Jacked lets you follow the game as if you were there from your computer. That's Jacked, a web-based sports desktop.

Made possible by OpenLaszlo.

The Campaign for Berkeley (OpenLaszlo in Action)

Tuesday, November 11th, 2008

The Campaign for Berkeley is a program aimed at raising up to $3 billion to increase the endowment fund for the university, while recognizing the benefits the University give to its students and the region.

campaignberkeley.jpg

Berkeley used OpenLaszlo to implement the Photobooth on the campaign's front page, a scrolling collage of portraits taken by photographer Christopher Irion. Each portrait is annotated with a statement from the person about how Berkeley has affected their life, and you can browse the photos and see what the people have to say. Overall, a very impressive graphic to drive home the people and the impact of the University on them.

Made possible by OpenLaszlo.

CSS in OpenLaszlo

Wednesday, November 5th, 2008

CSS in OpenLaszlo:


It’s been over a month since my last (proper) post. I’ve been heads-down on a Webtop project. One feature that I had to become familiar with for this was CSS. Yes, OpenLaszlo has included support for CSS for some time, although it wasn’t documented. CSS was added to OpenLaszlo specifically to support the Webtop product. Webtop is customizable, but the client (i.e. OpenLaszlo) libraries are precompiled into .lzo files, so developers cannot modify them directly when they want to skin the product.

CSS works in OpenLaszlo 4.1.1 and 4.0.13. I haven’t tried it in the 4.2 branch.

For those of you who don't read Antun's blog, I wanted to make sure you saw his latest on using CSS in OpenLaszlo. Some nice functionality here!


Copyright © 2005-2010 Laszlo Systems, Inc.