Written by Gregory Milby |
Tuesday, August 7th, 2012
5.4, deprecated, PHP, php.net, reference
Each major release of any framework can make someone begin to second guess what is still ‘current’. Hopefully this list of incompatible changes will help server as a reference so that you do not have a site fail due to deprecated code! Backward Incompatible Changes in PHP 5.4: (excerpt from the php.net site:) Although most [...]
Written by Gregory Milby |
Tuesday, April 19th, 2011
It seems like some people can just be near a book about something ‘new’, and somehow absorb enough of it to make do. Unfortunately, I am not one of those people. When learning something new, it’s my preference to be able to do some basic things (manipulating string, simple data structures, and basic-type operations with [...]
Written by Gregory Milby |
Saturday, March 12th, 2011
cheatsheet, example, JavaScript, jQuery
Have you ever noticed that when you lookup an example on google that you find a few hundred thousand, but never one that spills all the options? switches? parameters? It was starting to look like every jQuery ajax example was mysterious coming up with some new parameters. So, it seemed reasonable to share my quick [...]