'class Of 58
Home
Pictures
'class Of 58, including 'class of 58 in my blog, any mentions of 'classs 0f 58 in my family tree and 'class of 58 in Folkestone.
Blog / forum etc:
Nov17
Found the source of my problem with internet explorer, it's with
var c = obj.getAttribute('class');need to replace it with
var c = getAttribute(obj,'class');
function getAttribute( elm, aname ) {
var avalue = elm.getAttribute( aname );
if ( ! avalue ) {
for ( var i = 0; i < elm.attributes.length; i ++ ) {
var taName = elm.attributes[i].name.toLowerCase();
if ( taName == aname ) {
avalue = elm.attributes[i].value;
}
}
}
return avalue;
}
Not sure why internet explorer isn't picking up getAttribute reliably, but it's not. Had to rewrite setAttribute in a similar way too. Oh yeah, very first search result above solves things in a much smarter way...
SO, hopefully, when this page loads a script runs through it checking for posts older than your last visit (currently only logging the last time you posted), and shrinking them down. It pops some admin links into posts too, but you'd only see them if you were logged in. Source code is here, not that it's terribly useful to anyone. Known bugs right now are the multiple + and - links being attached to replies to replies, and I need to check the date of the latest reply to a post, instead of just the date of the message, and I don't really want to shrink a post down if it's the only one on a page. Probably want to leave the first post expanded if they following the rules above shrinks them all down too... It's a laugh though innit...
UPDATE: WOO, my little icons line up nicely now on my AJAX popup database selector thing that I use all over the shop... go play popex or join popex or go to add a new event to the Folkestone Gerald calendar to see it slotting neatly into place.
Inspired by this I'm off to do more AJAX!
2005 :: Comment / reply
Also there's an xml feed of 'class of 58, a JSON feed, and a KML feed of 'class of 58 , search my 'class of 58 venue info, 'class of 58 on Your Folkestone.
Hope you found what you're looking for, if not please leave a message about "'class of 58".
Add 'class of 58 as a venue here, help me out, and the next person.
Google the site here

