Outward Visibility
July 6th, 2008So this site, as I might have said a few (?!) times, is a closed space. You can;t get in to see things unless you’re a student/member of staff … which is done for specific reasons (that I might also have said). Anyway. Whatever.
The thing is, for it to be a success, there has to be some benefit in participating in the enclosed social network. I mean, what’s the point of whacking your work onto a website, if you can’t (a) do anything with it afterwards, or (b) if nobody is going to look at it.
Obviously, with a site geared around student work, the obvious reason for uploading is as a portfolio, and for peer/staff feedback. But it occurs to me that there are other benefits from sharing - or at least, there should be.
One of the things that I haven’t yet properly implemented, is little easy cut-n-paste code sections, that let you place the work on an external site (you know, like Flickr and YouTube let you). THe old version used to have that feature, and for the life of me the only reason I haven’t written such a simple thing so far (I think) is because I can’t think where to put them on the page, without destroying the so-far-lovely aesthetic.
(Style over content, as I’m perpetually accused of)
But the other thing that I really must get around to writing, is the ability to link your profile on the site to profiles on other sites. For example, images uploaded need to have the ability (even if not taken advantage of) to go to Flickr as well. Videos should be possibly squirted onto YouTube at the same time. Links should plop themselves onto del.icio.us.
And, of course, the other way around. If I upload something to Flickr, then it should find its way into my portfolio. (If I want it to)
It’s not a hard thing — all of those sites have perfectly-well documented APIs that I can take advantage of. All I have to do is write a section that will link with their individual authentication APIs and let me say “Oh hi, this person has an account on your site. Let’s share”
The privacy concerns of the site are about creating a ’safe’ environment for experimentation, but we should (I feel) give students the opportunity to share their work with an outside audience, if they want to.
And the lovely thing is, I’ve done similar code before. I just have to remember how…


