Re: Application using PostgreSQL (off topic, but relevant to question)

Поиск
Список
Период
Сортировка
От
Тема Re: Application using PostgreSQL (off topic, but relevant to question)
Дата
Msg-id 20051117190617.65978.qmail@web33302.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Application using PostgreSQL as a back end (experien  ("Obe, Regina DND\\MIS" <robe.dnd@cityofboston.gov>)
Ответы Re: Application using PostgreSQL (off topic,  ("Daniel T. Staal" <DStaal@usa.net>)
Re: Application using PostgreSQL (off topic, but relevant to question)  (William Yu <wyu@talisys.com>)
Список pgsql-novice
--- "Obe, Regina     DND\\MIS"
<robe.dnd@cityofboston.gov> wrote:

> One of the key benefits of a web app is that as long
> as you stick with W3
> compliance, your web app will work on any
> browser/OS.

i wanted to add that is not my experience.  there are
so many hacks required to achieve cross browser
compatibility it is AMAZING.

i've literally burned weeks of time getting my
html/css right - and just spent a few days reqriting
my entire html/css infrastructure b/c ie doesn't
support the w3c standard of min-width.  i could hack
it, but then ie broke other parts of the site...
hence the total rewrite.

in fact, if i had to list the most difficult thing
i've faced in web based database development to date,
cross browser html/css compatibility is #1 on my list.
 using cygwin to install pgsql 7.4.x when i first
started (total newbie) is a close second...  after
that, nothing is even close.

after blowing 60+ hours fighting numerous cross
browser compatibility issues, i think i finally have a
template that is sufficient to display what i want in
firefox, ie and opera.  konquerer still doesn't play
nice.  i don't know if mac's broser displays it fine,
although it likely does.

the #1 problem, by far, is that not all browsers
support w3c specifications...  ie being the worst.

at least in my experience.




__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com

В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Restoring sequence values
Следующее
От: "Daniel T. Staal"
Дата:
Сообщение: Re: Application using PostgreSQL (off topic,