X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 720BD3A4886 for ; Sat, 20 Nov 2004 22:07:35 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 60361-05 for ; Sat, 20 Nov 2004 22:07:31 +0000 (GMT) Received: from ngate.rdw.ru (mail.rdw.ru [195.42.172.4]) by svr1.postgresql.org (Postfix) with ESMTP id 4D8743A48A8 for ; Sat, 20 Nov 2004 22:07:31 +0000 (GMT) Received: (qmail 18533 invoked by uid 50004); 20 Nov 2004 22:07:29 -0000 Received: from 192.168.0.57 by ngate.rdw.ru (envelope-from , uid 100) with qmail-scanner-1.23 ( Clear:RC:1(192.168.0.57):. Processed in 0.049702 secs); 20 Nov 2004 22:07:29 -0000 X-Qmail-Scanner-Mail-From: borz_off@cs.msu.su via ngate.rdw.ru X-Qmail-Scanner: 1.23 (Clear:RC:1(192.168.0.57):. Processed in 0.049702 secs) Received: from senoval.rdw.ru ([192.168.0.57]) (envelope-sender ) by ngate.rdw.ru (qmail-ldap-1.03) with compressed SMTP for ; 20 Nov 2004 22:07:29 -0000 Received: (qmail 7419 invoked from network); 20 Nov 2004 22:07:29 -0000 Received: from ppp01.rdw.ru (HELO [192.168.0.7]) ([192.168.0.7]) (envelope-sender ) by senoval.rdw.ru (qmail-ldap-1.03) with SMTP for ; 20 Nov 2004 22:07:28 -0000 Message-ID: <419FBF78.70303@cs.msu.su> Date: Sun, 21 Nov 2004 01:04:40 +0300 From: Alexey Borzov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Omar Kilani Cc: pgsql-www@postgresql.org Subject: Re: Vote on Omar Design References: <200411181953.10646.josh@agliodbs.com> <200411191107.44086.josh@agliodbs.com> <419E53C3.4030208@cs.msu.su> <200411191223.22000.josh@agliodbs.com> <419E8E76.5060904@tinysofa.org> <419F14C3.2050900@cs.msu.su> <419F481A.8070003@tinysofa.org> In-Reply-To: <419F481A.8070003@tinysofa.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200411/279 X-Sequence-Number: 6010 Hi, First of all: that's the kind of attitude we value here. I'm sure that you'll feel at home in our web team. ; Omar Kilani wrote: >> Sorry if it offends you, but your name is not quite English-sounding >> to me. > > Neither is yours. Yet I never presumed anything about your level of > English competency. > > It's a global world and you're on the Internet. People with non-English > sounding names are everywhere, and a lot of them speak and write better > English than those with English sounding names. Please be mindful of > this fact before making assumptions about people. Judging by the quality of this rant, you *are* the native English speaker and are perfectly able to write content for postgresql.org. Glad to know. > Since the side navigation persists across every category, and the top > element is always the root of the category, it didn't/doesn't seem > necessary. Usability stuff, you know. > Variable versus fixed width shouldn't hold up progress. Yes, it's > possible to make it variable width, and yes, I understand the geek > factor of variable width: scalability, flexibility, etc. But it does not > take into account usability or aesthetics, which are much more > important. If variable width is a requirement, then the requirement is > flawed. I fail to see how fixed-width adds to usability while variable-width reduces it. > Everything has pros and cons. When taking our design into account, I > believe the pros far outweigh the cons. That makes it a winner to me. That's your design so you cannot be objective, obviously. >> As for RedHat... well... the more I look at that the more I see some >> uncanny *similarities* with your design. Care to comment? > > Look at mozilla.org, macromedia.com, apple.com, redhat.com, nikon.com, > wacom.com, ford.com, benq.com, fiat.com, blogger.com, gmail.com, > oxygen.com, nbc.com etc. Right now I'm looking at redhat.com and see the *same* three-links-and-a-search-box thingy on the topmost part of the page and the *same* grey-menu-with-rounded-edges-and-white-letters as on http://postgresql.tinysofa.com/ >> P.S. I had some questions [1] concerning your language-handling patch > > 1) Didn't see it in .htaccess. Revert if you like. Though I haven't seen > anyone not have it in their code. Oh, I didn't realise that so many sites actually use this. It is considered Bad practice in Russian-language part of the internet: there are several charsets for Russian, the page may be recoded and it is quite possible that charset embedded in page's HTML will not match actual charset. > 3) It handles them by ignoring them: > > + $accepts_lang = explode(';', $accepts_lang); > + $accepts_lang = $accepts_lang[0]; > > Since they're already sorted, and you want the first valid language. > Again, revert if you like. Or add support for q. OK, I'll add support for it later.