Re: the big export...ColdFusion.NET?

2001-05-20 Thread Jon Hall

C# is really more along the lines of Java than C, actually a lot closer. If
you look at the syntax, it's almost exactly java with a few MS specific
things thrown in,  that look to make the language a little more
approachable.
Not to mention it runs on what Microsoft calls a "Common Language Runtime".
Which is basically just like java's JRE. This is the essence of dotNet. All
five of Microsofts major languages( C#, C++, JScript, VB, ASP) will be able
to take advantage of it. All of them have seperate compilers except asp of
course, but still run on top of the runtime.

There are already existing programs that convert C# programs into Java and
back again...What makes this really interesting to me is that if Macromedia
extends CF to C#, the possibilities for easy access to the dotNet runtime
with CF would be very powerful. Actually now that I think about it, as the
MS world migrate to XP, dotNet and beyond, it almost seems to be a
necessity...

MS seems to be trying the same strategy against Sun, that they so
successfully used against Netscape. I dont know where I stand, but I'll
develop in Java for now. I do know one thing though. Microsoft knows how to
write documentation better than anyone around. Their sdk docs blow away the
ancient looking docs that come with Sun's JDK.

jon
- Original Message -
From: "John McKown" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, May 20, 2001 8:12 PM
Subject: RE: the big export...ColdFusion.NET?


> Pronounced "C Sharp", I think it is the successor to C++.
>
> John McKown, Owner
> Delaware.Net, Inc.
> 30 Old Rudnick Lane, Suite 200
> Dover, DE 19901
> phone: 302-736-5515
> toll free: 888-432-7965
> fax: 302-736-5945
> e-mail: [EMAIL PROTECTED] 
> icq: 1812513
>
>
>
> -Original Message-
> From: Paul Mone [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 18, 2001 7:01 PM
> To: CF-Talk
> Subject: RE: the big export...ColdFusion.NET?
>
>
> What is C#?
>
> -Original Message-
> From: Jon Hall [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 18, 2001 7:36 AM
> To: CF-Talk
> Subject: Re: the big export...ColdFusion.NET?
>
>
> Michael, before you go and learn VB, realize that vb is morphing into
> vb.net. Although the syntax is similar, the changes/improvements are quite
> drastic. You may want to skip picking up a book on the old VB and
> concentrate on learning the new stuff. Microsofts site is a great place to
> start though.
>
> 
> The whole dotNet thing is very interesting... Microsofts try at
interpreted
> code, like java.
> Which leads me to think back to Macromedia's repeatedly saying dotNet in
the
> press release that they were commited to dotNet.
> It isn't too far of a stretch to say that Neo may be ported to dotNet, and
> specifically C#, which is basically java anyway. The more I think about
it,
> the more I think it's a no brainer for Macromedia to do a C# port. It will
> probably run much faster on Windows. The only risk would be confusing the
> users as to which is better.
>
> That's my random Friday thought. Anyone have any comments?
> 
>
> jon
> - Original Message -
> From: "Michael Lugassy" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, May 18, 2001 10:57 AM
> Subject: Re: the big export
>
>
> > thanks for the tip, paul!
> > I keep seeing this "learn VB" tips and I was wondering -
> > are there any good and quick resources on learning VB on the net?
> something
> > you know about??
> >
> > Michael.
> >
> > - Original Message -
> > From: "Paul Mone" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Friday, May 18, 2001 12:49 AM
> > Subject: RE: the big export
> >
> >
> > >
> > > This is definately something I would consider "off-line" processing.
In
> > > most cases, CF is not suitable for these types of tasks, espcially if
> it's
> > a
> > > task that you'll have to repeat on scheduled basis.  If this is a
> one-time
> > > event (are you sure? :) ) then you can way the time for development
vs.
> > time
> > > of processing.
> > >
> > > one time operation?
> > >
> > > Developing it in CF is probably the quickest solution.  Won't be the
> > > quickest app in the world.
> > >
> > > recurring task?
> > >
> > > Do it in C, or even better, VB.  It would be quicker to develop this
in
> VB
> > > than C, and the performance increase that C would give you is probably
> > > negligible.  Writing an offline recurring task like this in CF would
be
> a
> > > mis-use of your CFServer's resources.
> > >
> > >
> > > ---
> > > Paul Mone
> > > Ninthlink Consulting Group
> > > [EMAIL PROTECTED]
> > > 619.222.7082
> > >
> > >
> > > -Original Message-
> > > From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, May 17, 2001 9:49 AM
> > > To: CF-Talk
> > > Subject: the big export
> > >
> > >
> > > I need the fastest way to export 100s of 1000s of text
> > > files into a database. I need each file in a a new row like this:
> > > file1name, f

VTML "edit tag" dialogs: attributes with no value?

2001-05-20 Thread Kay Smoljak

Hi all,

I hope I can explain this well enough...

I am playing with editing VTML files, and I have a perplexing problem. I am
trying to create one for our CFX_PWIMAGEPROC. This tag has true/false
attributes that do not require values, ie if TEXT_BOLD is present, any text
the tag draws is bold. If it's not there, the text drawn is not bold.

It's ok in the drop downs within Studio, but I'm trying to make an "edit
tag" dialog. If I use a checkbox and no value is selected, the attribute is
not included. If the checkbox is checked, TEXT_BOLD="true" is included in
the output. That's OK, because the tag will ignore the ="true" part and make
any text bold. If the checkbox is set to true and then changed to be false,
rather than removing the attribute completely, it sets it to
TEXT_BOLD="false". This won't work because the tag is ignoring the value of
the attribute and applying the effect if the attribute is present, which is
obviously not going to give the correct results.

Radio buttons are no good because you can't deslect the value once it is
selected. Multi-select listboxes won't work. I'm tearing my hair out!

I guess someone is going to say "don't write tags like that", hey.

K.

__
Kay Smoljak - ColdFusion Developer - PerthWeb Pty Ltd
Internet Solutions for your business!

Level 9/105 St George's Tc - Perth - Western Australia
Ph: (08) 9226 1366 Fax: (08) 9226 1375 Mobile : 0419 949 007
Visit Perth online! : www.perthweb.com.au

Tools for developers: http://developer.perthweb.com.au
-- cfx_pwimageproc: image processing tool
-- cfx_pwcardcrypt: credit card validation and encryption


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



QOT: Message Board Questions

2001-05-20 Thread C. Hatton Humphrey

Sorta quasi off-topic here...

I've got an interesting situation.  I'm working on a site that has a lot of
politics involved.  They want a message board for each of 11 different
sections that is totally separated but they all use the same header and
footer file combination.  They also want something that looks like CF Forum
2000 or SMB, with the twist that they want "anonymous posting" capabilities
added in (where they do not have to log in to post).  The reason for the
twist is the fact that there are going to be 11 different applications
running and they do not share username and passwords... if each message
board requires a log-in and a visitor has access to 5 boards and wants to
post on all 5, then they would have to log in 11 times (one for the main
site, then once again to gain access to the board to read message threads
and one more time to post a thread).  This is way too cumbersome.

Does anyone know of a better concept of doing this.  Right now what I'm
pondering is 11 installations of the same message board and going through
changing the application name to prevent session variable conflicts.  It is
absolutely vital that all 11 areas have their own message boards.  They do
not want any sharing of message topics/threads/posts across boards.

TIA!
Hatton Humphrey


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What a task!

2001-05-20 Thread Rey Bango

One solution might be to take a look at ImageFolio. It seems to do
everything that Michael wants.

http://www.imagefolio.com

Rey...
Team Allaire...

- Original Message -
From: "Raymond B." <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, May 20, 2001 9:36 PM
Subject: RE: What a task!


> Haven't really been following this thread, but at it's highest level your
> problem seems to break down into these three steps. (If you want quick
fixes
> skip to the bottom.)
>
> 1. Render the HTML
> 2. Convert rendered screen to image
> 3. Resize image
>
>
> RENDER THE HTML
> ---
>
> You might check out http://www.mozilla.org/ for mozilla's HTML rendering
> engine if you want something you can bring into your own code. There are
> some other engines that are open as well, I'll leave them to you to find.
>
> Alternately there's closed source such as the popular IE. Which you decide
> to use counts heavily on the next step.
>
> CONVERTING TO AN IMAGE
> --
>
> The whole purpose of the exercise is to get the render (R) to output to a
> bitmapped image (I). Theoretically the easiest way would be get R > I;
> somehow I doubt it's going to be as easy as a 'mozilla --url=www.foo.com >
> bar.jpg' though.
>
> Given the mozilla source you may be able find where you could redirect the
> screen display though. I'm not overlly familiar w/ IE but it might have
some
> COM objects accessable to pull the information from.
>
> RESIZE IMAGE
> 
>
> So many programs and algorithms to accomplish this, choose whichever
suites
> you (http://www.imagemagick.org/ is one of my favourite utils for this).
>
> CONCLUSSION
> ---
>
> I realise this isn't exactly detail specific, but if you were floating
> around wondering how to even begin tackling the problem this might provide
> some grounding.
>
> QUICK FIXES
> ---
> http://www.html2jpg.com has a win9x/IE5 specific program to accomplish
step
> 1 and 2 if you're on that platform.
>
> http://www.tdb.uu.se/~jan/html2ps.html converts to PS, w/
> http://www.imagemagick.org/  it's only a step away from a properly sized
> jpeg and it's not platform specific. (I don't have a clue how the html2ps
> script renders the HTML though)
>
>
> -Original Message-
> From: Jon Hall [mailto:[EMAIL PROTECTED]]
> Sent: May 18, 2001 19:28
> To: CF-Talk
> Subject: Re: What a task!
>
>
> How many thumbnails are there going to be? It might be more cost effective
> to train a peon (no offense to any peons out there;-)) to use a screenshot
> program
>
> jon
> - Original Message -
> From: "Michael Lugassy" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, May 18, 2001 8:03 PM
> Subject: What a task!
>
>
> > I got this assignment recently:
> >
> > I need to create a thumbnail view of the front/home page of a given
site.
> that should be done automaticlly, ofcourse.
> >
> > for example: I run this: http://www.imvamp.com";;>
> > somehow I need to grab all of the site content and PICTURE IT as it were
> > on a browser.
> >
> > this gots you thinking, ha?
> >
> > I know http://www.girafa.com does something similiar.
> >
> > if anyone can solve this, I'm hearing! :)
> >
> > Thanks,
> >
> > -=Michael
> >
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What a task!

2001-05-20 Thread Ryan Sabir


One way to do it would be to get some multimedia software such as Macromedia
Director to open up the pages of your site using an embeded HTML browser and
then use a screen capturing plugin to script capturing the pages as they get
called up...

I do a lot of work in Director so I know its possible, so drop me an email
off list if you want more info on this technique before the thread drifts
too far off topic.

To keep it on topic should I mention the fantastic multimedia content
management system I wrote in CF that manages interactive media between
multiple developers working in MM Director? I thought not.

seeya!

---
Ryan Sabir
Newgency Pty Ltd
2a Broughton St
Paddington 2021
Sydney, Australia
Ph (02) 9331 2133
Fax (02) 9331 5199
Mobile: 0411 512 454
http://www.newgency.com/index.cfm?referer=rysig


-Original Message-
From: Raymond B. [mailto:[EMAIL PROTECTED]]
Sent: Monday, 21 May 2001 11:37 AM
To: CF-Talk
Subject: RE: What a task!


Haven't really been following this thread, but at it's highest level your
problem seems to break down into these three steps. (If you want quick fixes
skip to the bottom.)

1. Render the HTML
2. Convert rendered screen to image
3. Resize image


RENDER THE HTML
---

You might check out http://www.mozilla.org/ for mozilla's HTML rendering
engine if you want something you can bring into your own code. There are
some other engines that are open as well, I'll leave them to you to find.

Alternately there's closed source such as the popular IE. Which you decide
to use counts heavily on the next step.

CONVERTING TO AN IMAGE
--

The whole purpose of the exercise is to get the render (R) to output to a
bitmapped image (I). Theoretically the easiest way would be get R > I;
somehow I doubt it's going to be as easy as a 'mozilla --url=www.foo.com >
bar.jpg' though.

Given the mozilla source you may be able find where you could redirect the
screen display though. I'm not overlly familiar w/ IE but it might have some
COM objects accessable to pull the information from.

RESIZE IMAGE


So many programs and algorithms to accomplish this, choose whichever suites
you (http://www.imagemagick.org/ is one of my favourite utils for this).

CONCLUSSION
---

I realise this isn't exactly detail specific, but if you were floating
around wondering how to even begin tackling the problem this might provide
some grounding.

QUICK FIXES
---
http://www.html2jpg.com has a win9x/IE5 specific program to accomplish step
1 and 2 if you're on that platform.

http://www.tdb.uu.se/~jan/html2ps.html converts to PS, w/
http://www.imagemagick.org/  it's only a step away from a properly sized
jpeg and it's not platform specific. (I don't have a clue how the html2ps
script renders the HTML though)


-Original Message-
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: May 18, 2001 19:28
To: CF-Talk
Subject: Re: What a task!


How many thumbnails are there going to be? It might be more cost effective
to train a peon (no offense to any peons out there;-)) to use a screenshot
program

