How to HTML Encode and Decode Text (and Why the Order of Escaping Matters)
Making special characters display safely as text instead of being read as markup, and the one sequencing detail that trips up hand-rolled versions of this.
Read more12 articles tagged “Developer Tools”.
Making special characters display safely as text instead of being read as markup, and the one sequencing detail that trips up hand-rolled versions of this.
Read moreShrinking a script by stripping comments and whitespace, and the one JavaScript quirk that makes naive minifiers quietly corrupt working code.
Read moreWhat percent-encoding actually does, why some links quietly break when they shouldn't, and the one setting most URL encoders never explain.
Read more