JavaScript Debugging

0
Have you ever wish to debug your javascript code? Well, it's possible and easy to do. You just have to add the line debugger; where you want the breakpoint to stop and ensure that...

Adding an Angular app to your Umbraco Website

2
What problems does this solve? This enables you to have an Angular application alongside your Umbraco website, on a specified route. The Angular App can be protected by the Authentication of...

Microsoft WebCamp 2014: Working with AngularJS

0
Last week I delivered a session at Microsoft WebCamp 2014 event. A full-day event, with 3 simultaneous session tracks, focused on web technologies, not only from Microsoft but also...