Articles tagged Frontend

Save HTML5 Canvas as image on server

  • Reading time:86 mins read

Working with HTML we sometimes face with necessity of saving the results as image. The image can be saved on server or we can force downloading the result directly into your browser

Understanding Closures

  • Reading time:111 mins read

If you already know the main concept, the closures are not hard to understand. But it is difficult to understand by reading only theoretical explanations. Our article is for programmers with any experience. For easier understanding, the examples are in javascript.

Creating a slider using Twitter Bootstrap 3

  • Reading time:71 mins read

Bootstrap slider. Twitter Bootstrap 3 is one of the best CSS frameworks to develop and design content management systems. With Bootstrap you can easily create blogs or pages of the portfolio using a system of grids Twitter Bootstrap (grid layout). At the heart of many CMS systems we usually have a base component "Slider"

Providers, Factories and Services in AngularJS

  • Reading time:78 mins read

Many developers ask this question, trying to understand this dependency injection, other differences, advantages and disadvantages of these AngularJS objects. In this article I will try to explain in details everything we know about the providers, services and factories.

Bootstrap one-page template with Parallax effect

  • Reading time:240 mins read

Bootstrap one-page template with Parallax effect

Bootstrap tutorial / parallax scrolling tutorial. It is no secret that the bootstrap is used on many websites now. This allows to save time and create excellent results in a short period of time. In particular it concerns the markup and styles. Last time, when we wrote about the bootstrap, we received many positive comments, so I decided to prepare another lesson on using this framework today. In order to make it more interesting, we’ll create the demonstration with one of the interesting effects – Parallax. We will see the use of different backgrounds when scrolling the page. In order to understand what we intend to do – please have a look at the demo.

(more…)

Three.js – Working with Cameras

  • Reading time:37 mins read

Our lessons on webgl continue. Today we review Threejs cameras. Threejs library provides two different cameras: OrthographicCamera and PerspectiveCamera

HTML5 Canvas 3D Sphere

  • Reading time:175 mins read

Our new tutorial tells us about creation of animated 3D Sphere (through direct access to pixels of canvas). The sphere itself is getting around the canvas continuously. This example should work in the most of modern browsers (like Firefox, Chrome, Safari and even in IE)

Polaroid gallery

  • Reading time:53 mins read

Polaroid - we did not talk about photo galleries for a while, however enough time has already passed and here could be new galleries

Single Page Application with AngularJS

  • Reading time:121 mins read

AngularJS is a dynamically developing framework for building dynamic web applications. As framework, it provides many functions out of the box. To start with, in our tutorial we will show you how to build a basic single page application. It will help you understand main concepts of working with the AngularJS, and next time you will be able to create more complex projects.

(more…)