My first post with postbot

There is many applications in Android market and one that I’m trying now is postbot to write this blog post on wordpress.

It seems to work very good and has a clean and simple UI.
It supports categories and adding images.
But its missing feature for adding tags but its looks like that will be included in next release.

You can find it on http://nickthecook.wordpress.com/

Testing and developing using JUnit in Java

As programmer you have probably heard that testing is not fun and that no programmer like testing…
I don’t think that is the true. I believe that most programmers would like to test there code before releasing anything to a test organization. One way to do this is by writing unit test.

One tool for doing this is JUnit. JUnit is for Java but it exist similar tools for other languages. Continue reading