Site Archives Software Engineering

GWT 1.7.x + Safari 4.0.5 = Crash


Last year’s success story continues. If you consider to do GWT 1.7.x development on a 10.5.8 Leopard, you better spare the 4.0.5 update too and stick to Safari 4.0.3; it keeps crashing even though the bug was reported to be fixed in 4.0.5.
I am displeased.

Android: Render OpenGL on top of camera preview


I was searching for that today and thought I could write a short wrap-up of what I ended up with. Particularly helpful was the Android TranslucentGLSurface sample code and a thread in the Android Beginners group.
Keep reading below for the fully commented source code.

GWT 1.7.x + Safari 4.0.4 = Crash


I installed the Safari 4.0.4 update yesterday on my OS X 10.5.8 (Leopard) and got GWT 1.7.x crashes ever since then. That’s a pitty since I’m involved in a larger GWT project (featuring GWT Canvas). There’s already a ticket and a simple workaround available but that’s no choice for production environments. So if you have [...]

If you’re on a Mac…


…it just works!

(Source)

Android Developer Challenge


Google has announced the second Android Developer Challenge and I’m seriously considering taking part. They have ten different categories with three attractive prizes each and one overall category with three even more attractive prizes. Given the facts that there were only 1788 submissions last year, that I have already gathered some experience in mobile device [...]

On The Job on sale


If I had known this earlier. Currently, On The Job is on sale for 50% off on mupromo.com. I already mentioned this software in a recent post on software I use. If you’re doing freelance work on your Mac, have a look at that one.

ELFrun available


ELFrun is available in the AppStore. Just follow this link.

And now, dear colleagues, please spread the word! Feel free to use one of the shots mattin posted and do some advertising. Greatly appreciated!

ELFrun is coming to your iPod/iPhone


Since mattin has let the cat out of the bag, here’s what we’ve worked on in the past weeks.

Head over to dermattin for more.

Crunch-time


I didn’t talk to my girlfriend very much lately. I didn’t read many blogs. I didn’t watch any movies. I didn’t breathe much fresh air. I didn’t use my PC for anything more than listening to music or fetching mails. I didn’t sleep much more than four hours the last two weeks or so. I [...]

iPhone NDA dropped


Apple has dropped the iPhone NDA for released software. I guess now I need to release something really quick in order to be able to discuss iPhone development in detail and publically, right? So, you get what that actually means? It seems now that they cannot protect their stuff as much as they wanted, they [...]

I am now a registered iPhone Developer.


Plus MacBook Pro owner since Saturday. Plus soon to become an iPhone owner. Plus a bit confused by Objective-C syntax already.

New DVW screenshots


Click here for more…

digitalbreed framework


I am getting dumb of writing the same code over and over, so I am finally in the process of setting up a C++ framework with core functionality I use in almost every project: macros (e.g. assertions), helper functions (e.g. pattern matching), serialization, virtual file system, XML support,… Some of the stuff is extracted from [...]

A bugfixed Bookmarks Displayer Widget


I upgraded to WordPress 2.5.1 today due to some major security issues (German link) and was reminded that one of my widgets was not working correctly. Nathan Oliphant wrote this widget to display bookmarks in the sort order of the users choosing. Unfortunately, it had two minor bugs which 1. caused changes not to be [...]

MyBB Registration eMail Check


Today, I wrote a simple MyBB plugin, Registration eMail Check (RMC). The plugin first verifies whether the email has a valid format, then compares the email host with a number of hosts which were explicitly disabled by the administrator (the plugin comes with a decent list of well-known one-time address providers), and finally tries to [...]

Pair Programming


I’ve been doing a bit XP at home lately.

New book review


I added a new book review on JBoss Seam – Simplicity and Power beyond Java EE.

Still security leaks at StudiVZ


Ooops, I didn’t write much lately since there wasn’t much to write about. I had great holidays and a fantastic New Years Eve, and I met some nice people in the past few days. I hope you all had a great time, too. A happy new year to everyone!
I digged through StudiVZ the other day [...]

Free Developer e-Books


Christopher sent word that entwickler-press.de offers 24 free German developer e-Books for download in a virtual Advent calendar. Here’s the full list:

Electively serialize to/from XML or binary


I started several projects during the development time of DVW and eventually none of them came to an end (yet) in favor of DVW, so I thought I could share some of my findings. I wrote a little tutorial about how to electively serialize to and from XML or binary respectively. I would really appreciate [...]