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

Redirecting 2 domains from http to https and non-www to www

0
Recently I had to configure some redirections in a website that contains two different domains. Both use https and I want the main site, which uses the primary domain, to...

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

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

Super short guide to a successful SharePoint 2013 FBA Pack Installation

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

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

Microsoft WebCamp 20.05.2014–Databinding with KnockoutJS

0
Earlier this week I did a presentation at Microsoft WebCamp 2014, a 3-track event focused on Microsoft web technologies, open source web libraries, and design/communication trends and tendencies. The...

Web Content Management in SharePoint 2010

0
WCM is a very important area of SharePoint, its an expensive licence so the product should work as expected.I think in this version Microsoft did a very good job, it's amazing what...

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

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