WordPress and Automating – Using Gulp for WordPress Automation

Gulp can help you automate daily routine tasks. In this article you will see basic stuff you can automate doing WordPress development. Lets see how gulp can save you a healthy amount of time every day and improve the quality of your product too. | Difficulty: Beginner; Length: Short; Tags: WordPress, CMS, Web Development, JavaScript, WordPress Plugins

Source: Using Gulp for WordPress Automation – Tuts+ Code Tutorial

[WordPress] Resource – Loading Parent Styles for Child Themes

The always insightful Justin Tadlock has posted a great post on how best to handle stylesheets in child themes. Though there are many options for this, including the infamous @import technique, Justin recommends loading the styles directly from the parent theme itself. It’s a simple but effective solution that should work for 99% of cases.

Loading Parent Styles for Child WordPress Themes.

Resource – Responsinator

A simple website for testing device widths for the most common Apple and Android devices. Remember –  it’s no replacement for actually testing on these devices along with as many widths and breakpoints as possible. Also remember, device-agnostic responsive sites should be the true goal. However, for basic development and simple testing this is a nice resource.

http://www.responsinator.com/

Resource – Intro to Grunt by Chris Coyier on 24 Ways

Grunt.js

Link:

http://24ways.org/2013/grunt-is-not-weird-and-hard/

Description:

Fantastic resource on getting started with Grunt.js. Practical implementations of script concats, minimizing, and automation. Recommend as a simple resource and starting template for many common web site tasks.

Notes: