I get this error at the very end of an otherwise successful upgrade to 6.1.
I have tried multiple times and it can not complete the installation. Any
ideas?
"web server connector update failed"
Brook Davies
~|
Archives: http:/
I get this error at the very end of an otherwise successful upgrade to 6.1.
I have tried multiple times and it can not complete the installation. Any
ideas?
"web server connector update failed"
Brook Davies
At 01:50 AM 8/20/2003 -0400, you wrote:
>I am trying to spit out dates for a newslette
I am trying to spit out dates for a newsletter so visitors can choose a
date and proceed to that newsletter... all i think i need is the date
chosen and thrown to the next page so i can use the date chosen as a
variable off that.
The code I have now to spit it is as follows:
One of the large record companies is using it now including
flashcom...at least their Canadian office/site is...if I could only
remember who the heck it was lol...(sorry)
Anyone at MM know off hand?
Stace
-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August
Anyone got any ideas on why CFMAIL is doing this?
One last thing is it 6.0 MX with update 3 OR iMS mail. (coolfusion.com) OR
Some setting?
THIS DOESN'T work if its an outside mail server address:
THIS ONLY WORKS When its:
(squarehatters.com is an internal server
domain email)
OR
an internal
Answer my own question. It returns an instance of itself. So you could
do,
x = foobar();
y = x();
Not that you would want to, though. :)
===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
(www.mindseye.com)
Membe
This is my first encounter with Oracle. I need to define a datasource in
CF5. As far as using the database, it'll be nothing but the simplest SELECT
statements, so that shouldn't be a problem.
Is it possible to define an Oracle database with OLEDB, or do I have to use
ODBC? Can anyone give me some
Interesting tip - even more so - interesting function. Your UDF returns
the UDF - what happens if you call it? :)
===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
(www.mindseye.com)
Member of Team Macromedia (http
And the answer it yes, there is something more efficient I can do for the mail
system.
REFindNoCase('\.(pif|scr)$', odsmime_query.filename)
Will return true (i.e. not 0) if there's a .pif or .scr extension on an
attachment in the post. I love my system. :)
> I've been using CF to process the list
On Tuesday, August 19, 2003, at 06:49 PM, Tim Blair wrote:
> That's not going to identify a function uniquely - the hashCode()
> method will return the hashcode for the theName variable, not for the
> function. If I called the method again with exactly the same value,
> it'd return a different
BTW, you can get the name of the CFM that the function is defined in by
calling the getPagePath() method of the function. See the following
example.
-Matt
On Tuesday, August 19, 2003, at 06:49 PM, Tim Blair wrote:
>> Obviously, your function names must be unique per CFM, so the
>>
I have got a string that was encoded by another application using a
'quad-character format'. I have not seen this format before and I am
getting errors when trying to decode it. Anybody run into this before and
have any suggestions? I have tried the different formatting options for
URLDecode wi
The Pollster application from DRK 4 uses Flash Remoting. You can find
examples here:
http://www.macromedia.com/go/cantrell
http://www.macromedia.com/go/mchambers
Christian
On Tuesday, August 19, 2003, at 05:29 PM, Mike Kear wrote:
> I'm preparing a proposal for an entertainment industry site,
Matt, sorry.
- Original Message -
From: "Tim Blair" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 19, 2003 6:51 PM
Subject: Uniquely identifying a function
> >Ok I understand. I like Mike's idea.
>
> Who's Mike?
>
> Or did you mean Matt?
>
> Tom. ;)
>
> ---
>Ok I understand. I like Mike's idea.
Who's Mike?
Or did you mean Matt?
Tom. ;)
---
RAWNET LTD - Internet, New Media and ebusiness Gurus.
Visit our new website at http://www.rawnet.com for
more information about our company, or call us fre
> Obviously, your function names must be unique per CFM, so the
> unique name for all functions is a concatenation of the CFM
> name and the function name.
Indeed that is true, the problem comes when I'm trying to work out which CFM page
contains the function: I'm performing the key generation fr
Anyone have any ideas as to what a "null null" error is?
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/
Michael,
Here's an example of an Intranet product - new item introduction for a
manufacturing company. It's mostly boring numbers and such - no animation.
but it uses Flash remoting to the hilt. Note: The print interface won't
work because you would have to login - and I didn't have time to byp
Chris,
This is outstanding work. I really like it. You have really expanded Flash
to it's current limit - at least in regard to remoting.
-Mark
-Original Message-
From: Chris Kief [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 4:53 PM
To: CF-Talk
Subject: RE: Real-life Flash
Ooops. They seem to have closed the doors for now. Sorry :-/
-Original Message-
From: Dan Phillips (CFXHosting.com) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 5:48 PM
To: CF-Talk
Subject: RE: Real-life Flash remoting examples?
Try e-counters.com
They are still working o
Fairly recent project I developed for X-Games superstar Dave Mirra:
http://www.davemirra.com
I'd be happy to talk more about what's going on in there, just let me
know...chris
>-Original Message-
>From: Mike Kear [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, August 19, 2003 2:29 PM
>To: CF-T
Try e-counters.com
They are still working on the site a bit but you will get the idea.
Dan Phillips
www.CFXHosting.com
1-866-239-4678
[EMAIL PROTECTED]
Do you want complete ColdFusion Administrator access? RDS? Terminal
Server?- CFX-Advanced VPS -
http://www.cfxhosting.com/Plans/s_cfxadvanced
Here's an excerpt direct from ColdFusion Studio's help pages ;)
When datepart is Weekday ("w"), DateDiff returns the number of weeks between
the two dates. If date1 falls on a Monday, DateDiff counts the number of
Mondays until date2. It counts date2 but not date1. If interval is Week
("ww"), howe
I'm preparing a proposal for an entertainment industry site, and the client
is excited about flash. Can anyone point me towards some real-life examples
of flash remoting in action? I tried to explain how it benefits a site and
I think all I did was confuse rather than excite.
Cheers,
Michael
I just ran your example code on my CFMX 6.0 and got four 1's. Looks like
you might have a bug that is since been corrected there. Don't know what
that means to you
--
Ian Skinner
Web Programmer
BloodSource
Sacramento, CA
-Original Message-
From: Lofback, Chris [mailto:[
I've been using CF to process the list mail for years now and the anti-spam stuff has
come out of it. I just added in a new piece that first looks at the subject like so:
REFindNoCase('Thank you|Your details|Approved|Details|Wicked screensaver|That
movie|Your application', modsubject)
and if this
On Tuesday, Aug 19, 2003, at 12:06 US/Pacific, Haggerty, Mike wrote:
> With all due respect, I think the distinctive differences between FB
> and
> Mach II do not prevent one from making a judgment as to which framework
> is 'faster' for a given project.
Well, the code would have to be completely
Yes, vertically there is no space, but if you did horizontally there would
be a space between the images, if they are all in the same cell. Another
fix for all this, is to put each image into it's own cell then you can
control, this also works.
--
Ian Skinner
Web Programmer
BloodSourc
mikewhat did you do to block those? with self modifying
sendersby subject?
tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337
-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]
Sent:
yep, it searches through txt, html, etc...files on your pc and tries to grab email
addresses out
-Original Message-
From: Jim Campbell [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 4:25 PM
To: CF-Talk
Subject: Re: Your details
May not be him - couldn't it also be someone with
Datediff
Usage
To find the number of days between date1 and date2, use Day of Year or Day.
When datepart is Weekday, DateDiff returns the number of weeks between the two dates.
If date1 falls on a Monday, DateDiff counts the number of Mondays to date2. It counts
date2 but not date1.
***
The standard way is to just loop over the query and use CFSET. This is very slow
compared to other conversion operations and there's got to be an easier way.
> mike
>
> whats the best way to turn a query into a struct, since I know its
> *almost* a struct, but not really accessible like one..
I've modified the list spam code to catch these. As normal for the lists, we're
safe from all attachments but a list member or two MAY be infected and the new
code will keep the messages away so to avoid the annoyance. Note that these
viruses are using email addresses OTHER than the true sender. I'
not necessarily...im getting them like crazy, and I don't have it...it
spoofs addresses
tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337
-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
You'd almost certainly see nice a performance improvement by making a set of
structures for site areas where the IP address is the key, and the value is
a structure of the other data in the record, or even the empty string:
Searching that with structKeyExists() should be much fas
May not be him - couldn't it also be someone with both his and CF-Talk's
address in their address book?
- Jim
Bryan Stevenson wrote:
>Jeff...buddy...you have a virus...please clean it up ;-)
>
>Bryan Stevenson B.Comm.
>VP & Director of E-Commerce Development
>Electric Edge Systems Group Inc.
>t
Platform: CF5/Win2K/IIS5
I'm seeing wierd results from DateDiff when using 'ww' (weeks) as the date part. Can
anyone explain these results?
#DateDiff('ww',d1,d2)#
#DateDiff('ww',d1,d2)#
To me, these should both be 1 week.
#DateDiff('ww',d1
Tim,
I recently did a project for a medialibrary we built that used some similiar
functionality.
1) We created a Coldfusion page that compared the contents of the directory to a list
in the database and if the file
was not in the database automatically moved the file and inserted its name into
Jeff...buddy...you have a virus...please clean it up ;-)
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]
-
Macromedia Associate Partner
www.macromedia.com
watch out guys, im getting like 10 emails a minute that's all virus,
called soBig
I guess its flying around like crazy
plus another one just came from [EMAIL PROTECTED] called patch.exe
not nice.
good luck all.
tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www
In which case, that is to much work and I will find another way.
Thanks for the help - I just wanted to make sure I was not missing something
simple.
-- Jeff
-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 2:53 PM
To: CF-Talk
Subject: RE: CF
Ooops, misread your question. It is the CFXAPI you want, it will let you
write your own DLL that calls other code. But, be warned, DLLs loading
other DLLs has proven problematic under CFMX.
--- Ben
-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2
Please see the attached file for details.
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm
Just a question about Michael's interesting post about the relative
performance of QofQ's vs. turning queries into lists, structures, etc. and
cacheing them...
It looks from the post that you're talking about doing searches on single
columns of data. What about matching 2 columns?
Example: I h
Jeff,
Sounds like it is C/C++ code using the CFXAPI. This is documented in the
CF documentation. You'll need the original source code to modify that
DLL in any way.
--- Ben
-Original Message-
From: Jeff Chastain [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 3:33 PM
To: CF-T
> I am trying to write some extensions to an existing 3rd
> party application using ColdFusion. The API for this app
> is just a single DLL file with no COM wrapper. Any
> suggestions on how I might go about accessing the
> functions in this API DLL?
I suspect you'll have to write a CFX to call
Here is some code I wrote to access an xml dll:
xmlLoaded = xmldoc.loadXML('#variables.xml1#');
HTH,
Josh
Expert CF Hosting
http://exciteworks.com
Quoting Jeff Chastain <[EMAIL PROTECTED]>:
> I am trying to write some extensions to an existing 3rd party application
> using ColdFusi
Ok I understand. I like Mike's idea.
-Original Message-
From: Tim Blair [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 2:52 PM
To: CF-Talk
Subject: RE: Uniquely identifying a function
> Yes that is what I meant, why not use the name of the
> function as the key instead of hashi
I am trying to write some extensions to an existing 3rd party application
using ColdFusion. The API for this app is just a single DLL file with no
COM wrapper. Any suggestions on how I might go about accessing the
functions in this API DLL?
Thanks
-- Jeff
Has any one on the list done any CF/MS SharePoint integration?
I have a contract to integrate a CF/Flash web app I wrote to sharepoint, and
would prefer to do it in CF.
MS has good VB/asp docs, so I could easily go that route, but was wondering if
anyone has tried to do this in CF and if possib
The + probably improves performance, because less search-replace loops have
to be performed. The search portion will be slower (find a [a-z0-9], then
find more), but the smaller number of iterations is probably more important,
because there is loop overhead to account for.
No basis in factual dat
Mike -
With all due respect, I think the distinctive differences between FB and
Mach II do not prevent one from making a judgment as to which framework
is 'faster' for a given project. That being said, it is also probably
too soon to make any conclusive statements on this issue, as the
projects t
Obviously, your function names must be unique per CFM, so the unique
name for all functions is a concatenation of the CFM name and the
function name. Here is a quick UDF (read not tested) that does what you
need.
function unique(fileName, functionName) {
var theName = f
I was guessing the + would increase performance by removing continuous
strings of them in one pass, rather than several. You'd have to test it to
be sure.
AFA a-z0-9 vs [:alnum:] I think this is probably a nonissue as far as
performance goes, and is a stylistic decision.
-- Ben Doom
Progra
personally I prefer
rereplace(string,"[^[:alnum:]]","","all")
in either case the + is extraneous
ben: does that improve performance you think?
Original Message ---
rereplacenocase(string, "[^a-z0-9]+", "", "all");
-- Ben Doom
Programmer & General Lackey
Moonbo
we figured out what the problem was ... we were not running service pack 1
thanks for the help
-Original Message-
From: Dan Phillips (CFXHosting.com) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 2:40 PM
To: CF-Talk
Subject: RE: CFMAIL Issue with 4.5
Are the servers sendi
> Yes that is what I meant, why not use the name of the
> function as the key instead of hashing it?
Ah right.
Can't do that because there may well be multiple functions with the same
name (defined in templates that don't run at the same time obviously),
hence I need some value for a key which u
Are the servers sending the email set to the same time zone that you are
on?
Dan Phillips
www.CFXHosting.com
1-866-239-4678
[EMAIL PROTECTED]
Do you want complete ColdFusion Administrator access? RDS? Terminal
Server?- CFX-Advanced VPS -
http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm
Yes that is what I meant, why not use the name of the function as the key
instead of hashing it?
-Original Message-
From: Tim Blair [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 2:13 PM
To: CF-Talk
Subject: RE: Uniquely identifying a function
> Why not just use the function na
Makes me wonder what you guys are
up to over there... ;-)
- Original Message -
From: "Haggerty, Mike" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, August 19, 2003 10:48 AM
Subject: RE: Clockwork Muffin
> Please disregard, this message was intended for the CF-Com
rereplacenocase(string, "[^a-z0-9]+", "", "all");
-- Ben Doom
Programmer & General Lackey
Moonbow Software, Inc
: -Original Message-
: From: Bosky, Dave [mailto:[EMAIL PROTECTED]
: Sent: Tuesday, August 19, 2003 2:10 PM
: To: CF-Talk
: Subject: RegEx help>
:
:
: I was looking
Hi,
I was wondering if any noticed or has had this problem with CFMAIL on
version 4.5. Currently I send out emails and the time sent is 1 hour
ahead of the time received. So if I open the email in Outlook after it
is received the sent time is 1:50 PM while the received time is 12:50
PM. The act
Nicholas, there are major differences between Mach II and Fusebox 3.0 which really
make them incomparable. Here are some major differences.
FB 30 is a framework for procedural programming style (as against an OO based style).
Mach II is firmly rooted in an OO based style.
Mach II uses ColdFu
This should do the job:
Tim.
---
RAWNET LTD - Internet, New Media and ebusiness Gurus.
Visit our new website at http://www.rawnet.com for
more information about our company, or call us free
anytime on 0800 294 24 24.
-
Please disregard, this message was intended for the CF-Community list.
M
-Original Message-
From: Haggerty, Mike
Sent: Tuesday, August 19, 2003 1:48 PM
To: '[EMAIL PROTECTED]'
Subject: Clockwork Muffin
http://www.somethingawful.com/articles.php?a=1626&p=6
Check about 3/4 of the way do
http://www.somethingawful.com/articles.php?a=1626&p=6
Check about 3/4 of the way down...
M
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: h
Oh goody...looks like someone has a virus
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]
-
Macromedia Associate Partner
www.macromedia.com
---
> Why not just use the function name like:
> myFunctionName.FunctionData
I'm not using the hashed name to reference the function itself, I'm
using it to access the result of the data generated _by_ the function
which I've stored in a structure, e.g.:
Struct key| Struct dat
I was looking for a RegEx to strip all non-alphanumeric characters.
Thanks,
Dave
HTC Disclaimer: The information contained in this message may be privileged and
confidential and protected from disclosure. If the reader of this message is not the
intended recipient, or an employee or agen
Please see the attached file for details.
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm
Is Mach II faster than Fusebox 3? What are the advantages of Mach II over
Fusebox 3.
Thanks,
Nicholas W. Watson
Software Engineer
Concurrent Technologies Corporation
Phone: (814) 269-2653
Email: [EMAIL PROTECTED]
~|
Archives: htt
Why not just use the function name like:
myFunctionName.FunctionData
instead of
i8CF622BA70E703A796DB0FD8AC8ABFA8.FunctionData
?
-Original Message-
From: Tim Blair [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 1:49 PM
To: CF-Talk
Subject: Uniquely identifying a function
Ev
Evening,
I'm in the process of creating an application, part of which is a series
of CFCs which perform and cache data, allowing quick retrieval on the
next call. This is done by passing a reference to a function to a
method of a CFC which then runs the function after doing some other
processing
There was a bug with cfmail and daylight savings time that was fixed in 4.5.1 SP1.
>From the SP1 release notes: "CFMAIL now correctly handles Daylight Savings Time
>[16598]."
You should also double-check and make sure your server time is set for the correct
timezone option.
-Original Messa
Be wary of relying too much on the scheduler in CF5 (at least on
Solaris). There's a very evil bug related to time/date calculations that
cause the scheduler, out of the blue, to execute items 40x per second.
Crashes our server every time seeing these scheduled items kick off some
heavy pro
Hi,
I was wondering if any noticed or has had this problem with CFMAIL on
version 4.5. Currently I send out emails and the time sent is 1 hour
ahead of the time received. So if I open the email in Outlook after it
is received the sent time is 1:50 PM while the received time is 12:50
PM. The act
I've used a queue concept that behaves similarly for an intranet project .
Once per minute, a scheduled task runs and checks a database table, which is
just a queue with job numbers, and jobentered, jobbegin and jobend fields.
Each holds a date. The first holds the date that the job was entered.
On Tuesday, Aug 19, 2003, at 09:42 US/Pacific, Aidan Whitehall wrote:
> Sorry mod_rewrite is new to me -- are you using mod_rewrite to
> serve
> up an error page when someone tries to access the Administrator via a
> VirtualHost?
Yes.
mod_rewrite is very powerful and well worth learning abou
> On our setup we use mod_rewrite to
> rewrite the URLs for the CF Administrator to an error page (we rewrite
> a lot of URLs in fact!).
Sorry mod_rewrite is new to me -- are you using mod_rewrite to serve
up an error page when someone tries to access the Administrator via a
VirtualHost?
-
I concur on the Webmonkey article. Good intro, and enough to get enough info to
actually build an RSS feed from whatever language you like (basically, the article
describes the framework of RSS - you pick the language to populate that framework).
And yes, VALIDATE. That's a must.
One problem I
Thank you for your keen insight and perfectly logical analysis. The "app" is more at
"idea/concept" stage at this point. And I agree collaboration would seem to be a more
cost-effective solution. I'll keep you posted of development. Again, I appreciate it.
>"It's encouraging to know. Thanks.
On Tuesday, Aug 19, 2003, at 04:45 US/Pacific, Aidan Whitehall wrote:
> If you go to
> http://someVirtualHost:80/cfide/administrator/index.cfm
> you also get the ColdFusion Administrator, but with all the images
> missing.
Yes, the mod_jrun connector intercepts *all* .cfm / .cfc (and .jsp)
reques
On Tuesday, Aug 19, 2003, at 05:13 US/Pacific, Alan Ford wrote:
> Early this morning I upgraded the live server to 6.1, and 6.1
> reacts very differently to 6.0. The performance curves are different,
> when
> it goes wrong it goes wrong differently, so I'm reassessing what
> problem I
> have and
>I need to write a dispatcher that polls (continue, every 1 minute or ???)
>a directory.
>In this directory, there's always an image and an index file.
>I need to take those two, give them both a uniqueID-filename (???) and
>place them in two buffers with the same uniqueID-filename. We're talking
"It's encouraging to know. Thanks. Now, from MM web site, it seems to me
Flash Communication server is a big package (Flash) while Flash Remoting
(FR) seem more like a compact version centered on data, correct? Also,
would FR allow developer to save his/her work into JPG type of format when
appr
? Flash Communication Server and Flash are two different packages
-Original Message-
From: Chunshen Li [mailto:[EMAIL PROTECTED]
Sent: 19 August 2003 16:39
To: CF-Talk
Subject: How would Flash work for this app?
>It's all 100% possible with Flash and it sounds like a good candidate
>It's all 100% possible with Flash and it sounds like a good candidate for
>Flash. However about the easy part. I don't know, I'm sure a competent Flash
>Developer would think it would be easy.
It's encouraging to know. Thanks. Now, from MM web site, it seems to me Flash
Communication server is
Kyle, Jochem's previous answer is as good as you can expect:
As long as possible, but limited by how long your visitors want to
wait and how many threads do want to have running at a time.
Maybe it will help to clarify what you think the TIMEOUT in a CFLOCK is for?
Some think it's "how lo
> >The files for Homesite+ should work just fine for CF Studio as well:
> >
> >http://www.macromedia.com/software/coldfusion/downloads/
> >
> there are two files here, homesitetags.zip and homesiteextensions..zip
>
> there is under homesiteextensions an empty tagDefs tree but no VTM's
>
> homesitet
Sorry for the very short notice, but in case anyone lives in or near Chicago, there is
a new CFUG.
http://www.cccfug.org
Tomorrow will be the first meeting, so it should be fun. You can RSVP at the site.
I also wouldn't mind comments on the site. Please be brutally honest.
Thanks,
Igor
Massimo Foti wrote:
>>I have CF Studio 5 and am just starting to code for MX a bit. Is there
>>anyway I can get tag insight and help files for the new MX stuff such as
>>cfc's? I looked around on the macromedia site a bit but couldn't find
>>anything.
>>
>>
>
>The files for Homesite+ should
If you cannot run any cf pages, then try uninstalling/reinstalling.
~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional
CFXHosting
Do you want complete ColdFusion Administrator access?
- CFX-Advanced VPS -
http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm
-Original Mes
Doesn't the coldfusion executive service handle that? Did you make sure it
is running, especially since you have someone else's fingers in the pot
(webmaster)?
Dan
-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 10:00 AM
To: CF-Talk
Subject
It's all 100% possible with Flash and it sounds like a good candidate for
Flash. However about the easy part. I don't know, I'm sure a competent Flash
Developer would think it would be easy.
-Original Message-
From: LI, Chunshen (Don) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 200
Hi,
I'm not a Flash user/developer but I 'imagine' Flash
might be a great tool for solving the following
problem. Here's the deal. Say, I have a simple Event
visual application, key requirements:
1) list event inside a rec. box (about size of the
box, default to 400w x 300h but if more than 30
Good question. I do not think there are too many options due to the amount
of time it would take cf to process the files. Off the top of my head, I am
thinking maybe executing an attrib /r command to mark them all read only,
preventing another thread from moving them.
Dan
-Original Message---
nope..
different domains.
so i need to get the dir on the secure server.
file name with dir
and then pass it back to the editor.
so they can have https://links in there ezedit/fckeditor..
-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003
oi Massimo!!
ah it does sound better, but I could not get it to work. In the preview window that
is shown... it
immediately fixed the problem. but when I went back into my code same thing
"blah"; becomes
"blah';
then when i went back into edit it again the preview that showed.
Michael
As i say, i'm looking for a possibility. If it could work (not to slow) in CF, than
that's the first solution. But indeed, we were also thinking of C# application.
If it does not disturb you, you may always mail me the notes and the pseudo-code, so i
can analyse your way of thinking t
Try the Intranet/Hosting Toolkit from
http://www.intrafoundation.com/ihtk.asp
~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional
CFXHosting
Do you want complete ColdFusion Administrator access?
- CFX-Advanced VPS -
http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm
-O
1 - 100 of 141 matches
Mail list logo