Beau Lebens
58p182 comments posted · 27 followers · following 3
6 days ago @ Dented Reality - The Final Countdown · 0 replies · +1 points
your travels have continued to treat you well and that perhaps we'll
cross paths again (in SF or otherwise!).
2 weeks ago @ Dented Reality - Web Service Authentica... · 0 replies · +1 points
2 weeks ago @ Dented Reality - Web Service Authentica... · 0 replies · +1 points
2 weeks ago @ Dented Reality - BackPress, Your New Be... · 0 replies · +1 points
3 weeks ago @ Dented Reality - A Day in the Andes · 1 reply · +1 points
It's horrible.
I need to get back into the outback and spend some time in the bush!
5 weeks ago @ Dented Reality - Inline Collapsed Conte... · 0 replies · +1 points
header or footer if you prefer (or if you're not already loading an
external JS file). Just make sure that you're loading jQuery as well,
and it should work just the same.
5 weeks ago @ Dented Reality - BackPress, Your New Be... · 0 replies · +1 points
covering that particular part of BackPress. Ideally I'd like to have
tutorials covering every "concept" available within BP, but that will
take some time to put together, obviously. Slowly, slowly!
6 weeks ago @ Dented Reality - BackPress, Your New Be... · 2 replies · +1 points
In the meantime, I have a project where I'm doing it something like this;
- load configuration file with database details similar to wp-config.php
- include a series of backpress files
- start doing custom app stuff
The second step there, in my case, involves loading these files (in this order);
require_once dirname( __FILE__ ) . '/backpress/functions.core.php';
require_once dirname( __FILE__ ) . '/backpress/class.wp-error.php';
require_once dirname( __FILE__ ) . '/backpress/class.bpdb.php';
require_once dirname( __FILE__ ) . '/backpress/functions.formatting.php';
require_once dirname( __FILE__ ) . '/backpress/class.wp-taxonomy.php';
require_once dirname( __FILE__ ) . '/backpress/functions.wp-taxonomy.php';
require_once dirname( __FILE__ ) . '/backpress/functions.plugin-api.php';
require_once dirname( __FILE__ ) . '/backpress/loader.wp-object-cache.php';
depending on what you're doing, you'd definitely be able to leave out a bunch of them, probably everything from wp-taxonomy onwards (perhaps also formatting).
Keep an eye out here for the tutorial I'll post with more/better detail :)
6 weeks ago @ Dented Reality - BackPress, Your New Be... · 0 replies · +1 points
We may also offer downloadable ZIP/TAR.GZ files at some point, but right now we don't because the library is still maturing as a project of its own, so it doesn't make too much sense (there are no specific version numbers or "releases" in the common sense).
6 weeks ago @ IntenseDebate Blog - Now Available: Czech, ... · 0 replies · +1 points
but if you'd like to help out, please email labs@intensedebate.com and
let us know!
Experiment