Redirecting 2 domains from http to https and non-www to www
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...
Microsoft WebCamp 20.05.2014–Databinding with KnockoutJS
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...
JavaScript Debugging
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...
Reactathon 2022 – A Short Summary
Let's take a look at the new updates on the React community, specifically Reactathon 2022.
Aprovisionamento de sites no IIS6 usando uma aplicação ASP.NET
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...
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...
SharePoint 2007 – Getting URL from Image Field in WCM Web Sites
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...
Azure CDN, BlobStorage and ImageResizer
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...
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...
Handling not found routes in Angular
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...