Skip to main content

Update yourself

A manifesto for Scrum adoption in your life. Assuming you already heard about Agile, Scrum, Sprints and Retrospectives. As in any scrum team, the iterative and incremental process culminate in a retrospective, where members receive and elaborate feedback, taking actions to inspect and correct behaviours, remove obstacles, fix issues. If we are in an Agile […]

Don’t ignore errors. Rule them.

Don’t ignore errors. Rule them.

“If an error is possible, someone will make it. The designer must assume that all possible errors will occur and design so as to minimize the chance of the error in the first place, or its effects once it gets made. Errors should be easy to detect, they should have minimal consequences, and, if possible, […]

Write special characters in cookies with classic ASP

ASP

The following code line Response.Cookies(“test”)= “__cf_mob_redir” will produce a cookie named “test” whith value “%5F%5Fcf%5Fmob%5Fredir” Perhaps is not what we wanted. Even if we could decode the result when reading the cookie that string is very ugly. Could also happen that our responsibility is limited to write the right value and someone else will take […]

Server antivirus for free win2008 r2

Server antivirus for free win2008 r2

I saw around a lot of unsolved forum’s posts asking basically the same question: “Free antovirus are not for free for commercial use or aren’t working on servers. Can anyone find me someone to install?” Here the solution I tried for my win2008 r2 server: Microsoft Security Essentials (here the link to the page download: http://windows.microsoft.com/en-gb/windows/security-essentials-download ). […]