As a developer there are times you may need to use MySQL 5.7 but have it backwards compatible with MySQL 5.6, so that existing applications work as before. This is a collection from multiple sources, that seems to get everything to work fine The settings below when added to my.ini or my.cnf have this effect […]
Uganda Web Developer Workshops: Rotary Style – Idea looking for Partners and Direction
This is an idea that has been growing in my mind, and I seem to finally have a handle on it. I have been a professional PHP web developer for the last 12 years, and have gone through the learning and transition cycles from learning a new language from Visual Basic 6 and MS Access […]
Doctrine 2 – Day 2 – Model Validation using Symfony Validator Service in Zend Framework
It is just Day 2 of my experiences in the trenches, regular work, had kept me from this but I managed to get some time to keep digging. As a followup to my Doctrine 2 – Day 1 – Commentary from the Trenches. The models are up and configured, and the unit testing is setup […]
State of PHP Feb 2012 – Symfony 2, Zend Framework 2, IDE Support, MySQL
There is just too much going on so I thought I should put these thoughts down so that I do not lose my mind from the excitement and anticipation that comes from things moving very fast and innovation being spured at a pace which is mind boggling. PHP In my opinion the stabilization of PHP […]
ORM Anti-pattern – Right conclusion, wrong reasons – Rebuttal
This is a rebuttal for Right conclusion, wrong reasons (http://bit.ly/oULuaz ) for an ORM being an anti-pattern. The main purpose of an ORM (Object Relational Mapper) is to fix the object-relational mismatch, which is a mismatch between how an object is treated differently by the object oriented and relational paradigms which are fundamental constructs in programming […]
MySQL Design and Administration Tools – Q1 2011
MySQL (http:/www.mysql.com), the web database formely fully open source, then bought by Sun for $1bn, which was then swallowed by the all mighty database giant Oracle (http://www.oracle.com) is finally growing up. From MySQL 5.0 with the introduction of views and stored procedures (terrible performance) to 5.1 which stabilized the features to 5.5 (the latest GA) version which […]
Google Need for “Page” Speed – The Web Developer’s Arsenal
Google the king of search has made the speed of websites and page loading a key actor in ranking. This coupled with the need to use 3rd party frameworks for front end development, like JQuery, MooTools, Scriptalicious, Yahoo YUI, to support the multitiude of browsers has a larger burden web developers. In true fashion however, […]
Virtual Machine – the New Way for Server Hardware?
On a client project, a new server has been provisioned 400GB HDD, 32GB RAM, Intel Xeon 5660 processor, CentOS 5 all in a virtual machine. The virtualization is transparent to us, so we can configure, restart it, back it up without any issues. Now we can test out running a MySQL database with all its […]