On Sat, 23 Mar 2013 19:29:55 +0100
Paulo Pinto <[email protected]> wrote:
> 
> And don't get me started to discuss about customers that only pay 
> projects when the web application is pixel perfect with the given 
> Photoshop design.
> 

if(request.userAgent == "IE" && request.ip in paityHairedIPAddresses)
{
    response.send(smokeAndMirrors());
}
else
{
    response.send(normalSite());
}

Reply via email to