jQuery 3.0 and jQuery Compat 3.0 Alpha Versions Released

There are actually two releases here. First is jQuery 3.0, which supports modern browsers and environments from IE9 forward. Second is jQuery Compat 3.0, which includes support for IE8. As an added bonus, both jQuery and jQuery Compat will include support for Yandex.Browser, a freeware browser released in 2012. You can get the files from the jQuery CDN, or link to them directly.

Source: jQuery 3.0 and jQuery Compat 3.0 Alpha Versions Released | Official jQuery Blog

A Quick Guide to Using LiveReload with GulpĀ 

Tired of having to refresh your browser every single time you make changes to your LESS/SASS/CSS files? This article will take you step-by-step to getting LiveReload integrated in your development environment so you no longer have to reload your browser to see changes.

Source: A Quick Guide to Using LiveReload with Gulp | Scotch

Terminal command to get the weather in your area

Ever wanted to get the local weather report via your terminal/shell? With the below shell command you can do so easily.

Add it to your .bash_profile, fill in your zip and location where I’ve noted, and you’ve got the weather report showing in your shell. Simply type weather to run the command after filling in your details.

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