Jarallax gives some interesting control over background manipulation. I am going to build a test site with this in the next couple of weeks to show off some of its…
In the many years I have been a website developer, I have learned many things. Some to make my job easier, but also process. In this article, I will give…
IE8 doenst support console.log writing. It uses just log writing. To fix this issue, simply add the following to your page scripts. if (typeof console === “undefined”) { window.console =…