From: Matthew B. <mat...@ou...> - 2006-06-22 10:16:06
|
Antony Corfield wrote: > How about a much simpler approach?!! Just add a method 'public static > String trimText(String text, int maxLength)' to > org.bodington.util.TextUtils and use that whenever there's a limited > space for displaying text? Could always use title attribute in link to > display full text. As I said we've also removed search and links from > the navigation div so we have more space to play with. If we are going to truncate peoples titles we should decide where we normally truncate and tell people so that they can try and have shorter titles so they are aware where it would be truncated. 30 characters? Even in our default install we have titles of 50+ characters ( User Administration for System Administration zone. ). I don't think actually limiting people to only 30 characters is sensible. -- -- Matthew Buckett, VLE Developer -- Learning Technologies Group, Oxford University Computing Services -- Tel: +44 (0)1865 283660 http://www.oucs.ox.ac.uk/ltg/ |
From: Antony C. <an...@sm...> - 2006-06-22 10:24:40
|
The title of the resource will still appear in full at the top of the resource page, this is just truncation for navigation div - the method could truncate at a reasonably logical place I guess! On 22 Jun 2006, at 11:15, Matthew Buckett wrote: > Antony Corfield wrote: >> How about a much simpler approach?!! Just add a method 'public static >> String trimText(String text, int maxLength)' to >> org.bodington.util.TextUtils and use that whenever there's a limited >> space for displaying text? Could always use title attribute in link to >> display full text. As I said we've also removed search and links from >> the navigation div so we have more space to play with. > > If we are going to truncate peoples titles we should decide where we > normally truncate and tell people so that they can try and have shorter > titles so they are aware where it would be truncated. > > 30 characters? > > Even in our default install we have titles of 50+ characters ( User > Administration for System Administration zone. ). > > I don't think actually limiting people to only 30 characters is > sensible. > > -- > -- Matthew Buckett, VLE Developer > -- Learning Technologies Group, Oxford University Computing Services > -- Tel: +44 (0)1865 283660 http://www.oucs.ox.ac.uk/ltg/ > > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat > certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Jon M. <jo...@te...> - 2006-06-22 12:10:11
|
Antony Corfield wrote: > The title of the resource will still appear in full at the top of the > resource page, this is just truncation for navigation div - the method > could truncate at a reasonably logical place I guess! > It doesn't really work - you will never know what size the font is or what width the window is so can't calculate a text length. It's better to define the box within which the text should appear and make sure that the text doesn't escape from that box. In the glorious future the best way to do that is in a non-frames page using a div with the max-height property set and with the overspill clipped or scrolled. Low tech. browser solution would be with a table. > On 22 Jun 2006, at 11:15, Matthew Buckett wrote: > > >> Antony Corfield wrote: >> >>> How about a much simpler approach?!! Just add a method 'public static >>> String trimText(String text, int maxLength)' to >>> org.bodington.util.TextUtils and use that whenever there's a limited >>> space for displaying text? Could always use title attribute in link to >>> display full text. As I said we've also removed search and links from >>> the navigation div so we have more space to play with. >>> >> If we are going to truncate peoples titles we should decide where we >> normally truncate and tell people so that they can try and have shorter >> titles so they are aware where it would be truncated. >> >> 30 characters? >> >> Even in our default install we have titles of 50+ characters ( User >> Administration for System Administration zone. ). >> >> I don't think actually limiting people to only 30 characters is >> sensible. >> >> -- >> -- Matthew Buckett, VLE Developer >> -- Learning Technologies Group, Oxford University Computing Services >> -- Tel: +44 (0)1865 283660 http://www.oucs.ox.ac.uk/ltg/ >> >> All the advantages of Linux Managed Hosting--Without the Cost and Risk! >> Fully trained technicians. The highest number of Red Hat >> certifications in >> the hosting industry. Fanatical Support. Click to learn more >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=107521&bid=248729&dat=121642 >> _______________________________________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> > > > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > |
From: Antony C. <an...@sm...> - 2006-06-22 16:08:20
|
On 22 Jun 2006, at 13:10, Jon Maber wrote: > Antony Corfield wrote: >> The title of the resource will still appear in full at the top of the >> resource page, this is just truncation for navigation div - the method >> could truncate at a reasonably logical place I guess! >> > It doesn't really work Neither does the css solution!-) > - you will never know what size the font is or > what width the window is so can't calculate a text length. It's better > to define the box within which the text should appear and make sure > that > the text doesn't escape from that box. In the glorious future the best > way to do that is in a non-frames page using a div with the max-height > property set and with the overspill clipped or scrolled. Low tech. > browser solution would be with a table. >> On 22 Jun 2006, at 11:15, Matthew Buckett wrote: >> >> >>> Antony Corfield wrote: >>> >>>> How about a much simpler approach?!! Just add a method 'public >>>> static >>>> String trimText(String text, int maxLength)' to >>>> org.bodington.util.TextUtils and use that whenever there's a limited >>>> space for displaying text? Could always use title attribute in link >>>> to >>>> display full text. As I said we've also removed search and links >>>> from >>>> the navigation div so we have more space to play with. >>>> >>> If we are going to truncate peoples titles we should decide where we >>> normally truncate and tell people so that they can try and have >>> shorter >>> titles so they are aware where it would be truncated. >>> >>> 30 characters? >>> >>> Even in our default install we have titles of 50+ characters ( User >>> Administration for System Administration zone. ). >>> >>> I don't think actually limiting people to only 30 characters is >>> sensible. >>> >>> -- >>> -- Matthew Buckett, VLE Developer >>> -- Learning Technologies Group, Oxford University Computing >>> Services >>> -- Tel: +44 (0)1865 283660 http://www.oucs.ox.ac.uk/ltg/ >>> >>> All the advantages of Linux Managed Hosting--Without the Cost and >>> Risk! >>> Fully trained technicians. The highest number of Red Hat >>> certifications in >>> the hosting industry. Fanatical Support. Click to learn more >>> http://sel.as-us.falkag.net/sel? >>> cmd=lnk&kid=107521&bid=248729&dat=121642 >>> _______________________________________________ >>> Bodington-developers mailing list >>> Bod...@li... >>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>> >> >> >> All the advantages of Linux Managed Hosting--Without the Cost and >> Risk! >> Fully trained technicians. The highest number of Red Hat >> certifications in >> the hosting industry. Fanatical Support. Click to learn more >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=107521&bid=248729&dat=121642 >> _______________________________________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> >> > > > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat > certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Alexis O'C. <ale...@ou...> - 2006-06-22 16:16:59
|
Antony Corfield wrote: > On 22 Jun 2006, at 13:10, Jon Maber wrote: > >> Antony Corfield wrote: >>> The title of the resource will still appear in full at the top of the >>> resource page, this is just truncation for navigation div - the method >>> could truncate at a reasonably logical place I guess! >>> >> It doesn't really work > > Neither does the css solution!-) > (Nearly Friday ..) As an aside (and to preempt any fisticuffs on the issue of CSS v tables, etc) I just thought I should draw peoples attention to the fact that the following is not a generally recognized emoticon: !-) One fine day, I tried by trial and error to find out which ones Thunderbird recognized. If you too are using this esteemed mail client, then you should see some interesting stuff below: X 8-) Wide-eyed, or wearing glasses [8-)] X :-( Frown [:-(] X :-) Classic smiley [:-)] X :-* Kiss [:-*] X :-D Laughing [:-D] X :-P Sticking out tongue [:-P] X :-P Sticking tongue out [:-p] X :-X My lips are sealed; or a kiss [:-X] X :-X Kiss, or My lips are sealed [:-x] X :-[ Unsmiling blockhead; also criticism [:-[] X ;-) Winkey [;-)] X O:-) Angel [O:-)] These are taken from a fuller list found here: http://www.computeruser.com/resources/dictionary/emoticons.html Right, got that off my chest ... :-) :-) :-). Alexis |
From: Antony C. <an...@sm...> - 2006-06-22 16:21:08
|
It is up here pal... what's known as a weegie kiss!-) On 22 Jun 2006, at 17:17, Alexis O'Connor wrote: > As an aside (and to preempt any fisticuffs on the issue of CSS v > tables, > etc) I just thought I should draw peoples attention to the fact that > the > following is not a generally recognized emoticon: > > !-) |
From: Alexis O'C. <ale...@ou...> - 2006-06-22 16:23:55
|
Antony Corfield wrote: > It is up here pal... what's known as a weegie kiss!-) > Is that the same as a 'Chelsea smile' or is it a straightforward head-butt? Alexis |
From: Antony C. <an...@sm...> - 2006-06-22 16:28:51
|
Ah you got me there, not sure about the cultural differences but the message is similar no doubt! On 22 Jun 2006, at 17:23, Alexis O'Connor wrote: > Antony Corfield wrote: >> It is up here pal... what's known as a weegie kiss!-) >> > > Is that the same as a 'Chelsea smile' or is it a straightforward > head-butt? > > Alexis > > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Owen D. <owe...@ou...> - 2006-06-22 16:32:56
|
thankfully my signoff is not recognised as a standard emoticon, which means i can use it even if i'm not happy :oD Alexis O'Connor wrote: > Antony Corfield wrote: > >> On 22 Jun 2006, at 13:10, Jon Maber wrote: >> >> >>> Antony Corfield wrote: >>> >>>> The title of the resource will still appear in full at the top of the >>>> resource page, this is just truncation for navigation div - the method >>>> could truncate at a reasonably logical place I guess! >>>> >>>> >>> It doesn't really work >>> >> Neither does the css solution!-) >> >> > > (Nearly Friday ..) > > As an aside (and to preempt any fisticuffs on the issue of CSS v tables, > etc) I just thought I should draw peoples attention to the fact that the > following is not a generally recognized emoticon: > > !-) > > One fine day, I tried by trial and error to find out which ones > Thunderbird recognized. If you too are using this esteemed mail client, > then you should see some interesting stuff below: > > X 8-) Wide-eyed, or wearing glasses [8-)] > X :-( Frown [:-(] > X :-) Classic smiley [:-)] > X :-* Kiss [:-*] > X :-D Laughing [:-D] > X :-P Sticking out tongue [:-P] > X :-P Sticking tongue out [:-p] > X :-X My lips are sealed; or a kiss [:-X] > X :-X Kiss, or My lips are sealed [:-x] > X :-[ Unsmiling blockhead; also criticism [:-[] > X ;-) Winkey [;-)] > X O:-) Angel [O:-)] > > > These are taken from a fuller list found here: > http://www.computeruser.com/resources/dictionary/emoticons.html > > Right, got that off my chest ... :-) :-) :-). > > Alexis > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > |
From: Antony C. <an...@sm...> - 2006-06-22 16:38:04
|
That's ok Owen, you're Welsh ;-) On 22 Jun 2006, at 17:32, Owen Davies wrote: > thankfully my signoff is not recognised as a standard emoticon, which > means i can use it even if i'm not happy > > :oD > > Alexis O'Connor wrote:Antony Corfield wrote: >> >>> On 22 Jun 2006, at 13:10, Jon Maber wrote: >>> >>> >>>> Antony Corfield wrote: >>>> >>>>> The title of the resource will still appear in full at the top of >>>>> the >>>>> resource page, this is just truncation for navigation div - the >>>>> method >>>>> could truncate at a reasonably logical place I guess! >>>>> >>>>> >>>> It doesn't really work >>>> >>> Neither does the css solution!-) >>> >>> >> (Nearly Friday ..) >> >> As an aside (and to preempt any fisticuffs on the issue of CSS v >> tables, >> etc) I just thought I should draw peoples attention to the fact that >> the >> following is not a generally recognized emoticon: >> >> !-) >> >> One fine day, I tried by trial and error to find out which ones >> Thunderbird recognized. If you too are using this esteemed mail >> client, >> then you should see some interesting stuff below: >> >> X 8-) Wide-eyed, or wearing glasses [8-)] >> X :-( Frown [:-(] >> X :-) Classic smiley [:-)] >> X :-* Kiss [:-*] >> X :-D Laughing [:-D] >> X :-P Sticking out tongue [:-P] >> X :-P Sticking tongue out [:-p] >> X :-X My lips are sealed; or a kiss [:-X] >> X :-X Kiss, or My lips are sealed [:-x] >> X :-[ Unsmiling blockhead; also criticism [:-[] >> X ;-) Winkey [;-)] >> X O:-) Angel [O:-)] >> >> >> These are taken from a fuller list found here: >> http://www.computeruser.com/resources/dictionary/emoticons.html >> >> Right, got that off my chest ... :-) :-) :-). >> >> Alexis >> >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> >> >> > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________ > ________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Antony C. <an...@sm...> - 2006-06-22 16:52:35
|
That's no insult, it's a compliment! I'm a native of that fine Principality, see. On 22 Jun 2006, at 17:42, Owen Davies wrote: > easy tiger. no need for insults. > > :oD > > Antony Corfield wrote:That's ok Owen, you're Welsh ;-) >> >> On 22 Jun 2006, at 17:32, Owen Davies wrote: >> >> >>> thankfully my signoff is not recognised as a standard emoticon, >>> which >>> means i can use it even if i'm not happy >>> >>> :oD >>> >>> Alexis O'Connor wrote:Antony Corfield wrote: >>> >>>>> On 22 Jun 2006, at 13:10, Jon Maber wrote: >>>>> >>>>> >>>>> >>>>>> Antony Corfield wrote: >>>>>> >>>>>> >>>>>>> The title of the resource will still appear in full at the top of >>>>>>> the >>>>>>> resource page, this is just truncation for navigation div - the >>>>>>> method >>>>>>> could truncate at a reasonably logical place I guess! >>>>>>> >>>>>>> >>>>>>> >>>>>> It doesn't really work >>>>>> >>>>>> >>>>> Neither does the css solution!-) >>>>> >>>>> >>>>> >>>> (Nearly Friday ..) >>>> >>>> As an aside (and to preempt any fisticuffs on the issue of CSS v >>>> tables, >>>> etc) I just thought I should draw peoples attention to the fact that >>>> the >>>> following is not a generally recognized emoticon: >>>> >>>> !-) >>>> >>>> One fine day, I tried by trial and error to find out which ones >>>> Thunderbird recognized. If you too are using this esteemed mail >>>> client, >>>> then you should see some interesting stuff below: >>>> >>>> X 8-) Wide-eyed, or wearing glasses [8-)] >>>> X :-( Frown [:-(] >>>> X :-) Classic smiley [:-)] >>>> X :-* Kiss [:-*] >>>> X :-D Laughing [:-D] >>>> X :-P Sticking out tongue [:-P] >>>> X :-P Sticking tongue out [:-p] >>>> X :-X My lips are sealed; or a kiss [:-X] >>>> X :-X Kiss, or My lips are sealed [:-x] >>>> X :-[ Unsmiling blockhead; also criticism [:-[] >>>> X ;-) Winkey [;-)] >>>> X O:-) Angel [O:-)] >>>> >>>> >>>> These are taken from a fuller list found here: >>>> http://www.computeruser.com/resources/dictionary/emoticons.html >>>> >>>> Right, got that off my chest ... :-) :-) :-). >>>> >>>> Alexis >>>> >>>> Using Tomcat but need to do more? Need to support web services, >>>> security? >>>> Get stuff done quickly with pre-integrated technology to make your >>>> job easier >>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>> Geronimo >>>> http://sel.as-us.falkag.net/sel? >>>> cmd=lnk&kid=120709&bid=263057&dat=121642 >>>> _______________________________________________ >>>> Bodington-developers mailing list >>>> Bod...@li... >>>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>>> >>>> >>>> >>>> >>> Using Tomcat but need to do more? Need to support web services, >>> security? >>> Get stuff done quickly with pre-integrated technology to make your >>> job >>> easier >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>> Geronimo >>> http://sel.as-us.falkag.net/sel? >>> cmd=lnk&kid=120709&bid=263057&dat=121642_____________________________ >>> __ >>> ________________ >>> Bodington-developers mailing list >>> Bod...@li... >>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>> >> >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> >> >> > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________ > ________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Owen D. <owe...@ou...> - 2006-06-22 17:00:42
|
that's nice for you boyo. myself, i'm an englishman and a gent. :oD Antony Corfield wrote: > That's no insult, it's a compliment! I'm a native of that fine > Principality, see. > > On 22 Jun 2006, at 17:42, Owen Davies wrote: > > >> easy tiger. no need for insults. >> >> :oD >> >> Antony Corfield wrote:That's ok Owen, you're Welsh ;-) >> >>> On 22 Jun 2006, at 17:32, Owen Davies wrote: >>> >>> >>> >>>> thankfully my signoff is not recognised as a standard emoticon, >>>> which >>>> means i can use it even if i'm not happy >>>> >>>> :oD >>>> >>>> Alexis O'Connor wrote:Antony Corfield wrote: >>>> >>>> >>>>>> On 22 Jun 2006, at 13:10, Jon Maber wrote: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> Antony Corfield wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>>> The title of the resource will still appear in full at the top of >>>>>>>> the >>>>>>>> resource page, this is just truncation for navigation div - the >>>>>>>> method >>>>>>>> could truncate at a reasonably logical place I guess! >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> It doesn't really work >>>>>>> >>>>>>> >>>>>>> >>>>>> Neither does the css solution!-) >>>>>> >>>>>> >>>>>> >>>>>> >>>>> (Nearly Friday ..) >>>>> >>>>> As an aside (and to preempt any fisticuffs on the issue of CSS v >>>>> tables, >>>>> etc) I just thought I should draw peoples attention to the fact that >>>>> the >>>>> following is not a generally recognized emoticon: >>>>> >>>>> !-) >>>>> >>>>> One fine day, I tried by trial and error to find out which ones >>>>> Thunderbird recognized. If you too are using this esteemed mail >>>>> client, >>>>> then you should see some interesting stuff below: >>>>> >>>>> X 8-) Wide-eyed, or wearing glasses [8-)] >>>>> X :-( Frown [:-(] >>>>> X :-) Classic smiley [:-)] >>>>> X :-* Kiss [:-*] >>>>> X :-D Laughing [:-D] >>>>> X :-P Sticking out tongue [:-P] >>>>> X :-P Sticking tongue out [:-p] >>>>> X :-X My lips are sealed; or a kiss [:-X] >>>>> X :-X Kiss, or My lips are sealed [:-x] >>>>> X :-[ Unsmiling blockhead; also criticism [:-[] >>>>> X ;-) Winkey [;-)] >>>>> X O:-) Angel [O:-)] >>>>> >>>>> >>>>> These are taken from a fuller list found here: >>>>> http://www.computeruser.com/resources/dictionary/emoticons.html >>>>> >>>>> Right, got that off my chest ... :-) :-) :-). >>>>> >>>>> Alexis >>>>> >>>>> Using Tomcat but need to do more? Need to support web services, >>>>> security? >>>>> Get stuff done quickly with pre-integrated technology to make your >>>>> job easier >>>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>>> Geronimo >>>>> http://sel.as-us.falkag.net/sel? >>>>> cmd=lnk&kid=120709&bid=263057&dat=121642 >>>>> _______________________________________________ >>>>> Bodington-developers mailing list >>>>> Bod...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>>>> >>>>> >>>>> >>>>> >>>>> >>>> Using Tomcat but need to do more? Need to support web services, >>>> security? >>>> Get stuff done quickly with pre-integrated technology to make your >>>> job >>>> easier >>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>> Geronimo >>>> http://sel.as-us.falkag.net/sel? >>>> cmd=lnk&kid=120709&bid=263057&dat=121642_____________________________ >>>> __ >>>> ________________ >>>> Bodington-developers mailing list >>>> Bod...@li... >>>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>>> >>>> >>> Using Tomcat but need to do more? Need to support web services, >>> security? >>> Get stuff done quickly with pre-integrated technology to make your >>> job easier >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>> Geronimo >>> http://sel.as-us.falkag.net/sel? >>> cmd=lnk&kid=120709&bid=263057&dat=121642 >>> _______________________________________________ >>> Bodington-developers mailing list >>> Bod...@li... >>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>> >>> >>> >>> >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________ >> ________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > |
From: Antony C. <an...@sm...> - 2006-06-22 17:04:41
|
> that's nice for you boyo. myself, i'm an englishman and a gent. lol, you're loss. > > :oD > > Antony Corfield wrote:That's no insult, it's a compliment! I'm a > native of that fine >> Principality, see. >> >> On 22 Jun 2006, at 17:42, Owen Davies wrote: >> >> >>> easy tiger. no need for insults. >>> >>> :oD >>> >>> Antony Corfield wrote:That's ok Owen, you're Welsh ;-) >>> >>>> On 22 Jun 2006, at 17:32, Owen Davies wrote: >>>> >>>> >>>> >>>>> thankfully my signoff is not recognised as a standard emoticon, >>>>> which >>>>> means i can use it even if i'm not happy >>>>> >>>>> :oD >>>>> >>>>> Alexis O'Connor wrote:Antony Corfield wrote: >>>>> >>>>> >>>>>>> On 22 Jun 2006, at 13:10, Jon Maber wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>> Antony Corfield wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> The title of the resource will still appear in full at the top >>>>>>>>> of >>>>>>>>> the >>>>>>>>> resource page, this is just truncation for navigation div - the >>>>>>>>> method >>>>>>>>> could truncate at a reasonably logical place I guess! >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> It doesn't really work >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> Neither does the css solution!-) >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> (Nearly Friday ..) >>>>>> >>>>>> As an aside (and to preempt any fisticuffs on the issue of CSS v >>>>>> tables, >>>>>> etc) I just thought I should draw peoples attention to the fact >>>>>> that >>>>>> the >>>>>> following is not a generally recognized emoticon: >>>>>> >>>>>> !-) >>>>>> >>>>>> One fine day, I tried by trial and error to find out which ones >>>>>> Thunderbird recognized. If you too are using this esteemed mail >>>>>> client, >>>>>> then you should see some interesting stuff below: >>>>>> >>>>>> X 8-) Wide-eyed, or wearing glasses [8-)] >>>>>> X :-( Frown [:-(] >>>>>> X :-) Classic smiley [:-)] >>>>>> X :-* Kiss [:-*] >>>>>> X :-D Laughing [:-D] >>>>>> X :-P Sticking out tongue [:-P] >>>>>> X :-P Sticking tongue out [:-p] >>>>>> X :-X My lips are sealed; or a kiss [:-X] >>>>>> X :-X Kiss, or My lips are sealed [:-x] >>>>>> X :-[ Unsmiling blockhead; also criticism [:-[] >>>>>> X ;-) Winkey [;-)] >>>>>> X O:-) Angel [O:-)] >>>>>> >>>>>> >>>>>> These are taken from a fuller list found here: >>>>>> http://www.computeruser.com/resources/dictionary/emoticons.html >>>>>> >>>>>> Right, got that off my chest ... :-) :-) :-). >>>>>> >>>>>> Alexis >>>>>> >>>>>> Using Tomcat but need to do more? Need to support web services, >>>>>> security? >>>>>> Get stuff done quickly with pre-integrated technology to make your >>>>>> job easier >>>>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>>>> Geronimo >>>>>> http://sel.as-us.falkag.net/sel? >>>>>> cmd=lnk&kid=120709&bid=263057&dat=121642 >>>>>> _______________________________________________ >>>>>> Bodington-developers mailing list >>>>>> Bod...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> Using Tomcat but need to do more? Need to support web services, >>>>> security? >>>>> Get stuff done quickly with pre-integrated technology to make your >>>>> job >>>>> easier >>>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>>> Geronimo >>>>> http://sel.as-us.falkag.net/sel? >>>>> cmd=lnk&kid=120709&bid=263057&dat=121642___________________________ >>>>> __ >>>>> __ >>>>> ________________ >>>>> Bodington-developers mailing list >>>>> Bod...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>>>> >>>>> >>>> Using Tomcat but need to do more? Need to support web services, >>>> security? >>>> Get stuff done quickly with pre-integrated technology to make your >>>> job easier >>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>> Geronimo >>>> http://sel.as-us.falkag.net/sel? >>>> cmd=lnk&kid=120709&bid=263057&dat=121642 >>>> _______________________________________________ >>>> Bodington-developers mailing list >>>> Bod...@li... >>>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>>> >>>> >>>> >>>> >>> Using Tomcat but need to do more? Need to support web services, >>> security? >>> Get stuff done quickly with pre-integrated technology to make your >>> job >>> easier >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>> Geronimo >>> http://sel.as-us.falkag.net/sel? >>> cmd=lnk&kid=120709&bid=263057&dat=121642_____________________________ >>> __ >>> ________________ >>> Bodington-developers mailing list >>> Bod...@li... >>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>> >> >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> >> >> > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________ > ________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Owen D. <owe...@ou...> - 2006-06-22 16:43:22
|
easy tiger. no need for insults. :oD Antony Corfield wrote: > That's ok Owen, you're Welsh ;-) > > On 22 Jun 2006, at 17:32, Owen Davies wrote: > > >> thankfully my signoff is not recognised as a standard emoticon, which >> means i can use it even if i'm not happy >> >> :oD >> >> Alexis O'Connor wrote:Antony Corfield wrote: >> >>>> On 22 Jun 2006, at 13:10, Jon Maber wrote: >>>> >>>> >>>> >>>>> Antony Corfield wrote: >>>>> >>>>> >>>>>> The title of the resource will still appear in full at the top of >>>>>> the >>>>>> resource page, this is just truncation for navigation div - the >>>>>> method >>>>>> could truncate at a reasonably logical place I guess! >>>>>> >>>>>> >>>>>> >>>>> It doesn't really work >>>>> >>>>> >>>> Neither does the css solution!-) >>>> >>>> >>>> >>> (Nearly Friday ..) >>> >>> As an aside (and to preempt any fisticuffs on the issue of CSS v >>> tables, >>> etc) I just thought I should draw peoples attention to the fact that >>> the >>> following is not a generally recognized emoticon: >>> >>> !-) >>> >>> One fine day, I tried by trial and error to find out which ones >>> Thunderbird recognized. If you too are using this esteemed mail >>> client, >>> then you should see some interesting stuff below: >>> >>> X 8-) Wide-eyed, or wearing glasses [8-)] >>> X :-( Frown [:-(] >>> X :-) Classic smiley [:-)] >>> X :-* Kiss [:-*] >>> X :-D Laughing [:-D] >>> X :-P Sticking out tongue [:-P] >>> X :-P Sticking tongue out [:-p] >>> X :-X My lips are sealed; or a kiss [:-X] >>> X :-X Kiss, or My lips are sealed [:-x] >>> X :-[ Unsmiling blockhead; also criticism [:-[] >>> X ;-) Winkey [;-)] >>> X O:-) Angel [O:-)] >>> >>> >>> These are taken from a fuller list found here: >>> http://www.computeruser.com/resources/dictionary/emoticons.html >>> >>> Right, got that off my chest ... :-) :-) :-). >>> >>> Alexis >>> >>> Using Tomcat but need to do more? Need to support web services, >>> security? >>> Get stuff done quickly with pre-integrated technology to make your >>> job easier >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>> Geronimo >>> http://sel.as-us.falkag.net/sel? >>> cmd=lnk&kid=120709&bid=263057&dat=121642 >>> _______________________________________________ >>> Bodington-developers mailing list >>> Bod...@li... >>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>> >>> >>> >>> >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________ >> ________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > |
From: Sean M. <se...@sm...> - 2006-06-23 16:06:51
|
Ahh, yes. Well, I submit that winkey ;-) is crap, as, at least for me, when I wink, my eye doesn't tilt up like a vulcan! Hence the better wink being !-) s <quote who=3D"Alexis O'Connor"> > Antony Corfield wrote: >> On 22 Jun 2006, at 13:10, Jon Maber wrote: >> >>> Antony Corfield wrote: >>>> The title of the resource will still appear in full at the top of th= e >>>> resource page, this is just truncation for navigation div - the meth= od >>>> could truncate at a reasonably logical place I guess! >>>> >>> It doesn't really work >> >> Neither does the css solution!-) >> > > (Nearly Friday ..) > > As an aside (and to preempt any fisticuffs on the issue of CSS v tables= , > etc) I just thought I should draw peoples attention to the fact that th= e > following is not a generally recognized emoticon: > > !-) > > One fine day, I tried by trial and error to find out which ones > Thunderbird recognized. If you too are using this esteemed mail client, > then you should see some interesting stuff below: > > X 8-) Wide-eyed, or wearing glasses [8-)] > X :-( Frown [:-(] > X :-) Classic smiley [:-)] > X :-* Kiss [:-*] > X :-D Laughing [:-D] > X :-P Sticking out tongue [:-P] > X :-P Sticking tongue out [:-p] > X :-X My lips are sealed; or a kiss [:-X] > X :-X Kiss, or My lips are sealed [:-x] > X :-[ Unsmiling blockhead; also criticism [:-[] > X ;-) Winkey [;-)] > X O:-) Angel [O:-)] > > > These are taken from a fuller list found here: > http://www.computeruser.com/resources/dictionary/emoticons.html > > Right, got that off my chest ... :-) :-) :-). > > Alexis > > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > --=20 Sean Mehan Head of e-Frameworks Learning and Information Services UHI |
From: Selwyn L. <sel...@ph...> - 2006-06-23 16:22:47
|
did you try the cantona? |-) Sean Mehan wrote: >Ahh, yes. Well, I submit that winkey ;-) is crap, as, at least for me, >when I wink, my eye doesn't tilt up like a vulcan! > >Hence the better wink being !-) > > > >s > > > ><quote who="Alexis O'Connor"> > > >>Antony Corfield wrote: >> >> >>>On 22 Jun 2006, at 13:10, Jon Maber wrote: >>> >>> >>> >>>>Antony Corfield wrote: >>>> >>>> >>>>>The title of the resource will still appear in full at the top of the >>>>>resource page, this is just truncation for navigation div - the method >>>>>could truncate at a reasonably logical place I guess! >>>>> >>>>> >>>>> >>>>It doesn't really work >>>> >>>> >>>Neither does the css solution!-) >>> >>> >>> >>(Nearly Friday ..) >> >>As an aside (and to preempt any fisticuffs on the issue of CSS v tables, >>etc) I just thought I should draw peoples attention to the fact that the >>following is not a generally recognized emoticon: >> >>!-) >> >>One fine day, I tried by trial and error to find out which ones >>Thunderbird recognized. If you too are using this esteemed mail client, >>then you should see some interesting stuff below: >> >>X 8-) Wide-eyed, or wearing glasses [8-)] >>X :-( Frown [:-(] >>X :-) Classic smiley [:-)] >>X :-* Kiss [:-*] >>X :-D Laughing [:-D] >>X :-P Sticking out tongue [:-P] >>X :-P Sticking tongue out [:-p] >>X :-X My lips are sealed; or a kiss [:-X] >>X :-X Kiss, or My lips are sealed [:-x] >>X :-[ Unsmiling blockhead; also criticism [:-[] >>X ;-) Winkey [;-)] >>X O:-) Angel [O:-)] >> >> >>These are taken from a fuller list found here: >>http://www.computeruser.com/resources/dictionary/emoticons.html >> >>Right, got that off my chest ... :-) :-) :-). >> >>Alexis >> >>Using Tomcat but need to do more? Need to support web services, security? >>Get stuff done quickly with pre-integrated technology to make your job >>easier >>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>_______________________________________________ >>Bodington-developers mailing list >>Bod...@li... >>https://lists.sourceforge.net/lists/listinfo/bodington-developers >> >> >> > > > > -- Selwyn Lloyd Phosphorix Open Source Systems for Lifelong Learning tel: 07979240124 irc://irc.ionode.org support channel: #ionode support email: de...@ph... web: http://www.phosphorix.co.uk forum: http://forum.ionetwork.ac.uk |
From: Jon M. <jo...@te...> - 2006-06-24 12:21:44
|
Sorry to bring the thread back on topic O:-) but here is the result of some further work on styling. Ive tested on a large range of browsers (if you're all very good I'll tell you how) at 100% font size and at 150% font size. Some examples (including Safari) are attached to this message. You can try the mock-up page yourself at: http://www.beechtreecommon.org/consultancy/test/bs_template_top.htm Jon |
From: Jon M. <jo...@te...> - 2006-06-26 10:00:53
|
Antony Corfield wrote: >> http://www.beechtreecommon.org/consultancy/test/bs_template_top.htm >> >URL not found! Oops, I changed it after sending that. http://www.beechtreecommon.org/consultancy/test/ |
From: Jon M. <jo...@te...> - 2006-06-27 14:02:09
|
Antony Corfield wrote: > tested that and it works well with safari, thanks Jon - think we'll > take that and move search to left.html. > Antony > Unless there are any objections I'll check this version into HEAD. O.K.? Jon |
From: Colin T. <col...@ou...> - 2006-06-27 14:33:49
|
Jon Maber wrote: > Unless there are any objections I'll check this version into HEAD. O.K.? Seems better to me. OK Colin -- ____________________________________ Colin Tatham VLE Team Oxford University Computing Services http://www.oucs.ox.ac.uk/ltg/vle/ http://bodington.org |
From: Sean M. <se...@sm...> - 2006-06-27 14:46:38
|
+1 onto HEAD s On 27 Jun 2006, at 15:33, Colin Tatham wrote: > Jon Maber wrote: >> Unless there are any objections I'll check this version into >> HEAD. O.K.? > > Seems better to me. OK > > Colin > > > -- > ____________________________________ > Colin Tatham > VLE Team > Oxford University Computing Services > > http://www.oucs.ox.ac.uk/ltg/vle/ > http://bodington.org > > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |
From: Antony C. <an...@sm...> - 2006-06-27 11:27:31
|
tested that and it works well with safari, thanks Jon - think we'll take that and move search to left.html. Antony On 26 Jun 2006, at 11:00, Jon Maber wrote: > Antony Corfield wrote: >>> http://www.beechtreecommon.org/consultancy/test/bs_template_top.htm >>> >> URL not found! > Oops, I changed it after sending that. > http://www.beechtreecommon.org/consultancy/test/ > > > > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Adam M. <ada...@co...> - 2006-06-27 15:04:51
|
But you don't get the LHS panel in many of the tools, plus, what if people have it turned off? They'll never see the search. Adam | -----Original Message----- | From: bod...@li... | [mailto:bod...@li...] On Behalf Of | Antony Corfield | Sent: 27 June 2006 12:27 | To: Bodington developers | Subject: Re: [Bodington-developers] Top frame styling improvement- | commitedto HEAD | | tested that and it works well with safari, thanks Jon - think we'll | take that and move search to left.html. | Antony | | On 26 Jun 2006, at 11:00, Jon Maber wrote: | | > Antony Corfield wrote: | >>> http://www.beechtreecommon.org/consultancy/test/bs_template_top.htm | >>> | >> URL not found! | > Oops, I changed it after sending that. | > http://www.beechtreecommon.org/consultancy/test/ | > | > | > | > Using Tomcat but need to do more? Need to support web services, | > security? | > Get stuff done quickly with pre-integrated technology to make your job | > easier | > Download IBM WebSphere Application Server v.1.0.1 based on Apache | > Geronimo | > http://sel.as-us.falkag.net/sel? | > cmd=lnk&kid=120709&bid=263057&dat=121642 | > _______________________________________________ | > Bodington-developers mailing list | > Bod...@li... | > https://lists.sourceforge.net/lists/listinfo/bodington-developers | | | Using Tomcat but need to do more? Need to support web services, security? | Get stuff done quickly with pre-integrated technology to make your job | easier | Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo | http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 | _______________________________________________ | Bodington-developers mailing list | Bod...@li... | https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Sean M. <se...@sm...> - 2006-06-27 15:18:38
|
also, the arrows on the LHS collapse isn't accessible (SENDA). When I enlarge the text, the gifs disappear. If it were text then we would see it at least.!-) s On 27 Jun 2006, at 16:04, Adam Marshall wrote: > But you don't get the LHS panel in many of the tools, plus, what if > people > have it turned off? They'll never see the search. > > Adam > > | -----Original Message----- > | From: bod...@li... > | [mailto:bod...@li...] On > Behalf Of > | Antony Corfield > | Sent: 27 June 2006 12:27 > | To: Bodington developers > | Subject: Re: [Bodington-developers] Top frame styling improvement- > | commitedto HEAD > | > | tested that and it works well with safari, thanks Jon - think we'll > | take that and move search to left.html. > | Antony > | > | On 26 Jun 2006, at 11:00, Jon Maber wrote: > | > | > Antony Corfield wrote: > | >>> http://www.beechtreecommon.org/consultancy/test/ > bs_template_top.htm > | >>> > | >> URL not found! > | > Oops, I changed it after sending that. > | > http://www.beechtreecommon.org/consultancy/test/ > | > > | > > | > > | > Using Tomcat but need to do more? Need to support web services, > | > security? > | > Get stuff done quickly with pre-integrated technology to make > your job > | > easier > | > Download IBM WebSphere Application Server v.1.0.1 based on Apache > | > Geronimo > | > http://sel.as-us.falkag.net/sel? > | > cmd=lnk&kid=120709&bid=263057&dat=121642 > | > _______________________________________________ > | > Bodington-developers mailing list > | > Bod...@li... > | > https://lists.sourceforge.net/lists/listinfo/bodington-developers > | > | > | Using Tomcat but need to do more? Need to support web services, > security? > | Get stuff done quickly with pre-integrated technology to make > your job > | easier > | Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > | http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > | _______________________________________________ > | Bodington-developers mailing list > | Bod...@li... > | https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |
From: Antony C. <an...@sm...> - 2006-06-27 16:17:12
|
On 27 Jun 2006, at 16:04, Adam Marshall wrote: > But you don't get the LHS panel in many of the tools, plus, what if > people > have it turned off? They'll never see the search. If we take that view we may as well get rid of LHS frame altogether! We have a load of searches (google, thesaurus, dictionary etc.) in LHS so it's a logical place. > > Adam > > | -----Original Message----- > | From: bod...@li... > | [mailto:bod...@li...] On > Behalf Of > | Antony Corfield > | Sent: 27 June 2006 12:27 > | To: Bodington developers > | Subject: Re: [Bodington-developers] Top frame styling improvement- > | commitedto HEAD > | > | tested that and it works well with safari, thanks Jon - think we'll > | take that and move search to left.html. > | Antony > | > | On 26 Jun 2006, at 11:00, Jon Maber wrote: > | > | > Antony Corfield wrote: > | >>> > http://www.beechtreecommon.org/consultancy/test/bs_template_top.htm > | >>> > | >> URL not found! > | > Oops, I changed it after sending that. > | > http://www.beechtreecommon.org/consultancy/test/ > | > > | > > | > > | > Using Tomcat but need to do more? Need to support web services, > | > security? > | > Get stuff done quickly with pre-integrated technology to make your > job > | > easier > | > Download IBM WebSphere Application Server v.1.0.1 based on Apache > | > Geronimo > | > http://sel.as-us.falkag.net/sel? > | > cmd=lnk&kid=120709&bid=263057&dat=121642 > | > _______________________________________________ > | > Bodington-developers mailing list > | > Bod...@li... > | > https://lists.sourceforge.net/lists/listinfo/bodington-developers > | > | > | Using Tomcat but need to do more? Need to support web services, > security? > | Get stuff done quickly with pre-integrated technology to make your > job > | easier > | Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > | > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > | _______________________________________________ > | Bodington-developers mailing list > | Bod...@li... > | https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |