I recently attended PHP Matsuri 2010 and gave a presentation and workshop on CakePHP for the Japanese community. I was surprised to find the massive amount of plugins and resources they have created internally that are otherwise undiscovered or not well known in the larger community.
One of the plugins that was described to me was a panel that listed all the rendered elements for a page, so that designers and developers alike could see exactly what elements were being rendered for that page that is displayed. A very cool idea, and one that might be worthwhile building into DebugKit. I explained that there is something similar in DebugKit, that shows where elements start and finish. Again, to my surprise, no-one was aware of this handy little feature, so I'm going to explain it briefly.[ read full post > ]