jon
- Original Message -
From: "Michael Lugassy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, May 18, 2001 8:03 PM
Subject: What a task!


> I got this assignment recently:
>
> I need to create a thumbnail view of the front/home page of a given site.
that should be done automaticlly, ofcourse.
>
> for example: I run this: http://www.imvamp.com";;>
> somehow I need to grab all of the site content and PICTURE IT as it were
> on a browser.
>
> this gots you thinking, ha?
>
> I know http://www.girafa.com does something similiar.
>
> if anyone can solve this, I'm hearing! :)
>
> Thanks,
>
> -=Michael
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IE5.5 Client Variable Problem

2001-05-20 Thread Malcolm Taylor

No - everyone who hits the application with IE5.5 has the same
problem...

-Original Message-
From: Zac [mailto:[EMAIL PROTECTED]]
Sent: Sunday, May 20, 2001 9:44 PM
To: CF-Talk
Subject: Re: IE5.5 Client Variable Problem


Malcolm Taylor wrote:

> Yes - everything shares the same application.cfm and it works great
> under all other browsers -the only problem is with IE5.5 and above
> where I get blown out of the water by error messages that client
> variables don't exist, though strangely this doesn't happen when I run

> IE5.5 on the server itself.

Are you running anything on the browser to block cookies? Perhaps
AdSubtract?


