databases

Windows 8 won’t wake up from sleep mode & Power Off goes into sleep mode after BIOS update

Apparently this is a common issue with Windows 8. Here is what I know from my own experience: It does not help to upgrade to Windows 8.1 No Windows Update has fixed this issue The problem seemed to start about 2 months after I bought the laptop, after a BIOS update (update must have been […]

Windows 8 won’t wake up from sleep mode & Power Off goes into sleep mode after BIOS update Read More »

Building A PHP Database Connection Class From Scratch (using Singleton & ActiveRecord patterns)

Greetings folks. Tonight I’m studying on how to create a PHP Object-Oriented MySQL database connection class.  This will be reusable and able to be implemented in any database driven web application built with PHP & MySQL.  It uses the ActiveRecord and Singleton design patterns. I’m currently following this YouTube tutorial: Using OOP PHP to select,

Building A PHP Database Connection Class From Scratch (using Singleton & ActiveRecord patterns) Read More »