Are you sure this is the right url. I get a "No web site is configured at this
address." when I go there.
"David Hannum (Ohio University)" wrote:
> Check out www.cfcomet.com for some great tutorials on making Word docs from
> RTF's. I do it all the time. You create a template in word, save it
In MSSQL it works fine. But when used with coldfusion somehow keep prompting
me the error. I check the datatype, it matches. So i am still veri puzzled
why is this so.
-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 11:17 AM
To: CF-Talk
Subject: R
Select Upper(fieldName) as UField from TableName
should work.. there is no replacement that i know of.
Curious.. what is the Sql DataType?
ColdFusion its UCase(String)
Joe
- Original Message -
From: "Brian Scandale" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, May
My sincere apologies if this offends anyone on the list.
We are in the market for a list server and func specs can be found at
http://www.e-safety.sa.gov.au/mailer/MailListServerSpecification.doc
The doc talks about operating behind our DMZ but I will look at options that
will operate entirel
>> Hey! Somebody else jump first! :)
>> I wonder if Macromedia has implemented CF MX on any production servers?
Absolutely! All internal CF servers we could identify were switched to CFMX around
the Release Candidate and were upgraded to the Final released bits as soon as they
were availabl
We used a slider once and we had the same problem. Try this:
1. Create a style for the fields that get in the way. In that style define
the propertie "visibility" and set it's value to "display"
2. Then in your slider code change the value of the visibility property to
"hidden" when the slider
What replaces the SQL UPPER() function ins SQL Server?
It's used to return the upper case of it's argument... It's complaining that
"Argument data type text is invalid for argument 1 of upper function"
thanks again!
~Brian
__
email it off list to me
Brian Scandale wrote:
> I have the problem reduced to a simple .html file and a .css style sheet that goes
>with it if someone want to take a crack at it... :-)
>
> At 08:14 PM 5/30/02 -0700, you wrote:
> >Changing to "...-color:" in the FORM .css file statement effects
Couple different ways, most use the css overflow property, which
doesn't work in NS4. If NS4 is necessary, I'd reccomend searching for
the Beehive DHTML library. I can't remember the site, but it lets you
do an inline scroll in NS4.
Otherwise here is some example code...it's very rough, but it
ill
Have you tried removing the pound sign? I believe that CSS allows this.
- Ron
-Original Message-
From: Brian Scandale [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 11:14 PM
To: CF-Talk
Subject: Re: IE 6.0 Bug??
Changing to "...-color:" in the FORM .css file statement effect
I have the problem reduced to a simple .html file and a .css style sheet that goes
with it if someone want to take a crack at it... :-)
At 08:14 PM 5/30/02 -0700, you wrote:
>Changing to "...-color:" in the FORM .css file statement effects no-change. it
>still renders the color and causes t
wait - i just realized something.. your coloring the form boxes? and inputs? or the
table the form is in?
place the color instructions on the table or td tags. Use the CSS to redefine the
table or similair tag
In any event explain better exactly what you are trying to recolor as background.. an
Does it work if you run it directly in Access?
-Original Message-
From: JAIME HOI [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 8:00 PM
To: CF-Talk
Subject: RE: Access SQL stored procs
hi
My stored procedure works fine in Oracle but in MSSQL its not
working fine.
Changing to "...-color:" in the FORM .css file statement effects no-change. it
still renders the color and causes the text to not display... unless I drag the scroll
bar causing the browser to re-paint the scrolled area of the page. Then the text
becomes visible.
I don't want the entire
> And this works great. But I have some persistent users that I banned
> about 15 IP's for 1 person, banned any referrers from their host - and
> now he is signing on from AOL.
You might log their CFID/CFTOKEN (this assumes you're using client/session
mgmt of course) and check for that on each pa
On Thu, 30 May 2002 15:35:18 -0500, in cf-talk you wrote:
>Hi Folks,
>I don't think this is possible, but I wanted to double check.
>
>Is it possible to write a word document "on the fly" that includes images,
>or more precisely, headers and footers? I can write the text (body) parts of
>it witho
Orafaq.com is very helpful.
I just tend to put my oracle error number/message into google. Usually
works. ;P
> Does anyone on this list know of any good resources for someone who is
> transitioning from MS SQL Server to Oracle?
>
> Thanks in advance,
> M
>
>
>
__
hi
My stored procedure works fine in Oracle but in MSSQL its not
working fine. I wonder why . I get this error
"Microsoft][ODBC SQL Server Driver]Invalid character value for cast
specification"
Anybody knows why? My stored procedure is
I've seen this done with but I'm not sure if its the best solution.
**
Kevin Parker
Web Services Manager
WorkCover Corporation
[EMAIL PROTECTED]
www.workcover.com
p: 08 82332548
f: 08 82332000
m: 0418 806 166
**
-Original Message-
From: Critz [mailto:[EMAIL PROTECT
oi CF-Talk,!!
somewherepossibly on the msdn site I've seen an example where table
headers are stationary, but the cells are scrollable.
anybody else seen this.or know where some Xamples are?
thanks
--
Critz
Certified Adv. ColdFusion Developer
Crit[s2k] -
___
Check out www.cfcomet.com for some great tutorials on making Word docs from
RTF's. I do it all the time. You create a template in word, save it as an
RTF. Then, save the RTF as a .CFM file, incorporate your CF tags in the
right places to populate areas and voila!
Dave
- Original Message
Hello all. I posted this 3 days ago - but never came through. Apologize
if a duplicate.
Hopefully this is not too off topic -
I am currently using coldfusion to check IP and refer host
for example -
And this works great. But I have some persistent users that I banned
about 15 IP's for 1 pers
I'm doubting that I'll get the answer I'm looking for, but thought I'd try.
I've had this problem for a while, but I've been ignoring it. Now, I'd like to try
and resolve the issure if I can.
I am using CFMX as a standalone server. On the same machine I have CF5 installed. I
want to access
2 suggestions
1 - move it into the body tag
body {
background-color: #66;
}
2 - background-color: #66;
one of those should do it - I recommend #1
jay miller
Brian Scandale wrote:
> Just installed on a site that is exclusively IE 6.0 and suddenly some very simple
>text is not displayin
Does it like "background-color: #66;" any better?
Ken
-Original Message-
From: Brian Scandale [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 10:00 PM
To: CF-Talk
Subject: IE 6.0 Bug??
Just installed on a site that is exclusively IE 6.0 and suddenly some very
simple text
oi Brian!!
have you tried background-color: ? (dunno if it works)
--
Critz
Certified Adv. ColdFusion Developer
Crit[s2k] -
Thursday, May 30, 2002, 10:00:00 PM, you wrote:
BS> Just installed on a site that is exclusively IE 6.0 and suddenly some very simp
Just installed on a site that is exclusively IE 6.0 and suddenly some very simple text
is not displaying...
So I hit it with IE 5.5 and all is OK.
Next I pulled the View/Source output apart and everything looks OK.
Discovered that if I pull the background statement,(SeeBelow) out of the .css f
Does anyone on this list know of any good resources for someone who is
transitioning from MS SQL Server to Oracle?
Thanks in advance,
M
__
Your ad could be here. Monies from ads go to support these lists and provide more
resou
> try putting the menu in a layer with a greater z-index than the rest of
the
> page. That should solve it.
My understanding is that this won't do anything. It has something to do with
form elements having an infinite z-index. Has this changed with the latest
browsers (NS6)?
Regards,
Dave.
try putting the menu in a layer with a greater z-index than the rest of the
page. That should solve it.
+---+
Bryan Love
Macromedia Certified Professional
Internet Application Developer
Database Analyst
Telecommunication Systems
[EMAIL PROTECTED]
I meant NS6 is the only browser its NOT doing it in..
long day
- Original Message -
From: "Ewok" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, May 29, 2002 5:08 PM
Subject: Re: milonic menu problems
> the only browers its NOT doing it in is opera
>
>
> ---
I've done as Howie describes, but I would always "reverse engineer" it. I'd
start with a Word Doc, "Save as" RTF, then analyze the heck out of the
resulting file. Use the spec to help read and adapt.
Now your server code writes the RTF (which is all ascii) code to a file,
names it something.rtf
How about CF Server 5.0 is the upgrade from 4.0.1 still available for us
"slow to adopt" and "you aren't supporting my web server with MX" people?
Best regards,
Dennis Powers
UXB Internet - A Web Design and Hosting Company
tel: (203)879-2844 fax: (203)879-6254
http://www.uxbinternet.com/
http:
Ah-hah...now it's starting to make sense, that's why you can use the
ListFind(cgi.whatever, value, "\/") for both win and unix boxes...thanks
Chris (and everyone else who chipped in)
Tyler Silcox
email | [EMAIL PROTECTED]
- Original Message -
From: "Chris Lofback" <[EMAIL PROTECTED]>
To:
Note that Microsoft doesn't recommend this practice, and does not support it. The
Office suite was not designed to be used in a multi-user, unattended environment can
be quite unstable when used in such a manner.
See: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757
Regards,
K
the only browers its NOT doing it in is opera
--- Original Message -
From: "Timothy Heald" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, May 30, 2002 4:56 PM
Subject: RE: milonic menu problems
> This isn't a problem with CF or the menu. It is a problem with browser
I would think this would be the case only if you wanted to use Word objects.
As for creating a Word Doc File, I've seen references for the binary format
for it. You could always try it that way but I wouldn't recommend it.
What if you were to simply create an HTML file, rename it as a .DOC f
It's a standalone application, but it's only sold as part of the Dreamweaver MX (Win)
purchase. It's not available for purchase separately.
> So, is it a separate application altogether or not, and does
> Macromedia plan
> to merge the two in the next version of Dreamweaver MX?
Gosh, I don't k
This isn't a problem with CF or the menu. It is a problem with browsers.
The only way around this that I have seen so far is to use the ms combo box
object (ie only).
Tim Heald
ACP/CCFD :)
Application Development
www.schoollink.net
> -Original Message-
> From: Ewok [mailto:[EMAIL PROTEC
The format for RTF files is a published spec so you can theoretically write software
that conforms to the spec (I've done it so I
know it is very possible).
You can find the spec on www.wotsit.org
Regards,
--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion
This is more than likley a problem with the menu and not CF but I figured
someone here has probably used it and may have encountered the same
problem...
Im using the milonic menu from http://www.milonic.co.uk (nice menu)
but if a sub nav pops out over a SELECT or CFSELECT form field the nav h
Microsoft Word works as an automation server when installed so that other processes
can interact with it. So, you need to have Word
installed on the server...
HTH,
--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101
inFusion Mail Se
> -Original Message-
> From: Vernon Viehe [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 30, 2002 4:33 PM
> To: CF-Talk
> Subject: RE: ColdFusion MX / Studio MX now available!
>
>
> No, sorry, I didn't make it clear.
>
> HomeSite+ is a HomeSite5 base, the CF IDE functionality of CFS5,
>
Yes, should be!
On Thu, 30 May 2002, Van Vliet, Scott wrote:
> Is it on the CF Server 5 CD?
>
> --
> Scott Van Vliet
> Sempra Energy
> 555 W. 5th St., 21st Floor
> Los Angeles, CA 90013
> Tel > 213.244.5205
> Email > [EMAIL PROTECTED]
>
> "Hello Stupid, and welcome to your crappy computer."
>
I think it's possible to do this in .RTF files that can be opened up in
word, but ... without having access to some windows library, I don't think
it's possible (might want to look around on the CFDEVEX or CFX galleries?)
~Todd
On Thu, 30 May 2002, Deanna Schneider wrote:
> Hi Folks,
> I don'
Is it on the CF Server 5 CD?
--
Scott Van Vliet
Sempra Energy
555 W. 5th St., 21st Floor
Los Angeles, CA 90013
Tel > 213.244.5205
Email > [EMAIL PROTECTED]
"Hello Stupid, and welcome to your crappy computer."
- Strong Bad, HomestarRunner.com
> -Original Message-
> From: [EMAIL PROT
Since CFStudio is no longer a product for sale, there's no trial of it.
HomeSite+ is the replacement for CFStudio, and the only way it's sold is bundled with
Dreamweaver MX, though it doesn't come in the trial version of DWMX. While there isn't
a trial of HomeSite+, there is a trial of HomeSite
Hi Folks,
I don't think this is possible, but I wanted to double check.
Is it possible to write a word document "on the fly" that includes images,
or more precisely, headers and footers? I can write the text (body) parts of
it without a problem, and even get all the stupid mso-styles to work
appr
You're out of luck, CF5.0 trial is down and gone. :/
On Thu, 30 May 2002, Carl wrote:
> Anyone know where I can download a trial version of ColdFusion Studio 5.0?
> Macromedia seems to only have the MX stuff available on their site.
>
> Thanks!
> Carl
>
No, sorry, I didn't make it clear.
HomeSite+ is a HomeSite5 base, the CF IDE functionality of CFS5, and the VTMs (and
help, etc) for CFMX.
-Vern
> -Original Message-
> From: Owen Leonard [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 30, 2002 11:23 AM
> To: CF-Talk
> Subject: Re: Col
Anyone know where I can download a trial version of ColdFusion Studio 5.0?
Macromedia seems to only have the MX stuff available on their site.
Thanks!
Carl
__
This list and all House of Fusion resources hosted by CFHosting.com. T
I've been trying to find the screen described as "Setting Up a Default Probe" in the
CFMX help files but I can't find it!
Can u help?
__
Your ad could be here. Monies from ads go to support these lists and provide more
resourc
Yeah I saw that post. Up until now I had only tried to use single character
delimiters, except when I would generate a list for display from the db
using valueList. Very strange behavior.
Tim Heald
ACP/CCFD :)
Application Development
www.schoollink.net
> -Original Message-
> From: Tyle
Tim wrote: MyList=ValueList(queryName.ColumnName, ', ');
That'll work, but it doesn't work for ListAppend, which seams pretty screwy
to me. I use ValueList all the time with the ", " and I always try (and
fail) to use ListAppend(list, value, ", "), see my previous message below
for an example.
I scanned through the online CF help and it appears that all of the List
functions, including ListAppend(), accept multiple single-character
delimiters, so passing "mystring" means to consider "m" or "y" or "s", etc.,
as delimiters. As a query function, ValueList() appears to be different and
act
> If you are able to figure out what service is grabbing 1433
> ahead of sql server, I'd suggest changing the startup parameter
> for that service to manual to allow sql to get it first. Of
> course you then have to remember to manually start that other
> service after every reboot.
Actually,
and then all someone has to do is use a program to spoof the referrer
information and their in. The only thing that you as a web programmer can do
without beating your head against the wall is to make sure you qualify all
variables passed to the page, check them to make sure they are of the length
Please wrap your lines at no more as 78 characters.
heirophant mm wrote:
>
> How can firstTime.cfm tell that the user was actually authenticated and redirected
>from login.cfm?
Section 3.3 of RFC 2617 covers exactly this and might be an option.
Jochem
I Just gotta say you guys are amazing, I just now checked back to see if
there were any replies and was overwhelmed.
Needless to say you answered my question and then-some. If any of you
were in Archbold I'd buy you a Beer.
p.s. Sorry about getting sappy, but free-flow of information brings a
te
The only way I have seen to do this, and it was mentioned by someone
earlier, is to only allow for a specific referer. You would use the url to
the page that the user 'should' be coming from like this:
Allow the template to process
move them somewhere else either with cflocatio
MyList=ValueList(queryName.ColumnName, ', ');
Is that what you mean? If you put something in the delimiter place than
that will be the delimiter. If you bob, then in between each list member
will be the word bob. If you used chr(09) [tab] than you would have a tab
delimited list.
Tim Heald
AC
Hello,
I have an app that needs to be accessible to (and only accessible to) users from two
different NT domains. Of course, with users in a single NT domain you can just use
challenge/response authentication on the directory in question. But this application
calls for authenticating users fro
Interesting point. I took it upon myself to test out your question and
found that you CAN go back.
On Thu, 30 May 2002, Mario Martinez wrote:
> What if I view the file source, erase all the java script code that is
> bothering me .Save the file into my local harddisk and run the browser over
>
My bad, I got the comma right tho. ;P
On Thu, 30 May 2002, Timothy Heald wrote:
> A space is not an "obvious" delimiter. You still need to specify it like
> #listGetAt(myList,3,' ')#.
>
> All the list functions, and CFLOOP allow you the specify a list delimiter,
> if you are not using a , [com
I am actually trying to use a string as a delimiter like #ListAppend(MyList, MyValue,
"mystring")# .
If I do this:
MyList="";
MyList=ListAppend(MyList, "Hello There", "mystring");
MyList=ListAppend(MyList, "Good Afternoon", "mystring");
MyList is equal to: Hello TheremGood Afternoon
But if
A space is not an "obvious" delimiter. You still need to specify it like
#listGetAt(myList,3,' ')#.
All the list functions, and CFLOOP allow you the specify a list delimiter,
if you are not using a , [comma].
To find out the exact syntax for any list functions pen the help files in
studio. The
Hi all,
I tried to find an answer in the archives, but it appears that the search
feature is not working right now...
A co-worker in our IT department wants to create a web page with each
network printer name with a link to the printer that will automatically set
it up. We came up with a way tha
Thank you Rob again.
regards Mario
- Original Message -
From: "Rob Baxter" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, May 30, 2002 3:00 PM
Subject: RE: SQL server trouble
> If you are able to figure out what service is grabbing 1433 ahead of sql
> server, I'd
Is this what you are looking for? If you already have a list, you can change
the delimiter like so
ListChangeDelims(#yourList#, "+")
-Original Message-
From: Tyler Silcox [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 2:20 PM
To: CF-Talk
Subject: list delimiters>>>
Is th
Commas, spaces are the obvious delimiters. If that's what you want, you
don't have to provide it.
However, if you want the pipe character (|), then all of the list
functions have the ability to provide your own delmiter:
Example:
valueList(query.columnlist,"|")
listAppend(list,string,"|")
e
Is there any known tricks to providing list delimiters to the List functions?
Sometimes you can use a string as a delimiter, #ValueList()#, and other times it will
only allow you to use/accept the first character, such as #ListAppend()#. Any idears?
Tyler Silcox
email | [EMAIL PROTECTED]
__
http://www.xcreation.com/apps.cfm
download the one called "directory listing tag". Just drop it into the
directory you want listed. Has built in security.
Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org
-Original Message-
From: Critz [mailto:[EMAIL PROT
Broadvision.
We are in the process of transitioning to our own servers.
mike chambers
[EMAIL PROTECTED]
> -Original Message-
> From: Ken Wilson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 30, 2002 1:19 PM
> To: CF-Talk
> Subject: RE: ColdFusion MX / Studio MX now available!
>
>
>oi do you say this because you've tried it?!! It's necessary to ask these
>questions since they won't let us see it!!
I had it when I was in the Kojak beta program and was able to download
Homesite+ separately. I can tell you that there is virtually no difference
between CF Studio and Homesit
oi Rodney!!
if you are using CF5, you could always re-query the directory query based on your
list using an [[IN]] statement
--
Critz
Certified Adv. ColdFusion Developer
Crit[s2k] -
Thursday, May 30, 2002, 3:03:50 PM, you wrote:
BRSHS> Hello all
BRS
> HomeSite+ is HomeSite5 plus the CF VTMs & help/reference for CF stuff.
> So, if you want to see in general what HomeSite+ will look like, take
> a look at the HomeSite5 trial.
Did the release version change from what was available with the
DreamweaverMX beta? If not, then Homesite+ is actuall
One could do "what ifs" all day long, if you need to worry about someone going through
all that much trouble, then perhaps you should just not put the information on the web
in the first place. Heck, you asked for a easy way and are coming up with complicated
ways they can get past that.
oi Owen!!
yeap,I had it installed during the dwmx beta, and it's identical to
CFStudio 5.0 I [[assume]] there are only minor bug fixes, but there is nothing
different in the appearance of it. Database tabsqlquery builder.
and still the bug when you create a folder via rds
Hello all
I am using to grab file info.
but I only want to display info on files in a pre-chosen list.
I know you can loop through like a query.
but how would I do something like this:
other info here
filefromlist (size) (date last modi
Perfect! That did the trick.
thanks,
Chris Norloff
-- Original Message --
from: Jochem van Dieten <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Thu, 30 May 2002 02:34:32 +0200
>Chris Norloff wrote:
>> We have a problem getting debugging info to u
If you are able to figure out what service is grabbing 1433 ahead of sql
server, I'd suggest changing the startup parameter for that service to
manual to allow sql to get it first. Of course you then have to remember to
manually start that other service after every reboot.
-Original Message
why don't you tell us why you don't want people to be able to "GO BACK".
Depending on the situation you're facing, you might be beating your head
against the wall for nothing. The only reason I can think of why you
wouldn't want someone to be able to go back, is because of form submission,
and per
> oi Owen!!
>
> homesite+ is basically your CFStudio 5.1 etc etc
oi do you say this because you've tried it?!! It's necessary to ask these
questions since they won't let us see it!!
-- Owen
> OL> Does that mean that HomeSite+ lacks advanced tools like the Databases
> OL> resource windo
oi Mario!!
well then I reckon you'd just have too much time on yer hands
--
Critz
Certified Adv. ColdFusion Developer
Crit[s2k] -
Thursday, May 30, 2002, 2:38:07 PM, you wrote:
MM> What if I view the file source, erase all the java script code that is
M
What do you do, then, if by chance the old email address that the user
signed up with is no longer in service? Then, even if they could remember
the right email they couldn't retrieve the password?
This has happened to me before and I've been SOL.
-Patti
> > As for username/password retrieval .
What if I view the file source, erase all the java script code that is
bothering me .Save the file into my local harddisk and run the browser over
it
and try to going back??? .
regards
Mario
- Original Message -
From: "Critz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thu
I think you should check out Dreamweaver MX... I am a die hard CF Studio
Fan and I got to tell you Dreamweaver MX is my new development tool of
choice...
At 02:40 PM 5/30/2002 -0400, you wrote:
>oi Owen!!
>
>homesite+ is basically your CFStudio 5.1 etc etc
>
>
>--
>Critz
>Certified Adv. C
Tony:
This file you are taking about does not contain any info about port 1433.
You can be sure I did a search in microsoft site before going to the list ,
although I did not find the right keyword combinations at the begining .
After making a cousious search in the SQL Errorlog I found the righ
http://www.2day.ca/test.cfm
===
http_cookie:
#http_cookie#
From: Tony Schreiber <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re: Getting a list of cookies
Date: Thu, 30 May 2002 14:14:32 -0400 (EDT)
Add this as a bookmark to your browser:
javascri
The javascript wont excecute... :)
Seriously though, another option is to run the wizard in a popup with no
chrome. Then no back button will exist in the first place. However you
should try to make the registration process back-button proof in the first
place.
jon
- Original Message -
Fro
> I wonder, if the next time this happens, if you viewed the
> services file, (c:\winnt\system32\drivers\etc\services) if
> it would tell you what is hooked on that port. if it does,
> then you know what app is the culprit.
The services file doesn't reflect what's actually listening; it just l
> My server administrator just asked me to look into something
> that he heard about the jrun components in CF 5.0 being some
> sort of a security risk.
The JRun components aren't directly exposed to the web server, so in the
sense in which your server administrator is most likely concerned, th
> HomeSite+ is HomeSite5 plus the CF VTMs & help/reference for CF stuff. So,
if you want to see in general what HomeSite+ will look like, take a look at
the HomeSite5 trial.
Does that mean that HomeSite+ lacks advanced tools like the Databases
resource window, debugging tools, Query Builder, etc?
oi Alex!!
then you could always do this
seeing as how most of us develop web applications and not websitesif
javascript is disabled, then they don't need to be there..
--
Critz
Certified Adv. ColdFusion Developer
Crit[s2k] -
Thursday, M
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark Smeets wrote:
|Hi all,
|
|Is there any way to get a list of cookies that you've currently set on your
|machine? (without having to resort to putting them in an array or list or
|something of that nature)
only resorting to a struct .-)
structk
The JRun version in CFMX is 4.0 so it should be ok.
>From the JRun logs...
JRun 4.0 ISAPI Extension 47304 - May 2 2002 20:33:34
Cheers,
Jeff Garza
- Original Message -
From: "Jochem van Dieten" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, May 30, 2002 11:03 A
Add this as a bookmark to your browser:
javascript:if(document.cookie.length<1){alert('No%20cookie%20for%20this%20site.')}else{alert('Cookie%20for%20this%20site:'+document.cookie)}
I got if from bookmarklets.com. VERY useful.
> Is there any way to get a list of cookies that you've currently set
What happens if I disable javascript?
On Thu, 30 May 2002, Critz wrote:
> oi Mark!!
>
>
>
>
>
> on the preceding page
>
> --
> Critz
> Certified Adv. ColdFusion Developer
>
> Crit[s2k] -
>
> Thursd
just out curiosity. I wonder, if the next time this happens, if you viewed
the services file, (c:\winnt\system32\drivers\etc\services) if it would tell
you what is hooked on that port. if it does, then you know what app is the
culprit.
Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
htt
Hi all,
Is there any way to get a list of cookies that you've currently set on your
machine? (without having to resort to putting them in an array or list or
something of that nature)
--
Mark Smeets / stranger0 / ICQ: 1062196
[EMAIL PROTECTED]
http://www.prowe
1 - 100 of 215 matches
Mail list logo