Sunday, December 8, 2013

Radio player with command line for geeks.

If you like listen music from SoundCloud and You like also write commands in console there is radio for you.

This is how author describe his radio:

Cmd.fm is a command-line radio player for computer geeks.

We will continue working on this project. Any help will be appreciated.

Sunday, September 8, 2013

ECMAScript 6 - What's new in JavaScript - Part 1

Introduction



On this series I'm planning write posts about new features in incoming ECMAScript version 6. Here is definition from Wikipedia:

ECMAScript is the scripting language standardized by Ecma International in the ECMA-262 specification and ISO/IEC 16262. The language is widely used for client-side scripting on the web, in the form of several well-known implementations such as JavaScript, JScript and ActionScript.

Tuesday, August 13, 2013

How to fix issue with "Nothing to compile." message


The problem:


If you using yeoman and grunt and compile your stylesheets with compass, you can come across the message:

"Nothing to compile. If you're trying to start a new project, you have left off the directory argument.
Run "compass -h" to get help."



Monday, August 12, 2013

How to make aside menu with nice effect on showing.


In this tutorial I will show You how create aside menu with interesting flip effect for main content of page. It uses CSS3 transition and transform. Javascript is used for manipulate classes.

On this screenshoot below you can find how it looks like:

Aside menu in use
Aside menu in use

To see this in action just scroll to end of post and watch demo.

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.

Sunday, June 30, 2013

First post on new blog!


Welcome Everybody

This is my first post like you can notice.

Here you will find information about new technologies and examples of usage them. By new technologies I mean:
  • CSS3
  • HTML5
  • AngularJS
  • NodeJS
  • Websockets etc.