Drupal Discussions
Posted March 1st, 2009 by peteRecent discussions in which I've participated at Drupal.org
Drupal 6 Teasers: Buggy as Ever
Posted March 1st, 2009 by peteDrupal 6 has introduced quite a few changes that make previously tedious programming tasks a breeze, through better code modularization and a slightly more granular API.
"Babysitting Broken Code"
Posted February 17th, 2009 by peteAn interesting comment was posted as a reply to a Panels 3 bug thread at Drupal.org -- in short, I had suggested that the bug would have been a lot easier to track down if Drupal had better core-level
Drupal: WYSIWYG/TinyMCE + JS Aggregation
Posted January 25th, 2009 by peteA minor victory over a nagging issue: how to get the WYSIWYG module, and/or TinyMCE 3, to work with the Javascript aggregation module (in Drupal 5)/feature (in Drupal 6)?
Unleashing Dynamic Data in 3D and Beyond
What's so Hard about 3D?
Most computer users are accustomed to viewing things in two dimensions, despite the great potential that three-dimensional visualizations have for a richer and more intuitive user experience. So why not 3D?
One problem with 3D is that, well, you can't just flip a switch and generate a 3D scene. Typically, you'll need to know how big all the objects are, where they are in the scene, etc. There's where "Unleashing Dynamic Data in 3D and Beyond" comes in.
Pete Stein