Category: JavaScript
-
JavaScript ES6 features: Rest Parameter
Rest Parameter is 1 of the core features of ES6. The Rest Parameter has a prefix of 3 dots (…) that allows you to represent an indefinite number of arguments as an array.
-
Turn a Number into a Star Rating Display with jQuery in 5 Minutes
Learn how to convert numerical ratings into a star rating display using jQuery. This quick, 5-minute tutorial will guide you through the process step by step.
-
Build a Filterable Component With jQuery in Just Only 5 Minutes!
If you have a web app that contains a list of information, and you want your users to find the information they are looking for as fast as possible. In today’s article, I’ll show you how to build your own simple filterable component with jQuery in just only 5 minutes!
-
JavaScript Random Unique Key Generator
Generate unique key randomly (look like GUID) using JavaScript!
-
Optimize Scrolling Performance: How to Debounce Scroll Events for Faster, Smoother Pages
Learn how to optimize scrolling performance by debouncing scroll events, improving responsiveness and reducing lag on mobile devices and parallax sites.
-
Inject External JavaScript & Detect When It Has Loaded
Learn to inject external JavaScript after page load and detect when it has loaded.
-
Learn Object Oriented JavaScript Via Game Development
Are you new to OOP in JavaScript? In this article, you’ll learn to build a classic Rock–paper–scissors using Object-Oriented Programming in JavaScript.
-
Build Fast HTML5 App With Navigation Timing API
HTML5 Navigation Timing API provides accurate insights for web developers to locate, identify & optimize web app’s performance for better user experience.
-
HTML5 Game Development: Adding Vibration API
If you are a HTML5 web game developer, and you are more targeted toward mobile gamer than desktop gamer, you may probably want to enrich your HTML5 game by adding ‘vibration’ features. In this article, I’ll show you the simple use of Vibration API in your web game.
-
jQuery UI Autocomplete Hover Issue Hacks For iOS
Find out the tricks to fix the jQuery UI Autocomplete Hover Issue For iOS devices.
-
How Quickly Can Async Scripts Improve Rendering Speed?
how quickly actually can Asynchronous JavaScripts improve the time of first render? Have you conducted any analysis on this topic before? If you haven’t already done so, let’s find out the answer today!
-
Optimize HTML5 Web App’s jQuery Performance
You are losing users and probably money if your website & web app doesn’t quick enough. Website / web app should run & perform faster on any devices either on desktop or smartphone. We should always follow the industry’s approach when we building website & web app.