Creamer Cubes

I think someone should invent a little ice cube tray for the purpose of making half and half cubes. Simply poor liquid coffee creamer into the ice cube tray, freeze it, and you have frozen creamers. When it’s time for coffee just drop the cubes into your coffee. As they melt the coffee cools down.… Read More »

MySQL mysqli

mysqli is a built in part of mysql 4.1. It incorporates all functionality required to interact with a database from your PHP file. It has basics like querying the database, which includes SELECTing data as well as INSERTing data. It also give the ability to use prepared statements, transactions which can be committed or rolled… Read More »

Message To New Programmers

So you’re embarking on a programming career, are you? Personally, I’ve been graduated for only 1 year but my experience is technically 2 years, no pun intended, thanks to my co-ops while in college. Before I get so far into my career that I forget my education process I figure I should record it so… Read More »

Red Bull Cola

Red Bull Cola is a top notch cola that seems to be still underground. Many grocery stores don’t carry it but some do. I discovered it at a gas station near me and one week later I went in and they were off the shelf because they weren’t selling well! I was appalled! The clerk… Read More »

Funnies

This is a new joke I\’m working on. I haven\’t totally finished it yet, but here goes: There was a company that paid people every Thursday and they noticed that every Friday after payday, the employees would either call in sick or leave early. In order to overcome that problem they decided to change payday… Read More »

Daily Bible For Droid OS

Bible devotional for the Droid OS that combines a daily verse, daily reading, devotions, sermon podcasts, and social network sharing. Pros: – Reads your verses and daily reading to you – Let’s you share verses and readings with Facebook, Google Buzz, and Twitter – Displays daily reading plan verses – Search functionality with voice recognition… Read More »

PHP Object Passing

Using objects in PHP doesn’t have to be a one-way-street. PHP objects are very similar to any other server side language in that they can run functions for you, return values, and perform just about any needed task that you can write, but they can also be passed around within a session. If you program… Read More »