Category: Tutorials
-
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!
-
High Performance CSS Animation
Ensuring your page’s animation running at 60fps (frame per second) is the key to a silky smooth animation. When an animation begins to run, the browser executes your script and start to figures out what it need to paint and composite on the screen. So it is important to know how browser handles animation in order to optimize your script.
-
Build Google’s Material Design Spinner in 10 Minutes!
In this tutorial, you will learn to build a Google’s Material Design progress bar (Indeterminate indicators) for your website & web application.
-
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.
-
How to Build a Full-Screen Mobile Web App for Android Chrome: A Complete Tutorial
Learn how to build a full-screen mobile web app for Android Chrome using Progressive Web App (PWA) principles. Create an immersive, fast, and reliable experience with full-screen mode, service workers, and offline support.
-
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.
-
Build Responsive Image Gallery Using CSS Calc()
In this tutorial, we will learn to leverage CSS Calc() function to fit 3 images relatively in a row with 10 pixels margin between them.
-
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.
