Tag Archives: Programming
PHP – Sort a Multi-dimensional Array by Value for a Key

PHP – Sort a Multi-dimensional Array by Value for a Key

Here’s a problem I’ve run into a time or two with sorting arrays. I had a multi-dimension array that I needed to sort on a the values for a specific key (“name” in this case). This array is similar to what you would get back from a mysql database query when you use ARRAY_A to [...]

Read full story Comments { 1 }

WordPress: Code Formatting Plugin for your Blog

Sometimes my Googling skills are not what they ought to be.  I searched high and low for a code formatter for this blog, but for some reason I couldn’t come up with the search terms.  Seriously, in the real world, only a demented nerd would drool over the code presentation on other people’s blogs…but there [...]

Read full story Comments { 1 }