--

Among modern occupations, only cult leaders and TV weathermen rival the
technological visionary's ability to retain credibility despite all
evidence to the contrary.


Nathan Myhrvold



email: [EMAIL PROTECTED]
web: http://www.pixelgeek.com/
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: IE5.5 Client Variable Problem

2001-05-20 Thread Zac

Malcolm Taylor wrote:

> Yes - everything shares the same application.cfm and it works great
> under all other browsers -the only problem is with IE5.5 and above where
> I get blown out of the water by error messages that client variables
> don't exist, though strangely this doesn't happen when I run IE5.5 on
> the server itself.

Are you running anything on the browser to block cookies? Perhaps
AdSubtract?


-- 

Among modern occupations, only cult leaders and TV weathermen
rival the technological visionary's ability to retain credibility
despite all evidence to the contrary.

   
Nathan Myhrvold 



email: [EMAIL PROTECTED]
web: http://www.pixelgeek.com/


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What a task!

2001-05-20 Thread Raymond B.

Haven't really been following this thread, but at it's highest level your
problem seems to break down into these three steps. (If you want quick fixes
skip to the bottom.)

1. Render the HTML
2. Convert rendered screen to image
3. Resize image


RENDER THE HTML
---

You might check out http://www.mozilla.org/ for mozilla's HTML rendering
engine if you want something you can bring into your own code. There are
some other engines that are open as well, I'll leave them to you to find.

Alternately there's closed source such as the popular IE. Which you decide
to use counts heavily on the next step.

CONVERTING TO AN IMAGE
--

The whole purpose of the exercise is to get the render (R) to output to a
bitmapped image (I). Theoretically the easiest way would be get R > I;
somehow I doubt it's going to be as easy as a 'mozilla --url=www.foo.com >
bar.jpg' though.

Given the mozilla source you may be able find where you could redirect the
screen display though. I'm not overlly familiar w/ IE but it might have some
COM objects accessable to pull the information from.

RESIZE IMAGE


So many programs and algorithms to accomplish this, choose whichever suites
you (http://www.imagemagick.org/ is one of my favourite utils for this).

CONCLUSSION
---

I realise this isn't exactly detail specific, but if you were floating
around wondering how to even begin tackling the problem this might provide
some grounding.

QUICK FIXES
---
http://www.html2jpg.com has a win9x/IE5 specific program to accomplish step
1 and 2 if you're on that platform.

http://www.tdb.uu.se/~jan/html2ps.html converts to PS, w/
http://www.imagemagick.org/  it's only a step away from a properly sized
jpeg and it's not platform specific. (I don't have a clue how the html2ps
script renders the HTML though)


-Original Message-
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: May 18, 2001 19:28
To: CF-Talk
Subject: Re: What a task!


How many thumbnails are there going to be? It might be more cost effective
to train a peon (no offense to any peons out there;-)) to use a screenshot
program

jon
- Original Message -
From: "Michael Lugassy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, May 18, 2001 8:03 PM
Subject: What a task!


> I got this assignment recently:
>
> I need to create a thumbnail view of the front/home page of a given site.
that should be done automaticlly, ofcourse.
>
> for example: I run this: http://www.imvamp.com";;>
> somehow I need to grab all of the site content and PICTURE IT as it were
> on a browser.
>
> this gots you thinking, ha?
>
> I know http://www.girafa.com does something similiar.
>
> if anyone can solve this, I'm hearing! :)
>
> Thanks,
>
> -=Michael
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IE5.5 Client Variable Problem

