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

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

MOSS 2007 and Accessibility

A importância da acessibilidade no desenvolvimento dos sites tem vindo a crescer. Cada vez mais, não chega apresentar a informação, mas também apresentá-la de forma a que seja acessível...

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

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

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

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

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