Types of Meta Tags

As one of the important elements used in the head section of an HTML page, Meta-Tags could be more helpful for a website page in various ways. If you are not aware of what Meta-Tags are exactly then please read ‘What are Meta-Tags?’ for an introduction of Meta-Tags will help you to understand all types of Meta-Tags mentioned below. Character Encoding [...]

Read more

Configuring Grunt To Use LibSass With Susy

Every developer I know has been eagerly awaiting to use LibSass in their development process. When Eric announced that Susy is now compatible with LibSass, I jumped out of my [...]

Task automation with npm run

There are some fancy tools for doing build automation on javascript projects that I've never felt the appeal of because the lesser-known npm run command has been perfectly [...]

How To Neatly Separate Grunt Files

I recently had a Gruntfile.js containing more than 500 lines of configuration code. It had grown to a point where I was reluctant to even open the file, let alone make any [...]

Grunt vs Gulp: Which One Should You Use?

Nobody likes doing boring and repetitive tasks. The good news is we can probably make our computer do them for us. When it comes to web development build automation, there [...]

An Overview of a Development Workflow

A good workflow is crucial for development because it saves time. We know this, and yet we constantly procrastinate this important task. We can’t blame ourselves really. [...]

Browser-Sync: Sync Scrolls, Clicks, Forms And Edits In Multiple Browsers For Free

Browser-Sync Synchronized testing automatically performs the same interaction (clicks, scrolls, etc.) across a number of browsers and devices at the same time. It's immensely [...]

Interlaced GIF

The conventional (non-interlaced) GIF graphic downloads one line of pixels at a time, and Web viewers like Netscape display each line of the image as it gradually builds on [...]

Choosing a Build Tool

Choosing a Build Tool Choosing to use one tool over another is one of the largest challenges developers face. Regardless of what you’re choosing, be it a code editor, a [...]

Choose Grunt, Gulp, or npm?

Choose: Grunt, Gulp, or npm? Deciding on a technology is always hard. You don’t want to make commitments you won’t be able to back out of, but eventually you’ll have [...]

Gulp for beginners

Gulp is a tool that helps you out with several tasks when it comes to web development. It's often used to do front end tasks like: Spinning up a web server Reloading the [...]