An overview of CodeIgniter

You’re interested in this whole new idea of frameworks, but why spend time on the learning curve when the system you already have in place works fine? Well, you might find yourself using the same functions or classes over and over; modifications of simple tools you would think would already exist in PHP.
Well, frameworks are [...]

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 [...]

How to check if PHP is in safemode

Simple, all you need to do is create a new php document, and paste the following into it.
<?php phpinfo(); ?>
Load the page in your browser, and then press Control + F and search for “safe_mode.”

How To Add Desktop Shortcut Icons Back To Google Gears Applications

I’m a fan of Google Gears, but things still tend to be a bit buggy. If you accidentally delete the desktop shortcuts to your Google Gears services, here is how you get them back.

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 [...]

Welcome

There’s not much here yet.