A ternary operator is a quick shortcut to bypass the multi-line if-else statement. It is…
Category: Technology
PHP explode and trim the results?
php.net – where I posted this Overview This is something that I used to use…
JavaScript stripslashes
Sometimes you have to add slashes to javascript text. PHP has it built in, javascript…
Droid Incredible On Close Out, Already
It doesn’t take long, does it? Droid close out. Incredible.
How Application Development Works
This is the process by which computer applications are developed. Albeit a bit tongue-in-cheek, it’s…
MySQL mysqli
mysqli is a built in part of mysql 4.1. It incorporates all functionality required to…
Message To New Programmers
So you’re embarking on a programming career, are you? Personally, I’ve been graduated for only…
Daily Bible For Droid OS
Bible devotional for the Droid OS that combines a daily verse, daily reading, devotions, sermon…
PHP Object Passing
Using objects in PHP doesn’t have to be a one-way-street. PHP objects are very similar…