Use .filter() Instead of an Inner Loop in My JS Average Temperature Code
kaidez updates his JavaScript functional programming/average temperature post to use .filter() instead of an inner loop. Includes demo.
kaidez updates his JavaScript functional programming/average temperature post to use .filter() instead of an inner loop. Includes demo.
Kai takes a simplistic approach to updating his blog, using Jekyll, GitHub Pages, BEM CSS, a little bit of React, webpack and Yarn.
A demo of how to optimize CSS with Gulp, Grunt and tasks like uncss and critical path css. Has a link to fully-commented code on GitHub.
kaidez developed the RevlonProBrands.com site using GitHub Atom, Jade, OOCSS, Modernizr’s yepnope functionality, Gulp & Grunt.
jQuery-powered search functionality for a Jekyll site with fallback code if JS or CSS is disabled. Look at the demo before using the code.
Learn how to use RequireJS in WordPress. Includes a walk-through of how RequireJS works and how WordPress manages JavaScript internally.
CSS3 media queries can help sites perform better in Google search results and the W3C officially recommends them as a web standard.
Creating a Facebook app is easy but doing so generates CSS expressions and creates page reflows, all of which reduce page optimization
A tutorial on creating a rounded corner, transparent CSS3 link in Internet Explorer 6 through 8 with CSS3 PIE
An article on responsive web design, CSS3 media queries and using it in kaidez's HTML5 Project, resource list of links at the end
Paul Irish's HTML5 Boilerplate video is extremely informative as it demonstrates many great CSS and JavaScript hacks and best practices