Grunt posts

10 essential JavaScript resources for HTML5

You have to love the developer network. Whilst HTML5 remains a relatively new standard, there are plenty of open source and paid for resources available to help you work with HTML5 using JavaScript. JavaScript is necessary for many HTML5 elements such as <canvas>, <audio> and WebGL. However, as I said, there are tools, libraries and framework resources to help you, so let’s get started looking at some of them. 1) HTML5 Boilerplate ... It’s likely that if you’re already working...

Introducing Grunt

When you’re developing a large-scale project you always want to use some kind of task runner, in order to automate your workflow. Grunt is exactly that, a JavaScript task runner. It can prepare your code for production with one simple command. What can Grunt do ? ... Grunt is a JavaScript task runner and it’s able to compile your CoffeeScript, Less or Sass files , lint all your JavaScript, minify it or even put all of it in one file by concatenating them. Grunt is an amazing automation tool that allows...

Introducing Yeoman

Web developers all have different ways of working, but there’s always that set of frameworks and libraries we install on each project no matter what. With this comes the tedious work of downloading each one and placing them in our project folder; this doesn’t sound like much if done once or twice but when it’s necessary almost everyday it becomes a tedious task. If you share this opinion Yeoman is right up your alley. What is Yeoman ? ... Yeoman is a workflow, it’s not just a tool but a collection...
Home CSS Deals DesignBombs HTML HTML5 JavaScript jQuery Miscellaneous Mobile MySQL News PHP Resources Security Snippet Tools Tutorial Web Development Web Services WordPress