PHP object graph visualizer

koriym/print_o is an object graph visualizer for PHP.  Here’s a Wikipedia answer to the question of “What is an object graph?”:

Object-oriented applications contain complex webs of interrelated objects. Objects are linked to each other by one object either owning or containing another object or holding a reference to another object. This web of objects is called an object graph and it is the more abstract structure that can be used in discussing an application’s state.

This tool is similar to some of my GraphViz tools (CakePHP model visualization with GraphViz, and PHP class inheritance with GraphViz), but it’s a lot more generic, and looks like a lot more powerful.

EU : Compensation of employees per hour worked

Eurostat reports the compensation of employees per hour worked.  This includes 28 member countries of the European Union, and the data for the last 10 years.

Cyprus stands at 14.3 EUR (that’s 2,288 EUR per month, given 40 hour working weeks) , slightly up from 13.9 EUR ten years ago.

Lesser known CSS quirks & advanced tips

Lesser known CSS quirks & advanced tips” is a collection of some really weird CSS features and behaviors.  These are good to know, as sometimes they can shed some light on strange results or help with implementation of a particular design feature, where no other options are applicable.