2001-05-20 Thread Malcolm Taylor

Thanks Brook.

Yes - everything shares the same application.cfm and it works great
under all other browsers -the only problem is with IE5.5 and above where
I get blown out of the water by error messages that client variables
don't exist, though strangely this doesn't happen when I run IE5.5 on
the server itself.

I'm thinking that perhaps the only reliable way of getting it to work is
to change all my client variables into cookie variables which should be
available to all frames from the same site


Malcolm

-Original Message-
From: Brook Davies [mailto:[EMAIL PROTECTED]]
Sent: Sunday, May 20, 2001 6:01 PM
To: CF-Talk
Subject: Re: IE5.5 Client Variable Problem

Malcom,

Make sure that the frame set pages all share the sam application.cfm
template or root template where you specify the application name and
state
management. I have also heard that using a cflocation after setting a
client var can cause loss of data aswell, although I have never seen
this
for myself.

Brook

At 11:56 AM 20/05/01 -0400, you wrote:
>I have a problem with a fairly significant CF application used by a
>number of our clients which runs under CF 4.51 and IIS4.0 on NT4.0
>Server.  Client variables are stored in an Access database file and all

>works well except when the application is accessed by IE5.5 from a
>machine other than the server.
>
>Normal behaviour is for authentication and the setting of miscellaneous

>client variables to occur in a single-frame window before moving to a
>multi-frame frameset.  By looking at the CDATA table in my Access file,

>I can see that under normal circumstances, this writes a single record
>which stores client data to be accessed throughout the application,
>before or after the move to a frameset.
>
>Under IE5.5 running on a machine other than the server, I can see that
>creating the frameset generates new records within CDATA (one for each
>frame) and once I move to the frameset, client variables which were set

>prior to the move are no longer available to templates running within
>the frames and variables set within one frame are unavailable to
>templates running in the others.
>
>Can anyone please offer me any enlightenment, or at least point me in
>the right direction?  Any help would be much appreciated.
>
>Many thanks,
>
> Malcolm
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Re: Weather Icons: I need some

2001-05-20 Thread Zac

Eric Dawson wrote:

> really. the posting police are out ...

Easily avoided by thinking before you post.

> Even if I am going to use Cold Fusion to dynamically generate a branded
> image with updated weather information?
> 
> Or I am using cfhttp to grab the weather info and create a wddx stru for
> redistribution? I am interested in creating several weather icon sets for
> different sites to use. ie a weather icon set, based on a Softball theme...
> etc.

But you didn't post those questions did you?

You posted a question that is not related to CF...not unless you create some
artificial context.

So is it then okay to talk about government loan programs since you could
use one to buy a copy of Cold Fusion? Or perhaps we can talk about the
political situation in Greece since that would influence the ability of
Greek programmers to code in CF?

This is hardly a complex issue. If you want to just shoot the sh*t or get
general comments about unrelated matters then perhaps you should seek out
another list or subscribe to CF-Community instead.

> I'll give you the OT, but I only use Cold Fusion, and this is the only list
> I belong to (lie - but only developer list related to this question), and
> this is the peer group I want to ask the question to...

Well I don't just belong to one list and I fail to see why the other members
of this list should have to deal with questions that can, as I pointed out,
be answered by simply opening a browser window and doing a web search.

Or do you want some peer input to determine how to do a search?


-- 

Official Project Stages:

1. Uncritical Acceptance
2. Wild Enthusiasm 
3. Dejected Disillusionment
4. Total Confusion 
5. Search for the Guilty
6. Punishment of the Innocent
7. Promotion of the Non-participants

email: [EMAIL PROTECTED]
web: http://www.pixelgeek.com/


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: the big export...ColdFusion.NET?

2001-05-20 Thread Arden Weiss

Supposedly the Java killer  <:-))

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487

-Original Message-
From:   John McKown [SMTP:[EMAIL PROTECTED]]
Sent:   Sunday, May 20, 2001 8:12 PM
To: CF-Talk
Subject:RE: the big export...ColdFusion.NET?

Pronounced "C Sharp", I think it is the successor to C++.

John McKown, Owner
Delaware.Net, Inc.
30 Old Rudnick Lane, Suite 200
Dover, DE 19901
phone: 302-736-5515
toll free: 888-432-7965
fax: 302-736-5945
e-mail: [EMAIL PROTECTED] 
icq: 1812513



-Original Message-
From: Paul Mone [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 18, 2001 7:01 PM
To: CF-Talk
Subject: RE: the big export...ColdFusion.NET?


What is C#?

-Original Message-
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 18, 2001 7:36 AM
To: CF-Talk
Subject: Re: the big export...ColdFusion.NET?


Michael, before you go and learn VB, realize that vb is morphing into
vb.net. Although the syntax is similar, the changes/improvements are quite
drastic. You may want to skip picking up a book on the old VB and
concentrate on learning the new stuff. Microsofts site is a great place to
start though.


The whole dotNet thing is very interesting... Microsofts try at interpreted
code, like java.
Which leads me to think back to Macromedia's repeatedly saying dotNet in the
press release that they were commited to dotNet.
It isn't too far of a stretch to say that Neo may be ported to dotNet, and
specifically C#, which is basically java anyway. The more I think about it,
the more I think it's a no brainer for Macromedia to do a C# port. It will
probably run much faster on Windows. The only risk would be confusing the
users as to which is better.

That's my random Friday thought. Anyone have any comments?


jon
- Original Message -
From: "Michael Lugassy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, May 18, 2001 10:57 AM
Subject: Re: the big export


> thanks for the tip, paul!
> I keep seeing this "learn VB" tips and I was wondering -
> are there any good and quick resources on learning VB on the net?
something
> you know about??
>
> Michael.
>
> - Original Message -
> From: "Paul Mone" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, May 18, 2001 12:49 AM
> Subject: RE: the big export
>
>
> >
> > This is definately something I would consider "off-line" processing. In
> > most cases, CF is not suitable for these types of tasks, espcially if
it's
> a
> > task that you'll have to repeat on scheduled basis.  If this is a
one-time
> > event (are you sure? :) ) then you can way the time for development vs.
> time
> > of processing.
> >
> > one time operation?
> >
> > Developing it in CF is probably the quickest solution.  Won't be the
> > quickest app in the world.
> >
> > recurring task?
> >
> > Do it in C, or even better, VB.  It would be quicker to develop this in
VB
> > than C, and the performance increase that C would give you is probably
> > negligible.  Writing an offline recurring task like this in CF would be
a
> > mis-use of your CFServer's resources.
> >
> >
> > ---
> > Paul Mone
> > Ninthlink Consulting Group
> > [EMAIL PROTECTED]
> > 619.222.7082
> >
> >
> > -Original Message-
> > From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, May 17, 2001 9:49 AM
> > To: CF-Talk
> > Subject: the big export
> >
> >
> > I need the fastest way to export 100s of 1000s of text
> > files into a database. I need each file in a a new row like this:
> > file1name, file1content
> > file2name, file2content
> >
> > CF is too slow for this, what can I use?
> >
> > Thanks,
> >
> > -=Michael.
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What a task!

