Sometimes, I find myself facing a language limitation that baffles me. Generally speaking I never hard code any setting in my code. I extract it all into my precious config file (or my config table, material for another post) so that I can change the inner workings of my code. [...]
Happy New Year 2011 from Bunkermaster’s PHP Blog!
I wish you all a happy new year. May 2011 bring joy, happiness, work, love, everything you need! My next topic of discussion: an array as a constant!
Merry Xmas all!
On this christmas day, I’d like to extend my best wishes to all of you who visit my blog.
The great 127.255.255.255 IP enigma!
Hi all, few may have noticed I’ve been rather quiet on my blog lately but I have the best excuse! I’ve been extremely busy working on an important project. Topic of the day: the weird 127.255.255.255 IP I found in my system’s access log. I have a MySQL table with [...]
Converting a String to ROT13 for email obfuscator
A few days ago (weeks? nah) I posted about ROT13 encryption. Since then I’ve been implementing the JQuery ROT13 email obfuscator. I figured I would reuse my code and just add a string to Hex function. Well it did work and here’s me sharing with the world. <?php function stringToHex( [...]
New wordpress theme
Well, as time passes and my blog project launch is coming closer (this is not launched, who would’ve thought?) I have to take a little more interest in the looks of this blog. After spending a rather annoying time looking for the right theme, I found this one. It’s wide [...]
Hex to ASCII to ROT13 in PHP
Couple days ago, a friend posted his status on facebook using a strange code in hexadecimal that didn’t translate from ASCII. I investigated his little code and BEHOLD! I found the solution. So here is the useless function I made to decode his little prank. <?php function HexROT13( $hexedROT13 = [...]
If only I had more time…
… I would post more PHP related articles. Sadly (and thankfully) I am overworked at the moment. A big project is taking most of my work time and my free time is divided between sleep and… Well, OK, I sleep a lot lately. Soon I shall make time to post [...]
Happy new year!
If your calendar year ended 4 days ago, happy new year! I’m not gone, just resting a bit during the holidays. Soon more PHP related posts.
Merry Christmas all!
Whether you celebrate Christmas as a religious or a commercial celebration, I wish you all a merry Christmas! And for my fellow trekkers, live long and prosper!