Category Archives: Browsers

What Is So Special About LimeJS Framework?

LimeJS is defined as one of the highly renowned gaming application that is developed with JavaScript framework to encourage designers develop and design HTML5 based gaming applications. Games that are developed using LimeJS framework don’t require any special programming features, or any other extra software installation techniques to run your LimeJS based gaming apps. Current… Read More »

Solution to browser back button click event handling

In Javascript, onbeforeunload event is fired when the page is about to unload and there can be multiple reasons for this unload. For instance, back or forward or refresh button is clicked or a link on the page is clicked etc. Normally, onbeforeunload event is used in order to handle browser back button functionality as… Read More »

Attaching the script debugger to process ‘iexplorer.exe’ failed

During web application development, sometimes we face strange issues. Applications or code snippets starts behaving abnormally. Same happen to me after installing Internet Explorer 10 on my machine with Windows 7. “Attaching the script debugger to process ‘[4343] iexplorer.exe’ on machine ‘machine01’ failed. A debugger is already attached” My development machine has Visual Studio 2010… Read More »