Author Archives: admin

Good ol’ c++ code

Look what I just found in my basement Good old c++ function for calculating number of days in one month, it might still be of some use (it takes into account leap year): int daysformonth(int month, int year) { /* … Continue reading

Posted in Programming | Tagged | Leave a comment

Flickr Fun – new ios App

We’ve been quiet for a really long time, which is a shame :) All that time we were busy creating new App. Flickr Fun iTunes link   Flickr fun promo page App is free with all unlocked features, as always. App brings fun to Flickr image … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

IOS UIButton

Just one quick note, I just spent hours on this problem: if you’re adding your button to an UIImageView programmatically make sure that: UIImageView.userInteractionEnabled = YES; Otherwise button click action will not be called. That’s it, over and out

Posted in Programming | Tagged | Leave a comment

Android Montastic Widget

We did it again, another app for our beloved Android. It runs on android versions from 1.5 to 2.2. Android Market link: Montastic Widget App lets you see the status of all your web servers monitored with montastic service.  You … Continue reading

Posted in Programming | Tagged , | 5 Comments

Analog Clock Collection for Android

We have released new free application for Android, desktop widget called Analog Clock Collection. You can download it from following market location Clock Collection Application comes with 24 different analog clock styles from which you can choose your favorite one, … Continue reading

Posted in Programming | Tagged , | 23 Comments

Google rewards Android developers with free phones

Google, in order to give initial push for android 2.1 application development, is giving free Nexus one and Droid phones. Developers with apps having 3.5 star or higher rating and more than 5,000 unique downloads qualify for free android phone. … Continue reading

Posted in Uncategorized | Leave a comment

HTC Magic

HTC Magic comes to Serbia, taa daa !!! (drum roll) Vip mobile Serbian mobile operator has launched HTC Magic. VIP Mobile has signed a strategic partnership, during 2008, with Vodafone who has exclusivity on HTC Magic in moust Europen countries. This is first Android … Continue reading

Posted in News | Tagged , , | Leave a comment

Firefox again

Recently I was writing about my problems with Firefox. Annoying but I could live with it. But after upgrading to version 3.5.1. my Firefox has died on me. Permanently. I tried everything reasonable to fix it, tried to start firefox … Continue reading

Posted in Web | Tagged | Leave a comment

Firefox crashes with no reason

I didn’t believe that this day would came, my Firefox 3.0.10 keeps crashing all day with no apparent reason, while all other apps work OK. I did not install no new plugins neither new version, strange indeed. While at the … Continue reading

Posted in Web | Tagged | Leave a comment

Automated wordpress backup

From many different choices for wordpress backup, I picked this one. I have made some minor changes, original script was reporting some silly warnings regarding tar params. You can download altered script here: dbBackUp.txt. I like this particular php script … Continue reading

Posted in Web | Tagged , | Leave a comment