Archive for the ‘Programming’ Category

Compilation unit is not on the build path, Eclipse and STS Springsource

Recently I’ve been struggling with an annoying error in SpringSource (Eclipse + Spring Framework). The error causes auto-completion to stop working, and a popup to occur containing this error message: “Compilation unit is not on the build path”. In this post I will share my solution to this problem.

Make your code look beautiful with Pygmentize

Ever wanted your source code listings to look the same in your blog as in your favorite IDE? It’s now possible with a Python syntax highlighter, called Pygmentize. Pygmentize is a syntax highlighter written in Python. It can be used as a simple command line tool, as well as being reached from Python scripts. In [...]

My first iPhone application

My first application developed for the iPhone is now available in AppStore. Read more about the application here. You can also take a closer look in iTunes via this link.

Starting developing apps for the iPhone

Today i finally received my first iPhone development book. The book is titled “Beginning iPhone Development: Exploring the iPhone SDK“. The book is written by Dave Mark and Jeff LaMarche. Both have alot experience with Cocoa and Objective-C, so I think this is a good book. I gave the university library a visit too where [...]