The Curious Case of the Mysterious Connection
The computer is slow, compilers are taking sweet time for relatively little code and the sun is shining outside. The day is good, so why..
MySQL Performance: Indexing and Why We Do It?
This is a relatively short post on MySQL indexing, why we do it, what it’s advantages are, were the caveats lie and we you should study..
Customise WHMCS: Building a customer API Call (the proper way)
So, if your like me – you have a strong love / hate relationship with WHMCS. I hate the limitations and arguably annoying..
The Almighty Useful Program
The Almighty Useful program.
This blog post is on two things, putty commander and how much we love putty. (more…)
Creating the Ideal VIM Working Environment
Creating the Ideal VIM working environment. Everyone has a favourite text editor / programming IDE, depends what you do day to day and..
Pooled Threads with Python
Python Pooled threading 101.
Hey’a guys – Today I’m going to show you how to write a single pooled multi-threaded program in python.
Python Thread Practice
Hey friends, okay so this little tutorial is all about your first workings with threads in python. (more…)
Python: Make Tables That Look Readable in the Command Line
Hey coders, long time no speak?
Today I want to share with you a quick little tutorial in making nice looking tables (pretty much the..
CloudLinux: Advantages For Your Shared Hosting
I was asked recently (internally) about CloudLinux; What is it and why should we use it?
At first I actually had no idea about it, I had..
PHP Interfaces, the forgotten feature!
It’s been a while since I’ve posted anything but I thought I would write something “coding wise” beneficial.. (you know, because I never..
Getting rid of arrays in PHP
Ahoy!
Okay so want to know something I hate? I hate arrays, I hate the way they store within memory and I hate how corrupted they can..
CentOS kickstart files: encrypting the root password
Hiya folks!
Okay so this one is pretty hard to find in google, honestly its a tricky one to work out if you haven’t experienced it..