Sorry I didn't jump into this thread earlier, but a project I was
working on kept me away from the lists for most of the day. In my
absence, however, it looks like everything that needed to said was said.
In particular, I agree with the posts discussing the value of keeping
variables privat
Brad,
Can you email me off-list the status of your discussions with
Macromedia support? I don't know the answer to your question, but I
can certainly follow up with support for you.
Christian
On Monday, January 6, 2003, at 04:56 PM, Brad Howerter wrote:
> I'll update this in hopes that som
Hi again,
I'd like to publicly thank Jochem for pointing me to the right information
to get this API properly licensed -- it is now distributed under the GNU
Lesser General Public License 2.1 which allows the API to be used within
commercial products, provided those products are not derivatives of
> Must be cosmic rays - next variation I tried worked
> cc="#EmailAddress#"
That's really odd -- afaik it should be illegal ...
I would probably use an iif instead...
cc="#iif(sendreceipt eq 1, DE(emailaddress), DE(""))#"
> **
> Kevin Parker
> Web Services Manager
> WorkCover Corpor
I don't use Netscrape that much, but I do find Netscrape 4.79 loads pages
almost twice as fast as Internet Exploader 5.50, and Netscrape starts up 5
to 10 times as fast.
best, paul
At 09:17 PM 1/6/03 -0500, you wrote:
>Microsoft says "Netscape Bad"
You'd have to pass information in a form or url to the CF page to tell the
server what session to pick up when it switches servers -- which was part of
the reason for the suggestion of using a cfhttp-like method to gather
content from cf and place it within the asp pages so users don't actually
lea
Actually I wasn't really suggesting "sharing" session information, but
rather "spoofing" or simulating it, but that's a whole other discussion. :)
> You don't need to use HTTP and connect to the CF server to
> share session
> information. Serialize the session data to a database or a
> file system
>try != (not equal):
I tried this to no avail. <> 'dwayne' works and so does != 'dwayne' but != '' does
not. I wonder if this is a Q-of-Q bug.
==
>>
>> SELECT PERSON,
>> EMAIL
>>
>> FROM qry_PERSON
>>
>> WHERE EMAIL <> ''
>>
>>
>> This query w
Try and drop some into the code. Or run the app in debug so
you can watch SESSION.allowin my guess is a place you think is changing
it, isn't. If I am not doing it in debug I put some script alert() to
pop up the variables I want to watch.
J.
John Wilker
Web Applications Consultant, Writer
Macro
Thanks Mosh - and thanks for the pointer to the article. I'll have a look a
little later today. FYI I was researching this on MM's Forums as well and
there was a claim that most mail systems support body?? Oh how I long for
some consistency :-)
**
Kevin Parker
Web Services Manager
WorkCo
Just leave the value of the CC attribute blank if you don't want to CC
someone. For example:
--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 625-9191
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/
> -Original Message--
I have the login page and the login process page in my root dir. They
are now working as designed. Login.cfm calls login_action.cfm which
checks the database and allows if the username and password works. It
sets session.allowin = true. Then it calls out to the members dir where
the member page
There is no way to (consistently) insert a carriage return into the body
text. You might try using "\n" or a URL Encoded carriage-return. Either of
these methods might work in some clients and will fail in most others.
BTW, technically speaking, "?body=" is not allowed in a mailto: URL (see
http
What happens? Nothing or you get put to the login page?
This chunk
---You don't have anything happen here.---
---You don't have anything happen here.---
...
Do you set the session.allowin anywhere else prior to this page? Another
application.cfm somwhere up
As I'm sure some of you know the Grid applet used in CF 4.5 doesn't work
with the latest Java Plug-in. I've been unable to find a MM patch for
the problem.
I'd be interested in ideas for addressing the problem. I've found what
looks like a servicable replacement, but runs $400. This isn't that
OK, Another question along the same line:
J2ee or is it j2EE supposedly offers the ability to combine (inter
operate) programs (EJBs, I guess) from multiple
vendors/suppliers/sources into an enterprise's applications -- not
reinventing the wheel. I guess the FexEX shipping charges/tracking
Well I got some of my problems solved. Mostly it was a directory
structure problem. My current problem is that I get logged in and then
when it goes to the membersonly directory it runs a cfm page there where
I have an application.cfm file with the following code. The problem is
that the variabl
> To recap ... I haven't been able to get cfschedule to
> actually execute any code. It runs, according the logs,
> but nothing happens.
>
> I've tried setting up tasks both via the tag and via the
> administrator.
>
> Somebody suggested that maybe it might take 24 hours for
> a schedule to kic
> Users can do that with a free application such as Netscape
> Composer and many other HTML editors, also free.
>
> I could not imagine making my clients purchase an editor
> which would require me to give them a permission key from
> DreamweaverMX, when I can do that simple via folder permissio
> It is a little early to say. Certainly Java has the lead now,
> but it has been around a lot longer than .NET. However, the
> same thing could have been said about Netscape not that long
> ago. I don't know who the smart money is on, but my money is
> on Java.
>
> My prediction is that if the
cool, just watch out for malformed email addresses.
it may puke at the mail server?
not sure though.
tw
-Original Message-
From: Parker, Kevin [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 11:55 PM
To: CF-Talk
Subject: RE: Optional cc
Must be cosmic rays - next variation I
you basically have to have to cfmail
statement blocks one with cc if cc isdefined
and one without it, if its not defined, and
valid as an email address. there is much checking
that you could be doing for correct structure
of an email address with regEx, and other things
but, you just cant put cf
Must be cosmic rays - next variation I tried worked
cc="#EmailAddress#"
**
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: Parker, Kevin [mailto:[
Can anyone give me a pointer here please. I am trying to populate cc in
CFMAIL if the user checks a checkbox on the form. I've tried several
variations of this but CF doesn't quite agree with it. TIA!
cc="#EmailAddress#"
bcc="[EMAIL PROTECTED]"
server="ex1"
port=25
try != (not equal):
SELECT PERSON,
EMAIL
FROM qry_PERSON
WHERE EMAIL != ''
Marius Milosav
www.scorpiosoft.com
It's not about technology, it's about people.
Virtual Company (VICO) Application Demo
www.scorpiosoft.com/vicodemo/login.cfm
- Original Message -
From: "
SELECT PERSON,
EMAIL
FROM qry_PERSON
WHERE EMAIL <> ''
This query wont work. When I query the database directy the WHERE clause in the SQL
statement works fine but when I query a query object it ignors the WHERE clause.
How do I reference [empty string] cells in query o
I've never been asked or told my score. I think if someone asked they'd
be in the same group as the "testers" LOL
J.
John Wilker
Web Applications Consultant, Writer
Macromedia Certified ColdFusion Developer
Founder/President IE CFUG
www.red-omega.com
Whatever is wrong it is better than a poke i
I know my certification has helped me within my company and have been
told it was big part of being accepted as a Team MM volunteer.
When hiring, we do take certification into account. We recently hired a
Flash developer who is certified and that, or more accurately his score,
lent a lot to his a
Welcome to Bluegrass LOL
-Original Message-
From: Michael Kear [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 11:19 PM
To: CF-Talk
Subject: RE: Running COldFusion server on a different box to the web
server - possible?
Thanks Samuel, that's a good suggestion, cepting it requir
At 09:52 PM 1/6/2003 -0500, you wrote:
>Anyone else notice how many new books
>are hitting the markets these days?
For CFMX, there are 24 listed on Amazon.com, with ~7 coming from Forta /
Macromedia. ( Rough Estimate on the Macromedia books )
The reason for more books on CFMX than any other
At 09:59 PM 1/6/2003 -0500, you wrote:
>I think the CF exam is a much better indicator. Be warned though that
>certification can actually hurt you. If you're not certified, then the
>employer just doesn't have that quantifier. However, if you're
>certified and list that you're certified, they'l
Thanks Samuel, that's a good suggestion, cepting it requires a CF server
on each machine, and we only have one copy of CF server. The budget
isn't going to stretch to another copy of coldfusion. (I'm living in a
world of big spenders here!)
Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webwo
Well that didn't change anything. I got this from the easycfm.com
tutorial.
Hey I thought this was easy LOL
-Original Message-
From: John Wilker [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 10:44 PM
To: CF-Talk
Subject: RE: login prob
If you have a DSN already set up (I as
Does anyone know if you can code a carriage return into the body part of
mailto attributes, viz:
mailto:[EMAIL PROTECTED]?subject=Hello&body=How Are You?
TIA!!
**
Kevin Parker
Web Services Manager
WorkCover Corporation
[EMAIL PROTECTED]
www.workcover.com
p: 08 82332548
f: 08 82332000
> For example, as a Macromedia partner my developers are
> required to be certified. However, as a partner our
> certifications are free, so there you go.
>
> -Matt
Do all partners get free certifications or does it depend on your
partner level?
~~~
If you have a DSN already set up (I asusme you do and it's called users)
try using just
John Wilker
Web Applications Consultant, Writer
Macromedia Certified ColdFusion Developer
Founder/President IE CFUG
www.red-omega.com
Whatever is wrong it is better than a poke in the eye with a sharp
stic
Yep can be done with CFMX...and I find it's more flexible...
Stace
-Original Message-
From: Samuel Neff [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 9:45 PM
To: CF-Talk
Subject: RE: Running COldFusion server on a different box to the web server
- possible?
You can set up yo
While we found a couple of minor quirks with the Apache module in CF5,
distributed mode continues to work very well in our case...1,000's of our
merchants working of two boxes...no obvious degredation...
Stace
-Original Message-
From: Mike Brunt [mailto:[EMAIL PROTECTED]]
Sent: Monday, J
Well I took that out of my tag and it does not error but now it does not
seem to be checking the database table either because it is not passing
me through
I'm still trying to understand Peter's response LOL
-Original Message-
From: John Wilker [mailto:[EMAIL PROTECTED]]
Sent: Monday, J
You would be better of assigning values like dbtype, sql, username,
password, maxrows, blockfactor, timeout, cachedafter, cachedwithin, debug
when setting up the Datasource initially (in ODBC and under CF Admin). At
least that way you can avoid hardcoding settings like "username" and
"password" in
MX is what I am using
-Original Message-
From: John Wilker [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 10:23 PM
To: CF-Talk
Subject: RE: login prob
Have you tried taking dbname="#myDSN#" out of your tag? IIRC dbname
isn't used anymore, I could be wrong there. I never use i
Have you tried taking dbname="#myDSN#" out of your tag? IIRC dbname
isn't used anymore, I could be wrong there. I never use it.
What CF version?
J.
John Wilker
Web Applications Consultant, Writer
Macromedia Certified ColdFusion Developer
Founder/President IE CFUG
www.red-omega.com
Whatever is
I keep getting this error but I don't understand whats wrong with my
code can anybody tell me?
The tag does not have an attribute called dbname. The valid attribute(s)
are name, datasource, dbtype, sql, username, password, maxrows,
blockfactor, timeout, cachedafter, cachedwithin, debug.
That's one thing about on the spot tests and certifications and what
not. I keep a lot of junk rattling around in my brain some useful some
not, but there's just no way I can remember all the attributes of a
given tag. I just can't. I know where to look to find the information
though and can get th
Considering they're usually just $100-$200, I think they're worthwhile.
Certainly they're not enough to get you a job or anything, but they do
add something to an application. Does depend on the certification
though.
You asked about non-CF certs. I have a MCP VB6 certification. I took
the exam
Matt,
hehe... that was all the code - just a main and a single class. My problem
was that I had the class "StaticTest" and had included both main and
"Employee" as inner classes. I rearranged the curly braces and viola. It
never fails, as soon as I send a question to the list I figure it out .
> For example writing three books. Granted, there are plenty of
certified
> people out there. Certification alone did not open that opportunity.
>
But you have to wonder what did. Anyone else notice how many new books
are hitting the markets these days?
-Matt
Dave
One would hope that MS will be looking over their shoulder-- leery of
restraint of trade violations.
If MS executes a pattern of activities, designed to undercut
competition, based on their market dominance, they could/should be
broken up.
Rather, lets let the technologies compete --
IMHO, I don't see how any public company would be able to purchase
Macromedia without the options and warrants issue being resolved.
Matt Liotta
President & CEO
Montara Software, Inc.
http://www.montarasoftware.com/
888-408-0900 x901
> -Original Message-
> From: Dave Carabetta [mailto:[EM
Huh? I thought we went through this when I first tried to share the
session info between the .asp shop and the coldfusion interactive stuff.
What happens is the members of the site go through the shop to be
validated as members or to take their money and make them members, then
they can move aroun
> Why?
>
I don't have any technically good reasons. In fact, I prefer C# in many
ways to Java. However, I feel that the more developers who bet on Java
the more likely it is that Java will stick around. What we need is more
competition; not less.
> Doesn't .NET rely on C# and "compiled-to-machine
You can set up your servers with just one Web Server on the new box and
have it send CFM request to the old box. You don't need a web server on
the old box and you don't need to use any type of proxy asp code to pass
requests off to another box.
Download distributed installation documentation her
At 06:18 PM 1/6/2003 -0800, you wrote:
> Some haven't
>cared and some have wanted me to take a brainbench exam on the spot.
I took one such of these test ( Not BrainBench, but a company that
escapes me ) and the questions asked were so vague / detached from real
development it was very frustr
We offer all that, in CF MX.
--
Josh Trefethen
.:[ Exciteworks, Inc ]::[ http://exciteworks.com ]:.
.::[ cf hosting on linux ]::[ consulting ]::[ expertise ]::.
-Original Message-
From: Paris Lundis [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 9:56 AM
To: CF-Talk
> My prediction is that if the race gets close IBM will buy Sun.
Wow. Interesting call, but it definitely makes sense, looking at all the
money IBM's invested in Java.
Follow-up question for you and others (and I apologize for veering slightly
OT, but I think lots of people might be interested).
If you happened to be working with a command-line Java program, your
main method is static. However, this is a reference to the current
instance, which you can't reference from a static context. Likely what
you need to do is create an instance of your object in your main method.
If you share all t
At 05:17 PM 1/6/2003 -0800, you wrote:
>I am a bit of a cynic - actually I am a total cynic - so instead of voicing
>my opinion on certifications I'll ask some questions.
>
>Has anyone gotten a job / contract / promotion because they were certified?
Just because I was certified? No.
Has it h
On Monday, January 6, 2003, at 06:09 PM, Matt Liotta wrote:
> It is a little early to say. Certainly Java has the lead now, but it
> has
> been around a lot longer than .NET. However, the same thing could have
> been said about Netscape not that long ago.
Yeah, from my perspective that was done
You need to add it into the color coding extensions in homesite+.
Here's how:
1) Go to: Options --> Settings... --> Editor --> Color Coding
2) Highlight "JavaScript js;"
3) Click "Edit Extensions"
4) Add "as;" to the JavaScript Scheme (should be "js;as;" after you add
it)
5) Click Apply
S
> They fall on ya? You fell in a pit of them? :)
>
For example, as a Macromedia partner my developers are required to be
certified. However, as a partner our certifications are free, so there
you go.
-Matt
~|
Archives: http://w
Ok - I'm working my way through some Java examples and I can't get this one
to compile - can someone tell me why? I get this error:
--first
error
non-static variable this cannot be referenced from a static context
Weighted answers:
Yes, I was moved to the top two finalists out of over 50 because of my
certifications, and then beat out the other finalist on the technical interview.
Certifications do not get the same weight as experience, but the hiring manager
sees the certifications up front, and only gets
You don't need to use HTTP and connect to the CF server to share session
information. Serialize the session data to a database or a file system
and share that way.
Matt Liotta
President & CEO
Montara Software, Inc.
http://www.montarasoftware.com/
888-408-0900 x901
> -Original Message-
> F
Ooppsss,
forgot to tell you that this app only works in IE 5++
Sorry for the inconvinience.
Rizal
At 07:23 AM 1/7/2003, you wrote:
>Doesn't seem to do anything (in mozilla 1.0)
>
>Rob
>
>-Original Message-
>From: Rizal Firmansyah [mailto:[EMAIL PROTECTED]]
>Sent: Monday, January 06, 2003
all right...thanks !
" The happiest of people don't necessarily have the best of everything. They just make
the best of everything that comes their way. "
Jaime Hoi
-Original Message-
From: Jared Clinton [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 11:57 AM
To: CF-Talk
"One disclaimer; I have received certifications in the past and hold
some now. However, I have never paid for a certification or intended to
get one."
They fall on ya? You fell in a pit of them? :)
My take is much like Matts, I've seen people who cram just to get the
cert to say they are certifi
Microsoft says "Netscape Bad"
Flamesuit on :)
-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 8:27 PM
To: CF-Talk
Subject: RE: HTML Question
Add 'border=1' and set it to the same color as the background.
| -Original Message-
| Fro
I don't envy you.
If you can find an ASP.NET component that works like cfhttp you could
theoretically "spoof" the ColdFusion server / sessions by using the ASP
component to grab out whatever info is necessary from the CF server, that
way you wouldn't need to make sure your links are absolute and h
It is a little early to say. Certainly Java has the lead now, but it has
been around a lot longer than .NET. However, the same thing could have
been said about Netscape not that long ago. I don't know who the smart
money is on, but my money is on Java.
My prediction is that if the race gets close
Matt
Who's winning now?
Who's the smart money on?
TIA
Dick
On Monday, January 6, 2003, at 05:46 PM, Matt Liotta wrote:
>> Does Microsoft play in this arena, or they going it alone with their
>> own competing offering?
>>
> Alone; it's J2EE vs. .NET.
>
> -Matt
>
>
~
> Does Microsoft play in this arena, or they going it alone with their
> own competing offering?
>
Alone; it's J2EE vs. .NET.
-Matt
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription:
http://www
According to everything I have been able to find, J2ee is one of the
widly-accepted infrastructures (or whatever) for the larger users.
Does Microsoft play in this arena, or they going it alone with their
own competing offering?
TIA
Dick
~~~
I have generally only hired people who were either very green or gurus.
I like to hire inexperienced people who seem to have talent because then
I can teach them without trying to undo the mistakes they picked up
elsewhere. I like to hire gurus simply for obvious reasons. What is
interesting is tha
Add 'border=1' and set it to the same color as the background.
| -Original Message-
| From: paul smith [mailto:[EMAIL PROTECTED]]
| Sent: Monday, January 06, 2003 5:21 PM
| To: CF-Talk
| Subject: OT: HTML Question
|
|
| Page displays fine in IE
|
| Page does not display in Netscape u
Page displays fine in IE
Page does not display in Netscape unless I put TABLE border > 0
Tables are involved, but no missing TABLE/TR/TD tags.
Suggestions?
best, paul
~|
Archives: http://www.houseoffusion.com/cf_lists/index.c
I am a bit of a cynic - actually I am a total cynic - so instead of voicing
my opinion on certifications I'll ask some questions.
Has anyone gotten a job / contract / promotion because they were certified?
Hard to say specifically, but I mean where you were pretty sure that was the
deciding factor
> Back when I was working with Lotus Notes / Domino ( >4 years ago ),
> Lotus
> had some articles about how certified developer's had higher salaries.
I
> know the Brainbench newsletter will routinely tout similar stories.
Of
> course, it could be argued that both reports are tainted because of
t
I would think a better way to separate it would be to have the sql
server by itself on one box, and the webserver with asp and cold fusion on
the other box.
It would get too complicated the way you said.
Also - code the path for all graphics using a variable in the
application.cfm file
I definitely recommend that everyone get some form of computer degree if
you want to do programming in aspect.
I wouldn't completely ignore certifications, though. All else being
equal, it shows that you are trying your best to better yourself. It also
might be something that can help you
Doesn't seem to do anything (in mozilla 1.0)
Rob
-Original Message-
From: Rizal Firmansyah [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 4:12 PM
To: CF-Talk
Subject: RE: Incoming email manager
It's written for CF5, Win2k, and uses MS SQL Server 7/2000 as database.
Rizal
At
It's written for CF5, Win2k, and uses MS SQL Server 7/2000 as database.
Rizal
At 01:55 AM 1/7/2003, you wrote:
>This was written for 4.5 or 5?
>
>Adam Wayne Lehman
>Web Systems Developer
>Johns Hopkins Bloomberg School of Public Health
>Distance Education Division
>
>
>-Original Message-
Michael, this is running CF in the "distributed mode" and I have helped
several companies to do it but to be honest have never been that much of a
fan. There are several issues that are impacted by this and most fall into
the performance category (or a degrading of performance). Var handling is
al
The short answer is that it will work. CF 5.0 installs sample files and
instructions for remoting un a folder called "remoting)
Follow the directions, for both the host server and the remote server (both
machines must have CF 5.0 installed) in order to use the remoting feature.
==
>Users can do that with a free application such as Netscape Composer and many
>other HTML editors, also free.
>
>I could not imagine making my clients purchase an editor which would
>require me
>to give them a permission key from DreamweaverMX, when I can do that
>simple via
>folder permissions..
Documentation for this configuratoon was left out of the release. A
link to it is in this TechNote:
http://www.macromedia.com/v1/Handlers/index.cfm?ID=21966&Method=Full
Hope this helps,
Jim Davis
> -Original Message-
> From: Michael Kear [mailto:[EMAIL PROTECTED]]
> Sent: Monday, Jan
Okay,
I may be missing something now, I haven't played much with the final
version, but permission keys from DW don't seem needed. Just setting up
a site with FTP connection information should take care of it right???
t
**
Tyle
Certifications have never been shown to enable someone to get a job that
another person equally qualified couldn't get. Nor have certifications
been shown to enable someone to get a higher salary than someone
without. However, vendors, trainers, and publishers all seem to be
enjoying the money asso
Too bad ... it's a great little tool.
H.
> -Original Message-
> From: Robert Bailey [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, January 06, 2003 2:58 PM
> To: CF-Talk
> Subject: RE: XML and CF
>
> They no longer develop or support SoXML, tried to DL it from their page
>
>
> Rober
<_~_UENERkVCMDkAAQACABgAlFxUHqzyAEqxz2yOTTWvtsKQ
RDBONUxbGUWeYV8AxVg4owEA@Tinetics_com>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Evolution/1.0 (Preview Release)
Date: 06 Jan 2003 18:41:19 -0500
Message-Id: <[EMAIL PROTECT
I think the best certification that you can go after right now (other the
ColdFusion MX certification :) ) is either:
MCAD or MCSD for .NET
The MCAD's easier (less exams), but the MCSD for .NET may be more respected
(who knows though). I see a lot of employers asking about .NET and
experience, ho
| Most CF developers won't find a good use for Contribute.
|
| Contribute is intended more for sites with NO dynamic management. Like
| someone who wants to manage a site of pictures of his new baby, or a
| lacrosse team that just wants to put up their schedule and contact info.
| No tool is being
There is also http://www.cfdev.com/xml/
They make a cfx that helps with xml parsing and there is links to sites on
there.
- Original Message -
From: "Robert Bailey" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, January 06, 2003 3:58 PM
Subject: RE: XML and CF
> The
Entry level ColdFusion programmer position located in Marina del Rey, California.
Please reply of list for details.
Best Regards and Happy New Year,
Brian
310.301.7923
~|
Archives: http://www.houseoffusion.com/cf_lists/index.c
To recap ... I haven't been able to get cfschedule to actually execute any
code. It runs, according the logs, but nothing happens.
I've tried setting up tasks both via the tag and via the administrator.
Somebody suggested that maybe it might take 24 hours for a schedule to kick
in properly. Al
They no longer develop or support SoXML, tried to DL it from their page
Robert Bailey
-Original Message-
From: Owens, Howard [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 2:50 PM
To: CF-Talk
Subject: RE: XML and CF
http://www.torchbox.com/xml/
Also, check out the cf_so
Contribute is being interpreted by some of my prospective clients as
Macromedia's version of my company's proprietary web content management
tools on their initial reading of the Contribute site marketing
material. They ask me "why do we need to pay you when we can use
Macromedia's tools?"
T
My client has invested in a second box for his server and wants to set
it up with his web server and a whole bunch of .asp stuff on one box
(the "main" box) and the coldfusion server (CF5) and the coldfusion
components on another box (the "Old" box).
The "Old box" has been working for a couple of
http://www.torchbox.com/xml/
Also, check out the cf_soxml tag in the tag gallery.
H.
> -Original Message-
> From: Robert Bailey [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, January 06, 2003 2:22 PM
> To: CF-Talk
> Subject: XML and CF
>
> Anyone know any good sites or articles dealin
Yeah, I'd pretty much concur with Matt. I've been working with Contribute
extensively recently (as part of a larger seminar that I'm delivering this
week in DC and Atlanta -- for more info, see
http://training.figleaf.com/figleaftraining/Courses/freecms.cfm)
It's really quite good -- for the limit
Most CF developers won't find a good use for Contribute.
Contribute is intended more for sites with NO dynamic management. Like
someone who wants to manage a site of pictures of his new baby, or a
lacrosse team that just wants to put up their schedule and contact info.
No tool is being built for
1 - 100 of 267 matches
Mail list logo