Easily automate your next web project with Gulp.
Source: Quench: The Gulp file generator.
Web Development, Finance, & History
Easily automate your next web project with Gulp.
Source: Quench: The Gulp file generator.
$ npm install -g caniuse-cmd (how cool is that!?) pic.twitter.com/xzr8ySmkri
— mahalie (@mahalie) July 27, 2015
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
Just add a class for a plethora of super simple CSS animations.
Source: Animate.css
multiscroll plugin by Alvaro Trigo. Create divided multi-scrolling pages with two splited vertical layouts or panels.
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
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.
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
At the time of writing, very few, if any, of these selectors are available in browser. However, it’s good to know which selectors have been chosen for future versions of CSS.
CSS4 introduces many new selectors and features. Learn how to use each one, with easy to understand explanations and examples.