Category Development

Development

Gulp Introduction for Web Designers

Gulp is a task runner that helps to organize and run tasks automatically. Some of the tasks that can be performed by Gulp are minification, image compression, adding vendor prefixes, compile templates, convert markdown to HTML, compile CSS Preprocessors like LESS or SASS, etc.

The HTML5 Vibration API

The new HTML5 API’s are helping us to provide better user experiences no matter the device visiting the site. For example, for a desktop computer you may display a message on the screen while on smartphones, the message could be accompanied with a vibration of the device.
Working on a Whiteboard

3 Reasons Why Not to Build Around a Public API

The real issue is creating an application where the core components depend on external API’s because you are not really creating something unique that will last. You are extending the functionality and adding value to the API, and later they will replace your idea with theirs.