BoxedFish,
MAKING THE
IMPOSSIBLE
SIMPLY POSSIBLE.

SO WHY NOT SEE
WHAT WE CAN
DO FOR YOU.

The sites not finished but we are working on that

Posted on February 26, 2012 @ 2:45am by boxedfishNo Comment

So we have decided to put her live without all the content and client work and so on. Bad move? or good move? well, both, it will motivate us to get BoxedFish Ltd looking good asap as there is no turning back. So touch base again soon as we have alot to show off and…

How to easily split a sequence of numbers into a hython seperate string

Posted on October 25, 2011 @ 3:46pm by boxedfishNo Comment
How to easily split a sequence of numbers into a hython seperate string

So frist off, I have to credit this to a top bloke called @jamesmills. A good follow on twitter! A great developer and if your in the north and want a site done make sure to see this guy first. So say you have a string 123456 and you want that to be 12-34-56 (yes…

Catch all method for classes

Posted on October 21, 2011 @ 1:07pm by boxedfishNo Comment
Catch all method for classes

So in codeigniter I often have a little controller which is setup to handle the majority of method requests via an index method or a content_control method. So basically, what you do is route all / most of your pages calls to this method. In some cases you might have a few controllers that deal…