Remove Unused CSS Rules
A monolithic style sheet is difficult to reason about, which is challenging as CSS files tend to attract bloat. Removing unused styles can help make the situation more manageable.
A monolithic style sheet is difficult to reason about, which is challenging as CSS files tend to attract bloat. Removing unused styles can help make the situation more manageable.
Vue.js vs. jQuery. Use cases and comparison with examples. What is Vue.js? How is it different from jQuery? Should I stop using jQuery if I learnt Vue.js?
Go has a very interesting type system. It eschews classes and inheritance in favor of interfaces and composition, but on the other hand it doesn't have templates or generics.
This tutorial shows you how to use Android's DownloadManager to download files in the background
In this Android tutorial, you'll get started with ARCore and interact with the ARCore SDK using Kotlin and OpenGL in Android Studio.
David DeSandro breaks on through to the third dimension with an in-depth look at CSS 3-D transforms and the new opportunities they offer to web designers.
NativeScript is a framework for building cross-platform native mobile apps using XML, CSS, and JavaScript. In this series, we're trying out some of the cool things you can do with NativeScript.
Try a quick search on the difference between UI vs UX yields ketchup bottles and grass lanes.
Giulio Mainardi shows you how to build a Trello layout using CSS's new Grid Layout Module features and Flexbox, along with some Sass for efficiency.
Google is blocked in China, as a developer, this isn’t very good news especially if that app requires things like Maps API. Baidu is here to save the day
As JavaScript is getting more and more popular, this post is meant to be the first in a series aimed at digging deeper into JavaScript and how it actually works
jQuery Form Wizard is a jQuery plugin for creating form wizard or form flow without refreshing your page or webpage. We have listed 6 of them in this post.
Google's Search Console team recently sent out an email to site owners with a warning that Google Chrome will take steps starting this October to identify and show warnings on non-secure sites that have form inputs.
In this Carthage tutorial, you'll learn all about what Carthage is, how to install it, and how to declare, install, and integrate your dependencies.
While the world's going bonkers for touch-controlled interfaces, this article will focus on the more traditional input method of the mouse. I'll suggest an approach of progressive enhancement for...