Auto-discovery of OpenSim Simulator Creations

Update: After poking around the Microformats Wiki, I’ve altered my proposal slightly to use the enclosure value. Timeless Prototype With the recent increase in OpenSim usage, the natural progression will be for people to offer entire simulator creations for download. What we now need is a searchable tag to easily find such downloadable simulators. I’m [...]

PHP5 LLSD Parser example

I recently committed my LLSD parser to the public SVN server, after someone posted on the RegAPI mailing list asking for a LLSD parser that worked under PHP5.First the example script, then a step by step explanation of the output. 01< ?php02header(’Content-Type:text/plain’); # makes it easier to read the output03define(’UHU_DEBUG_MODE’,true); # enables extended error reporting04define(’UHU_ERROR_AS_EXCEPTION’,true); [...]

pure CSS3 tree navigation

Here’s a little something I put together earlier- tree/branch style navigation, powered entirely by CSS3 selectors, using valid XHTML 1.1 Strict code. It seems to work in every browser, though IE7 doesn’t seem to support the coolest feature- the ability to have the page keep branches open while you navigate through branches higher up the [...]