Page 2 of 2

Posted: Tue Dec 05, 2006 1:32 pm
by chromaX
try

Code: Select all

$frpos = strpos($_SERVER['HTTP_ACCEPT_LANGUAGE'], "fr");
$enpos = strpos($_SERVER['HTTP_ACCEPT_LANGUAGE'], "en");
if ($frpos === TRUE AND ($enpos === FALSE OR $enpos > $frpos)) {
$langdir = 'fr';
} else {
$langdir = 'en';
}

Posted: Tue Dec 05, 2006 2:02 pm
by lexvictory
it is fine for the moment, but if i have complaints from the french speaking people, the i will change it to something like that
and i cant change it at the moment anyway...

Posted: Tue Dec 05, 2006 2:43 pm
by GeoTrail
Looks really nice, clean and fresh. I get English language. Nice Ajax work :)
But I can't download the lib though.

Posted: Wed Dec 06, 2006 12:25 am
by lexvictory
GeoTrail wrote:But I can't download the lib though.
:lol: that would be because the 'unofficial' files are still on the other server.... and i didnt use direct links to them....

does the banner ad move down the bottom of the page for everyone?
or do some of you have javascript disabled?

Posted: Wed Dec 06, 2006 1:50 pm
by lexvictory
ok, the site is almost ready to go live, see the news item here: http://new-droopy.coolinc.info/news.php?lang=en#3

any feedback welcomed.


edit: fixed spelling, and i'm now going to get ready for bed, its late here...

Posted: Wed Dec 06, 2006 2:16 pm
by GeoTrail
I see a banner at the bottom of the page, but I have js enabled.

Posted: Wed Dec 06, 2006 3:20 pm
by WishMaster
It looks like there is something wrong with the header image:
Image
(I'm using Konqueror 3.5.5 [the "base" of the Safari browser])

Posted: Wed Dec 06, 2006 4:03 pm
by GeoTrail
It's because of the font he used. He should have added a fixed table header height instead of a variable one and specified a font that won't vary so much :)

Posted: Wed Dec 06, 2006 11:36 pm
by lexvictory
GeoTrail wrote:I see a banner at the bottom of the page, but I have js enabled.
yep, thats where it should be, normally without my js its at the top...
It's because of the font he used. He should have added a fixed table header height instead of a variable one and specified a font that won't vary so much
i didnt actually design the template.... but i will try and fix it.

Posted: Thu Dec 07, 2006 12:14 am
by lexvictory
WishMaster wrote:It looks like there is something wrong with the header image:
Image
(I'm using Konqueror 3.5.5 [the "base" of the Safari browser])
try it now; i think ive fixed it, but i cant test it on konqueror very easily...
but its weird, the table has a fixed height, but i had to add a height attribute on the tr as well...

Posted: Thu Dec 07, 2006 7:53 am
by chromaX
Table fields tend to adjust themselves to their content. The CSS attribute

Code: Select all

overflow:hidden;
should help, if it's designed to work with TD... else DIV's the name of the game.

Posted: Thu Dec 07, 2006 7:59 am
by lexvictory
chromaX wrote:Table fields tend to adjust themselves to their content. The CSS attribute

Code: Select all

overflow:hidden;
should help, if it's designed to work with TD... else DIV's the name of the game.
yes, but it works fine in FF, IE, Opera - all on windows.
imo opinion, it doesnt really matter if it doesnt work with linux browsers; since the lib is (at least mostly) windows only atm...
but thank you for the help anyway

Posted: Thu Dec 07, 2006 12:19 pm
by lexvictory
ok, the website now is located at the http://droopyslib.us.to domain.
as said before, french version is proper french now (thanx to cederavic)
downloads all work

so I hope you all like it!

if you speak german, and are confident to translate at least the site, feel free to contact me, and for the work, i'll give u an @droopyslib.us.to address...
it would be good also if u can translate the help file also.

for the french, i'm still looking for someone to translate the help file, and maybe the installer/readme


maintenant j'irai annoncer ceci sur le forum français avec le Français misérable des google :lol: :wink:

Posted: Fri Dec 08, 2006 6:58 am
by Intrigued
lexvictory wrote:ok, the website now is located at the http://droopyslib.us.to domain.
as said before, french version is proper french now (thanx to cederavic)
downloads all work

so I hope you all like it!

if you speak german, and are confident to translate at least the site, feel free to contact me, and for the work, i'll give u an @droopyslib.us.to address...
it would be good also if u can translate the help file also.

for the french, i'm still looking for someone to translate the help file, and maybe the installer/readme


maintenant j'irai annoncer ceci sur le forum français avec le Français misérable des google :lol: :wink:
I'm learning French and you spoke of "proper french". What is such, specifically? TIA

Posted: Fri Dec 08, 2006 7:26 am
by lexvictory
Intrigued wrote:you spoke of "proper french". What is such, specifically? TIA
french not translated by google's translator or any other online translator :lol:

i want to learn french myself, but that is probably a long way off...