Blogg Blogg Blogg Blogg
Senaste inläggen
Instagram bingo
This is a game that's perfect for a company event, like our own Helsinki kick off. You get a list with stuff that you're supposed to capture with your smartphone…
Making signed requests with CodeIgniter
Recently we've done lots of backends for IOS apps, Flash sites, Facebook apps and such. In most cases, it's just a matter of responding with JSON to a HTTP request,…
CodeIgniter/ActiveRecord setup to use master + slave db replication
This is how you can set up CodeIgniter to direct mysql queries to different read/write hosts in your db replicated environment, using a db_slave for your SELECT's, and a db_master…
Fetching WordPress content from CodeIgniter
In a few recent projects we've used the excellent WordPress admin for content entry, but built the public facing stuff in CodeIgniter. Making these platforms talk to each other is…
CodeIgniter development site – on live environment
We recently had to set up a development site for an existing CodeIgniter site, and we wanted to do this effortless. Ideal would obviously be to have a separate virtual…