> While the site isn't quite ready yet, I'd love to get some feedback on
> what you would like to see on the site. I hope to have something up
> within a few days and will post again when the initial site is
> launched.
You may want to take a look at the way ActiveState does for Python and other
> Where would I do that in my web server (IIS) or CF server?
> Why wouldn't it be in the mail server?
It would be in the mail server. Within your mail server configuration, you
need to allow relays from your web/CF server.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
Fig Leaf Softw
Wow... I sent this message months ago... it just came through now?
-Original Message-
From: Russ [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 01, 2005 3:32 PM
To: CF-Talk
Subject: test
Is cf-talk down? I haven't received anything since sun morning.
~~~
I got curious and tried the same thing in tag syntax and it works too:
Just when I though there was a use for cfscript after all... :-)
On 1/5/06, Brendan Baldwin <[EMAIL PROTECTED]> wrote:
> Here's the actual function in cfscript:
>
> function Struct() { return arguments; }
--
CFAJAX docs
Nice!
On 1/4/06, Baz <[EMAIL PROTECTED]> wrote:
> Another nice one is:
>
> QuerySetRow(Query=Users,Name='Foo',Password='Bar',Date=now(),RowNumber=2);
>
> To replace:
>
> querySetCell(Users,'Name','Foo',2);
> querySetCell(Users,'Password','Bar',2);
> querySetCell(Users,'Date',now(),2);
>
> Baz
>
Your server is not blacklisted on
http://cbl.abuseat.org/lookup.cgi?ip=200.58.211.169&.submit=Lookup. I have
not been able to receive list mail since Sunday morning since my mail server
uses another list which uses this list to block spam. I have not been able
to receive emails since Sunday morni
We probably do disagree on what feasible means. If you've ever studied
computer security, you'll know that the only secure computer is the one that
is turned off, unplugged and stored in a safe somewhere. In reality there
is no such thing as totally secure. There is only secure enough. It's all
I see some of you have downloaded the HomeSite+/CF Studio wizard for TinyMCE; I
wondering if any of you have used it yet, and your thoughts?
>I just posted a HomeSite+/CF Studio wizard for TinyMCE Version 2, though I
>think it should work for 1.45 too. You can download the wizard on the
>followi
>> add the ip of your cf server to the whitelist
>
> Hmmm...don't see a whitelist anywhere in the ArgoSoft Server.
same place you put the domains to allow them...just put your server IP there if
memory serves
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems G
> you only have to allow relays from your web/CF server.
Where would I do that in my web server (IIS) or CF server?
Why wouldn't it be in the mail server?
> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 04, 2006 10:06 PM
> To: CF-Talk
> Subject
Isn't this equivalent to my query?
-Original Message-
From: Ryan Guill [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 16, 2005 5:11 PM
To: CF-Talk
Subject: Re: Query Question
You almost had it:
SELECT
eventID,
eventName,
eventDate,
FROM event a
INNER JOIN eventDates b ON a.eventID
Is cf-talk down? I haven't received anything since sun morning.
~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228418
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoff
> It reminds me of ValueList(). I'm not sure how long that's been
> available in CF (seems like it's new to CF6 or CF7), but I've
> heard people say "That was something I always had to code every
> time, I didn't know that function existed!"
I'm pretty sure it's been there since CF 2 if not ear
> I don't understand what you mean..."their" web/CF servers?
> I run the server (CF and hardware) here with multiple websites.
> And, yes, I'm using CF to send the email...
In that case, you only have to allow relays from your web/CF server.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.c
Correct, PermGen (class objects and meta data) are not on the heap. Also
correct is the the query/session/application variable memory is stored on
the heap. These are the memory objects that are getting moved around and
collected when obsolete.
I think once you increase your New Generation siz
Another nice one is:
QuerySetRow(Query=Users,Name='Foo',Password='Bar',Date=now(),RowNumber=2);
To replace:
querySetCell(Users,'Name','Foo',2);
querySetCell(Users,'Password','Bar',2);
querySetCell(Users,'Date',now(),2);
Baz
-Original Message-
From: Brendan Baldwin [mailto:[EMAIL PROTE
> add the ip of your cf server to the whitelist
Hmmm...don't see a whitelist anywhere in the ArgoSoft Server.
> -Original Message-
> From: Russ [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 04, 2006 7:36 PM
> To: CF-Talk
> Subject: RE: How to send email using CF for clients withou
With ArgoSoft Server, all I had to do was add the domains
from which email is sent and there's no problem...
> you need to allow relays only from their web/CF servers
I don't understand what you mean..."their" web/CF servers?
I run the server (CF and hardware) here with multiple websites.
And, ye
I followed the instructions
(http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18211)
for creating a Java stub for a COM object. My goal is to make
accessing the COM object a little faster. Is there any way I can
determine if the stub is actually being used before I start analyzing
th
which saves you the trouble of viewing source to get the path of an
external .js file
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 04, 2006 8:25 PM
To: CF-Talk
Su
and if you are on a cool os like os x and you use safari you can track every
detail thats going on with the activities panel, which is ulta cool!!!
~Dave the disruptor~
google will pay you money to getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/
-
If you hit a webpage and it generates content (whether it's html,
javascript, zip, etc), the browser tries to see whether it can display it,
or it asks you whether you want to save or open it. I'm betting that if you
create a cfm page that returns javascript, if the browser doesn't display
it, it
When I try to focus the curser in the CF Admin login, I do not see the cursor
and I do not see any *** characters appear when I type the password. I've tried
to type the password and hit enter on the keyboard, but then I get the Invalid
Password error message.
Anyone have any idea what's going
> -Original Message-
> From: Russ [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 04, 2006 12:54 PM
> To: CF-Talk
> Subject: RE: AJAX and security
>
> Wouldn't it still send the javascript to the browser? Meaning the user
> can
> still view the source on it?
Well - with an external
> Like send email newsletters through their websites, using
> their email address as the "From" address, instead of mine...
To do this, you need to allow relays only from their web/CF servers
(assuming you're using CF to send the mail). Again, the From address isn't
important.
Dave Watts, CTO, Fi
Sorry for the double post...
I don't think this message got sent to the list when I sent it via e-mail.
>Anyone using Coral for a bundled application?
>If so, how has it been going for you?
>
>It seems promising but I haven't played around with it yet, wondering if
>anyone is actively using this.
The only thing u need to do on normal mail servers is add the ip of your cf
server to the whitelist and allow relay for it. Then you should be able to
send email from any domain you wish...
-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 04, 20
Like send email newsletters through their websites, using
their email address as the "From" address, instead of mine...
> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 04, 2006 3:45 PM
> To: CF-Talk
> Subject: RE: How to send email using CF for
Thanks -- I'll give that a try. Have got approx 950 classes in this app, so
I'll watch closely for out of memory errors wrto MaxPermSize (classes are in
Perm memory and not Heap, right?)
After fiddling a little further, -XX:+UseConcMarkSweepGC seems to do more harm
than good on my setup. The
I think the automated spamming programs have probably gotten
better and quicker in the last 3 years...
Hopefully, this issue is behind me...I've got coding to do!
Rick
> -Original Message-
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 04, 2006 6:49 PM
> To:
Glad ya got it workingand wowI had relaying on mine toobut not the
vloume you seem to be having (of course this was about 3 years ago).
Cheers
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell:
Thanks everyone, for the suggestions...
I went back and had another round with ArgoSoft and
tried Bryan's suggestions and, so far, it seems to be working
like a charm. I just listed all the domains which might use
my mail server to send email to their database distribution lists
in the "Local Dom
Permanent Generation isn't involved in the garbage collection process at
all. The PermGen space is where your JVM stores the meta-data about the
classes that ColdFusion is creating constantly. The parameter you need to
worry about is your NewSize. One thing I notice that you probably don't
want
You know, what I'd REALLY like is for CFScript to adopt the JavaScript
convention of allowing the creation of Structs like:
person = {id=1,name="Brendan",occupation="Thumb-Twiddler"};
Of course, they could throw in an Array constructor too:
people = ["Brendan","Ray","Andy"];
I can dream... or
Hey CFers,
As traffic increases and the server has been up for a while I'm starting to
notice periods where the JVM seems to be taking vacations when it ought to be
processing templates. I suspect that this is garbage collection.
The symptom is a cfstat period for 1 or 2 seconds where no templ
That's a nice function Brendan. Good job.
andy
> Here's the actual function in cfscript:
>
> function Struct() { return arguments; }
>
> I posted about its use here:
> http://www.brendanbaldwin.com/post/structfunction/
>
> Basically though, it lets you do this:
>
> customer=Struct(id=1,name="B
Could you please send me an example with fake values.
I am still having trouble.
Apprecciate it.
gabriel
Hua Wei <[EMAIL PROTECTED]> wrote: Gabriel,
I implemented a few with no problem. Fedex service requires a few http header
settings for the request:
requestheader = structnew();
requesth
CFLib had one - but I have updated it with this version.
-ray
On 1/4/06, Damien McKenna <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: Brendan Baldwin [mailto:[EMAIL PROTECTED]
> >
> > function Struct() { return arguments; }
>
> That's brilliant! :-D You need to get that in
> It reminds me of ValueList(). I'm not sure how long that's been
> available in CF (seems like it's new to CF6 or CF7), but I've heard
> people say "That was something I always had to code every time, I didn't
> know that function existed!"
Not 100% surebut I think it's been around since 3.1
Sorry... that was supposed to go on THIS thread
Rick
You can send from your domain using "on-behalf of" in the header to handle
returns. See this blog post:
http://mkruger.cfwebtools.com/index.cfm?mode=alias&alias=cfmail.msoutlook
-mark
-Original Mes
Rick
You can send from your domain using "on-behalf of" in the header to handle
returns. See this blog post:
http://mkruger.cfwebtools.com/index.cfm?mode=entry&entry=29A89FC8-DB83-5548-
04575985DBF0A47F
-mark
-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: Wednes
It reminds me of ValueList(). I'm not sure how long that's been
available in CF (seems like it's new to CF6 or CF7), but I've heard
people say "That was something I always had to code every time, I didn't
know that function existed!"
> -Original Message-
> From: Brendan Baldwin [mailto:[E
I think it should be a language feature.
Same thing happened with everybody writing a custom tag to do the same
thing they finally did with CFSAVECONTENT. Just feels too basic to
not be included in the core language somehow.
But it was fun to have the lightbulb go off in my head. I'd been
doing
newStruct, I believe, is already in cflib to do the same thing.
newArray as well, I believe. Now if only these were built-ins, so we
could actually a struct and array literals in CFML, but oh well.
cheers,
barneyb
On 1/4/06, Damien McKenna <[EMAIL PROTECTED]> wrote:
> > -Original Message---
What if you first grab the value being returned by the method to a variable,
and then feed that variable to your cfqueryparam?
...
...
> I'm having an issue with using a queryparam on a CLOB column in Oracle.
> I am using queryparam, but when I insert or update it throws an error
> whe
daniel kessler wrote:
> Can you give me just a little bit more information to go on? Am I storing it
> "as-is" in the database and wrapping some display information in some unicode
> something?
You have to make sure the entire process is using Unicode from
submitted form to the database, and f
How about one for an array?
This is pretty cool.
On 1/4/06, Damien McKenna <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: Brendan Baldwin [mailto:[EMAIL PROTECTED]
> >
> > function Struct() { return arguments; }
>
> That's brilliant! :-D You need to get that in cflib!
>
> --
Yep...that's what I'm saying...you are whitelisting those domains to allow them
to relayand as alternately stated alreadyyou could setup SMTP
authentication instead of just whitelisting them.
I've been through the same blacklisting issues when accidentally running an
open
relay...then
> -Original Message-
> From: Brendan Baldwin [mailto:[EMAIL PROTECTED]
>
> function Struct() { return arguments; }
That's brilliant! :-D You need to get that in cflib!
--
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-101
ArgoSoft is still installed...and I did get it working (as in solved
the problem I was having reaching the web interface).
And I did purchase the $49 edition, which supports multiple
domains.
But what you're saying is that ArgoSoft, which supports multiple
domains, wouldn't have a problem with se
Here's the actual function in cfscript:
function Struct() { return arguments; }
I posted about its use here:
http://www.brendanbaldwin.com/post/structfunction/
Basically though, it lets you do this:
customer=Struct(id=1,name="Brendan",occupation="Web-Lackey");
Which does the equivalent of:
cu
I know ya dropped ArgoSoft...but it simply stored a list of domains that could
relay...very simple ;-)
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.elect
Here are 2 ideas,
1) Try making smartermail whitelist the IP of your CF server, then shut
off relaying
2) Make an acct on your smartermail server, and set up your CF server's
mail setting to use the SMTP server
user%domain.com:[EMAIL PROTECTED]
Dov
-Original Message-
From: Kristopher
> I'm running into issues trying to send email generated
> by CF through my mail server, SmarterMail (Free Edition).
>
> It's working fine, except that to send email from my clients'
> domains, I've had to setup everything so that I'm an open relay.
I'm confused about what you mean by sending ema
Why do you setup as an open relay? Just put some validaiton in place?
If that is not an option, you can create mailing subdomain for each
domain on your mail server. Ie. Mail.ClientName.com
-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 04,
Yes, but since he's using CF Enterprise, he can create multiple instances
and load balance his app. This gives him almost unlimited memory usage.
-Original Message-
From: Alan Rother [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 04, 2006 3:26 PM
To: CF-Talk
Subject: Re: Recommende
Hi, guys and gals
I'm running into issues trying to send email generated
by CF through my mail server, SmarterMail (Free Edition).
It's working fine, except that to send email from my clients'
domains, I've had to setup everything so that I'm an open relay.
This is getting me blacklisted...
Well, It sounds like the for most people that Dell you have would work very
well.
The only thing I would like to point out is don't go nuts with Ram, 2 - 4 GB
should be more than enough, keep in mind that CF is based on Java and Java
can only address up to 2 GB. So don't waste your money with more
We are preparring to upgrade our site to MX7. We are on CF5 and want to get
the most bang for our buck by upgrading our hardware, as well. We've looked at
the MX7 System Requirements from Macromedia, but like most, it's the bare
minumum. We are in a position to upgrade hardware from a Dell Po
thanks!
What other chars are requested?
>Here's a UDF off of cflib.org that specifically cleans weird chars from
>WORD: http://cflib.org/udf.cfm?ID=319
>
>It removes these chars: chr(145), chr(146), chr(147), chr(148)
>
>If you expand this to clean a lot more maybe you should post it - I've seen
>>- CFQUERY to see if the record existed in the database
- CFIF the record exists
- CFQUERY, doing an UPDATE
- CFELSE
- CFQUERY, doing an insert
Personnaly I use another approach:
Every record is edited by calling anythingEdit.cfm?id=recordId
If the user is creating a new record
Does anyone have any experience with Google Adwords API service? I trying to
figure out some of the sample code provided on the Goggle Groups and in the
Documentation, so far I have not been able to get any of the examples to
work. I can make the connection to the service but beyond that, like
modi
Anyone else out there using FCKeditor and aspell?
I have it all setup "correctly" and it just does not seem to work.
First off, it's trying to call an index.cfm file that does not exist and
second in the file it should be calling it is expecting a form post, but the
editor indow is not doing a fo
At any rate... it's a good idea Ray lol
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228366
Archives: http://www.houseoffusion.com
Pete,
This is well done. But I'd change your query to..
IF NOT Exists (SELECT C.id
FROMtblHalftimeCustomers C
WHERE C.email = @email)
BEGIN
INSERT INTO
tblHalftimeCustomers(fname,lname,email,dayphone,evephone,cellphon
I think this is an old discussion, and that there's really no clear
winner. Adrian was very clear that, in the end, he uses both
storedprocs and cfquery, and there's a lot of reasons to use both.
> Your biggest bottleneck in your application is going to be getting data to
> and from the database
>
>OK. Initial testing using the cfc as the cfinvoke target is making
>more sense. Now I need to learn how to read the XML that is being
>sent.
Sorry to answer my own question, but GetHttpRequestData() is what I
was looking for. :)
--
Bud Schneehagen - Tropical Web Creations, Inc.
_/_/_/_/_/_/
I am using checkboxes in a cfgrid by putting type="boolean" in my
cfgridcolumn tag
The problem is, I need a click event to be fired when any of the
checkboxes are clicked which tells me which one was clicked. I need this
so I can update a text box with the total checked $. I tried attaching
the cel
Wouldn't it still send the javascript to the browser? Meaning the user can
still view the source on it?
-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 04, 2006 11:57 AM
To: CF-Talk
Subject: Re: AJAX and security
> 1) instead of your JavaScrip
On 1/4/06, Adrian Lynch <[EMAIL PROTECTED]> wrote:
> Just to give a fuller picture, logic in your SPs can sometimes produce a bad
> execution plan.
>
> I've known this for a while but only recently have I come across a nice
> explanation and example of it here:
>
> http://mediaserver.aspsoft.com/bl
>Also, just to strike up a debate, apart from moving processing to the DB,
>why else is it better to move logic into your SP?
Your biggest bottleneck in your application is going to be getting data to and
from the database. If you can speed that process up it will speed up your
entire applicatio
> I need to grab some content from another page using CFHTTP.
>
> How to I display all content between "Start Page Content" and "End
> Page
> Content"???
>
> I seem to recall a quick and easy way to do this, but it escapes me.
>
In a word, RegEx. Without going into long and boring detail you m
Actually, only the bacon is cooked in the mw...nice and crispy!
They don't want eggs, but they're always mooching off my bacon! :o)
Rick
> -Original Message-
> From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 04, 2006 4:53 AM
> To: CF-Talk
> Subject: RE: Cold
I'm not even going there...I've been married for 23 years,
so I know better. He must be a bachelor... ;o)
Rick
> -Original Message-
> From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 04, 2006 4:56 AM
> To: CF-Talk
> Subject: RE: ColdFusion Cookbook
>
>
>
Just to give a fuller picture, logic in your SPs can sometimes produce a bad
execution plan.
I've known this for a while but only recently have I come across a nice
explanation and example of it here:
http://mediaserver.aspsoft.com/blog/KimberlyLTrippPresentingOptimizingProced
uralCodeStoredProce
> 1) instead of your JavaScript files being .js they can be .cfm
DOH!! thanks Markthat will work nicely...hides all the JS so reverse
engineering my AJAX calls won't be a simple task ;-)
Cheers
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
Which LDAP server are you using? If it is Windows Active Directory, you
don't need to perform two queries as long as you know the
userPrincipalName value (usually the email address).
You must have a huge directory as a two-second query seems to be way too
long.
M!ke
-Original Message-
I've been developing in CF for about six years now, having come to CF
from a design background. As such, my programming background was
nearly nonexistant. During the past six years, though, I have
developed to the point where I feel that I'm actually a pretty solid
developer.
One of the things t
Anyone using Coral for a bundled application?
If so, how has it been going for you?
It seems promising but I haven't played around with it yet, wondering if
anyone is actively using this.
http://www.pcaonline.com/prod/index.cfm?loc=coral
*Coral System Overview*
Coral is a server side Cold Fusi
what version of CF is this? I seem to recall an issue with
cfqueryparam and single quotes in MX 6 that was fixed with either 6.1
or a 6.1 updater.
if you're on a (un-updated) version of MX 6.1 (or MX 6) I'd check
Macrom...um...Adobe's web site for an updater.
On 1/4/06, Robert Everland III <[EMA
I'm having an issue with using a queryparam on a CLOB column in Oracle. I am
using queryparam, but when I insert or update it throws an error when I pass in
a string of text that looks like this including all quotes "this is a person's
test" I can't use Preservesinglequotes because the text is c
Example
http://www.thefreedictionary.com/phat"; method="get">
',CFHTTP.FileContent,1) + 17>
',CFHTTP.FileContent,Start)>
#BreakupText#
On 1/4/06, Claude Schneegans <[EMAIL PROTECTED]> wrote:
>
> >>I seem to recall a quick and easy way to do this,
>
> There is one indeed: see CF_REextract h
>>I seem to recall a quick and easy way to do this,
There is one indeed: see CF_REextract here:
http://www.contentbox.com/claude/customtags/REextract/testREextract.cfm
It will even CFHTTP the file for you.
--
___
REUSE CODE! Use custom tags;
See http://www.co
rofl! a brave man to argue cooking with a woman ;) lol
Oh I so should not be writing this e-mail as it is so off topic for cf-talk.
But I just could not let this go without comment.
I will put my male cooking skills up against a women's any day. I will not be
a mach for a few, but that is a
Jennifer, you wrote (in response to Jeff's proposal to consider BlueDragon as
an option to protect your ode) that:
>Thanks Jeff, but beyond my budget ..
>
But I wonder if you're aware of an option that can make this not only "within
your budget" but alsl far less than the cost of ColdFusion its
It would be made much easier with valid xhtml... you'd just pick out the
node/childnode of your choice. But in the real world... you could do
something like find() the open and close tags (or whatever
starting/ending points you are looking for) then use mid() to get the
content between them.
Ther
I need to grab some content from another page using CFHTTP.
How to I display all content between "Start Page Content" and "End Page
Content"???
I seem to recall a quick and easy way to do this, but it escapes me.
**
This email a
I am generating a pdf with multiple images in a tabular format.
I have a table with two columns and two rows. The image sizes can be 390 X
500 or 390 X 315
The image width is set in stone so I can't reduce the size any more than it
currently is.
When I have 1-3 images at the 390 X 500 the second ro
I was wondering if anyone out there could help me with a solution to my
problem.
I have a word doc that contains multiple images. Is there a way to
programmatically
extract those images from the word doc and place them on my server, similar
to what cffile does?
I also want to update a table in my
OK. Initial testing using the cfc as the cfinvoke target is making
more sense. Now I need to learn how to read the XML that is being
sent.
--
Bud Schneehagen - Tropical Web Creations, Inc.
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Web Based Solutions / eCommerce Development & Hosting
http://www.t
Can you give me just a little bit more information to go on? Am I storing it
"as-is" in the database and wrapping some display information in some unicode
something? (did I use the word "some" too many times there? ;-)
>Just use Unicode and display what the user wants to have in the
>text ins
>
>This is kind of backwards. Typically, you write a web service, which
>generates its own WSDL, and that WSDL is the interface that's used by other
>programs. I've never heard of anybody giving you a WSDL file and saying,
>"write a program that's compatible with this WSDL" - it's kind of a
>cart-b
Beware that many firewalls (e.g. Norton) block referrer info from
being sent, thus breaking pages that rely on it; let your users know
that this may happen.
On 1/4/06, Mark Drew <[EMAIL PROTECTED]> wrote:
> This is a common problem, there are a couple of ways of getting round this:
>
> 1) instead
I was assuming you could build the service "around" the existing
wsdl. In the babelfish examples in the documentation cfinvoke calls a
wsdl file.
#foo#
Now, I only assume that on the altavista side, the wsdl file itself
does not do the translation, but is passed to a cgi. And I assumed
the c
Im developing an application that is querying an LDP server in order to
authenticate users.
The basic premise is that it first binds to the LDP server as the
application using an application specific DN and searches for the username
supplied, then it binds using the supplied username and password.
Thanks Snake, I'd agree with Jim too this should be very handy... now I can
bring more work home with me. D'oh.
I had to try to start two sites... just to see "The request is not
supported". I wish.
-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 4 January 2
rofl! a brave man to argue cooking with a woman ;) lol
-Original Message-
From: Snake [mailto:[EMAIL PROTECTED]
Sent: 03 January 2006 16:39
To: CF-Talk
Subject: RE: ColdFusion Cookbook
Tsk, all the best cooks are men, they don't need to read books, the books
are for the women.
~~~
Maybe they've tasted cooked breakfast out of a microwave before ;)? lol
-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: 03 January 2006 14:52
To: CF-Talk
Subject: RE: ColdFusion Cookbook
I would cook breakfast for everyone, but no one else
eats breakfast around
This is a common problem, there are a couple of ways of getting round this:
1) instead of your JavaScript files being .js they can be .cfm and you
can check a referrer. The referrer will be the page that is calling
the JS. If the user calls that page directly, write some code that
displays nothing
99 matches
Mail list logo