2001-05-20 Thread Mark Ireland

At 09:53 AM 19/05/01, you wrote:
>Wierd.  Again, doesn't seem like a CF job at all.

Yeah. But. . . . . .
If its a page with a bunch of tables then could you replace all height and 
width attributes with 1/10 of the value?

I think you can thumnail the images (but ask someone that has actually done it)
and you could replace all text with something thats too small to read. . . .

I guess you would have to strip breaks and paragraphs since they cant be 
shrunk. . .m. . .

and of course if the page isnt static then these ideas are not very clever. 
.. .







>Maybe try using some client side scripting tool like Mercury Interactiv'e
>WinRunner or Microsoft's Windows Script Host in conjunction with a product
>like Girafa or some other screen grabbing software.  It sounds like a
>complete nightmare.  I hope that your boss understands that this will take
>quite a bit of research.
>
>
>---
>Paul Mone
>Ninthlink Consulting Group
>[EMAIL PROTECTED]
>619.222.7082
>
>
>-Original Message-
>From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
>Sent: Friday, May 18, 2001 5:04 PM
>To: CF-Talk
>Subject: What a task!
>
>
>I got this assignment recently:
>
>I need to create a thumbnail view of the front/home page of a given site.
>that should be done automaticlly, ofcourse.
>
>for example: I run this: http://www.imvamp.com";;>
>somehow I need to grab all of the site content and PICTURE IT as it were
>on a browser.
>
>this gots you thinking, ha?
>
>I know http://www.girafa.com does something similiar.
>
>if anyone can solve this, I'm hearing! :)
>
>Thanks,
>
>-=Michael
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: the big export...ColdFusion.NET?

2001-05-20 Thread John McKown

Pronounced "C Sharp", I think it is the successor to C++.

John McKown, Owner
Delaware.Net, Inc.
30 Old Rudnick Lane, Suite 200
Dover, DE 19901
phone: 302-736-5515
toll free: 888-432-7965
fax: 302-736-5945
e-mail: [EMAIL PROTECTED] 
icq: 1812513



-Original Message-
From: Paul Mone [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 18, 2001 7:01 PM
To: CF-Talk
Subject: RE: the big export...ColdFusion.NET?


What is C#?

-Original Message-
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 18, 2001 7:36 AM
To: CF-Talk
Subject: Re: the big export...ColdFusion.NET?


Michael, before you go and learn VB, realize that vb is morphing into
vb.net. Although the syntax is similar, the changes/improvements are quite
drastic. You may want to skip picking up a book on the old VB and
concentrate on learning the new stuff. Microsofts site is a great place to
start though.


The whole dotNet thing is very interesting... Microsofts try at interpreted
code, like java.
Which leads me to think back to Macromedia's repeatedly saying dotNet in the
press release that they were commited to dotNet.
It isn't too far of a stretch to say that Neo may be ported to dotNet, and
specifically C#, which is basically java anyway. The more I think about it,
the more I think it's a no brainer for Macromedia to do a C# port. It will
probably run much faster on Windows. The only risk would be confusing the
users as to which is better.

That's my random Friday thought. Anyone have any comments?


jon
- Original Message -
From: "Michael Lugassy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, May 18, 2001 10:57 AM
Subject: Re: the big export


> thanks for the tip, paul!
> I keep seeing this "learn VB" tips and I was wondering -
> are there any good and quick resources on learning VB on the net?
something
> you know about??
>
> Michael.
>
> - Original Message -
> From: "Paul Mone" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, May 18, 2001 12:49 AM
> Subject: RE: the big export
>
>
> >
> > This is definately something I would consider "off-line" processing. In
> > most cases, CF is not suitable for these types of tasks, espcially if
it's
> a
> > task that you'll have to repeat on scheduled basis.  If this is a
one-time
> > event (are you sure? :) ) then you can way the time for development vs.
> time
> > of processing.
> >
> > one time operation?
> >
> > Developing it in CF is probably the quickest solution.  Won't be the
> > quickest app in the world.
> >
> > recurring task?
> >
> > Do it in C, or even better, VB.  It would be quicker to develop this in
VB
> > than C, and the performance increase that C would give you is probably
> > negligible.  Writing an offline recurring task like this in CF would be
a
> > mis-use of your CFServer's resources.
> >
> >
> > ---
> > Paul Mone
> > Ninthlink Consulting Group
> > [EMAIL PROTECTED]
> > 619.222.7082
> >
> >
> > -Original Message-
> > From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, May 17, 2001 9:49 AM
> > To: CF-Talk
> > Subject: the big export
> >
> >
> > I need the fastest way to export 100s of 1000s of text
> > files into a database. I need each file in a a new row like this:
> > file1name, file1content
> > file2name, file2content
> >
> > CF is too slow for this, what can I use?
> >
> > Thanks,
> >
> > -=Michael.
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT: Re: Weather Icons: I need some

2001-05-20 Thread Arden Weiss

Try this site -- whole bunch of good ones -- found it by asking Jeeves

