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...

Azure CDN, BlobStorage and ImageResizer

2
In a recent project, we had the need to serve website assets and website content images through a CDN network. Furthermore, each image presented in the website content must be...

Aprovisionamento de sites no IIS6 usando uma aplicação ASP.NET

0
O exemplo apresentado de seguida permite efectuar a criação de um site no IIS6 a partir de uma template. Esta solução torna-se particularmente útil para cenários em que seja necessário...

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...
Reactathon in the park logo

Reactathon 2022 – A Short Summary

0
Let's take a look at the new updates on the React community, specifically Reactathon 2022.

SharePoint 2007 – Getting URL from Image Field in WCM Web Sites

0
It is a common scenario in WCM web sites, to have content page images stored in a column of type Image. SharePoint stores this kind of fields in the...

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...

Super short guide to a successful SharePoint 2013 FBA Pack Installation

If you need a super-short reference to get FBA authentication rolling in your SharePoint application, you'll find it here. This is a super short guide to a successful experience with...

Handling not found routes in Angular

0
In this post, we will see how we can handle 404 routes using a not found component in an Angular. There are two types of 404 routes that we want...

10 easy ways to improve web accessibility

When you first start learning about accessibility, it may seem daunting to make your current projects more accessible. In this post, I'll give you some easy steps to make...