Using Blogilo with Serendipity
Friday, February 26. 2010
KDE 4.4 comes with a great native editor for your blog: Blogilo. Out of the box it supports Blogger1.0, MetaWeblog, MovableType and Google GData. So Serendipity users may feel left out. However you can use Blogilo with Serendipity anyway since there is the XML-RPC plugin available. You just need to know how to configure it.
Continue reading "Using Blogilo with Serendipity"
Top Ten of Missing Features in Adobe ActionScript (Updated)
Wednesday, February 17. 2010
Update 2010-02-17: Many thanks to James Ward for sending me the pointers to a couple of Jira Issues in the Adobe Bug and Issue Management System that cover the points below. I have added the links to these issues.
As a Java developer, who worked for more than a year with Flex I suffered from a couple of pain points - features that I am missing badly in Action Script 3.0. Here is my personal list of things that I wish Adobe would incorporate into Action Script 4.0:
Continue reading "Top Ten of Missing Features in Adobe ActionScript (Updated)"
The Value of Open Standards
Tuesday, February 16. 2010
...or why HTML 5 will fail as replacement for Flash (at least for the next years).
But first let me make clear that I am not a fan of closed standards and closed source. I love Open Source and I use Open Source software wherever possible. However sometimes it's better if there is one instance that has the control not just over a format, but also about the interpreter and renderer.
With the announcement of Apples iPad a big discussion started regarding the non-existence of Flash on it. Steve Jobs responded. He claims that Apple won't support Flash since they claim it's buggy and responsible for a lot of crashes on Mac OS, but what really makes me upset is that sentence:
No one will be using Flash, he says. The world is moving to HTML 5.
Also in blogs postings that talk about this topic several people mention that HTML 5 will be the future and that no one needs Flash.
Bullshit! Will people never learn from the past?
Continue reading "The Value of Open Standards"
Kubuntu Karmic Koala on a HP EliteBook 8530w
Sunday, November 15. 2009
I already wrote about my experiences with Jaunty Jackalope on a HP EliteBook 8530w. Now this article is a delta update for Kubuntu Karmic Koala (9.10).
All in all hardware support is much better now. I did not had to install updated NVidia drivers (and still have no problems at all - even the random artifacts after waking up are gone) nor an updated firmware for WLAN. Even the function keys are partially working.
| Device | Status | Comments |
| Graphics | Works out of the box | |
| Audio | Works out of the box |
|
| LAN | Works out of the box |
|
| WLAN | Works out of the box | |
| Suspend to Disk |
Works out of the box | |
| Suspend to RAM |
Works out of the box | |
| fn Functionkeys |
Partially Working |
Brightness can be adjusted using the keys. Sleep, battery and monitor switch do not work. |
| Specials Keys |
Works out of the box | |
| Memory Card Reader |
Works out of the box | Only SD cards tested |
| Smart card reader | Not tested |
|
| CD/DVD Writer |
Works out of the box | See below for information on how to get lightscribe working. |
Continue reading "Kubuntu Karmic Koala on a HP EliteBook 8530w"
Fun with Spring Actionscript and Maven (Updated)
Saturday, November 14. 2009
Spring Actionscript is a great library - no question. It makes it much easier to mock Cairngorm service delegates and rewire them for testing with FlexUnit. Testing the full event/command/delegate workflow is pretty easy.
However today I had quite some "fun" with the Maven artifact and it's transitive dependencies in combination with Maven 2.2.1. Spring Actionscript has some dependencies to these artifacts:
- as3commons-lang
- as3commons-logging
- as3commons-reflect
Continue reading "Fun with Spring Actionscript and Maven (Updated)"