Posted
almost 16 years
ago
by
Thomas Herchenröder
Here's another round of news from last week's project work.
Framework
Virtual Widgets
Last Friday we finished the first implementation of a prefetching feature for the virtual pane. Prefetching is a technique to improve the scroll performance of
|
Posted
almost 16 years
ago
by
Martin Wittemann
The new data binding layer in qooxdoo is getting into shape. After implementing the basic layer, the so-called Single Value Binding, model classes have been addressed:
Model classes
You can use any plain qooxdoo class as a model. qooxdoo's powerful
|
Posted
almost 16 years
ago
by
Andreas Ecker
Another successful working week with progress in many areas:
Data Binding
There has been good advancement in implementing data binding in qooxdoo. The new controllers for binding list and tree widgets are almost done. As a first proof of its
|
Posted
almost 16 years
ago
by
Alex Back
Why does it matter?
With qooxdoo you are able to build full-blown single-page applications, typically with a large amount of widgets. Since the user stays on such a single page for quite a long time and the application is highly dynamic, new widgets
|
Posted
almost 16 years
ago
by
Fabian Jakobs
Last week we announced that we are starting to work on a general infrastructure for virtual widgets. We have received very positive and constructive feedback for this project. Today we presented our first ideas for the virtual widget infrastructure
|
Posted
almost 16 years
ago
by
Thomas Herchenröder
In a recent post I wrote about I18N in qooxdoo. Another topic in that vein is Unicode handling.
Unicode is a general standard on encoding characters from natural languages all over the world. Basically, it is enumerating all those characters, starting from 0 to well beyond 1 million. On computers, these numbers are then instantiated, again [...]
|
Posted
almost 16 years
ago
by
Andreas Ecker
Welcome to another weekly status update. This time we start with the tooling:
Generator
The Generator saw a bit of activity in the internationalization (i18n) sector. A recent blog post gave an overview of the support for translation within qooxdoo
|
Posted
about 16 years
ago
by
Fabian Jakobs
In qooxdoo we have two virtual widgets, the Table and the TreeVirtual. These widgets are virtual in the sense that they only create HTML markup for the visible part of the data. This enables us to render tables which can display any number of rows. The (scrolling) performance is only limited by the number of [...]
|
Posted
about 16 years
ago
by
Thomas Herchenröder
"I-what?!" Well, I18N stands for "Internationalization", a word that starts with an "I" and ends with an "N" and has roughly 18 characters in between. It's all about making a system support different natural languages and locales in its user interface.
If you are creating a qooxdoo application and want to support I18N, an important part [...]
|
Posted
about 16 years
ago
by
Andreas Ecker
We're back from holiday season and are adjusting to the regular work schedule. Since most of the core team members returned as recently as last Wednesday, this weekly status report is slightly out-of-sync.
qooxdoo 0.8.1
Hope you enjoyed the 0.8.1
|