http://209.47.223.2/help/icons/index.htm

Meanwhile... Play nice guys  <:-)) or go to your room...

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487

-Original Message-
From:   Zac [SMTP:[EMAIL PROTECTED]]
Sent:   Sunday, May 20, 2001 6:38 PM
To: CF-Talk
Subject:Re: OT: Re: Weather Icons: I need some

Laszlo Nadai wrote:

>>> This doesn't appear to be even remotely CF related at all.
> Unless, of course, someone is doing CF development, and needs weather icons...
> :-)

If people need icons then I think the best thing to do is do a google search
for weather icon instead of posting a message to the list.

Especially since the question has nothing whatsoever to do with CF or CF
development.

There is already enough traffic on the list that I think its better to
occasionally make comments like this to ensure that the static stays off
list instead of clogging the it with queries that could be answered in about
a 10 seconds with, as I mentioned, a google search.





--

   I've just always been afraid that if we get too strict with this
   'eye for an eye' business, it won't be very long before we're
   all pretty much blind.

   Will Durst


   email: [EMAIL PROTECTED]
   WWW: http://www.director-online.com/
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Weather Icons: I need some

2001-05-20 Thread Peter Tilbrook

http://www.f2.com.au have some.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Re: Weather Icons: I need some

2001-05-20 Thread Eric Dawson

really. the posting police are out ...

Even if I am going to use Cold Fusion to dynamically generate a branded 
image with updated weather information?

Or I am using cfhttp to grab the weather info and create a wddx stru for 
redistribution? I am interested in creating several weather icon sets for 
different sites to use. ie a weather icon set, based on a Softball theme... 
etc.

I'll give you the OT, but I only use Cold Fusion, and this is the only list 
I belong to (lie - but only developer list related to this question), and 
this is the peer group I want to ask the question to...

Eric

From: "Zac" <[EMAIL PROTECTED]>
Subject: OT: Re: Weather Icons: I need some
Date: Sun, 20 May 2001 13:40:53 -0700

Eric Dawson wrote:

 > I need some weather icons, does anyone know of a place to grab them?

Or perhaps a more appropriate place to post questions about them? This
doesn't appear to be even remotely CF related at all.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Re: Weather Icons: I need some

2001-05-20 Thread Zac

Laszlo Nadai wrote:

>>> This doesn't appear to be even remotely CF related at all.
> Unless, of course, someone is doing CF development, and needs weather icons...
> :-)

If people need icons then I think the best thing to do is do a google search
for weather icon instead of posting a message to the list.

Especially since the question has nothing whatsoever to do with CF or CF
development.

There is already enough traffic on the list that I think its better to
occasionally make comments like this to ensure that the static stays off
list instead of clogging the it with queries that could be answered in about
a 10 seconds with, as I mentioned, a google search.





--

   I've just always been afraid that if we get too strict with this
   'eye for an eye' business, it won't be very long before we're
   all pretty much blind.

   Will Durst


   email: [EMAIL PROTECTED]
   WWW: http://www.director-online.com/


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Re: Weather Icons: I need some

2001-05-20 Thread Kevin Mansel

if you are looking for like gif or jpgs to put up on websites, nbci.com has
some good ones.

kev
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: IE5.5 Client Variable Problem

2001-05-20 Thread Brook Davies

Malcom,

Make sure that the frame set pages all share the sam application.cfm 
template or root template where you specify the application name and state 
management. I have also heard that using a cflocation after setting a 
client var can cause loss of data aswell, although I have never seen this 
for myself.

Brook

At 11:56 AM 20/05/01 -0400, you wrote:
>I have a problem with a fairly significant CF application used by a
>number of our clients which runs under CF 4.51 and IIS4.0 on NT4.0
>Server.  Client variables are stored in an Access database file and all
>works well except when the application is accessed by IE5.5 from a
>machine other than the server.
>
>Normal behaviour is for authentication and the setting of miscellaneous
>client variables to occur in a single-frame window before moving to a
>multi-frame frameset.  By looking at the CDATA table in my Access file,
>I can see that under normal circumstances, this writes a single record
>which stores client data to be accessed throughout the application,
>before or after the move to a frameset.
>
>Under IE5.5 running on a machine other than the server, I can see that
>creating the frameset generates new records within CDATA (one for each
>frame) and once I move to the frameset, client variables which were set
>prior to the move are no longer available to templates running within
>the frames and variables set within one frame are unavailable to
>templates running in the others.
>
>Can anyone please offer me any enlightenment, or at least point me in
>the right direction?  Any help would be much appreciated.
>
>Many thanks,
>
> Malcolm
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Re: Weather Icons: I need some

2001-05-20 Thread Laszlo Nadai

>>This doesn't appear to be even remotely CF related at all.
Unless, of course, someone is doing CF development, and needs weather icons... :-)

Anyway, do you need 'icons', or bmp's or ...?
There are plenty of places to find them. (Got to get out an look for them)
If you need  *.ico files, I have some (sun.ico, cloud.ico, ..[did you do a search on 
your hard drives?]) drop me a
private e-mail and I'll send them to you.

laszlo




Zac wrote:

> Eric Dawson wrote:
>
> > I need some weather icons, does anyone know of a place to grab them?
>
> Or perhaps a more appropriate place to post questions about them? This
> doesn't appear to be even remotely CF related at all.
>
> --
>
> It is not enough to succeed. Others must fail.
>
>
> Gore Vidal
>
> email: [EMAIL PROTECTED]
> web: http://www.pixelgeek.com/
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Re: Weather Icons: I need some

2001-05-20 Thread Zac

Eric Dawson wrote:

> I need some weather icons, does anyone know of a place to grab them?

Or perhaps a more appropriate place to post questions about them? This
doesn't appear to be even remotely CF related at all.



-- 

It is not enough to succeed. Others must fail.

   
Gore Vidal 



email: [EMAIL PROTECTED]
web: http://www.pixelgeek.com/




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Weather Icons: I need some

2001-05-20 Thread Eric Dawson

I need some weather icons, does anyone know of a place to grab them?

