![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have been putting slides and sometimes audio of seminars onto the web for a few years now. The script that I wrote to produce the webpages is starting to creak as more demands are placed on what it must do. At some point I shall have to find time to rewrite it cleanly. Having just discovered this newsgroup, I should be interested in critique of the output in its current state, particularly usability and accessibility. A reasonably representative seminar is: http://www.newton.cam.ac.uk/websemin...t/0803/forbes/ The top-level is: http://www.newton.cam.ac.uk/webseminars/ Some shortcomings I already know about are: * No height or width specified for images. I didn't know how to extract this data from files when I wrote the script. It should be a relatively simple addition. * Most images have been scaled to fit into an 800x800 bounding box. This, however, may entail scrolling on a 1024x768 display. Perhaps a 720x720 bounding box would be better? * Usually, full-size images in the html pages are linked to themselves (to enable one to remove the surrounding clutter). On rare occasions images are linked to much larger versions. However, no indication of this is given. I'm not even sure how one would do so. A comment about size in the ALT tag? * The "help" page is getting increasingly out of date. * No search form. At the moment, the only way to find a talk is to know where to look. It's on my list of things to do. I am also interested to see examples of how other places have gone about making presentations available online. About the only site I know of is: http://online.itp.ucsb.edu/online/ Pointers to other sites would be appreciated. Once we have a convenient way to record timing details, I hope to be able to provide a SMIL wrapper for synchronised streaming of audio and images. Should I assume critique of SMIL is outside the scope of this group? thanks, -jonathan It's behind the times. It'll be easier to |
#3
| ||||
| ||||
|
|
Having just discovered this newsgroup, I should be interested in critique of the output in its current state, particularly usability and accessibility. A reasonably representative seminar is: http://www.newton.cam.ac.uk/websemin...t/0803/forbes/ |
|
* Most images have been scaled to fit into an 800x800 bounding box. This, however, may entail scrolling on a 1024x768 display. Perhaps a 720x720 bounding box would be better? |
|
* Usually, full-size images in the html pages are linked to themselves (to enable one to remove the surrounding clutter). |
|
On rare occasions images are linked to much larger versions. However, no indication of this is given. I'm not even sure how one would do so. A comment about size in the ALT tag? |
#4
| |||||||||
| |||||||||
|
|
On 14 Sep 2004 18:38:20 GMT, jc254 (AT) newton (DOT) cam.ac.uk (Jonathan H N Chin) wrote: A reasonably representative seminar is: http://www.newton.cam.ac.uk/websemin...t/0803/forbes/ |
|
- ask yourself if you really need the frames (though I think you may have better reasons than some sites for keeping them). |
|
- you have provided an option to remove frames; I can't immediately see how to get them back if one wants the navigation frame again. |
|
- in e.g. http://www.newton.cam.ac.uk/websemin...orbes/008.html you have a lot of text rendered as an image. You could make this into actual text in a table, and then it would (a) be more accessible (b) load faster and (c) everyone could scale the text to the size they like to read. Similarly in section 006 all the text could actually be real HTML text. |
|
- you use etc for indentation; if you use CSS margin/padding the result is simpler and easier to maintain; similarly for use of <BR><BR> for vertical spacing. |
|
- given the small size of the pages here, I don't think I'd bother having the menu at both the top and bottom of the page - but that's a personal preference. |
|
* Usually, full-size images in the html pages are linked to themselves (to enable one to remove the surrounding clutter). |
|
I must say I found that a bit confusing when I clicked on the page to get back to it (from another window that was obscuring part of it), and the page suddenly changed. I suggest you don't do that. [...] |
|
images are linked to much larger versions. However, no indication of this is given. I'm not even sure how one would do so. A comment about size in the ALT tag? Better to make it a separate link: "Large version of diagram (700 kB)" |
#5
| |||
| |||
|
|
Jonathan H N Chin wrote: A reasonably representative seminar is: http://www.newton.cam.ac.uk/websemin...t/0803/forbes/ I am also interested to see examples of how other places have gone about making presentations available online. About the only site I know of is: http://online.itp.ucsb.edu/online/ Pointers to other sites would be appreciated. |
|
It's behind the times. It'll be easier to send you off for a read than to pick away at details when a paradigm shift is really needed. |
#6
| |||
| |||
|
|
mbstevens <NOXwebmasterx (AT) xmbstevensx (DOT) com> writes: Jonathan H N Chin wrote: A reasonably representative seminar is: http://www.newton.cam.ac.uk/websemin...t/0803/forbes/ I am also interested to see examples of how other places have gone about making presentations available online. About the only site I know of is: http://online.itp.ucsb.edu/online/ Pointers to other sites would be appreciated. It's behind the times. It'll be easier to send you off for a read than to pick away at details when a paradigm shift is really needed. As I say, I only know of one other site presenting similar material. To motivate the subject (as mathematicians say), it would be useful to have a concrete example of a site that isn't behind the times. Where are they hiding? |
![]() |
| Thread Tools | |
| Display Modes | |
| |