Using a forEach loop with JavaScript 
Published on Apr 7, 2019 by Jamie Munro
Tags: Javascript | foreach | JavaScript
Difference between location.href and location.replace 
Published on Feb 9, 2018 by Jamie Munro
window.location.href = '';
OR
window.location.replace('');
Tags: Javascript | JavaScript | location.href | location.replace
Retrieving query string variables with JavaScript 
Published on Feb 8, 2018 by Jamie Munro
The URLSearchParams (at the time of writing) is not yet standardized in the W3C; however, most modern browsers recognize it.
Tags: Javascript | JavaScript | regexp | urlsearchparams
Zero Padding a Number with JavaScript 
Published on Feb 7, 2018 by Jamie Munro
Tags: Javascript | JavaScript | slice
Knockout - Uncaught ReferenceError: Unable to process binding 
Published on Oct 27, 2014 by Jamie Munro
I recently encountered this issue and could not find the typo anywhere. Like most developers in my situation I was getting really frustrated, banging my head against the world looking for answers.
Unfortunately, there is no easy answer to this bug; however, I can suggest an excellent technique that will hopefully help point you in the right direction.
Here is a complete example that creates a table and displays a list of books within the table. There is an unfortunate typo within one of the td data bindings.
Tags: Javascript | KnockoutJS | knockoutjs | data binding | debugging
Javascript, the Back Button, and Windows Phone 8 Development 
Published on Feb 18, 2013 by Jamie Munro
JavaScript: Easy Creation of "Countdown Timers" 
Published on Aug 28, 2012 by Jamie Munro
Maintaining the back button with AJAX 
Published on Dec 28, 2010 by Jamie Munro
Facebook Development - Quick and Easy Dialogs 
Published on Jun 10, 2009 by Jamie Munro
Drag and drop with animations in jquery 
Published on Mar 10, 2009 by Jamie Munro
Fixing slow drag and drop with scriptaculous 
Published on Feb 18, 2009 by Jamie Munro
Drag and Drop with AJAX Example 
Published on Feb 14, 2009 by Jamie Munro
YSlow - Helping slow web pages load faster 
Published on Feb 11, 2009 by Jamie Munro
Firebug - A developer's best friend 
Published on Feb 11, 2009 by Jamie Munro