How Application Development Works
This is the process by which computer applications are developed. Albeit a bit tongue-in-cheek, it’s not too far off.
This is the process by which computer applications are developed. Albeit a bit tongue-in-cheek, it’s not too far off.
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 »
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 »
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 »