This is the process by which computer applications are developed. Albeit a bit tongue-in-cheek, it’s…
Category: Programming
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…
PHP Object Passing
Using objects in PHP doesn’t have to be a one-way-street. PHP objects are very similar…
Silverlight Treeview – Using C#
On your design page: Margin=”76,400,0,328″ Width=”300″> In the C# code: private void populateSchemaTree() { //…