Monthly Archives: December, 2018
Design
Variable Fonts: The new font format conquers the Web
helpdev -
1
For eight years web fonts have provided more expression and variety in web design . Now the next revolution is starting with variable fonts....
Development
Building a WebVR application using A-Frame
Whats is WebVR?
WebVR is a JavaScript API for creating immersive 3D, virtual reality experiences in your browser. WebVR was originally conceived at Mozilla by...
Education
You should definitely learn these programming languages in 2019
Long-established programming languages such as Java, C or JavaScript are usually the right choice for beginners. But are they still forward-looking? These are the...
Development
Getting Started with Require JS
What is Require JS?
With Require JS your website or web application gets a better structure and a much better performance. We'll tell you how...
Development
What is Modernizr used for?
What is Modernizr?
For responsive design projects, we use a few tools to make responsive design accessible across browsers. One of them is Modernizr.
Modernizr is...
Development
How to build desktop apps with Angular and Electron.js
In recent years, the development of web applications has become more and more important. This is mainly because applications can be used independently of...
Development
How to bind and visualize data with d3js
Bind and visualize data
The bind and visualize of large amounts of data and complex structures is becoming increasingly important, especially in companies. This increases...
Design
Create animated scrolling website with ScrollMagic
ScrollMagic is a jQuery plugin which lets you use the scrollbar like a playback scrub control. Using this, you can build some extremely beautiful...