Google maps freezes the browser on HTCs with Froyo

Written on February 1, 2011 – 6:03 pm | by Lukas1 |

Recently I ran into very unpleasant bug, while developing webaplication optimized for Android that uses Google Maps API. This issue seems to be related to HTC Android 2.2(Froyo) based smartphones, only. It’s not a problem caused by incorrect implementing of Google Maps API into the project, I’ve been working on, since the same issue occurs [...]

Resolving conflicts in Subversion (SVN)

Written on July 6, 2010 – 7:09 pm | by Stan Kuhn |

As I have seen many people not being able to sort out conflict state of their local copy of the project I decided to write a little about it. First of all why do these conflicts happen. Subversion unlike for example SourceSafe from Microsoft by default does not require locking of files in repository when [...]

Learning LAMP web developement – 4. Templating systems. Back-end and front-end separation

Written on March 5, 2010 – 6:05 am | by Stan Kuhn |

HTML templates are used in projects for simple reason to separate front-end static html pages from background functionality that delivers those pages to the user. This concept brings many benefits, one of them is possibility to independently maintain front-end a back-end of the application. Main benefits of using the templating systems are Clean code. To [...]