PHP 5.4 vs 5.3 Difference = What To Watch Out For When Coding With New Version of PHP

Written by Gregory Milby | Tuesday, August 7th, 2012
, , , ,

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 [...]

1 Comment

jQuery tmpl() Part 1. (The No Nonsense Version For New jQuery Templates)

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 [...]

4 Comments

SQL SELECT Clause Order Cheat Sheet & Other Opinionated Site Building Tips

Written by Gregory Milby | Monday, April 11th, 2011

Have you ever been building a SQL statement, and tried to remember which order your, “ORDER BY” goes in.  This short quick reference saves me some time – it’s not difficult, but if you’re like me, and do not use it everyday – it’s cumbersome to remember. These are the “mostly used” statements: FROM (Table [...]

No Comments