You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(41) |
May
(353) |
Jun
(133) |
Jul
(534) |
Aug
(401) |
Sep
(219) |
Oct
(86) |
Nov
(144) |
Dec
(61) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(200) |
Feb
(130) |
Mar
(345) |
Apr
(153) |
May
(247) |
Jun
(338) |
Jul
(222) |
Aug
(70) |
Sep
(39) |
Oct
(27) |
Nov
(76) |
Dec
(30) |
2007 |
Jan
(81) |
Feb
(44) |
Mar
(9) |
Apr
|
May
(3) |
Jun
(2) |
Jul
(34) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
(6) |
2008 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Alistair Y. <ali...@sm...> - 2006-04-06 14:26:24
|
I don't think you could construe this as "releasing" email addresses Paul. The emails are never displayed. When the tool does it's work, it gets them dynamically. Alistair On 6 Apr 2006, at 15:05, Paul Davis wrote: > Have you looked at the DPA implications of this? You are effectively > releasing email addresses without asking user permissions. Some of > our > groups could run to a couple of hundred people or more > > Paul > > ---------------------------------------------------------------------- > --- > Dr Paul V Davis > Acting Head, Learning Technologies Group > Project Manager, WebLearn ( Oxford's version of Bodington.org) > Oxford University Computing Services > 13 Banbury Road, Oxford, OX2 6NN > Tel: 01865 283414 > > > > > > -----Original Message----- > From: bod...@li... > [mailto:bod...@li...] On Behalf Of > Antony Corfield > Sent: 06 April 2006 14:50 > To: bod...@li... > Subject: [Bodington-developers] Group email > > Naomi has been working on functionality to allow users to email all > (and individual) members of groups that they belong to. The list of > groups is found by the following select statement: > > Group.findGroups("name like '" + zonePrefix + ".%' and group_id in > (select group_id from members where user_id=" + > user.getUserId().intValue() + ")"); > > at uhi e.g. students and staff are in the 'uhi' zone so this will > ignore bodington default groups (allusers, allstaff... etc.) and > localgroup.owners/adhoc. This is pretty general so could I guess go > into head. Have a look at http://www.dev.clan.uhi.ac.uk/site/ - login > uhistdnt3/uhistdnt3. > > The tricky bit is presenting groups in a logical way. E.g. we have > uhi.uh.upel70309.staff and uhi.uh.upel70309.students > (zone.faculty.module.*) so we have some String searching to find the > corresponding group name depending whether the user is staff or > student > and presenting the user with the option of selecting staff or student > for a given group. This wouldn't be so easy to generalise but could > possibly be done with a regx set in template or bodington.properties - > depends of course on how an institution names groups and if this is > consistent. However, it's not essential and all groups could just be > presented with full description. > > Any interest in this functionality out there? Any suggestions? > > Cheers, > Antony > > -- > Antony Corfield, UHI > e-Frameworks developer > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the > live webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the > live webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Matthew B. <mat...@ou...> - 2006-04-06 14:07:52
|
Antony Corfield wrote: > We have latest (06/04/06) running and doing some testing at > http://www.dev.bodington.uhi.ac.uk/site/ - use usual sysadmin login. > Matthew, I mentioned that Sean was keen to get user tracking/logging > could this go into head as is, John Smith could then trial this up here > also. Just in the process of doing a WebLearn release at the moment so things are a little hectic. I'll look at it when it's all quietened down. -- -- Matthew Buckett, VLE Developer -- Learning Technologies Group, Oxford University Computing Services -- Tel: +44 (0)1865 283660 http://www.oucs.ox.ac.uk/ltg/ |
From: Colin T. <col...@ou...> - 2006-04-06 14:07:48
|
Antony Corfield wrote: > We have latest (06/04/06) running and doing some testing at > http://www.dev.bodington.uhi.ac.uk/site/ - use usual sysadmin login. > Matthew, I mentioned that Sean was keen to get user tracking/logging > could this go into head as is, John Smith could then trial this up here > also. > > How do people feel about getting a Bod release out soon?... We're pretty much heads down getting a new WebLearn version tested for release on Tuesday. There are quite a few things that need fixing/tweaking/testing on Bod HEAD, so I feel a release may still be a way off... Colin -- ____________________________________ Colin Tatham VLE Team Oxford University Computing Services http://www.oucs.ox.ac.uk/ltg/vle/ http://bodington.org |
From: Paul D. <pau...@ou...> - 2006-04-06 14:05:21
|
Have you looked at the DPA implications of this? You are effectively releasing email addresses without asking user permissions. Some of our groups could run to a couple of hundred people or more Paul ------------------------------------------------------------------------- Dr Paul V Davis Acting Head, Learning Technologies Group Project Manager, WebLearn ( Oxford's version of Bodington.org) Oxford University Computing Services 13 Banbury Road, Oxford, OX2 6NN Tel: 01865 283414 -----Original Message----- From: bod...@li... [mailto:bod...@li...] On Behalf Of Antony Corfield Sent: 06 April 2006 14:50 To: bod...@li... Subject: [Bodington-developers] Group email Naomi has been working on functionality to allow users to email all (and individual) members of groups that they belong to. The list of groups is found by the following select statement: Group.findGroups("name like '" + zonePrefix + ".%' and group_id in (select group_id from members where user_id=" + user.getUserId().intValue() + ")"); at uhi e.g. students and staff are in the 'uhi' zone so this will ignore bodington default groups (allusers, allstaff... etc.) and localgroup.owners/adhoc. This is pretty general so could I guess go into head. Have a look at http://www.dev.clan.uhi.ac.uk/site/ - login uhistdnt3/uhistdnt3. The tricky bit is presenting groups in a logical way. E.g. we have uhi.uh.upel70309.staff and uhi.uh.upel70309.students (zone.faculty.module.*) so we have some String searching to find the corresponding group name depending whether the user is staff or student and presenting the user with the option of selecting staff or student for a given group. This wouldn't be so easy to generalise but could possibly be done with a regx set in template or bodington.properties - depends of course on how an institution names groups and if this is consistent. However, it's not essential and all groups could just be presented with full description. Any interest in this functionality out there? Any suggestions? Cheers, Antony -- Antony Corfield, UHI e-Frameworks developer ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Bodington-developers mailing list Bod...@li... https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Antony C. <an...@sm...> - 2006-04-06 13:55:22
|
We have latest (06/04/06) running and doing some testing at http://www.dev.bodington.uhi.ac.uk/site/ - use usual sysadmin login. Matthew, I mentioned that Sean was keen to get user tracking/logging could this go into head as is, John Smith could then trial this up here also. How do people feel about getting a Bod release out soon?... Antony -- Antony Corfield, UHI e-Frameworks developer |
From: Antony C. <an...@sm...> - 2006-04-06 13:50:44
|
Naomi has been working on functionality to allow users to email all (and individual) members of groups that they belong to. The list of groups is found by the following select statement: Group.findGroups("name like '" + zonePrefix + ".%' and group_id in (select group_id from members where user_id=" + user.getUserId().intValue() + ")"); at uhi e.g. students and staff are in the 'uhi' zone so this will ignore bodington default groups (allusers, allstaff... etc.) and localgroup.owners/adhoc. This is pretty general so could I guess go into head. Have a look at http://www.dev.clan.uhi.ac.uk/site/ - login uhistdnt3/uhistdnt3. The tricky bit is presenting groups in a logical way. E.g. we have uhi.uh.upel70309.staff and uhi.uh.upel70309.students (zone.faculty.module.*) so we have some String searching to find the corresponding group name depending whether the user is staff or student and presenting the user with the option of selecting staff or student for a given group. This wouldn't be so easy to generalise but could possibly be done with a regx set in template or bodington.properties - depends of course on how an institution names groups and if this is consistent. However, it's not essential and all groups could just be presented with full description. Any interest in this functionality out there? Any suggestions? Cheers, Antony -- Antony Corfield, UHI e-Frameworks developer |
From: Alistair Y. <ali...@sm...> - 2006-04-03 13:55:19
|
oh dear ( 2006-04-03 05:55:21 - Project CVS Service ) On 2006-03-30 the developer CVS server had a substantial system failure. Due to the implementation of the CVS service, there is a single point of failure with multiple points of recovery (there is more than one data source we could potentially recover from if there is any data loss as a result of the failure). This outage currently affects developer CVS access directly, but we have disabled tarball updates and data syncs from the developer CVS server to the anonymous pserver/ViewCVS hosts as an additional level of precaution. Our main focus since the outage was detected has been to safegaurd all data on the developer CVS server as well as possible. We are currently attempting to backup the data on the host, which is taking longer than we initially anticipated it would, but is a necessary step to fully safegaurd the host's data. Next, we are going to perform some data validation to ensure the data set appears valid. Pending successful completion of those steps, we'll reenable developer CVS access. A few days after, we'll reenable CVS tarballs and syncs to anonymous CVS. In the mean time, we're currently advancing plans for a CVS architecture change based upon the knowledge we gained during Subversion deployment to eliminate the single point of failure that developer CVS currently has, add horizontal scalability and overall service resiliance. However, we still do not have an estimate on when developer CVS services will be restored, but we have been, and currently are actively working to restore access to CVS. We appreciate your patience with us while we work to properly resolve this major outage. --=20 Alistair Young Senior Software Engineer UHI@Sabhal M=F2r Ostaig Isle of Skye Scotland |
From: Adam M. <ada...@co...> - 2006-04-03 10:55:08
|
Havent been awble to get through since thursday. adam In message <492...@po...> bod...@li... writes: > is anyone else having trouble with sf ssh developer access? I haven't b= een > able to connect for the last 3 days. Knowing sf's level of service, thi= s > doesn't surprise me. Just want to make sure it's not my machine. >=20 > ta, >=20 > Alistair >=20 >=20 > --=20 > Alistair Young > Senior Software Engineer > UHI@Sabhal M=F2r Ostaig > Isle of Skye > Scotland >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting lang= uage > that extends applications into web and mobile media. Attend the live we= bcast > and join the prime developer group breaking into this new coding territ= ory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=110944&bid$1720&dat=12164= 2 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers >=20 --=20 -- Dr AC Marshall (Bodington developer) OUCS, 13, Banbury Rd. Oxford. OX2 6N= N Cheese of the month: Smoked Wensleydale |
From: Matthew B. <mat...@ou...> - 2006-04-03 09:21:40
|
Alistair Young wrote: > is anyone else having trouble with sf ssh developer access? I haven't been > able to connect for the last 3 days. Knowing sf's level of service, this > doesn't surprise me. Just want to make sure it's not my machine. From their RSS news service: Project CVS Service - 2006-03-31 07:00:01 By mo...@so... (Jacob Moorman) On 2006-03-30 the developer CVS server had a hardware issue that required us to take the service offline. We are actively working on this problem and hope to have it back up soon. There is not a current estimate for the duration of this outage, but when we get one, it will be posted on the site status page (this page). We currently expect this outage to last 48 hours, at minimum. http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1#1143722250 Link doesn't seem to work.... -- -- Matthew Buckett, VLE Developer -- Learning Technologies Group, Oxford University Computing Services -- Tel: +44 (0)1865 283660 http://www.oucs.ox.ac.uk/ltg/ |
From: Alistair Y. <ali...@sm...> - 2006-04-03 09:12:19
|
is anyone else having trouble with sf ssh developer access? I haven't bee= n able to connect for the last 3 days. Knowing sf's level of service, this doesn't surprise me. Just want to make sure it's not my machine. ta, Alistair --=20 Alistair Young Senior Software Engineer UHI@Sabhal M=F2r Ostaig Isle of Skye Scotland |
From: Paul D. <pau...@ou...> - 2006-03-30 11:26:23
|
Unlikely - the comment on how the trial had progressed was "Don't have time to do test" It did cross my mind... Paul ------------------------------------------------------------------------- Dr Paul V Davis Acting Head, Learning Technologies Group Project Manager, WebLearn ( Oxford's version of Bodington.org) Oxford University Computing Services 13 Banbury Road, Oxford, OX2 6NN Tel: 01865 283414 -----Original Message----- From: bod...@li... [mailto:bod...@li...] On Behalf Of Jon Maber Sent: 28 March 2006 21:22 To: bod...@li... Subject: Re: [Bodington-developers] Spanish Bodington Do you think that contact might be interested in supporting a translation project? Jon Paul Davis wrote: >I've just done something I'd been promising for a while - a follow-up to >people who had received a demo CD or download. It came to about 180 valid >names since we took over in August last year - by valid I took out >duplicates and obvious mistooks. >One response was along the lines of "It looks good, but I'd be even more >interested if it was in Spanish" > >Paul |
From: Paul D. <pau...@ou...> - 2006-03-29 16:08:15
|
I'm sure we could provide a gig or two of log files for you to work = through ;-) Paul -------------------------------------------------------------------------= Dr Paul V Davis Acting Head, Learning Technologies Group Project Manager, WebLearn ( Oxford's version of Bodington.org) Oxford University Computing Services 13 Banbury Road, Oxford, OX2 6NN Tel: 01865 283414 -----Original Message----- From: bod...@li... [mailto:bod...@li...] On Behalf Of = Sean Mehan Sent: 29 March 2006 14:25 To: bod...@li... Cc: bod...@li... Subject: Re: [Bodington-developers] Spanish Bodington <quote who=3D"Alistair Young"> > Thanks for your kind comments Jon :) > > The i18n only works for xml templates though. If someone needed the = whole > site in Spanish it would mean a lot of conversion to new style = templates. > > Then again, that was one of my many jobs, to identify the most used = ones > from the logs... > > -- but then again, on further reflection, it makes most sense to see this done from a large user base, (testing most frequent access) on the = latest release, so that pushes it to ox, non? s ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting = language that extends applications into web and mobile media. Attend the live = webcast and join the prime developer group breaking into this new coding = territory! http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 _______________________________________________ Bodington-developers mailing list Bod...@li... https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Jon M. <jo...@te...> - 2006-03-29 15:58:47
|
Regarding ctrl+ that's what I was refering to when I mentioned users setting large fonts. In the old design it didn't matter much because the title frame was much simpler - icons on left, icons on right, title of resource in the middle. The frame was sized to fit the icons and for average size text the height of the frame was 3 times the height of the text. Therefore the font could be increased to 300% and still fit the title into one line. Now the frame is more cramped and there is stuff below the title and icons which can get pushed down. I think this can be improved a lot on the present design with better use of CSS styling. For example, there seems to be a top margin or padding that for big text gets very very big so not even the first line of the title remains visible. So, set the top margin and padding to zero or fixed measure in pixels. Also the grey bpx needs to be set to a fixed height so that large text is clipped rather than push the white area down. By the way having the top as a frame does have some uses for accessibility (as long as the user knows how to properly configure their browser). Also, does it matter that IFRAME is only available in the loose DTD, not strict? Jon Owen Davies wrote: > i think this idea has been banded around here, seem to remember > matthew suggesting something along these lines. certainly makes sense > as there is no good reason for the top section to be a frame. > > owen > > > ----- Original Message ----- From: "Peter Crowther" > <Pet...@me...> > To: <bod...@li...> > Sent: Wednesday, March 29, 2006 3:42 PM > Subject: RE: [Bodington-developers] frame query > > >> From: Peter Crowther >> the prices one pays for trying to >> use frames in a page design with variable-sized elements. > > > Thinking on (and thinking aloud, beware half-baked ideas in this > email)... If the main page were to be redesigned as a standard HTML page > with a div containing an iframe, it could look (and behave) very > similarly, but the iframe could be sized based on the remaining space on > the page after the top border had taken space. So: > > <html> > ... > <body> > <div id="top"> > ... Contents of current top frame... > </div> > <div id="main"> > <iframe width="100%" height="100%" src="..."/> > </div> > </body> > </html> > > Then standard CSS - or tables - could be used to size the top and main > divs. > > - Peter > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |
From: Peter C. <Pet...@me...> - 2006-03-29 15:05:08
|
> From: Owen Davies > more of an issue than fonts is the ctrl + '+' problem on=20 > firefox etc. Yep. The only way of fixing that is for the browser to be aware that the size of the container is set by the content - which means the container for the top bar cannot be a frame, it must be a table cell or a div. Hence my comments about an iframe. - Peter |
From: Owen D. <owe...@ou...> - 2006-03-29 15:02:31
|
i think this idea has been banded around here, seem to remember matthew suggesting something along these lines. certainly makes sense as there is no good reason for the top section to be a frame. owen ----- Original Message ----- From: "Peter Crowther" <Pet...@me...> To: <bod...@li...> Sent: Wednesday, March 29, 2006 3:42 PM Subject: RE: [Bodington-developers] frame query > From: Peter Crowther > the prices one pays for trying to > use frames in a page design with variable-sized elements. Thinking on (and thinking aloud, beware half-baked ideas in this email)... If the main page were to be redesigned as a standard HTML page with a div containing an iframe, it could look (and behave) very similarly, but the iframe could be sized based on the remaining space on the page after the top border had taken space. So: <html> ... <body> <div id="top"> ... Contents of current top frame... </div> <div id="main"> <iframe width="100%" height="100%" src="..."/> </div> </body> </html> Then standard CSS - or tables - could be used to size the top and main divs. - Peter ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642 _______________________________________________ Bodington-developers mailing list Bod...@li... https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Owen D. <owe...@ou...> - 2006-03-29 14:44:23
|
more of an issue than fonts is the ctrl + '+' problem on firefox etc. the login information disappears after a couple of taps. if users have their browsers set to enlarge text before they view a page they won't know that content is missing... owen ----- Original Message ----- From: "Peter Crowther" <Pet...@me...> To: <bod...@li...> Sent: Wednesday, March 29, 2006 3:35 PM Subject: RE: [Bodington-developers] frame query > From: Jon Maber > Can frame sizes be specified in units of em? No. Percentage of total space, number of pixels, or ratio of this frame to other frames. Ems are only relevant once you know what font you're dealing with, and framesets are unaware of this. However, it might be possible to devise a piece of Javascript that hacked at the size of the frame after the top bar had loaded... You'd get a nasty resize effect if you weren't careful, and it wouldn't work on downlevel browsers, but those are the prices one pays for trying to use frames in a page design with variable-sized elements. - Peter ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642 _______________________________________________ Bodington-developers mailing list Bod...@li... https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Peter C. <Pet...@me...> - 2006-03-29 14:42:56
|
> From: Peter Crowther > the prices one pays for trying to > use frames in a page design with variable-sized elements. Thinking on (and thinking aloud, beware half-baked ideas in this email)... If the main page were to be redesigned as a standard HTML page with a div containing an iframe, it could look (and behave) very similarly, but the iframe could be sized based on the remaining space on the page after the top border had taken space. So: <html> ... <body> <div id=3D"top"> ... Contents of current top frame... </div> <div id=3D"main"> <iframe width=3D"100%" height=3D"100%" src=3D"..."/> </div> </body> </html> Then standard CSS - or tables - could be used to size the top and main divs. - Peter |
From: Peter C. <Pet...@me...> - 2006-03-29 14:35:47
|
> From: Jon Maber > Can frame sizes be specified in units of em? No. Percentage of total space, number of pixels, or ratio of this frame to other frames. Ems are only relevant once you know what font you're dealing with, and framesets are unaware of this. However, it might be possible to devise a piece of Javascript that hacked at the size of the frame after the top bar had loaded... You'd get a nasty resize effect if you weren't careful, and it wouldn't work on downlevel browsers, but those are the prices one pays for trying to use frames in a page design with variable-sized elements. - Peter |
From: Jon M. <jo...@te...> - 2006-03-29 14:27:23
|
The top frame is a bit more tricky - ideally it should never need a scroll bar because it's going to look bad. On the other hand with the recent redesign it's got less unused space. An additional problem is that users may set different font sizes which may make it even more cramped. Can frame sizes be specified in units of em? It might be a good idea if it's size was relative to the font size. Really you want a more complex size calculation based on the greater of (the icon size in pixels plus a margin) and (the height of a couple of lines of text in ems.) Jon Owen Davies wrote: > brill. just what i wanted to hear. > > does the same apply to the top frame? our login info has a nasty habit > of disappearing when the text size is increased in a browser. > > owen > > ----- Original Message ----- From: "Jon Maber" <jo...@te...> > To: <bod...@li...> > Sent: Wednesday, March 29, 2006 2:05 PM > Subject: Re: [Bodington-developers] frame query > > >> Probably a historical hangover. The original purpose of the frame >> was to display an illustrative (i.e. non-essential) graphic. If the >> window is too small to show the whole graphic it is better for it to >> be cropped than to have an ugly scroll bar appear in the middle of >> the frame set. If the frame is now functional rather than decorative >> then a scroll bar is needed. >> >> Jon >> >> >> Owen Davies wrote: >> >>> hi, >>> for those that don't know me, i'm a placement student working on >>> Weblearn this year. >>> >>> just wondered whether anybody knows why the left hand frame is set >>> to "no" scrolling and the main section is set to "auto". I am >>> considering setting the former to "auto" as well, but just wanted to >>> check it wasn't set to "no" for a good reason. i am developing a >>> <noscript> version of the left panel and need to guard against >>> content being lost in the frames underworld. >>> thanks >>> owen >>> >>> ----------------------------------------------------------- >>> Owen Davies >>> Oxford University Computing Services >>> 01865 273 252 >>> >>> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting >> language >> that extends applications into web and mobile media. Attend the live >> webcast >> and join the prime developer group breaking into this new coding >> territory! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >> _______________________________________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |
From: Owen D. <owe...@ou...> - 2006-03-29 13:28:45
|
brill. just what i wanted to hear. does the same apply to the top frame? our login info has a nasty habit of disappearing when the text size is increased in a browser. owen ----- Original Message ----- From: "Jon Maber" <jo...@te...> To: <bod...@li...> Sent: Wednesday, March 29, 2006 2:05 PM Subject: Re: [Bodington-developers] frame query > Probably a historical hangover. The original purpose of the frame was to > display an illustrative (i.e. non-essential) graphic. If the window is too > small to show the whole graphic it is better for it to be cropped than to > have an ugly scroll bar appear in the middle of the frame set. If the > frame is now functional rather than decorative then a scroll bar is > needed. > > Jon > > > Owen Davies wrote: > >>hi, >>for those that don't know me, i'm a placement student working on Weblearn >>this year. >> >>just wondered whether anybody knows why the left hand frame is set to "no" >>scrolling and the main section is set to "auto". I am considering setting >>the former to "auto" as well, but just wanted to check it wasn't set to >>"no" for a good reason. i am developing a <noscript> version of the left >>panel and need to guard against content being lost in the frames >>underworld. >>thanks >>owen >> >>----------------------------------------------------------- >>Owen Davies >>Oxford University Computing Services >>01865 273 252 >> >> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Sean M. <se...@sm...> - 2006-03-29 13:24:35
|
<quote who=3D"Alistair Young"> > Thanks for your kind comments Jon :) > > The i18n only works for xml templates though. If someone needed the who= le > site in Spanish it would mean a lot of conversion to new style template= s. > > Then again, that was one of my many jobs, to identify the most used one= s > from the logs... > > -- but then again, on further reflection, it makes most sense to see this done from a large user base, (testing most frequent access) on the latest release, so that pushes it to ox, non? s |
From: Sean M. <se...@sm...> - 2006-03-29 13:24:09
|
<quote who=3D"Alistair Young"> > Thanks for your kind comments Jon :) > > The i18n only works for xml templates though. If someone needed the who= le > site in Spanish it would mean a lot of conversion to new style template= s. > > Then again, that was one of my many jobs, to identify the most used one= s > from the logs... > > -- but then again, on further reflection, it makes most sense to see this done from a large user base, (testing most frequent access) on the latest release, so that pushes it to ox, non? s |
From: Jon M. <jo...@te...> - 2006-03-29 13:06:07
|
Probably a historical hangover. The original purpose of the frame was to display an illustrative (i.e. non-essential) graphic. If the window is too small to show the whole graphic it is better for it to be cropped than to have an ugly scroll bar appear in the middle of the frame set. If the frame is now functional rather than decorative then a scroll bar is needed. Jon Owen Davies wrote: >hi, >for those that don't know me, i'm a placement student working on Weblearn this year. > >just wondered whether anybody knows why the left hand frame is set to "no" scrolling and the main section is set to "auto". I am considering setting the former to "auto" as well, but just wanted to check it wasn't set to "no" for a good reason. i am developing a <noscript> version of the left panel and need to guard against content being lost in the frames underworld. > >thanks >owen > >----------------------------------------------------------- >Owen Davies >Oxford University Computing Services >01865 273 252 > > > |
From: Owen D. <owe...@ou...> - 2006-03-29 13:01:14
|
hi, for those that don't know me, i'm a placement student working on = Weblearn this year. just wondered whether anybody knows why the left hand frame is set to = "no" scrolling and the main section is set to "auto". I am considering = setting the former to "auto" as well, but just wanted to check it wasn't = set to "no" for a good reason. i am developing a <noscript> version of = the left panel and need to guard against content being lost in the = frames underworld.=20 thanks owen ----------------------------------------------------------- Owen Davies Oxford University Computing Services 01865 273 252 |
From: Andrew B. <a.g...@le...> - 2006-03-29 10:38:52
|
Yes - the problem was the fact that I'd missed giving the nickname. I now have another problem with the navigation bar giving me a 500 error. I'll get there eventually... Aggie -----Original Message----- From: bod...@li... [mailto:bod...@li...] On Behalf Of Colin Tatham Sent: 29 March 2006 11:14 To: bod...@li... Subject: Re: [Bodington-developers] Problem with contents.html Andrew Booth wrote: > I'm trying to merge the peer marker code with that on HEAD, but I've run > into a problem. The contents.html does not display on the left hand side. > Instead, I get a menu with Search etc. on it. Looks like some change has > been made to the code. Is it the introduction, search, etc that you get in the search tool? In which case it's probably because it's using the default template for the tool (which Bod incorrectly thinks is the search tool -- that's another story...) I'd check that you have a nickname for your tool in the properties (default properties) file. > How do I get my contents.html to display properly? > > Aggie > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Bodington-developers mailing list Bod...@li... https://lists.sourceforge.net/lists/listinfo/bodington-developers |