Author Archives: Erik Starck

Share keyboard and mouse between OS X and XP

(It’s more fun when you’re two. Photo by me.) While I love my Macbook there are still a few programs I need Windows XP to run, especially when you’re doing MIDP development as I happen to be doing at the moment. So, I had to dust of my old PC and put it beneath my [...]
Posted in Software | Tagged , , , | 3 Comments

Learning a new language

(Photo by me). I just started reading a book about Cocoa Programming for OS X. (This one). Cocoa uses Objective C, which is somewhat different from C, C++ or Java that I’m more familiar with. Learning a new programming language is really like entering a new world. You are naked. You don’t know how to [...]
Posted in Software | Tagged , , | Leave a comment

JMUnit: simple and good enough

I ended up using JMUnit for my mobile java project. The Sony Ericsson jUnit tool is great when you have to run the tests from a PC on a real device or from a “real” jUnit application. It’s a more advanced tool, but for my needs at the moment, it’s a bit overkill. So I [...]
Posted in Software | Tagged , , , , , , | 1 Comment

Unit testing java mobile

I used to work for Sony Ericsson and my first job for the company was developing the J2ME SDK. The last thing I did as a developer was initiating the Mobile jUnit development (another guy finished it, though, and he should get the credit for it becoming a great tool.) This was a couple of [...]
Posted in Software | Tagged , , , , | 1 Comment

Using iMacros for testing

I’ll try using the iMacros Firefox plugin for testing a web service I’m developing. Will get back on how good it works. Speaking of Firefox plugins, Firebug is a must have if you’re doing web development. Updated: a quick test and comparison to Selenium makes the latter the winner for testing.
Posted in Software | Tagged , , | 3 Comments

Subversion and dav using https: Method PROPFIND is not defined

The following error message can occur when trying to use subversion on an apache2 server over https and dav: 501 Method PROPFIND is not defined in RFC 2068 and is not supported by the Servlet API. The error message is quite misleading. It can be caused by a simple misspelling of the server. In my [...]
Posted in Software | Tagged , , | Leave a comment

The beta is dead, long live the beta

Beta is not what it used to be. It used to mean “buggy and unusable”, meant to be used in a transition phase from development to finished product. Now it means “usable, but still under development” or “we’re still adding new features” – or maybe just “free”. That’s slightly different. Well, it’s actually very different. [...]
Posted in Software | Tagged , , | Leave a comment

About competition

You might be the king of your field, but to someone else, you’re just dinner.
Posted in Software | Leave a comment

About comments

What does the sign mean? When you comment your code, what you express might seem obvious and easy to understand. But what happens after some time has passed? Will it seem as obvious then? Good code never makes the reader confused.
Posted in Software | Tagged , , | Leave a comment