RE: level 1, level 2

2005-05-03 Thread Rebecca Wells
You're quite welcome! Just don't call me Louise... :P >hey that all worked! jeez-loouise! >This is quite the mind-readjustment. hmmm. I can do this for my menusets too. > hmm. > >k, great, thanks! > >> > statement to set the variables for each server. ~~

RE: level 1, level 2

2005-05-03 Thread daniel kessler
hey that all worked! jeez-loouise! This is quite the mind-readjustment. hmmm. I can do this for my menusets too. hmm. k, great, thanks! > Done right, there's usually no need for any cfif statement. All you > need is something like this in the app_server.cfm file: > > > > > > http://#re

Re: level 1, level 2

2005-05-03 Thread daniel kessler
You're right that I'm not familiar with it. We don't get alot of learning time that's not project time. Looks like that time is now then eh? Thanks! >Well, >Since you have access to the root of the subdomain, you can create >your own application.cfm for your application. For that matter any >

Re: level 1, level 2

2005-05-03 Thread George Abraham
t; > > > > > > >I create them in a separate file that I include in the application. > > > > > cfm. > > > >I have a different file for every server (local, dev, staging, prod, > > > > > >...) where the application is deployed. > >

RE: level 1, level 2

2005-05-03 Thread Adkins, Randy
You can always create one, right? -Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 03, 2005 1:35 PM To: CF-Talk Subject: RE: level 1, level 2 I don't *think* that I have access to the application.cfm file. I'm in a shared hosting environ

RE: level 1, level 2

2005-05-03 Thread Rebecca Wells
Done right, there's usually no need for any cfif statement. All you need is something like this in the app_server.cfm file: http://#request.Domain#/cf_lists/";> > On top of doing the include file in your Application.cfm, in Rebecca's > example you can use the CGI.SERVER_NAME variabl

RE: level 1, level 2

2005-05-03 Thread daniel kessler
>I create them in a separate file that I include in the application. > > > cfm. > > >I have a different file for every server (local, dev, staging, prod, > > > >...) where the application is deployed. > > > > > >> -Original Message-

RE: level 1, level 2

2005-05-03 Thread David Critchley
application is deployed. > > > >> -----Original Message- > >> From: daniel kessler [mailto:[EMAIL PROTECTED] > >> Sent: 03 May 2005 15:22 > >> To: CF-Talk > >> Subject: RE: level 1, level 2 > >> > >> Wouldn't /images/

RE: level 1, level 2

2005-05-03 Thread Rebecca Wells
age- >> From: daniel kessler [mailto:[EMAIL PROTECTED] >> Sent: 03 May 2005 15:22 >> To: CF-Talk >> Subject: RE: level 1, level 2 >> >> Wouldn't /images/ refer to the images directory on the root level? >This >> is a directory within and the who

Re: level 1, level 2

2005-05-03 Thread Jeff Small
> Does this work well with cfincluded files too? In particular, check this specific article out. http://www.macromedia.com/devnet/mx/dreamweaver/articles/ssi_templates.html It uses navigational includes as the basis of the tutorial...to quote: "Wouldn't it be nice if you had several includes, e

Re: level 1, level 2

2005-05-03 Thread Jeff Small
> Does this work well with cfincluded files too? Heck yeah. It's tight. Check this out... http://www.macromedia.com/devnet/mx/dreamweaver/templates.html We're finding it's slowly replacing a LOT of overhead work that's just completely needless now. What were convoluted workarounds are now just

RE: level 1, level 2

2005-05-03 Thread Pascal Peters
nal Message- > From: daniel kessler [mailto:[EMAIL PROTECTED] > Sent: 03 May 2005 15:22 > To: CF-Talk > Subject: RE: level 1, level 2 > > Wouldn't /images/ refer to the images directory on the root level? This > is a directory within and the whole site is there. >

Re: level 1, level 2

2005-05-03 Thread daniel kessler
Does this work well with cfincluded files too? >Use Dreamweaver Templates? They'll automatically resolve any paths and you >only need to create one master template. Then just save it wherever you >want, and let Dreamweaver take care of all the hassle of keeping up with >whatever directories som

RE: level 1, level 2

2005-05-03 Thread daniel kessler
Wouldn't /images/ refer to the images directory on the root level? This is a directory within and the whole site is there. In what way would I define a variable for a path to the images. It would seem to me that the variable would have to change just like the header. Can you give me a small

Re: level 1, level 2

2005-05-03 Thread Jeff Small
Use Dreamweaver Templates? They'll automatically resolve any paths and you only need to create one master template. Then just save it wherever you want, and let Dreamweaver take care of all the hassle of keeping up with whatever directories something resides in. We have several sites built the

RE: level 1, level 2

2005-05-03 Thread Pascal Peters
/images/ ?? or define a variable with the path to images. Pascal > -Original Message- > From: Daniel Kessler [mailto:[EMAIL PROTECTED] > Sent: 03 May 2005 14:57 > To: CF-Talk > Subject: level 1, level 2 > > I have a directory on my site which is basically a site in

level 1, level 2

2005-05-03 Thread Daniel Kessler
I have a directory on my site which is basically a site in itself. There, I am building a template. In this template is a header with images and links. The problem is that the path to those images and links changes depending on whether the file the header is in is down one level or two or none

RE: Linear Site Maps: Home > Level 1 > Level 2

2000-06-19 Thread Shane Witbeck
] www.digitalsanctum.com -Original Message- From: Phil Labonte [mailto:[EMAIL PROTECTED]] Sent: Monday, June 19, 2000 9:15 PM To: [EMAIL PROTECTED] Subject: Re: Linear Site Maps: Home > Level 1 > Level 2 Shane I am interested in this also. Can you give us more details please. - Original M

Re: Linear Site Maps: Home > Level 1 > Level 2

2000-06-19 Thread Phil Labonte
Shane I am interested in this also. Can you give us more details please. - Original Message - From: "Shane Witbeck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 19, 2000 9:09 PM Subject: RE: Linear Site Maps: Home > Level 1 > Level 2 >

Re: Linear Site Maps: Home > Level 1 > Level 2

2000-06-19 Thread Mark Ireland
Breadcrumbs? The structure of the site can be a little database and these breadcrumbs and content links can be cfqueried and cfoutputed. . . At 07:59 PM 19/06/00 -0500, you wrote: >Has anybody learned how to create these things >dynamically using script? ASP, JavaScript, CFML? > ><%= Clinton G

RE: Linear Site Maps: Home > Level 1 > Level 2

2000-06-19 Thread Shane Witbeck
-Talk Subject: Linear Site Maps: Home > Level 1 > Level 2 Has anybody learned how to create these things dynamically using script? ASP, JavaScript, CFML? <%= Clinton Gallagher http://home.att.net/~csgallagher/ http://www.metromilw

Linear Site Maps: Home > Level 1 > Level 2

2000-06-19 Thread ClintonGallagher
Has anybody learned how to create these things dynamically using script? ASP, JavaScript, CFML? <%= Clinton Gallagher http://home.att.net/~csgallagher/ http://www.metromilwaukee.com/ -- Archives: http://www.