Ruler App website translated for top Asian countries
Ruler App website available in most popular western languages
The promotional site of my very successful Android application – Ruler App, is gaining a lot of users from all over the world. I decided to extend the English version and translate it to most popular western languages. All […]
New website of Ruler App
Making the best Ruler app for Android
New Jumpido site – learn math by jumps and kicks
Using lowercase route URL-s in ASP.NET MVC
I’ve recently started using ASP.NET MVC again and get to the same problem – pascal case generated URL-s. So URL from MVC looks like example.com/Home/About. This is considered bad for search engine optimization, and is ugly in my opinion. Prior […]
Follow 302 redirects with AndroidHttpClient
Recently I had to download images in Android mobile application. I found a fantastic tutorial by Tim Bray in android developers blog – Multithreading For Performance. You are downloading images using AndroidHttpClient and AsyncTask-s. All was perfect before I realize […]
BattleShips for Android
Remember Battleship game from your childhood? Well, there are a lot battleships versions for Android phones. One of them is mine 🙂 And it’s one of the best. And it is free! Check its website android-battleships.com The beginning All starts as […]
Tutorial – Table layout with Zend Framework form decorators
In this tutorial I will show you how to make form with table layout using Zend_Form. Zend_Form is part of Zend Framework, MVC framework written in PHP with ambition to be the official PHP framework. It is old-school to use […]
Tutorial – Create ASP.NET MVC localization with language detection
Introduction In this tutorial I will show a simple way to create localization (globalization) for web application using APS.NET MVC framework. It should work fine with MVC 1 and 2 and I’m currently using .NET 3.5 SP1, but .NET 4.0 […]