Latest in Projects

Ask Reboot

Ask Reboot is a demo project for a new user model I'm developing. Completely spec'd out with AJAX calls and User conditionals this is one of the strongest user models you can follow.

Read more of Ask Reboot

W3prodigy.com v2 Updates

After 5 months of launching version 2 of W3prodigy.com with minimal bugs detected, I've made some updates that will improve the user experience.

Read more of W3prodigy.com v2 Updates


T-Mobile's Hotspot at Home Failure

After using the T-Mobile's Hotspot at Home service not even a full year, I switched over to another provider. Long story short, it started out well and failed miserably later in it's life. While the phone had it's normal issues, there were many related to T-Mobile's server. First off, The phone could rarely connect to my WiFi, after months of working with it, and troubleshooting each issue as they occurred the phone simply would stop function on any WiFi.

Read more of T-Mobile's Hotspot at Home Failure


Facebook Development

I've heard a lot about companies hiring developers specifically for Facebook applications and couldn't help but dive into the Facebook Platform. To start, I'm very impressed. The Facebook Platform throws you everything you need to get your application off the ground. Whether you use the Facebook Markup Language (FBML) or the Facebook Query Language (FBQL), it's simple to become accustomed to the development of these applications. Incorporate it into your favorite framework and you're done, I implemented the Facebook API into code igniter without and issues.

Read more of Facebook Development


Spam-Bots Love Digg.com

In my constant battle against the spam-bots attacking my comment system, I've come across an interesting find. 90% of spam posts to my comment system are referred from Digg.com postings. Meaning, that Spam-bots find my site on Digg.com, then follow the link to one of my pages, and spam my comment system to all hell. Let's look at this from a logical point of view...

Read more of Spam-Bots Love Digg.com


PHP 5 Multi-Tasking Class

Through these tests, I've determined that PHP Multi-Tasking should be used only as a means to process large data sources, and not to decrease execution time. Testing was done with an external data source containing 539,221 email addresses. The external data source was read into an array and split between the number of sockets. Each socket inserted each email address from it's chunk of data into a table containing an ID and arrKey column. Sockets closed their process as their script execution completed.

Read more of PHP 5 Multi-Tasking Class

Search