SMACSS – scalable and modular CSS – basics – categorisation

This article will containt all important information about scalable and modular CSS (SMACSS) which will help you write better CSS. It will not only be easy to write while building websites but also while maintaining it in a easy way in the future.

It is based on book by Jonathan Snook “Scalable and Modular Architecture for CSS”.

read more

Jasmine – framework for testing JavaScript code

Quick user case for learning Jasmine

First of all you should learn Jasmine as soon as you can. Stop writing tones of JS without testing it, looking for regression bugs or reading whole code again. Nobody likes that.

How to prepare the test and run it?

If you like Yeoman you can install jasmine generator

npm install generator-jasmine

You can even use it as tool for testing in you ‘webapp’ generator, you just have to pass it as an option:

yo webapp --test-framework=jasmine

mocha is set to default (post about mocha is coming soon).

You can download the [standalone release of Jasmine](http://pivotal.github.io/jasmine/.
On this page you can also the whole information how to run Jasmine functions.

read more

Presentations on slideshare

Check out my presentations on slideshare.net I make one presentation per 1-2 months, don’t worry I will announce on site everytime I upload something interesting.

read more

Markdown a lightway markup language

Ok so I will try to write the whole page in Markdown. It is very interesting language which I hope will increase speed to write posts.
I was the owner of many sites any of them died in normal way just because I was not able to find a lot of time to write new posts. All of writing and formatting, styling was taking to much time.

Will Markup help me in that? I will try to check that writing this first blog post on this site.

read more

Music player – free PSD

music_player
Let’s listen to some music. Maybe your next app or website needs such player. Just press play, volume up and relax.

Download Music player - Downloaded 61 times

read more