Poll: Keep going? (6 member(s) have cast votes)
Should I keep working on this?
Yay
(3 votes [50.00%] - View)
$('l_voters_1_1').observe('click', ipb.topic.showVoters.bindAsEventListener( this, 1, 1 ) );
if( Object.isUndefined( ipb.topic.poll[ 1 ] ) ){
ipb.topic.poll[ 1 ] = [];
}
var users = "";
users += "<a href='http://www.ambrosiasw.com/forums/index.php?s=7f55711b67dbd5d1e5d15a003c69918f&showuser=99004'>nil0bject</a> , ";
users += "<a href='http://www.ambrosiasw.com/forums/index.php?s=7f55711b67dbd5d1e5d15a003c69918f&showuser=17938'>ScratSkinner</a> , ";
users += "<a href='http://www.ambrosiasw.com/forums/index.php?s=7f55711b67dbd5d1e5d15a003c69918f&showuser=5846'>General Cade Smart</a> ";
ipb.topic.poll[ 1 ][ 1 ] = { name: "Yay", users: users};
Percentage of vote: 50.00%
Nay
(3 votes [50.00%] - View)
$('l_voters_1_2').observe('click', ipb.topic.showVoters.bindAsEventListener( this, 1, 2 ) );
if( Object.isUndefined( ipb.topic.poll[ 1 ] ) ){
ipb.topic.poll[ 1 ] = [];
}
var users = "";
users += "<a href='http://www.ambrosiasw.com/forums/index.php?s=7f55711b67dbd5d1e5d15a003c69918f&showuser=28742'>DarthKev</a> , ";
users += "<a href='http://www.ambrosiasw.com/forums/index.php?s=7f55711b67dbd5d1e5d15a003c69918f&showuser=7579'>EVWeb</a> , ";
users += "<a href='http://www.ambrosiasw.com/forums/index.php?s=7f55711b67dbd5d1e5d15a003c69918f&showuser=122554'>pdillon3</a> ";
ipb.topic.poll[ 1 ][ 2 ] = { name: "Nay", users: users};
Percentage of vote: 50.00%
For those interested, I've created a way to upload resource fork data to an online web service.
http://resourceforks.herokuapp.com/
Notice I have already uploaded some override data files. The plan is to create editors for this data, which basically means you could create an escape velocity plugin online.
I have already added viewing of PICT resources:
http://resourceforks.../resources/4819
The apps to upload the data are only for OS 8 and 9 or PPC OS X. Intel mucks stuff up and I don't have time to fix.
You can download the apps here(nb. they are still a work in progress):
Classic: https://dl.dropboxus...8Classic%29.sit
OS X: https://dl.dropboxus...20%28OSX%29.sit
I'd like to know if this is something people would be interested in, so I can decide if I should keep working on it.
Thanks
This post has been edited by nil0bject : 01 January 2014 - 08:52 AM