Category: JavaScript
-
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.
-
Make Your Web Faster by Deferring Embedded Video
Deferring embedded video in your web page to allows your page load quickly, saving dozens of files requests and resource downloads in your initial pageload.
-
Enhancing Google Map Interactivity with jQuery
This tutorial will show you how to enhance your website’s Google Map creatively with Google Map Javascript API v3 library & jQuery.
-
Build jQuery Password Strength Checker in 10 Minutes!
Today, we are going to use jQuery plus some simple algorithm to create a beautiful combo password strength indicator + password tips checker. Sound nice? Let’s get started right away!
-
Make A jQuery Sticky Header In 5 Minutes
In this tutorial, we will create a sticky ribbon, where a normal looking ribbon suddenly sticks to the page when the page is scrolled.
-
Create Sequential Animations in jQuery
In this tutorial, I will demostrate 3 easy ways to create sequential animations in jQuery.
-
Develop A jQuery Parallax Scrolling Framework
In this tutorial, we are going to shows you how to build your own Parallax Scrolling effect powered by jQuery.
-
Create HTML5 Canvas Drawing Board Within 5 Minutes!
A tutorial on how to create a drawing board using HTML5 Canvas API.
-
HTML5 Storage: IndexedDB (Simple Easy to Understand)
A new HTML5 web database that allows our HTML5 web application to store data inside a user’s browser.
