Jure Cuhalev

Posts Tagged ‘javascript

12 Mar, 2010

Visualizing Slovenian IT tax spending

Posted by: Jure Cuhalev In: visualization

My latest released project is focusing on Visualizing Slovenian IT tax spending (139 million euros), the idea here is to take otherwise meaningless numbers and display them visually in a way that tells a story of who is spending how much and on what. The data set comes directly from the government in semi-clean XLS [...]

Image by ccmerino via Flickr Marko Samastur – Easy deployment of site-extensions with a browser plugin. Starting with Zemanta presentation, since it’s relevant for the presentation. Zemanta is a tool for contextual matching for blogging platforms and has to support a wide variety of platforms. The limitations of XHR was a problem because of limitations [...]

Comments Off

Image by alx_chief via Flickr Gorazd Golob - Firefox extensions and what we have to do with them. Who are we Developing local search engines The most visited website in Slovenia Present with Pogodak, local search sites in Croatia, Serbia, Bosnia & Herzegovina, Macedoni Their servers are runinng 99.5% open source software. They are mostly Linux [...]

Comments Off

Coming from Python world where most of text is in double apostrophes like: “Hello world” to JavaScript where, e.g. jQuery , expects you to write: $(‘#foobar’) with single quotes, it can be quite annoying to always have to type it twice, since for double quotes (“), TextMate it always does it automatically. This feature is [...]