Sep12
It’s been a while. So what are you up to rob??
Well I’ve been developing a few PHP scripts for Themeforest, co-authoring a Magento Book that’s due out in December, and picking up more freelance work.
I also started to catalog some of my code pieces in snipt.
Yes, it’s true I have no life…
Apr5
I’m not a fan of PHP/SOAP but depending on your project, you may need to use a SOAP protocol to access certain API or Webservices.
Being a lazy person, I will post my set of notes and how I build PHP SOAP calls as a reference guide to anyone who may find it useful.
You’ll notice two important functions that aren’t discuss widely:
__getFunctions
__getTypes
These are lifesavers because if you don’t like to read documentations (like myself), then you can run those 2 commands and reverse engineer the available APIs.
continue reading »
Feb20
So you have lost your admin password? Well then let’s just hack the system.
continue reading »