Web development for mobile
I gave a short lecture at work about web development for mobile. It is an overview of the current trends and technologies with a few suggestions. Hope you enjoy it. Here is the presentation: Link to prezi
I gave a short lecture at work about web development for mobile. It is an overview of the current trends and technologies with a few suggestions. Hope you enjoy it. Here is the presentation: Link to prezi
Clover is a great tool for generating code coverage reports from your unit tests. It can be executed as a plugin in Eclipse, Maven or Ant. However, not everyone knows that it can also be used to collect coverage data Continue reading
HtmlUnit is an open source java library for creating HTTP calls which imitate the browser functionality. HtmlUnit is mostly used for integration testing upon Unit test frameworks such as JUnit or TestNG. This is done by requesting web pages and Continue reading
I first got into the magical world of the internet in the happy 90′s. Back then you could find 3 basic types of network application clients: Internet lightweight web sites (HTML, JS), installed applications with network connection like ICQ or Continue reading