Eric
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF_Scrollover

2001-05-20 Thread Alii Design

I wrote a wrapper for the scroller mouseover tag. It will let you asign
colors for the scroller bar and will the scroll bar will change color upon
mouseover.  Check it out its pretty cool and free to download.  IE 5.5 and
up only.
http://www.aliidesign.com/customtags/cf_scrollover.cfm

Have fun,
Rich


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Verity: Hair-Pulling Problem

2001-05-20 Thread Judith Taylor

The thing you have to be careful of with deleting as opposed to purging 
your collection is to make sure that you create the collection before 
updating it...

Judith

[EMAIL PROTECTED] put into words:
>Thanks for the suggestion, but I've actually been DELETING the
>entire collection (CFCOLLECTION action="delete") while trying to
>fix this... I assume that does the same as a purge, and more...
>
>Gene K.

Judith Taylor
ICQ: 67460562
Freelance ColdFusion Developer - Athens, OH

Friends don't let friends code before coffee.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT font-size NS6

2001-05-20 Thread Jim McAtee

Does "font-size: 36;" imply a size in pixels?  Have you tried

font-size: 36px;

Jim


-Original Message-
From: Don Vawter <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Sunday, May 20, 2001 11:01 AM
Subject: OT font-size NS6


>In the following code the attributes of the paragraph style are not
>recognized in NS 4.77. In NS 6.01 the color, weight and allignment are
>picked up but not the font-size. Anybody have and guidance. Works fine
in IE
>
>TIA
>
>Don Vawter
>
>
> Untitled
> 
> body{
>  background-color : white;
>  font-family : Arial, Helvetica, sans-serif;
>  color : Black;
> }
> p{
>  color:yellow;
>  font-size : 36;
>  font-weight : bold;
>  text-align : center;
> }
>
>
>
>
>Search
>
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT font-size NS6

2001-05-20 Thread Don Vawter

Nevermind. In NS you must give units. Changing font-size: 36pt solves
problem in 4.77 and 6.01

- Original Message -
From: "Don Vawter" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, May 20, 2001 10:57 AM
Subject: OT font-size NS6


> In the following code the attributes of the paragraph style are not
> recognized in NS 4.77. In NS 6.01 the color, weight and allignment are
> picked up but not the font-size. Anybody have and guidance. Works fine in
IE
>
> TIA
>
> Don Vawter
>
> 
>  Untitled
>  
>  body{
>   background-color : white;
>   font-family : Arial, Helvetica, sans-serif;
>   color : Black;
>  }
>  p{
>   color:yellow;
>   font-size : 36;
>   font-weight : bold;
>   text-align : center;
>  }
> 
> 
>
> 
> Search
>
> 
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT font-size NS6

2001-05-20 Thread Don Vawter

In the following code the attributes of the paragraph style are not
recognized in NS 4.77. In NS 6.01 the color, weight and allignment are
picked up but not the font-size. Anybody have and guidance. Works fine in IE

TIA

Don Vawter


 Untitled
 
 body{
  background-color : white;
  font-family : Arial, Helvetica, sans-serif;
  color : Black;
 }
 p{
  color:yellow;
  font-size : 36;
  font-weight : bold;
  text-align : center;
 }




Search





~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



IE5.5 Client Variable Problem

2001-05-20 Thread Malcolm Taylor

I have a problem with a fairly significant CF application used by a
number of our clients which runs under CF 4.51 and IIS4.0 on NT4.0
Server.  Client variables are stored in an Access database file and all
works well except when the application is accessed by IE5.5 from a
machine other than the server.

Normal behaviour is for authentication and the setting of miscellaneous
client variables to occur in a single-frame window before moving to a
multi-frame frameset.  By looking at the CDATA table in my Access file,
I can see that under normal circumstances, this writes a single record
which stores client data to be accessed throughout the application,
before or after the move to a frameset.

Under IE5.5 running on a machine other than the server, I can see that
creating the frameset generates new records within CDATA (one for each
frame) and once I move to the frameset, client variables which were set
prior to the move are no longer available to templates running within
the frames and variables set within one frame are unavailable to
templates running in the others.

Can anyone please offer me any enlightenment, or at least point me in
the right direction?  Any help would be much appreciated.

Many thanks,

Malcolm



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Concatenating strings.

2001-05-20 Thread Howie Hamlin

Concatenation in CF is &, not +.

Try something like:

">

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server


- Original Message - 
From: "Michael Kear" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, May 20, 2001 11:11 AM
Subject: Concatenating strings.


