Console Object on IE
Here's the JavaScript you need to avoid console errors in browsers that lack a console. This is taken from HTML5 Boilerplate 4, in plugins.js. If you use jQuery, you can…
Here's the JavaScript you need to avoid console errors in browsers that lack a console. This is taken from HTML5 Boilerplate 4, in plugins.js. If you use jQuery, you can…
The Council of Ephesus (431) attributed to Mary the title, Mother of God. This needs to be read against the Council declaration that in Christ there are two natures, one…
If you wish to make your AJAX website bookmark and back button friendly, you will need to use location.hash or history.pushState. Below are some short examples of how it all…