Tag Archives: web application

HTML/DOM attribute change events and how it can improve maintainability in your web application

Do you find yourself in an unmaintainable mess where there’s DOM manipulation calls in every part of the code? Would it not be easier to simply set an attribute f.ex. data-progress=”50″ and then see the elements change automatically (seemingly by … Read more

Posted in JavaScript, jQuery | Leave a comment

How to debug an infinite request/loading for an IIS website AND what my problem was

First I’ll explain how you can debug a hanging (seemingly infinite loading) of your IIS website. Then I’ll write a bit about my specific problem; in short the application pool targeted the wrong .NET framework version. Debugging an infinite request/loading … Read more

Posted in IIS | Leave a comment