> Whats wrong with this code? It seems to be following the examples I"ve
> seen before .. I want to add an error message to an existing error
> message, so as the template executes, as errors are found a comphensive
> list of errors found on the form are assembed, rather than just give them
> one error, fix that, submit the form, find another error kind of routine.
> 
> But when I execute this code, I get the error that the CF Server cannot
> convert to number.   I dont want a number, i want to concatenate the
> strings.
> 
> [quote]
>  password do not match.")>
> [end quote]
> 
> I know the answer is simple (they're always teh ones that trip me up) but
> I can't see it.   Can you?
> 
> Cheers,
> Mike Kear
> AFP Webworks,
> Windsor, NSW, Australia
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Concatenating strings.

2001-05-20 Thread Michael Lugassy

what about losing the evaluate()? and just specifying
evaluate = evaluate &

Thanks,

Michael Lugassy
IT/WEB Specialist
Interactive Music Ltd.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Concatenating strings.

2001-05-20 Thread Bob Silverberg

You need to use the "&" to concatenate strings.  Change your code to:

">

Note that you don't need the Evaluate in there either.

Bob

-Original Message-
From: Michael Kear [mailto:[EMAIL PROTECTED]]
Sent: Sunday, May 20, 2001 11:12 AM
To: CF-Talk
Subject: Concatenating strings.


Whats wrong with this code? It seems to be following the examples I"ve
seen before .. I want to add an error message to an existing error
message, so as the template executes, as errors are found a comphensive
list of errors found on the form are assembed, rather than just give them
one error, fix that, submit the form, find another error kind of routine.

But when I execute this code, I get the error that the CF Server cannot
convert to number.   I dont want a number, i want to concatenate the
strings.

[quote]
")>
[end quote]

I know the answer is simple (they're always teh ones that trip me up) but
I can't see it.   Can you?

Cheers,
Mike Kear
AFP Webworks,
Windsor, NSW, Australia
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Concatenating strings.

2001-05-20 Thread Michael Kear

Whats wrong with this code? It seems to be following the examples I"ve
seen before .. I want to add an error message to an existing error
message, so as the template executes, as errors are found a comphensive
list of errors found on the form are assembed, rather than just give them
one error, fix that, submit the form, find another error kind of routine.

But when I execute this code, I get the error that the CF Server cannot
convert to number.   I dont want a number, i want to concatenate the
strings.

[quote]
")>
[end quote]

I know the answer is simple (they're always teh ones that trip me up) but
I can't see it.   Can you?

Cheers,
Mike Kear
AFP Webworks,
Windsor, NSW, Australia


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFHTTP - loop problem

2001-05-20 Thread Eron Cohen

Joseph,

This might not help solve your problem, but I would
use CFLocks around your CFHTTP tag.   

Eron

-Original Message-
From: Hamid Hossain [mailto:[EMAIL PROTECTED]]
Sent: Sunday, May 20, 2001 9:43 AM
To: CF-Talk
Subject: CFHTTP - loop problem


Hi folks,

I tried to make a loop of cfhttp requests to a url and
save every CFHTTP.FileContent in a separated text
file.

The problem that I failed to run my code through a
loop while it is running good when make one cfhttp
request.

the code that caused the problem:
= index.cfm =
01  
02  SELECT CatID FROM Cats
03  
04
05  
06
07  
08  http://www.xyz.com/Cat.cfm?id=#IDs.CatID#";
resolveurl="Yes">
09  
10  
11   I am Finished!
12  
=

Lines 01-03: Reading from a database to get all IDs.
Line 07: Starting a loop on IDs collected from the
query.
Line 08: CFHTTP request to a website with id of loop.
Line 09: CFFILE save the cfhttp.FileContent into cfm
file inside ARCHIVES directory.

if you deleted the loop in the previous code, it will
work successfully.

I need it with a loop!!!

any suggestion will be appreciated.
Hamid Hossain
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFFTP Trouble

2001-05-20 Thread Garza, Jeff

Perhaps you could post the code so we can see what you are doing/not doing
wrong...  I've never seen an error 3.  Have you tried wrapping the CFFTP
call in a try/catch block to see if you can grab any additional error info?
Are you behind a firewall?  Does it allow outbound connections on port 21?
Does the FTP server sit behind a firewall or Proxy server?  Any number of
things could cause problems.  

Cheers,

Jeff Garza
Webmaster, 
Spectrum Astro, Inc.
[EMAIL PROTECTED]

-Original Message-
From: Joseph J. Sanger, M.D.
To: CF-Talk
Sent: 5/20/01 6:17 AM
Subject: Re: CFFTP Trouble

>Hello, anyone have an idea as to why every time I attempt to use 
>CFFTP I get an error 3 returned back, with no error text? I'm using 
>a correct username/password, at the correct server, but that is all 
>I get, any ideas from everyone? Or any known issues with CFFTP that 
>I should be aware of?  Thanks!

I am encountering the same problem ... does anyone have the answer?
Thanks.
--
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFHTTP - loop problem

2001-05-20 Thread Hamid Hossain

Hi folks,

I tried to make a loop of cfhttp requests to a url and
save every CFHTTP.FileContent in a separated text
file.

The problem that I failed to run my code through a
loop while it is running good when make one cfhttp
request.

the code that caused the problem:
= index.cfm =
01  
02  SELECT CatID FROM Cats
03  
04
05  
06
07  
08  http://www.xyz.com/Cat.cfm?id=#IDs.CatID#";
resolveurl="Yes">
09  
10  
11   I am Finished!
12  
=

Lines 01-03: Reading from a database to get all IDs.
Line 07: Starting a loop on IDs collected from the
query.
Line 08: CFHTTP request to a website with id of loop.
Line 09: CFFILE save the cfhttp.FileContent into cfm
file inside ARCHIVES directory.

if you deleted the loop in the previous code, it will
work successfully.

I need it with a loop!!!

any suggestion will be appreciated.
Hamid Hossain
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [RE: [Object Oriented CFML]]

2001-05-20 Thread Joseph J. Sanger, M.D.

I am having trouble merely opening a connection to an FTP server with 
CFFTP.  I believe I know I am using the correct USERNAME, PASSWORD 
and SERVER.  I am getting an error message no. "3", with no 
corresponding ErrorText.  Can anybody decode this error message for 
me?  Any tips regarding pitfalls, anomalies in use of CFFTP to 
transfer a file from to the FTP server would be appreciated.
--
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFFTP Trouble

2001-05-20 Thread Dick Applebaum

A am currently modifying and old shopping cart.  I happened to be in 
part of a routine I use to harvest order information from CyberCash 
CashRegister... it works fine!

 
 

HTH

Dick


At 9:17 AM -0400 5/20/01, Joseph J. Sanger, M.D. wrote:
>  >Hello, anyone have an idea as to why every time I attempt to use
>>CFFTP I get an error 3 returned back, with no error text? I'm using
>>a correct username/password, at the correct server, but that is all
>>I get, any ideas from everyone? Or any known issues with CFFTP that
>>I should be aware of?  Thanks!
>
>I am encountering the same problem ... does anyone have the answer?  Thanks.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFFTP Trouble

2001-05-20 Thread Joseph J. Sanger, M.D.

>Hello, anyone have an idea as to why every time I attempt to use 
>CFFTP I get an error 3 returned back, with no error text? I'm using 
>a correct username/password, at the correct server, but that is all 
>I get, any ideas from everyone? Or any known issues with CFFTP that 
>I should be aware of?  Thanks!

I am encountering the same problem ... does anyone have the answer?  Thanks.
--
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists