PHP
Circular Bit Shifting in PHP
In PHP there is bit shifting to the right and bit shifting to the left, but they just shift bits off of the end of the bytes. At one point in the past for reasons I don’t remember I had the need to have the ability to circularly shift bits instead of just shifting [...]
PHP States Array
Today a co-worker of mind asked me if I had an array of states handy so he didn’t have to go create one. I did, and gave it to him, and thought that maybe someone else could benefit from it. So, continue on to get a copy/paste PHP array of states.
Manually Parsing an x509 Certificate in PHP
One might ask why you would ever need to manually parse an x509 certificate in PHP when there are handy functions like openssl_x509_parse just laying around. The answer? To verify the certificate’s signature. Why can’t you just use openssl_x509_checkpurpose you say? Well, because there are bugs in certain combinations of PHP and [...]
XD Triggers 1.0 Beta
Ok, so, I am far from done with putting all of my content on the site but I have some done now. Love this theme too. If you are a WordPress nerd then check out XDTriggers
