Re: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread Beau
Chris Blown said: > 1. As Beau mentions dynamically generate the style sheet. > > > Not sure here, but method 1 might have caching issues, I've never tried > this, so perhaps Beau can comment here. you might run into some caching issues here, depending on the volume that you're dealing with. aga

Re: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread Leo J. O'Campo
Seona You could assignment the stylesheet from a cookie with php variables. Leo * The discussion list for http://webstandardsgroup.org/ *

RE: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread Seona Bellamy
when they are entering colours into the database, that foreground and background colours do not match. :) Cheers, Seona. -Original Message- From: Chris Blown [mailto:[EMAIL PROTECTED] Sent: Wednesday, 10 March 2004 4:16 PM To: WSG Subject: Re: [WSG] Dynamically populating stylesheets

Re: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread Chris Blown
Seona You've got a few choices 1. As Beau mentions dynamically generate the style sheet. 2. Adjust inline style dynamically from the database 3. Have a collection of style sheets that are themes, Zen Garden style. eg. Not sure here, but method 1 might have caching issues, I've never tri

RE: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread Seona Bellamy
Ah, cool! Thanks. Cheers, Seona. -Original Message- From: Lindsay Evans [mailto:[EMAIL PROTECTED] Sent: Wednesday, 10 March 2004 3:54 PM To: [EMAIL PROTECTED] Subject: RE: [WSG] Dynamically populating stylesheets? Seona Bellamy wrote: > Just to make sure I understand you, Beau,

RE: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread Seona Bellamy
, 10 March 2004 3:53 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Dynamically populating stylesheets? Seona There are a number of ways to do this - the easiest way to do it is by populating some

RE: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread Beau
TECTED] > Sent: Wednesday, 10 March 2004 3:38 PM > To: [EMAIL PROTECTED] > Subject: Re: [WSG] Dynamically populating stylesheets? > > > > You can do this with something like PHP, just a script that does something > like this > > > > header('Content-type: tex

RE: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread Lindsay Evans
Seona Bellamy wrote: > Just to make sure I understand you, Beau, the php code you show is the > content of that cssmaker.php that you put in the href? > > Not sure if I can duplicate that with CF - it's that "header" bit > that is the biggest problem I guess. Does anyone know if there's a > simila

RE: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread Seona Bellamy
Sennan Lagaluga [mailto:[EMAIL PROTECTED]Sent: Wednesday, 10 March 2004 3:47 PMTo: [EMAIL PROTECTED]Subject: Re: [WSG] Dynamically populating stylesheets? you could use inline styles to pull the required value(s) from the database. eg: (background-color: <% your.recordset.value %>

Re: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread James Ellis
Seona There are a number of ways to do this - the easiest way to do it is by populating some

RE: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread Seona Bellamy
ction in CF? Thanks, Seona. -Original Message- From: Beau [mailto:[EMAIL PROTECTED] Sent: Wednesday, 10 March 2004 3:38 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Dynamically populating stylesheets? You can do this with something like PHP, just a script that does something like this

Re: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread Sennan Lagaluga
pmentU: www.mockorange.com.auP: 07 4953 4035F: 07 4953 40301st Floor, 92 Victoria StreetMackay   Q   Australia 4740 - Original Message - From: Seona Bellamy To: WSG List Sent: Wednesday, March 10, 2004 2:31 PM Subject: [WSG] Dynam

Re: [WSG] Dynamically populating stylesheets?

2004-03-09 Thread Beau
You can do this with something like PHP, just a script that does something like this obviously, once you have something like that running, you can just change it so that the echo line pulls content from a database, then dumps it out, pretending to be a stylesheet :) HTH Beau -- Beau Leben

[WSG] Dynamically populating stylesheets?

2004-03-09 Thread Seona Bellamy
Hi guys, Is this even possible? What I have is a site that gives people a chance to set up their own information sections where they can record their own content. I would like that an account holder can state which colours, font sizes, font styles, etc they want for their section and have this in