How to check if PHP is in safemode

Category: How To, PHP

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.”

Continue reading » No comments

How To Add Desktop Shortcut Icons Back To Google Gears Applications

Category: How To, Windows

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.

Continue reading » No comments

Find SQL Bottlenecks With CodeIgniter

Category: CodeIgniter, How To, PHP, Web Development

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

Continue reading » 1 Comment

Welcome

Category: Rant

There’s not much here yet.

Continue reading » No comments