November 16, 2007
The seven rules of Unobtrusive JavaScript
Chris Heilmann, over at wait-till-i.com is doing a workshop at the Paris Web Conference on unobtrusive JavaScript and covering his “Seven rules of Unobtrusive JavaScript” Do not make any... Keep reading
November 16, 2007
Codeigniter—connect to multiple databases
So it took me a little while to figure it out so I was happy but this is my solution:
There is a bug in using multiple connections in system/database/DB_Driver.php
about line...
Keep reading
November 9, 2007
10 important lessons
Mark Baterson, Pastor of National Comminity Church in the States, posted a list of “The Ten Most Important Lessons I’ve Learned Over the Past Ten Years”. I rather like them: Pray ridiculous... Keep reading
November 6, 2007
Calling properties dynamically in PHP
I often forget how useful curly brackets can be. For example from within a double quoted string you can do more than basic variable replacement. But a use that is not seen as commonly is the ability... Keep reading