Tuesday, July 30, 2013

New reload types in Chrome



As frontend developer you probably has often problem with cache. As you should know standard refreshing page won't clear pages cache. You can set option Disable Cache in devtools, but it works only with opened this tools.

New options for reload in Google Chrome 28.


Monday, July 29, 2013

New Twitter Bootstrap 3.0


Few days ago new version of most popular frontend framework - Twitter Bootstrap was released. It's first release candidate so be aware if you want use it on production.

Sunday, July 28, 2013

How to build Rubik's Cube using CSS3 and HTML


In this post I will try to show you how create 3D Rubkik's Cube using only CSS3 and HTML. On the picture below you can see effect of my work.

Screenshot of code result.

Sunday, July 14, 2013

My simple chat application uses Node.js and Angular.js


Because I like learning new things some times ago I decided to create project where I can learn new technologies like:

Tuesday, July 9, 2013

Basics of RequireJS


I hear a lot of about RequireJS and today I decided to learn this. So for start let's read what is RequireJS.

What is it?

We can read from documentation that RequireJS is:

... a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code.