Blog

Not sure why, but I get this sinking fee…

Not sure why, but I get this sinking feeling that I REALLY REALLY want to have the site redesigned (with our colors) to look like the current wordpress.org in terms of the Site Header, pretty content formatting, and footer. Not looking to use bbPress, the Plugin/Theme directory, or Documentation system — those would all be …

Read more

Function Coding Standard

Just wondering, anyone prefer one over the other? I feel the first offers an easier lookup via Find if you just type in “function_name (” Suggested way: function function_name ($var, $var) { Current way: function function_name($var, $var) {