ufront/uform/thx demo from haxecon 2011
Eventually I’ve found the time to put everything together and here come my demos from haxecon 2011. You can play with it live or you can download the project and compile/run it on your machine. To...
View Articlethx: color
thx is really growing fast and since it is not yet documented I want to start giving users some hints on the classes included. The thx.color package is the first set of features I will introduce since...
View Articlethx : Arrays
In thx there are many helper methods. The convention is that if a class is not meant to be instantiated and its only purpose is to add functionalities to other types than it will be named after the...
View Articlethx: parsing dates
One of the latest additions to thx is thx.dates.DateParser. It is obviously a date parser, the nice thing about it is that it tries to be fuzzy and to extract a date whenever possible. You can try it...
View Articlethx: error
The thx.error package contains a bunch of classes to manage errors in your applications. The base class is Error and is a lightweight container for error messages. The nice thing about it is that it...
View ArticleVector Graphics in the Browser – WWX 2012
I have uploaded my slides (PDF) and the samples from the presentation: bubbles (source) B-Chart (source) … and remember, circles are bad! The libraries presented are dhx and thx.
View ArticleFunctional or OOP? a simple case
Lately i am spending some time thinking how I could better organize my thx library. I have many ideas and simplifications in mind but in some areas I still have doubts. Let’s take the simple...
View Article