Ask a Question related to ASP, Design and Development.
-
Eric Bragas #1
What is this? <img src="{$ ImagesDir}/photo.gif">
What is this? <img src="{$ ImagesDir}/photo.gif">
I KNOW what an HTML image tag looks like. But what do you call that in the
file source? Is it like a virtual directory in IIS? It's some type of
variable obviously, but can somebody tell me what it's called so I can
research how it works? thanks.
Eric Bragas Guest
-
Can PS or AI "vectorize" a process (photo) image?
Is there a tool in either Photoshop or (more likely) Illustrator that can extrapolate (or "guess") vector coordinates based on process data? Say... -
Problem with "saving" an enhanced photo from a picture CD
I am attempting to crop and enhance a photo from a picture CD from film I had processed at Costco. After I get the work done on the photo and try to... -
Advice and WTB: Focal Photo Guides ("All About ....." series)
I am looking for seven booklets in the Focal Press Photo Guides series "All About ....." (from the 1950s, the ones I need are all among the last 15... -
Companies making 13 x 19 sheet or 13 x "whatever" rolls Photo Glossy paper?
Help! I am running out of my present stock of 13 x 19 Photo glossy paper for my HP Design Jet 10PS printer. I've done a Google search but the results... -
Error with "Create a Web Photo Album" Please Help !
Hello, I want to create an new Web Photo Album! but Dreamweaver MX bring me a Error! You see this Error below ! How can I solve this Problem... -
Ray at #2
Re: What is this? <img src="{$ ImagesDir}/photo.gif">
Was this formerly a php page or something? A php var would look like that
(but without the space after the $). Or maybe a .pl page. It could be
anything.
Ray at work
"Eric Bragas" <ebragas@thermage.com> wrote in message
news:O7QWGCmmDHA.2536@tk2msftngp13.phx.gbl...the> What is this? <img src="{$ ImagesDir}/photo.gif">
>
> I KNOW what an HTML image tag looks like. But what do you call that in> file source? Is it like a virtual directory in IIS? It's some type of
> variable obviously, but can somebody tell me what it's called so I can
> research how it works? thanks.
>
>
Ray at Guest
-
Eric Bragas #3
Re: What is this? <img src="{$ ImagesDir}/photo.gif">
YES, I took this out of a PHP page. However, I thought I saw the same type
of thing in an ASP page using VBScript several years ago. Can something
like this be done in VBScript ASP?
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:OHFclDmmDHA.3288@tk2msftngp13.phx.gbl...> Was this formerly a php page or something? A php var would look like that
> (but without the space after the $). Or maybe a .pl page. It could be
> anything.
>
> Ray at work
>
> "Eric Bragas" <ebragas@thermage.com> wrote in message
> news:O7QWGCmmDHA.2536@tk2msftngp13.phx.gbl...> the> > What is this? <img src="{$ ImagesDir}/photo.gif">
> >
> > I KNOW what an HTML image tag looks like. But what do you call that in>> > file source? Is it like a virtual directory in IIS? It's some type of
> > variable obviously, but can somebody tell me what it's called so I can
> > research how it works? thanks.
> >
> >
>
Eric Bragas Guest
-
Ray at #4
Re: What is this? <img src="{$ ImagesDir}/photo.gif">
Yes, VB Script supports variables. ;]
Somewhere in some php code, that is defined. It could be in an include
file, in that page, or in the php.ini file. There's isn't an asp.ini file
equivalent, but you can use things like application variables or includes to
include a global value in all of your pages. I guess you could kinda say
that php has one-up here, but it's all in how you look at it. If you define
500 variables in your php.ini, they'll be there for all pages unnecessarily.
This is a similar waste of resources in the way that adovbs.inc is, but at
least with that, you include it when and where you want.
Ray at work
"Eric Bragas" <ebragas@thermage.com> wrote in message
news:u581rLmmDHA.2200@TK2MSFTNGP12.phx.gbl...type> YES, I took this out of a PHP page. However, I thought I saw the samethat> of thing in an ASP page using VBScript several years ago. Can something
> like this be done in VBScript ASP?
>
> "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> news:OHFclDmmDHA.3288@tk2msftngp13.phx.gbl...> > Was this formerly a php page or something? A php var would look likein> > (but without the space after the $). Or maybe a .pl page. It could be
> > anything.
> >
> > Ray at work
> >
> > "Eric Bragas" <ebragas@thermage.com> wrote in message
> > news:O7QWGCmmDHA.2536@tk2msftngp13.phx.gbl...> > > What is this? <img src="{$ ImagesDir}/photo.gif">
> > >
> > > I KNOW what an HTML image tag looks like. But what do you call thatof> > the> > > file source? Is it like a virtual directory in IIS? It's some type>> >> > > variable obviously, but can somebody tell me what it's called so I can
> > > research how it works? thanks.
> > >
> > >
> >
>
Ray at Guest
-
Eric Bragas #5
Re: What is this? <img src="{$ ImagesDir}/photo.gif">
I know about application and session variables, and how to initialize in
global.asa, but is there a way to use VBS variables in this format? {$
someVar}
I thought I saw this before, but I could be wrong.
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:%23q%23ALPmmDHA.684@TK2MSFTNGP09.phx.gbl...to> Yes, VB Script supports variables. ;]
>
>
> Somewhere in some php code, that is defined. It could be in an include
> file, in that page, or in the php.ini file. There's isn't an asp.ini file
> equivalent, but you can use things like application variables or includesdefine> include a global value in all of your pages. I guess you could kinda say
> that php has one-up here, but it's all in how you look at it. If youunnecessarily.> 500 variables in your php.ini, they'll be there for all pagesbe> This is a similar waste of resources in the way that adovbs.inc is, but at
> least with that, you include it when and where you want.
>
> Ray at work
>
>
>
> "Eric Bragas" <ebragas@thermage.com> wrote in message
> news:u581rLmmDHA.2200@TK2MSFTNGP12.phx.gbl...> type> > YES, I took this out of a PHP page. However, I thought I saw the same> that> > of thing in an ASP page using VBScript several years ago. Can something
> > like this be done in VBScript ASP?
> >
> > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> > news:OHFclDmmDHA.3288@tk2msftngp13.phx.gbl...> > > Was this formerly a php page or something? A php var would look like> > > (but without the space after the $). Or maybe a .pl page. It couldcan> in> > > anything.
> > >
> > > Ray at work
> > >
> > > "Eric Bragas" <ebragas@thermage.com> wrote in message
> > > news:O7QWGCmmDHA.2536@tk2msftngp13.phx.gbl...
> > > > What is this? <img src="{$ ImagesDir}/photo.gif">
> > > >
> > > > I KNOW what an HTML image tag looks like. But what do you call that> of> > > the
> > > > file source? Is it like a virtual directory in IIS? It's some type> > > > variable obviously, but can somebody tell me what it's called so I>> >> > > > research how it works? thanks.
> > > >
> > > >
> > >
> > >
> >
>
Eric Bragas Guest
-
Ray at #6
Re: What is this? <img src="{$ ImagesDir}/photo.gif">
No. Here's from the VBScript docs:
Naming Restrictions
Variable names follow the standard rules for naming anything in VBScript. A
variable name:
a.. Must begin with an alphabetic character.
b.. Cannot contain an embedded period.
c.. Must not exceed 255 characters.
d.. Must be unique in the scope in which it is declared.
Ray at work
"Eric Bragas" <ebragas@thermage.com> wrote in message
news:OvtLXfmmDHA.2200@TK2MSFTNGP12.phx.gbl...> I know about application and session variables, and how to initialize in
> global.asa, but is there a way to use VBS variables in this format? {$
> someVar}
>
> I thought I saw this before, but I could be wrong.
>
Ray at Guest
-
Mike Florio #7
Re: What is this? <img src="{$ ImagesDir}/photo.gif">
>>Can something like this be done in VBScript ASP?
Yes, it might look like this :
<img src="<%= ImagesDir %>/photo.gif">
"Eric Bragas" <ebragas@thermage.com> wrote in message
news:u581rLmmDHA.2200@TK2MSFTNGP12.phx.gbl...type> YES, I took this out of a PHP page. However, I thought I saw the samethat> of thing in an ASP page using VBScript several years ago. Can something
> like this be done in VBScript ASP?
>
> "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> news:OHFclDmmDHA.3288@tk2msftngp13.phx.gbl...> > Was this formerly a php page or something? A php var would look likein> > (but without the space after the $). Or maybe a .pl page. It could be
> > anything.
> >
> > Ray at work
> >
> > "Eric Bragas" <ebragas@thermage.com> wrote in message
> > news:O7QWGCmmDHA.2536@tk2msftngp13.phx.gbl...> > > What is this? <img src="{$ ImagesDir}/photo.gif">
> > >
> > > I KNOW what an HTML image tag looks like. But what do you call thatof> > the> > > file source? Is it like a virtual directory in IIS? It's some type>> >> > > variable obviously, but can somebody tell me what it's called so I can
> > > research how it works? thanks.
> > >
> > >
> >
>
Mike Florio Guest
-
Peter Foti #8
Re: What is this? <img src="{$ ImagesDir}/photo.gif">
"Eric Bragas" <ebragas@thermage.com> wrote in message
news:OvtLXfmmDHA.2200@TK2MSFTNGP12.phx.gbl...In ASP/VBScript, this would look more like:> I know about application and session variables, and how to initialize in
> global.asa, but is there a way to use VBS variables in this format? {$
> someVar}
>
> I thought I saw this before, but I could be wrong.
<img src="<%=ImagesDir%>/photo.gif">
Hope this helps.
Peter Foti
file>
> "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> news:%23q%23ALPmmDHA.684@TK2MSFTNGP09.phx.gbl...> > Yes, VB Script supports variables. ;]
> >
> >
> > Somewhere in some php code, that is defined. It could be in an include
> > file, in that page, or in the php.ini file. There's isn't an asp.iniincludes> > equivalent, but you can use things like application variables orsay> to> > include a global value in all of your pages. I guess you could kindaat> define> > that php has one-up here, but it's all in how you look at it. If you> unnecessarily.> > 500 variables in your php.ini, they'll be there for all pages> > This is a similar waste of resources in the way that adovbs.inc is, butsomething> > least with that, you include it when and where you want.
> >
> > Ray at work
> >
> >
> >
> > "Eric Bragas" <ebragas@thermage.com> wrote in message
> > news:u581rLmmDHA.2200@TK2MSFTNGP12.phx.gbl...> > type> > > YES, I took this out of a PHP page. However, I thought I saw the same> > > of thing in an ASP page using VBScript several years ago. Canmessage> > > like this be done in VBScript ASP?
> > >
> > > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote inlike> > > news:OHFclDmmDHA.3288@tk2msftngp13.phx.gbl...
> > > > Was this formerly a php page or something? A php var would lookthat> be> > that> > > > (but without the space after the $). Or maybe a .pl page. It could> > > > anything.
> > > >
> > > > Ray at work
> > > >
> > > > "Eric Bragas" <ebragas@thermage.com> wrote in message
> > > > news:O7QWGCmmDHA.2536@tk2msftngp13.phx.gbl...
> > > > > What is this? <img src="{$ ImagesDir}/photo.gif">
> > > > >
> > > > > I KNOW what an HTML image tag looks like. But what do you calltype> > in> > > > the
> > > > > file source? Is it like a virtual directory in IIS? It's some> can> > of> > > > > variable obviously, but can somebody tell me what it's called so I>> >> > > > > research how it works? thanks.
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
>
Peter Foti Guest
-
Paul Woods #9
Re: What is this? <img src="{$ ImagesDir}/photo.gif">
My guess is that someone generated that page by transforming XML with XSLT,
but had an error in their XSLT somewhere. In XSLT you can declare a
variable and then insert its value where you need it with {$variablename}.
Maybe the space between $ and ImagesDir screwed it up.
"Eric Bragas" <ebragas@thermage.com> wrote in message
news:O7QWGCmmDHA.2536@tk2msftngp13.phx.gbl...the> What is this? <img src="{$ ImagesDir}/photo.gif">
>
> I KNOW what an HTML image tag looks like. But what do you call that in> file source? Is it like a virtual directory in IIS? It's some type of
> variable obviously, but can somebody tell me what it's called so I can
> research how it works? thanks.
>
>
Paul Woods Guest



Reply With Quote

