Web 2.0 technologies in Student Assessment
Below should show up the wave (that is, if you have a Google Wave account), about a piece I am writing for a course on PhD Supervision I am following. The aim is to dig up old standards and how they apply to Web 2.0 technologies, including wikis, waves, blogs, source code repositories etc.
Update: there seems to be some problems even for those who have a wave account to load the wave. Not sure why that is happening. I’m using the Madoqua robot; should I be using something else?
Update: this technology is long gone, and I replaced the whitespace with displaying the underlying HTML as a code block:
<div id="wave1" style="width: 500px; height: 420px;"></div>
<script type="text/javascript">
var wave = new WavePanel('https://wave.google.com/wave/');
wave.setUIConfig('white', 'black', 'Arial', '13px');
wave.loadWave('googlewave.com!w+2gYDmL7eA');
wave.init(document.getElementById('wave1'));
</script>