We released a small gem allowing easy communication with Googles notification service for Android phones.
As we are developing both web applications and mobile applications, we often need to connect both together. However, we need to do this with keeping the restraints on a mobile device in mind, especially, battery power. Luckily, both Apple and Google offer a service to issue small notifications to a device registered with them; however, in contrast to the Apple service, there wasn't a solution for Google readily available, so we rolled our own.
The c2dm-rails gem enables a rails developer to easily send push notifications to multiple registered applications from a single rails application, following the guidelines of Google to not strain their services.
The source code is available at github, the gem itself is available at rubygems. Currently only for rails 3.1, a 3.2 version will released when dependencies are fixed.
K24, das regionale Schülerstadtmagazin für Kiel und Region, interviewte uns bereits im November über unseren Schritt in die Selbstständigkeit.
Seit kurzem ist unsere Snaptury-App im Apple-Store verfügbar.
Basierend auf Phonegap, jQuery und HTML5 erstellten wir einen Prototypen für das Bildertagebuch „Snaptury”. So ist es nun möglich, direkt seine geschossenen Bilder vom iPhone auf die Webseite hochzuladen.
Heruntergeladen werden kann die App von jedermann, der ein iPhone 3G oder neuer besitzt und mindestens iOS4 verwendet. Ein Release für Android folgt bald!

Screenshots und weitere Infos finden sich unter http://itunes.apple.com/us/app/snaptury/id492676067?mt=8.
We released a small gem that allows to define cronjob tasks inside rails applications.
Most web applications often require to perform tasks in a periodical manner. It might be some kind of a cleanup process, sending status mails or whatever the application needs to be done again and again to keep alive.
One common way is to define rake tasks inside the rails application and then use the unix crontab to tell the system when these tasks should be executed. This does not feel like an elegant solution. You often end up with a cluttered crontab and have to synchronize the crontab with the application. It's getting even worse with multiple applications running on the same machine.
Cronjobber gem allows you to define the tasks and their execution timepoints together in one place. You still need the crontab for heartbeating the application, but it cleans up the crontab and makes the application better maintainable.

Das Jahr neigt sich dem Ende zu und gibt uns Anlass, einmal innezuhalten, um Vergangenes und Erinnerungen Revue passieren zu lassen.
In diesem Sinne möchten wir uns bei allen Kunden, Partnern und Freunden für das Vertrauen und die Unterstützung im Jahr 2011 bedanken und wünschen Ihnen, Ihrem Team und Ihrer Familie ein schönes Weihnachtsfest.