Category Archives: MySQL

The Year 2038 Problem

I have not written a technical blog post in a long time. Yesterday I learned about the Year 2038 Problem and I wrote some code to demonstrate the problem.  The Year 2038 Problem involves Unix time which is the number … Continue reading

Posted in MySQL, Programming, Technology | Tagged , , | Leave a comment

PHP Encryption And CakePHP On The iBook

Today I continued my intensive work on PHP web development. I spent about 3 hours studying PHP’s many methods of encrypting data. There are a variety of encryption algorithms that you can use including MD5, SHA-1, DES etc so it … Continue reading

Posted in MySQL, PHP, Web | Tagged , , , | 1 Comment