Find memory leaks in Objective C for iPhone

Yesterday i came across this and thought i must write about an easy way of finding trivial mem leaks.

This article describe how you find memory leaks. You just even need no Instruments. We are using here  http://clang.llvm.org/StaticAnalysis.html

Just download the mem leaks analyzer: It's named checker-0.xxx.tar.bz2 where xxx is the actual version.

Just untar it to your home dir. Then go to your project directory and write in the Terminal:

../checker-0.161/scan-build -V -analyze-headers xcodebuild

This will analyze your code and start an Browser with informations about mem leaks it finds. Just try it ! It doesn't change anything on your code or project.

Happy mem leak hunting :)

Posted in iPhone | Tagged , , , | 1 Comment

Math King a Math Trainer for iPhone / iPod Touch

I just released my first iPhone/iPod touch game Math King.

Use Math King for training your math skills. You can train every day and get better than ever. Calculate fast and become the top player on the Highscore.

Can you  beat the wordwide Highscore?

Some Features:

* four basic operations of arithmetic and one mixed mode.

* three different stages of difficulty

* an global Highscore to beat with other players around the globe

You can see it in the iTunes Store here.

Posted in iPhone | Tagged , , , , , | Leave a comment

New WordPress Visuals

The work on the new Layout of WordPress goes on. On this page you will see some mockups about the next version of WordPress.

I find it much more user friendly and intuitive. But we will see when the new version arrives. Somebody know when?

Posted in wordpress | Tagged | Leave a comment