Some free IOS apps for today: Weather Genie (was 0,99USD) Introducing Weather Genie 4.0 that turns your touches into LIVE WATER! Touch the screen to create ripples that […]
Some nice deals at AppStore
Paper From quick sketches to note taking to inspiration, Paper is the simplest way to capture ideas and dreams, enhanced with the added dimension and richness of real […]
Today’s free apps that might be interesting
Plight of the Zombie We are tired of all of these zombie games designed for those apathetic people who just want to kill poor, innocent zombies all the […]
Some free iOS apps for today
The Translator HD With Translator, you can translate any text between 45 world languages. All you have to do is select your source and target languages, type your […]
Google Appengine and BeautifulSoup
Today I had strange issue – I wrote some parsing code using BeautifulSoup 4.x which worked on localhost (in Windows environment), then uploaded to Appengine, and when parsing […]
Zend_File_Transfer – uploading same file multiple times
I faced with such problem: had one upload field for one file in my Zend_Form, and few checkboxes for choosing file destination. After form is submitted, this one […]
UITextField gets cleared when clicked
Such small problem, but can cause lot of irritation. To prevent UITextField from being cleared, just set clearsOnBeginEditing property to NO: inputField.clearsOnBeginEditing = NO;
Google AppEngine delayed logs
Today I faced with such problem – logs were delayed by about 30 minuted which maked development impossible, solution was pretty simple – I had to change timezone […]
Error launching remote program: failed to get the task for process
Today I had such error, and after firing, my app was closed and I was unable to debug: Solution was pretty simple, all I had to do, was […]