Archive for month: December, 2009

What I’ve done in 2009

31 December, 2009 (13:01)

I don’t really get the whole new year thing. Everybody is talking about change and good wishes and what not, but I don’t see how anything will change just because of a simple date increment. I guess humanity needs this artificial mile stones to reflect on what has been done and what has happened. Having said that, today probably is a day, [...]

My lecture at WebCampLjubljana – video

30 December, 2009 (15:06)

As I’ve mentioned in my previous post, I had a lecture about Sass at WebCampLjubljana in November. Guys that put the whole thing together now published the videos (every lecture was recorded) and here is my lecture:

Sass – a better way to write CSS from Jan Hančič on Vimeo.

It was my first time doing something [...]

Badge animator for Chrome extensions

5 December, 2009 (17:15)

I’ve been playing with extensions in Chrome lately. It’s amazing how simple it is to make an extension, if you know JavaScript, HTML and CSS you are all set to go. Read this tutorial from Google to see for yourself. I’m now coding something that will, hopefully, someday become a “new private message notifier” for Mojvideo.com, [...]

simple jQuery optimization tips

4 December, 2009 (14:40)

JavaScript is getting more and more important in the development of web pages and web applications. Unfortunately JavaScript is rather slow on some of the browsers (I’m looking at you IE), so we must strive to make our code as efficient as possible so that our users get a quick and responsive user interface.
I use jQuery on [...]