29 May, 2007
James Ward has created a nice little application for benchmarking Rich Internet Applications. And Flex sure is the winner, when it comes to separating content and layout. Serverside-generated table loading via AJAX is fast too, but that is not a very nice solution to many’s opinion. Thus, Flex clearly wins overall, and AJAX JSON comes in second place, if you cannot go the flash way.
26 May, 2007
Thanks to Digg, the cult RTS now earns the indy developer 20 million page views and high four figures in revenue a month. Expenses: server costs, and a supply of Red Bull.
Personally, I am a huge fan of this game - it is so simple, yet so advanced and strategic. It reminds me of the two games, that in the recent years have had me losing sleep (and I rarely do that to a game): Total Annihilation and its conceptual successor, Supreme Commander.
11 May, 2007
I’ve discovered GreaseMonkey. Yes, I am a bit late, but once I finally installed it, I sure love it. Though the script, that I needed, only existed in a very simple version.
I have thus taken the initial version of the Google Calendar TODO list by Matias Pelenur and the modified version by Gimite Ichikawa and created a brand new version that I submitted to UserScripts.org.
First thing this new version does is, that it uses the eventStatus-field for setting whether the todo has been done or not. And then there is a flush button to flush (remove) todones. And finally the todos and todones are sorted using the status and title. This will be a work in progress and will be developed further upon.
Read the rest of this entry »
8 May, 2007
It is now official. Flash On The Beach will return in 2007 with a longer schedule and even more impressive sessions than last time.
And the full burito is only £249 if you’re fast. See you there?
28 Apr, 2007
It took me quite a while, but I finally managed.
On IRC, the Danish Wikipedia channel on freenode, we have a bot running (built on Linky again built on PircBot). This bot’s primary purpose is to extend socalled wikilinks. That is, when someone writes Someone wrote silly stuff in the [[USA]] article again the bot replies http://da.wikipedia.org/wiki/USA - it expands the bracket-style links to proper URL’s.
The problem was the character encodings. Some use UTF-8 in this channel and others use ISO 8859-1. And how can you make the bot expand links for the Danish term [[Kødpålæg]] when written in either of the two encodings? The correct URL for this word is K%C3%B8dp%C3%A5l%C3%A6g The built-in UTF-8-decoder in Java will replace the “bad characters” with the Unicode replacement character U+FFFD, and thus the previous term written sent by a ISO 8859-1 client with Linky in UTF-8 mode would become K%EF%BF%BDdp%EF%BF%BDl%EF%BF%BDg, and in the reverse situation with Linky in ISO 8859-1 mode, the UTF-8 clients messages would be interpreted to K%C3%83%C2%B8dp%C3%83%C2%A5l%C3%83%C2%A6g. Both are very wrong.
Read the rest of this entry »
23 Apr, 2007
We are always hiring bright minds and now more than ever. Thus I wanted to post this plea from my CEO:
Read the rest of this entry »
13 Apr, 2007
Apple, Opera and Mozilla has expressed their support for the new HTML 5 specification as outlined by WHAT Working Group and chief spec-writer Ian Hickson and especially the adoption of this specification by w3 as the new HTML recommendation.
Read the rest of this entry »
27 Mar, 2007
I’m currently working on an AJAX-driven site also using Google Maps’ externally accessible API. But I have as several others been frustrated about the fact, that the GMarkerManager-class does not contain a clearMarkers method. So I combined the open-sourced source with the latest closed-source release, and mashed stuff up like this:
Read the rest of this entry »
13 Dec, 2006
Most people using ActionScript 3 uses MXML. I don’t like that very much, as Flex is a strange proprietary language, and ActionScript 3 is a regular, Java-like programming language. MXML is fast for setting up a GUI using standard components in a RIA and the like, but most of my projects will not use standard components, but will be simple scripting experiments or customly designed games and apps.
Read the rest of this entry »
7 Dec, 2006
Not Leo’s silly movie, but Flash on the Beach 2006.
I got many interesting contacts, talked to many interesting people and in particular told Branden Hall, that his ancient Flash 5 add-ons (including string.as) is still in use in some of our old Flash 5 projects still being updated.
Read the rest of this entry »