Archive for category CodeIgniter

Ventstatus.com, what it is and how it works.

Ventrilo is a VOIP or voice over internet protocol. In other words, it lets users chat with each other over the internet instantly. Ventrilo is known for its super high quality voice codecs, and for being simple and reliable. The difference between Ventrilo and something like Skype is that Skype creates a direct connection between [...]

Find SQL Bottlenecks With CodeIgniter

I have been using my latest project, VentStatus, as a an opportunity to learn a new framework: CodeIgniter. It has treated me well so far, most problems encountered only required a short workaround. Lately I’ve been concerned with the scale-ability of VentStatus, it’s my first project on this large of a scale. Luckily, CodeIgniter has [...]