Archive for javascript
You are viewing the archive for javascript. If you would like to contribute, please send an email to [email protected].
-
Web App Manifest
Friday, August 5, 2016Read MoreThe web app manifest is a JSON-based file that provides developers with a centralised place to put metadata associated with a web application.
-
Performance of for loops with JavaScript
Thursday, July 7, 2016Read MoreComparison of the performance of loops using JavaScript and the libraries Iodash and jQuery 3
-
What's new in jQuery 3.0?
Thursday, June 30, 2016Read MoreIn July 2015, the jQuery team announced the alpha version of jQuery 3. Almost one year later, jQuery 3.0.0 is officially released, fixing a lot of bugs present in jQuery 2.x.x as well as some new methods and functions. Let's take a look.
-
JavaScript Promises
Saturday, October 25, 2014Read MoreThe simplest way to jQuery Promises. After this, promise me no more callback functions. (haha, you see what I did there? XD)
-
Dev Tools for Hipsters
Saturday, August 2, 2014Read MoreScared of the command prompt? Here's a simple intro guide to some of the neater tools around, such as grunt, node and compass.
-
jQuery Parallax
Saturday, June 15, 2013Read MorejQuery Parallax uses JavaScript to create a 3-dimensional effect simulating different planes in the z-axis
-
HTML5 pushState
Saturday, May 18, 2013Read MoreAt Incredible Web we always strive to keep up-to-date with the latest technologies. This time it was the turn for HTML5's pushState...
-
Toast Notifications
Saturday, January 26, 2013Read MoreNotification messages have gone a long way since JavaScript's <em>alert();</em>, but how do you choose which one is best?
-
Minified JavaScript
Saturday, December 1, 2012Read MoreMinifying JavaScript files improves the page load speed, but this hinders learning as files become unreadable.