Re: database driven user quotes

Поиск
Список
Период
Сортировка
От Marc G. Fournier
Тема Re: database driven user quotes
Дата
Msg-id 20050817231301.Q1002@ganymede.hub.org
обсуждение исходный текст
Ответ на Re: database driven user quotes  ("Gavin M. Roy" <gmr@ehpg.net>)
Ответы Re: database driven user quotes  ("Gavin M. Roy" <gmr@ehpg.net>)
Список pgsql-www
On Wed, 17 Aug 2005, Gavin M. Roy wrote:

> Could use javascript to fill an array of quotes and randomly pic one.

That works ...
>
> On Aug 17, 2005, at 12:56 PM, Marc G. Fournier wrote:
>
>>
>> Ummm, how are you planning on handling the web servers, which are all
>> static pages generated by the master site?
>>
>> On Wed, 17 Aug 2005, Robert Treat wrote:
>>
>>
>>> Hey guys,
>>>
>>> I'm thinking about making the user quotes on the main website database
>>> driven .  Two goals behind this would be to allow for a page where we
>>> could
>>> display all user quotes, and also to allow the quotes on the main page to
>>> be
>>> randomly generated for each site build, making the front page a little
>>> less
>>> static.  The one tricky part seems to be how best to handle translations.
>>> I
>>> had a thought to make the database table something simple like quote,
>>> tagline, & lang, which would be fine for storing the content, however I'm
>>> not
>>> sure the best way for extracting it.  I was thinking the calls to
>>> func_lang
>>> could be replaced with a get_quote, and then use $_LANGUAGE for
>>> system/handler.php as an argument to get the appropriate quote.  I figure
>>> this will also mean we need an addition to the admin screens for inputing
>>> quotes. Does this sound reasonable?
>>>
>>> --
>>> Robert Treat
>>> Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
>>>
>>> ---------------------------(end of broadcast)---------------------------
>>> TIP 2: Don't 'kill -9' the postmaster
>>>
>>>
>>
>> ----
>> Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
>> Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 6: explain analyze is your friend
>>
>
> Gavin M. Roy
> 800 Pound Gorilla
> gmr@ehpg.net
>
>

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: database driven user quotes
Следующее
От: "Gavin M. Roy"
Дата:
Сообщение: Re: database driven user quotes