Ramblings

PHP really doesn’t do Unicode

I've heard many times that PHP doesn't really do Unicode, or not properly. In seven years of working primarily in PHP, always in UTF-8, I've never really hit a problem, so I always figured it was something esoteric and unimportant for me. But already this year I've seen this problem twice, in different ways.

Keeping Classic ASP Alive

Initially released with Microsoft Internet Information Services (IIS) late last century, Classic ASP hasn't seen an update to its functionality since ASP 3.0 in 2000. Used on website and web applications typically written in VBScript, Classic ASP somehow seems to keep on going even in the face of competition from better, more modern website development platforms like ASP.NET, PHP, Java Servlets and JSP, Ruby on Rails, ... the list goes on. In many cases it can be harder to achieve something in ASP than in a more modern development platform.