Jon B
05-21-2003, 10:45 PM
I would like to start a challenge based on a cool idea I've had - trouble is I'm not a good coder and have none of my own examples to post.
The idea comes from dynamic file trees, you see I have this php script that pulls out all files from my website into an array (php array). For useability purposes I wanted to put this info into a explorer type file tree as an aid to navigation on my site. Whilst working on this I was struck with what I consider an interesting idea:
Basically take the term 'tree' literally and actually dynamically construct a three dimensional file tree that looks like an actual tree in structure. I had seen this code competition before where somebody created a random 3d rotating tree like object and I was thinking it would be cool to create a dynamic tree that actual has it's roots in the hosting site's contents. Sorry for the pun.
Does that constitute a challenge? it is something that is just for kicks, I'm not sure of it's practical benefits other than the fact that it'd look cool.
Please can a moderator check this and remove it if necessary. Just see if it's worthy.
Thanks,
Jon
The idea comes from dynamic file trees, you see I have this php script that pulls out all files from my website into an array (php array). For useability purposes I wanted to put this info into a explorer type file tree as an aid to navigation on my site. Whilst working on this I was struck with what I consider an interesting idea:
Basically take the term 'tree' literally and actually dynamically construct a three dimensional file tree that looks like an actual tree in structure. I had seen this code competition before where somebody created a random 3d rotating tree like object and I was thinking it would be cool to create a dynamic tree that actual has it's roots in the hosting site's contents. Sorry for the pun.
Does that constitute a challenge? it is something that is just for kicks, I'm not sure of it's practical benefits other than the fact that it'd look cool.
Please can a moderator check this and remove it if necessary. Just see if it's worthy.
Thanks,
Jon