Python testing with Nose – even easier!

Posted by & filed under QGIS.

Recently, a friend pointed me to Python nose, a package providing a very easy way to build tests, based on unittest. I still have to write some code on my own to prove this, but I am too impatient to talk about it! Stay tuned for some code snippets in the next future.. Have a… Read more »

Final report on my experience @ Linfiniti

Posted by & filed under QGIS.

Time for a final report has come… First of all, I thank Tim for all trust he had in my programming and managing capabilities, and for giving me this great job opportunity. I’m deeply thankful to the interns I mentored: Robert, Sam and Petty, the nicest people I could meet, it has been so natural… Read more »

OpenLayers Progress Indicator meets CSS

Posted by & filed under OpenLayers.

When the OpenLayers map of your site takes some time to load and you wish to give feedback to the user, the first place to look is the Loading Panel Addin. This addin provides an animated bar, that progresses as soon as a layer is loaded on the map. But you are not bound to… Read more »

Fancy map toolbar for OpenLayers

Posted by & filed under General FOSSGIS.

Are you looking for giving your OpenLayers map controls a cool appearance, smoothly integrated with the site’s theme, without writing a papyrus and scatter code among lot of files? Then have a look at jQuery UI CSS framework, a system of classes developed for jQuery UI widgets. This is the map toolbar of the webGIS… Read more »

Saving bandwidth using Python

Posted by & filed under QGIS.

When Internet connection is a limited resource, a well-designed website doesn’t perform multiple times the same request. This little adjustment can significantly reduce the time required to load and refresh a page. First-world programmers should keep this in mind, or better come to South Africa and experience it in person… This reminds me how life… Read more »