Photo: Metro Center Against Black/White DC May12

Photo: Metro Center ...

PHP, Common String Functions Jan23

PHP, Common String F...

There are always those functions that you need to manipulate strings for whatever reason. Maybe it”s for validation purposes or sanitizing purposes or some kind of string conversion or searching. Here is a class that encapsulates alot of common string functions that I use alot. All...

The Javascript Injection Problem Jan20

The Javascript Injec...

What is it? Javascript injection is a commonly ignored security issue. Basically it is the idea that you can execute javascript in your address bar, or one of the numerous plugins that accompany web browsers such as greasemonkey, to change the DOM in any way you wish. So whats the big deal?...