Re: [PHP-DB] multi-language site

2004-01-18 Thread Martin Marques
Mensaje citado por Muhammed Mamedov [EMAIL PROTECTED]: Thank you for your help Martin, I am aware of the seperation stuff you are talking. There is a much more professional term for that 'Design Patterns' use in JAVA (I tell you as a JAVA professional).. I am also aware of need for code and

Fw: [PHP-DB] multi-language site

2004-01-17 Thread Muhammed Mamedov
-DB] multi-language site Mensaje citado por Muhammed Mamedov [EMAIL PROTECTED]: Thank you for your comments Ignatius. (just to note) : I do not agree that all projects SHOULD require CLEAR sepeartion of code and appearance. Let me disagree with you! :-) I a multi-tiered design yuo have

Re: [PHP-DB] multi-language site

2004-01-16 Thread Muhammed Mamedov
to transform XML... What do you suggest? Waiting for your suggestions. M.Mamedov - Original Message - From: Ignatius Reilly [EMAIL PROTECTED] To: Dan Hewins [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 8:03 PM Subject: Re: [PHP-DB] multi-language site I would

Re: [PHP-DB] multi-language site

2004-01-16 Thread Ignatius Reilly
:57 Subject: Re: [PHP-DB] multi-language site Hello Ignatius, I am working on a project which requires a CLEAR seperation of code and appearance. Think of this: There is a page which lists news from DB in a specific manner (latest 10 added, and next,prev links on the bottom). Of course

Re: [PHP-DB] multi-language site

2004-01-16 Thread Muhammed Mamedov
[EMAIL PROTECTED] Sent: Friday, January 16, 2004 3:41 PM Subject: Re: [PHP-DB] multi-language site Preliminary note: ALL projects should require a CLEAR seperation of code and appearance. Now: To do what you describe, if you present your data as a HTML table, I would suggest retrieving data

Re: [PHP-DB] multi-language site

2004-01-16 Thread Ignatius Reilly
Usually it is the other way round: to assemble a page, a script will call successively several XSLT transformations: eg top, left nav bar, central content, footer... Each XSLT call returns HTML from content stored in XML. Ignatius I also wonder if XSLT can accept any php code? -- PHP

Re: [PHP-DB] multi-language site

2004-01-16 Thread Dan Hewins
This is true. And another aspect I forgot to mention is an admin version of the whole site because the user wants to be able to update and change text in either the English or Spanish site. This way I only have to build (design, code HTML) the site once and then I essentially have four

Re: [PHP-DB] multi-language site

2004-01-16 Thread Ignatius Reilly
in their editor. HTH Ignatius _ - Original Message - From: Dan Hewins [EMAIL PROTECTED] To: [EMAIL PROTECTED]@[EMAIL PROTECTED] Sent: Friday, January 16, 2004 16:28 Subject: Re: [PHP-DB] multi-language site This is true. And another aspect I forgot to mention

Re: [PHP-DB] multi-language site

2004-01-16 Thread Martin Marques
Mensaje citado por Muhammed Mamedov [EMAIL PROTECTED]: Thank you for your comments Ignatius. (just to note) : I do not agree that all projects SHOULD require CLEAR sepeartion of code and appearance. Let me disagree with you! :-) I a multi-tiered design yuo have a client layer, a server layer

[PHP-DB] multi-language site

2004-01-15 Thread Dan Hewins
Forgive me if this is pedestrian or has been covered before. I'm new to the list and I haven't used PHP too much (yet). Here's my question: I'm looking to use PHP for an upcoming site project where the site needs to be in either English or Spanish. Would PHP be a good approach? I was

Re: [PHP-DB] multi-language site

2004-01-15 Thread Ignatius Reilly
PROTECTED] Sent: Thursday, January 15, 2004 18:50 Subject: [PHP-DB] multi-language site Forgive me if this is pedestrian or has been covered before. I'm new to the list and I haven't used PHP too much (yet). Here's my question: I'm looking to use PHP for an upcoming site project where the site

Re: [PHP-DB] multi-language site

2004-01-15 Thread Ignatius Reilly
and how important the translation really is; only you can decide that. HTH Rich -Original Message- From: Ignatius Reilly [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 1:03 PM To: Dan Hewins; [EMAIL PROTECTED] Subject: Re: [PHP-DB] multi-language site I would

Re[2]: [PHP-DB] multi-language site

2004-01-15 Thread Richard Davey
Hello Ignatius, Thursday, January 15, 2004, 6:41:44 PM, you wrote: IR Gettext is NOT an automated translation service. What you do is mark strings IR to translate in the original application, then have them translated by a IR human. When confronted with a marked string to echo, the application

Re: Re[2]: [PHP-DB] multi-language site

2004-01-15 Thread Ignatius Reilly
]: [PHP-DB] multi-language site Hello Ignatius, Thursday, January 15, 2004, 6:41:44 PM, you wrote: IR Gettext is NOT an automated translation service. What you do is mark strings IR to translate in the original application, then have them translated by a IR human. When confronted