RE: With all this talk of HostCentric / Virtualscape

2001-08-22 Thread Angél Stewart

Can I call too?

0_0

-Gel
*chuckle*
I'm sorry I'm going back into my little padded room at 
CF Community now. :)


-Original Message-
From: cf girl [mailto:[EMAIL PROTECTED]]

Tell him to call me.
ext 2127

Sue


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Alternative to Verity search?

2001-08-03 Thread Angél Stewart

There's a client who insists that Verity Serach is a resource hog and would put too 
much load on their server, but they want
to be able to do a full search across their entire website and webpages...

What are the alternatives to Verity..and are any of them less than US$300.00 ?

I just can't understand why this client would say that Verity is a resource hog...
a resource hog compared to What!?
No answer.

*shakes head*

Ahhh welll...

-Gel


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Ouch!

2001-07-30 Thread Angél Stewart

The expression on that guy's face is priceless! LOL! If he's an actor he did a great 
job.

And its not all bad..Customers just have to wait for them to restore the records from 
their main banking systems.

-Gel

-Original Message-
From: Tristram Charnley [mailto:[EMAIL PROTECTED]]

I hope none of you is banking with this outfit!

http://www.it-director.com/frame.php?name=Silicon.comurl=http%3A%2F%2Fwww.s
ilicon.com%2Fpublic%2Fdoor%3FREQUNIQ%3D996479427%266004REQEVENT%3D%26REQINT1
%3D46106%26REQSTR1%3Dnewsnow


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Hooking to Lotus Notes.

2001-07-27 Thread Angél Stewart

Can you connect to a Lotus Notes database file..a .nsf file I believe, via ODBC?
And can this be done remotely if the CF Server and the Lotus Notes database do not 
reside on the same machine?

I've never used this darn thing before, but apparently a client has this as one of 
their requirements, that data be read from
a .nsf file at regular intervals, and then we write a file that can be imported into 
that same Lotus Notes database to a
location on the server.

-Gel



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Hooking to Lotus Notes.- SOLUTION

2001-07-27 Thread Angél Stewart

Yes thats it!
Thank you ! 
I've been scouring the Lotus Notes site but apparently wasn't looking in the right 
place heh heh.

It's interesting that no one seems to have actually USED the ODBC driver to hook to 
notes for an application though..
:)

*wiggles happily*

-Gel


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

Found it!

http://www.lotus.com/download_kits.nsf/

You want to use the Select Product dropdown to download the Notes SQL 3.0
ODBC drivers.  This package will install an ODBC driver for .nsf databases.

You'll have to jump through Lotus' inane registration and login process,
but what's a little spam between friends?


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Vote on ColdFusion Enhancements!

2001-07-27 Thread Angél Stewart

Hmm..well I had an idea for CFSTudio...that might have to be implemented at the CF 
Server level to be effective..or not..but
here it is. Please don't laugh :):

Leverage the power of flash and 3D Virtual Environments to make modular programming a 
lot easier.

How about having each 'block' of code being a 3D box..and the input and output of each 
piece of code would be represented by
a double/single headed arrow etc. that would link the boxes together.

You could have a 'library' of these code modules that you could 'drag' onto the 
programming area. You would be able to view
the raw code and change it as well within each module or 3D block. You hover the mouse 
over a block and you might see
pertinent info like a Comment string included by the developer, or if it is a custom 
Tag the input and output that the tag
does as well as a comment string etc.

You can also scroll back and forth, or around in a 3D space to watch the 'flow' of the 
program as it takes shape, and isolate
various elements such as Variable names, Umm..whether Client variables or Session 
variables...track queries and what hits are
made to the database and what information is requested and see the results VISUALLY 
between the code block and a 3D
representation of a database so you can think about things like load balancing etc. 
right there on the fly to give you a good
gauge as to how your program will perform and the amount of calls that are being made 
etc.

Or Isolate a section of the code flow and then check what Session and CLient variables 
should be present at this stage and
then quickly back track to see where they should be set so you can easily track errors 
and see the program flow. You should
be able to walk through the code by backing up to a Page level and go from page to 
page checking variables and output,
databse calls..and then double click to 'zoom' in on a single page and then drill down 
further if necessary into a custom tag
to see the raw CF Code.(Call an instance of traditional CF Editor)

We could also take this a step further in terms of debugging, and analysing a program 
as opposed to actually creating and
putting together a program like this if that is too radical. So you write the program 
normally, and this Virtual Program
Display or CF-VPD would analyse the .cfm files, check what is called in which file and 
then construct a 3D Map of these
connections that you can then use to track down errors or spot ways to make your code 
more efficient.

The Visual 3D representation would take advantage of the rich media environments that 
are quite common in the Entertainment,
world, but haven't quite made it into the mainstream business arena yet. Adobe and 
other companies are trying to introduce
the notion of the 3D web. But the limiting factor on the net is bandwidth, on a single 
development workstation that isn't a
factor however so there's nothing to hold back a Visual approach in that 
sense.Enabling this system over a broadband internet
connection similar to how RPC works now should be included though.

Each 'CFTag' could be represented by some sort of 3D symbol and connected...I'm 
thinking something like Visio..but in
3D..where you can roll up or down..back and forth through the program with the mouse. 
It may sound confusing..but if you
think about it, it should make development a lot easier, quicker, and more accessible 
to a wide variety of people.

Anyways..this is just an idea that has been floating around in my head for a 
while..maybe I'm just reading too many Sci Fi
books. :)


-Gel




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Vote on ColdFusion Enhancements!

2001-07-27 Thread Angél Stewart

UML?
Would a Google search on UML yield useful results? :)

-Gel


-Original Message-
From: Kwang Suh [mailto:[EMAIL PROTECTED]]

This is actually very similar to some aspects of UML, except UML is in 2D :)


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Vote on ColdFusion Enhancements!

2001-07-27 Thread Angél Stewart

Because I knew some intelligent individual would be curious, go check it out..and come 
back and tell us about it,
saving me the trouble.

*looks at Dylan*
...
...
...
...

^_^
uml-zone it is!

Thanks,
-Gel


-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
well, let's see...the first result was:

http://www.rational.com/uml/index.jsp

which was pretty informative.

the 3rd was:

http://www.uml-zone.com/

which was also pretty good...wait a minute...tell me again why you just
didn't search on it yourself instead of asking people to predict google's
response (which would be a neat trick)?


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Geek Cruises

2001-07-26 Thread Angél Stewart

Are you all coming to Trinidad? :)

-Gel

-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED]]

Don't laugh, CF cruise is coming up :-)

http://www.geekcruises.com/standard_interface/future_cruises.html


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Macromedia Cold Fusion Community Manager

2001-07-24 Thread Angél Stewart

No.. I was just thinking that as a Community Manager, the Community stuff,discussions, 
the how do you feel about thiss etc.
actually happens at CF_Community (along with some fun inane topics as well heh heh) 
while the technical questions and answer
sessions is what is supposed to happen on CF Talk :)

But anyways..ciao!

-Gel

-Original Message-
From: Matt Brown [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 23, 2001 10:31 PM
To: CF-Talk
Subject: Re: Macromedia Cold Fusion Community Manager


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: (Admin) Footer

2001-07-24 Thread Angél Stewart

*
*   Remember to check the CF FAQ http://www.thenetprofits.co.uk/coldfusion/faq 
 *
*   that answers several Common Queries
 *
*

If you want people to notice it, you need to put it as a small header that people see 
above each message, rather than as just
a footer.

4 lines should be enough.

-Gel


-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]

It's being worked on. The real question was if anyone noticed the bottom
message area. Besides the FAQ and other list info, I was thinking of
replacing the banner ad with community stuff like important sites and such.
As we have no paid banners there we might as well make it useful in other
ways.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



PHP Nuke...CF alternative?

2001-07-24 Thread Angél Stewart

Yss...

I just saw someone design a website in a few minutes with PHP Nuke. It just about 
built a database driven website for them
with a minimum of input and provided a nice, easy way to manage content, switch 
templates etc.

Where is the CFNuke alternative to this PHP program ? :)

Check it out at
www.phpnuke.com
I think its fantastic, great tool to help you build and deliver websites quickly.

-Gel




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Macromedia Cold Fusion Community Manager

2001-07-24 Thread Angél Stewart

^_^

I think the point is that there's supposed to be noise
heh heh.

But its ok..that's not your focus really, so I guess that the discussions  you carry 
on etc. would better belong on the
CF-Talk list.

-Gel


-Original Message-
From: Matt Brown [mailto:[EMAIL PROTECTED]]

Michael is there now or will there be an NNTP interface to CF-community? There is too 
much noise there to parse
through it as mail. Any ideas?


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: PHP Nuke...CF alternative?

2001-07-24 Thread Angél Stewart

That looks very nice.
But is there a restriction on how the page can be laid out? I notice you say that it's 
all themes with CSS sheets, and
bitmaps etc.

Can users create their own 'theme' or 'template' then, that would radically alter the 
layout of the page..such as nav bar at
bottom, content in two columns on the left and right for instance?

-Gel


-Original Message-
From: Zac Belado [mailto:[EMAIL PROTECTED]]

http://www.pixelgeek.cm/arcadia.cfm


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Is this list monitored?

2001-07-19 Thread Angél Stewart

You can't expect to put a subject like Kill The President in an 
email, and then go onto bad talk the president of the united
states, on a public mailing list with over a hundred 
subscribers...and not expect someone to take notice.

The list is not monitored, in terms of someone looking at each 
message before it reaches the list.
The sheer volume of messages that you've seen passing through the 
list should indicate this would be a gargantuan task to
control less than 1% of the posts for this list.

Your employer would display very bad judgement in taking you off this 
list after analysing the benefits of it against the one
or two errant posts.

Also, have you thought about joining the CF-Community list? You get 
free ear rubs and muffins the first time you join.
...
...
:-)

-Gel


-Original Message-
From: Debbie McDaniel [mailto:[EMAIL PROTECTED]]
Hi All,

Recently there was a political thread on this list which made mention 
of our
President. I need to know if this list is monitored? If so, how did 
this get
through? I would hate to have my company inform me that I need to
unsubscribe because of issues like this. I have subscribed to this 
list
for some time, and I've seen some stuff really off base, but this one 
took
the cake. I would hate to lose a valuable resource.

TIA,

Debbie


~~
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: Questions to ask for CF developer

2001-07-19 Thread Angél Stewart

The 'test' I would do is one where they have access to everything 
they would normally have in the office environment, and I
ask them to do a specific task in say 30 minutes and see how far they 
get, and what they produce afterward.

-Gel


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

I don't like to give tests to people when I'm talking with them. And 
I don't
like taking them when I'm interviewing. When someone plops down a 
test in
front of me ... I ask myself is this the environment I want to work 
in? And
I've turned down jobs because of it.


~~
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: FREE HTML Editor

2001-07-13 Thread Angél Stewart

There are a couple out there with free versions.
Check the Developer's Exchange at Allaire.
I think EZ Edit_lite is free.
At least I hope so ^_^
http://www.carigamer.com/default.cfm?page=news/submitnews.cfm 

-Gel


-Original Message-
From: Nick Betts [mailto:[EMAIL PROTECTED]]

Hi,
We have a client who wishes to edit content in an updater which is then
published on web.  The client needs to be able to highlight text and
make it bold, or make it a HEADING etc.  This is an ASP site (boo hiss)
but does anyone know of any free software that can be easily
customisable to my needs.


~~
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



Targeted Banner Ads Software.

2001-07-11 Thread Angél Stewart

Hey all,

Do any of you know of any Targeted Banner Ad Software out there? Designed to read a 
database of consumer preferences and
deliver ads based on that information?

ADs should be both .gif/Flash based (Flash ad used as a.gif essentially wiht more 
bells and whistles, but the basic Click To
Go To Page operation).

I've searched and searched and not come up with anything that can do this...I suspect 
I shall have to write my own?

-Gel



~~
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: any good chat application?

2001-07-11 Thread Angél Stewart

I've only heard of CFCHAT.

-Gel


-Original Message-
From: river [mailto:[EMAIL PROTECTED]]

I looked in the developer's exchange section of the Allaire web site, but I
could not find a good solid application.  Does anybody know of any good chat
application that's built in ColdFusion?


~~
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: is this list dead?

2001-07-03 Thread Angél Stewart

I'm getting all the posts just fine.
^_^

-Gel


-Original Message-
From: Darren Adams [mailto:[EMAIL PROTECTED]]

I'm not getting any posts apart from your one

-Original Message-
From: Erika L. Walker [mailto:[EMAIL PROTECTED]]

I'm getting posts, but not as many as we used to get.

:(


~~
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: CF-talk (Michael Dinowitz)

2001-07-03 Thread Angél Stewart

Actually..I've seen all the mails that people sent to the list, and so have many 
people :)
The issue was due to some sort of DNS error that affected some servers and not others.

Apparently Mike has finally tracked down the error and fixed it, so everyone who was 
getting the lists before, should be
getting it again now.

You could go to the mail archives and see the messages that you missed.
-Gel


-Original Message-
From: Kelly Matthews [mailto:[EMAIL PROTECTED]]

No one has gotten any since mid last week!

-Original Message-
From: Bruce, Rodney [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 02, 2001 11:38 AM
To: CF-Talk
Subject: CF-talk (Michael Dinowitz)


Mike

I am still not getting emails and was wondering if there was a way
to search the archives for a subject and if there was a way to download old
postings?

I am using the web pages to see postings.

Thanks for your help
Rodney
~~
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



Allaire Spectra for Content Management.

2001-07-03 Thread Angél Stewart

Hi there..

I'm looking for a program which would allow us to provide Content Management solutions 
for a number of clients from a single
server. I.e. Clients would be able to update news, events, calendars etc. remotely on 
their websites which we host.

Is this what Allaire Spectra is supposed to do, and does it make sense given themerger 
and the future of the product with
Macromedia to even consider using it for this purpose?

If not Spectra..then what other CF integrated product is used for Content Management?

-Gel


~~
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



Order Main-Detail setup..

2001-07-03 Thread Angél Stewart

Are there any tags etc. available to implement somethign like this easily?

I'm talking about an order form that contains 'main' information such as Company name, 
contact name, Date, PO, Customer
PO,Order ID.
And then a detail listing of the actual items on the order. This can be anywhere from 
1 to 50 items let's assume.
How would I implement something like that?Would I have to use CFGRID?

-Gel




~~
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 Mall with no per store charge.

2001-06-29 Thread Angél Stewart

Hey,

Does anybody know about any Over The Counter application which will allow me to create 
a Mall system without having to
purchase a new license everytime a store is added? I.E. an Unlimited Store License?

-Gel


~~
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: Does this work???

2001-06-28 Thread Angél Stewart

i.e.  you can use the List ARchives to see responses to what you've posted heh heh.

-Gel


-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]

Due to an impending drive failure I had to build a new box for the lists.
Problem is, the DNS for it is taking a lng time to go through to some
people (about 15% of the entire list at last count). This is slowly
changing, but its a bit out of my hands at the moment. Once the DNS is ok by
you, then you'll get your mail.
As a side note, your able to post. It's just the receipt that's the problem.


~~
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 SQL Server WOW THIS LIST IS SLOW!

2001-06-13 Thread Angél Stewart

You're right.
From now on we'll all assume that someone *else* answered your question and
not bother.
^_^

-Gel


-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]

This list is a bit slow, no?
about 3490853 peopls have answered pretty simple question...


~~
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: Move the List??

2001-06-12 Thread Angél Stewart

Yes!

I was asked to send an email out to a few folk over on the CF Community list
so that people wouldn't wonder what the hey was going on, since yesterday
Mike had averaged getting everything back up by this afternoon.

To my surprise about 5 minutes after i sent the email, messages started
coming through again on CF Talk and CF Community :)

So yup..gotta say a big thanks to Mike for all that work :)

-Gel

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]

Result will be a fast list today and a new machine tomorrow. Maybe we'll be
fast enough on the new box to entice the fusebox list back to HoF where it
was born. :)



~~
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: CFGRID with list box?

2001-05-25 Thread Angél Stewart

Arrggh..what are the chances that the new JRE will be bundled with future MS
OS updates or something like that?

Will IE6.0 have it standard?

-Gel


-Original Message-
From: Jason Lees (National Express)

Latest JRE Environment (1.3.1) is about 5.5MB, It is ideal for Intranets,
but a problemif your Network Admin has a god complex where hes locked all
machines to Normal Users Installing software, even off the intranet!!!


~~
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: URL Parameter in window.open

2001-05-10 Thread Angél Stewart

oh! oh!
I know the answer to this one!
:)
I did this already..hang on lemme get the code here..

ok! Go to www.opentelecom.com and click Send E page.

and do a View Source on that page
^_^

Its all there.

But just in case the site is down or somethign here is the relevant code:

function OpenPage()
{
window.open('sendpage.cfm?name='+ document.selectcustomer.name.value +
'message=' + document.selectcustomer.message.value + 'email='
+document.selectcustomer.email.value,'paging','scrollbars=auto,menu=no,heigh
t=80,width=600')
}
//--
/script


And here is the form:

FORM name=selectcustomer method=POST OnSubmit=OpenPage()
  input type=text name=name
  input type=text name=message size=32
  input type=text name=email
  input type=submitvalue=Submit name=B1
  input type=reset value=Reset
/FORM


Took me a morning to hunt down and debug the syntax on this one :)
But it looks rather nice.

-Gel


-Original Message-
From: Richard Colman [mailto:[EMAIL PROTECTED]]

does anyone know something like this will work:

window.open('file.cfm?name=value', ... )

(does not seem to be working.)


~~
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] CF to PHP converter

2001-05-09 Thread Angél Stewart

Interesting..it seems like quite a few folk want to use Allaire's language
to port over to other languages..
Tagservlet.com is doing it from CFML to .jsp I believe (same thing CF6 wants
to do?)...and now from CFML to PHP..interesting.
:)

LOL!
If this continues, pretty soon everyone will be coding in CFwhat reason
would they have to use anything else?
^_^

-Gel


-Original Message-
From: Peter Janett [mailto:[EMAIL PROTECTED]]

During the recent uproar over the now cancelled price increase of CF5, there
was talk about automating converting CF to PHP files.

There is an open source project that has this goal.  It looks to be in it's
infancy, but I thought some here might want to see it.
http://sourceforge.net/projects/cf2php/
(I'm not a part of this project, but I thought I'd share it with the list.)

Thanks,

Peter Janett


~~
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



CFMAIL Errors..whats going on??

2001-05-07 Thread Angél Stewart

Can anyone tell me what the heck is going on with this CF Site???
I can't figure out what this error Not a Gateway is about??

I'm trying to get access to the source code that is actually trying to send
these emails out, but before that..have any of you seen this before?
Any ideas??

Please CC [EMAIL PROTECTED]
There is usually an hour or more lag for me before I get emails from the
CFLIST ^_^

-Gel


-
Error,TID=1048,05/07/01,10:52:01,Failed to send the spooled mail
file, C:\CFUSION\MAIL\spool\283D.cfmail. SMTP server replied not local host
thecomp.com, not a gateway Moved file to
C:\CFUSION\MAIL\undelivr\2840.cfmail.
Error,TID=1048,05/07/01,10:52:02,Failed to send the spooled mail
file, C:\CFUSION\MAIL\spool\283E.cfmail. SMTP server replied not local host
oldwhores.net, not a gateway Moved file to
C:\CFUSION\MAIL\undelivr\2842.cfmail.
Error,TID=1048,05/07/01,10:57:04,Failed to send the spooled mail
file, C:\CFUSION\MAIL\spool\2843.cfmail. SMTP server replied not local host
euro-porn.com, not a gateway Moved file to
C:\CFUSION\MAIL\undelivr\2844.cfmail.
Error,TID=1048,05/07/01,11:03:35,Failed to send the spooled mail
file, C:\CFUSION\MAIL\spool\2845.cfmail. SMTP server replied not local host
babesunlimited.org, not a gateway Moved file to
C:\CFUSION\MAIL\undelivr\2846.cfmail.
Error,TID=1048,05/07/01,11:04:07,Failed to send the spooled mail
file, C:\CFUSION\MAIL\spool\2847.cfmail. SMTP server replied not local host
adultxtasy.com, not a gateway Moved file to
C:\CFUSION\MAIL\undelivr\2848.cfmail.
Error,TID=1048,05/07/01,11:08:38,Failed to send the spooled mail
file, C:\CFUSION\MAIL\spool\2849.cfmail. SMTP server replied not local host
gmx.net, not a gateway Moved file to C:\CFUSION\MAIL\undelivr\284C.cfmail.
Error,TID=1048,05/07/01,11:11:55,Failed to send the spooled mail
file, C:\CFUSION\MAIL\spool\284D.cfmail. SMTP server replied not local host
xxxnow.de, not a gateway Moved file to
C:\CFUSION\MAIL\undelivr\284E.cfmail.


~~
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



Code Snippet:Random Password Generator(repost)

2001-05-04 Thread Angél Stewart

From: kermit
Subject: Code snippet - random password generator
Date: Thu, 29 Mar 2001 16:53:21 -0800




This script generates a random word 7 letters long plus 4 digits long.

Example code:

cfset random_word = 

cfloop index=ii from=1 to=7
  cfset random_number = #RandRange(1,26)#
  cfset alphabet = ABCDEFGHIJKLMNOPQRSTUVWXYZ
  cfset random_letter = #Mid(alphabet,random_number,1)#
  cfset random_word = #ListAppend(random_word,random_letter)#
/cfloop

cfset random_word = #Replace(random_word, ,, , ALL)#
cfset random_number = #RandRange(1000,)#
cfset password = #random_word##random_number#

cfoutputPASSWORD: b#password#/b/cfoutput



From: Raymond B.
Subject: RE: Code snippet - random password generator
Date: Thu, 29 Mar 2001 18:37:14 -0800




Why define the alphabet? Just use decimal values for the asci char set.

pass =  ;
for (c=1; c le 7; c=c+1) {
pass = pass  chr(randRange(65,90)) ;
}
pass = pass  randRange(1000,) ;


That will do the exact same thing as below much more efficiently, if you
want case sensitive or nums mixed w/ chars it's just a couple extra
rangRanges()s (you can get creative and generate one of each class then
randRange(1,3) to choose which per digit).


-
From: Jay Jennings
Subject: RE: Code snippet - random password generator
Date: Thu, 29 Mar 2001 18:55:39 -0800




 Why define the alphabet? Just use decimal values for the asci char set.

So, just because I'm bored, in the unrolled loop I created I change the
alphabet to Raymond's chr:

cfset random_word = random_word  chr(randRange(65,90))

The speed increase was fairly slight:

 Original code (executed 1000 times): 9994 ms (average)
 Unrolled code (executed 1000 times): 1993 ms (average)
Unrolled w/chr (executed 1000 times): 1932 ms (average)

But it looks much nicer than repeating  the alphabet in each line.

I was going to mention that when I generate passwords I tend to NOT use the
letters O, I and L and the numbers 1 and 0. Those create too many my
password doesn't work! tech support calls.

 ..jj..

--
Hope this helps :)

-Gel


~~
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: BANNER AD PROGRAM

2001-05-04 Thread Angél Stewart

Check www.fuseads.com 

You don't need anything else.

-Gel


~~
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



Combining two fields In Access SQL.

2001-05-03 Thread Angél Stewart

HI!

I want to select Lastname Firstname AS Name in an Access SQL query.

Select fname||lname AS name From Users,Vehicles
Where name = #searchname#

Doesn't work..
I get an error saying Invalid use of Pipe.
:-\
*sigh*

Any ideas on how to do this in Access?

-Gel


~~
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: CF-Partners List

2001-05-02 Thread Angél Stewart

Hewolses,

If you use Microsoft Outlook, you can turn on Group Sorting, and sort the
emails by Subject.
That helps a lot if you want to read a particular thread of conversation,
and is practically the same thing that the webbased archives will do for
you, except that doing it on your own computer is  a lot quicker.

-Gel
www.carigamer.com
Island Gaming At Its Best!(tm)

-Original Message-
From: Bonnie Betts [mailto:[EMAIL PROTECTED]]

Ya know, I was thinking

Is there an
archive section of subjects or list postings etc that I'm not aware of?
Does anyone have a suggestion for a 'wander CF Devr' to stay current (while
being practical with time restraints)?

Bonnie E. Betts
[EMAIL PROTECTED]
www.interacttechs.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: New CF5 Partner Hosting License

2001-04-27 Thread Angél Stewart

Correct..especially for Off Shore development such as what I do here in
Trinidad.

Our net connections can't support an INternational Website, so we HAVE to
host on shared servers abroad like Hostpro.net or CFHOSTING etc.

If the COST of hosting on a CF Enabled server goes up..why the heck would
anyone outside the US choose Coldfusion???
That market is going to die off.
True some may say well its not a sizeable market..but why COULDN'T it be? :)
The Caribbean, and Latin America is only now, I think, starting to
experience the .COM burst that the States experienced two or more years
ago..Companies are starting to realise that the net is there and the net can
help them.

Trinidad is only just getting Wireless Cable Modems, we have Direct PC etc.
and its the same thing that's starting to happen all up the caribbean island
chain...these people gonna want development done.

Right now everyone here knows .ASP.
If it costs much more to put up a client website in the states on
Coldfusion..they're not going to even sniff at CF.

-Gel
www.carigamer.com
Island Gaming At Its Best!(tm)




-Original Message-
From: Nick Texidor [mailto:[EMAIL PROTECTED]]
But the small development companies, particularly outside the US where
bandwidth is a lot more expensive, cannot afford to host their own machines,
and so we rely on virtual hosts like the CFHosting and the Cyberhost etc
etc.

If we will have to pay extra for our sites to be hosted on these servers, to
cover the cost of licensing, then we will have to rethink our 'commitment'
to ColdFusion.


~~
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: New CF5 Partner Hosting License

2001-04-27 Thread Angél Stewart

YES!!

He ssss the light!

-Gel
www.carigamer.com
ISLAND GAMING AT ITS BEST!(tm)
hee hee


-Original Message-
From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]

Please leave me alone now. The future is games!


~~
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: Disabling the BACK button (again)

2001-04-27 Thread Angél Stewart

Do you have example code where this was integrated into a CF webpage where
the values of certain form fields were dynamic?
e.g. #country#

etc.?

Is it also a simple POST to the next page where the standard form.firstname
form.lastname could be grabbed and stuck in a daatabase?

-Gel


-Original Message-
From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED]]

qForms automatically disables a submission from occuring when a click-happy
user keeps trying to submit a form:

http://www.pengoworks.com/qForms/

-Dan


~~
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: New CF5 Partner Hosting License

2001-04-26 Thread Angél Stewart

OUCH!
I don't care if they lower pricing..but the one thing I like about CF is
being able to host multiple apps from one server with no worries about Per
use, or Per application.

If we have to go through anything further in terms of licensing, or cost, or
managing all this stuff then I'm afraid CF will lose a great deal of its
attractiveness for me, and it will be time to start looking elsewhere for
Rapid web application development.

:-\
*sigh*
I don't think I like how this merger is turning out.

-Gel


-Original Message-
From: zac [mailto:[EMAIL PROTECTED]]

Or makes it easier to not use the technology at all. Look at the effect of
their price increases on the use of Generator.


~~
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: It's not big and it's not clever...

2001-04-20 Thread Angél Stewart

You..umm..want me to send them to your personal emailbiatch!??
^_^

hee hee hee

-Gel

-Original Message-
From: Matt Rodosky [mailto:[EMAIL PROTECTED]]
Sent: Friday, 20 April 2001 11:45
To: CF-Talk
Subject: RE: It's not big and it's not clever...


'macromedia'
;)

-Original Message-
From: Aidan Whitehall [mailto:[EMAIL PROTECTED]]


I need a list of swear words to validate user input against. Anyone have
such a beast?

Saw CF_BadMouth but would rather get a list of words and write the code.


TIA


~~
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: ZIPPING with coldfusion = ARJ!

2001-04-19 Thread Angél Stewart

Umm..hello..

ACE was not, and is not shortlived.

It is a very good compression standard that is still widely used in
various...
umm..circles on the internet.

THey are up to WinACE 2.0 now which provides even better protection, and the
client is quite pretty too!
^_^
It handles ZIP,RAR,And a host of others..integrates very well with Explorer.
You can even select several .zip files and extract them all at once to a
directory if you so desire.

There is also a command line utility that can be used like PKZIP.exe

www.winace.com
-Gel


-Original Message-
From: Raymond B. [mailto:[EMAIL PROTECTED]]


ARJ/JAR fell into disuse years ago (as LHARC did before it), RAR superseded
it in that vein of compression utils.

Either way though, handing a LHZ, ARJ, RAR, etc. (or the shortlived ACE) to
your average windows user is like handing a gzipped tarball to a Mac user..
if they even did know how to use it they probably wouldn't bother to install
the utility to decompress it.
The problem here is that most consumers will not know what to with an ARJ
file.


~~
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: Windows NT Error 109 occurred

2001-04-19 Thread Angél Stewart

Thanks all!

That does seem to be what is happening.

The server is a bit overloaded, and taking long to spit out a few queries.
The user is getting bored, and either closing the browser or clicking
refresh refresh refresh.

:)

-Gel

-Original Message-
From: Semrau, Steven L Mr SRA

If I'm correct, I believe these are errors that are recorded when you stop
your browser... say when you are running a CF template that contains a query
and you 'stop' the browser before it ends and displays the template with the
information from the query.

We have gotten these and I believe this was the reason.


~~
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



Windows NT Error 109 occurred

2001-04-18 Thread Angél Stewart

"Error","TID=724","04/18/01","11:33:32","Unable to write reply -- client
browser stopped waiting for request. "
"Error","TID=724","04/18/01","11:33:33","Windows NT error number 109
occurred."
"Error","TID=728","04/18/01","13:15:34","Unable to write reply -- client
browser stopped waiting for request. "
"Error","TID=728","04/18/01","13:15:36","Windows NT error number 109
occurred."
"Error","TID=724","04/18/01","13:15:56","Unable to write reply -- client
browser stopped waiting for request. "
"Error","TID=724","04/18/01","13:15:56","Windows NT error number 109
occurred."
"Error","TID=724","04/18/01","13:21:21","Unable to write reply -- client
browser stopped waiting for request. "
"Error","TID=724","04/18/01","13:21:22","Windows NT error number 109
occurred


Any idea what these messages are , and what a Windows NT error Number 109
is?
I get these from a CF 4.5 Server application while trying to run a CFQUERY
from a page.

-Gel


~~
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: DON'T FOLLOW LINK: Sort of OT - F*cked Company slamming CF ??

2001-04-18 Thread Angél Stewart

What??

What javascript seeker worm?

My AV Software didn't catch a thing...what are you talking about?
Now I'm worried..what does this worm do..where can I get more info?
!_!

and fuckedcompany.com is a pretty well trafficed site for internet gossip
for the Tech industry, as www.fatbabies.com is for the Electronic
Entertainment industry.

-Gel

-Original Message-
From: Saidi; Marwan [mailto:[EMAIL PROTECTED]]

You need to be a little more careful. You posted a link to a site which
contains the Jscript seeker worm. Nice. Fortunately, my AV software caught
it, but that is most definitely not cool. And if you did it on purpose, you
are an ass.

Marwan Saidi

-Original Message-
From: Jason [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 3:39 PM
To: CF-Talk
Subject: Sort of OT - F*cked Company slamming CF ??



http://www.fuckedcompany.com/comments/html/10760220471-1.html


I can't believe people buy this crap?
~~
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: Transferring 1-3Kb data

2001-04-17 Thread Angél Stewart

We
I don't understand.
Why do you need Coldfusion for this?
For the client PCs..I think it would be much better to send the files via
that same C++ client using FTP?

And won't it be a lot easier to implement a log file transfer using a small
C++ program running as a service under NT?

Alternately you would have to use CFFTP to send the files from the
production to the development server, and Schedule a task in the CF
Administrator.
There are also tags that will Zip the files for you via CF.

Sorry I couldn't be more help.

-Gel


-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]

Please someone help out.

- Original Message -
From: "Michael Lugassy" [EMAIL PROTECTED]

 We devloped a client program (in visual c++) that stores
 log files for usage in the client and its features.

 I need the best way to deliver those small log files (no more then 2Kb for
a full week of usage) to our CF production server and then, to zip those
files and send them daily
 to our development server.

 I will definitly manage the 2 tasks of zipping and transferring
 the log files but what is the best way to create/get them
 from the client? I though about 2 alternatives:

 1. open a ftp connection to upload the file weekly by each client.

 2. send the file in http (using WDDX/URL/FORMFIELD)
 and create a copy of the file locally on the server.

 the two solutions are not sclable enough, any help would be appriciated!


 Thanks,

 Michael Lugassy
 Interactive Music Ltd
 http://www.imvamp.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: ColdFusion 4.5 Certification Testing Tool

2001-04-11 Thread Angél Stewart

Oh WAY cool! :)

But..you said Demo..we have to pay to use it then, like some sort of online
study tool?

-Gel


-Original Message-
From: Brian Simmons [mailto:[EMAIL PROTECTED]]

There is a DEMO version on the Centrasoft website
(http://www.centrasoft.com), which allows you to check out all the features
of the program, plus whole one test.


~~
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: Board application that works with ColdFusion?

2001-04-02 Thread Angél Stewart

simplemessageboard.

check www.simplemessageboard.com :)

-Gel


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin
Merker

I'm looking for a board / forum application that works with cf. It does
not have to be big and bad It will only have to support no more than 100
users.
Trying to find a shareware or free Custom tag.

Please give me some ideas
Kevin M



~~
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: Cold Fusion Forums

2001-03-29 Thread Angél Stewart

FUSETALK!!!FUSETALK!!!FUSETTAAALLKK!!

Its the best! Totally the best! :)
The things this board can do..its amazing! Any feature you could want..you
got it!

There are avatar pics, private messaging, realtime Chat functions!
You can hook the registration for the database out to a secondary
datastore..an existing user database in other words..

its got everything! I am totally totally pleased with this thing :)
www.carigamer.com/forum

I can't wait for when we start advertising and throw our next tournaments to
see the feedback from the users :)

-Gel
www.carigamer.com
Island Gaming At Its Best!(tm)
"The Surgeon General Advises That Playing Violent Video Games Is NOT Harmful
To Your Health"-Surgeon General's Report 2001.


- Original Message -
From: "S R" [EMAIL PROTECTED]

 Hi Everyone,

 Can anyone recommend a good software package either from Allaire or
someone
 else that can be used for web forums, sort of like this cf-talk forum?

 Thank You


~~
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: Cold Fusion Forums

2001-03-29 Thread Angél Stewart

Umm..check out www.anandtech.com

You can customise all the images etc. on the forum to your hearts content,if
you have the time.
You can also set your own color schemes.

Ironically, you can say the same thing for FUsetalk's nearest competition,
which is Ultimate Bulletin Board(Perl based).
ALl UBBs look more or less the same, and thats a good thing.

IT is a familiar interface, that is tried and true...sort of like MS
Windows...
you know?

-Gel


-Original Message-
From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]]

The FuseTalk forums always seen to look the same. Is it customizable at all?
Do you have any examples of a FuseTalk forum that doesn't look like a
FuseTalk forum, preferably an example of one that is integrated cleanly into
the design of a site?

Benjamin S. Rogers
Web Developer, c4.net
Voice: (508) 240-0051
Fax: (508) 240-0057


~~
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



FW: Cold Fusion Forums

2001-03-29 Thread Angél Stewart

So..therefore by that same reasoning you would never recommend Ultimate
Bulletin Board to your customers, or Simplemessage board..or Snitz
Forums..or any of the top message boards because they don't allow you to
fine tune the placement of the buttons and the fact that the display is a
simple CategoryMessage Threaded view?

How much customisation could you possibly want to do with a message board
before you completely defeat its functionality?

Could you show me a website that HAS a message board you consider
"integrated" into the site design?

-Gel
www.carigamer.com
We Frag Fusetalk Detractors With Dried Coconuts!

hee hee hee
;-P


-Original Message-
From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]]
Don't get me wrong. The application seems very solid and has a fairly
respectable customer base. FuseTalk forums rarely seem slow or unresponsive
as Allaire Forums have often felt. But without being able to perform most of
the customizations of the layout and design elements without going to the
source code, we won't be able to resell it our customers.

Benjamin S. Rogers
Web Developer, c4.net
Voice: (508) 240-0051
Fax: (508) 240-0057
~~
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: Gel's Newbie Snippets:Sequential Search Through Records To Change fields..

2001-03-27 Thread Angél Stewart

small correction..with the looping list I was doing crap and putting
CompanyList in commas.
It should have been cfloop index="x" list=#CompanyList# delimiters="|"
Instead of
cfloop index="x" list="CompanyList" delimiters="|"

*sigh*
Anyways..it works now with auto-looping through the list.
-Gel





-Original Message-
From: Angél Stewart [mailto:[EMAIL PROTECTED]]
!--- Now reinitialise the variables to false as we are going onto the next
record in the Query that has not yet been checked ---
CFSET AlreadyFound = False
CFSET IsACompany = False
/CFLOOP  ! Loop and go to the next record in the Query
recordset


~~
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



Gel's Newbie Snippets:Sequential Search Through Records To Change fields..

2001-03-26 Thread Angél Stewart

Hey all..this is the results of my swearing, coffee, slamming fist on table
and brutally turning the pages of CF WACK :)

This program is supposed to search through a table filled with badly
formatted data. The data cannot be completely cleaned up, but we were tasked
to do so to the best of our ability.

We had to search through the records, and find where a second name began,
and then push that over to a table called JUDGE 2 while also keeping a
record of the original record in Audit table.

We then had to write the new name, which now should contain a single name,
back into the Judge table.

A second program runs through these changed records and switches Last Name
to Firstname.(will be posted at later date).

I am sure this was not the most efficient way to do this, and I am sure the
program can be improved..but for what its worth this is what I did..and it
worked...sorta ;-)

I decided to post it back to the list in case it would be of use to
anyone..maybe provide a starting point to modify their own code.


-
CFSET AlreadyFound = False
CFSET IsACompany = False
CFSET CompanyList = "Limited|LTD|LTD.|Co.|Company|the|LTD,|BANK" !---
This is the list of words to search for---

cfloop query="judgement" !--- The main loop corresponding to the
appropriate query. This will loop over all the records returned by the
query---
cfset tempDefendant = #judgement.defendant# !--- This was necessary
because Coldfusion handles nested lists in strange ways.---
br
cfloop index="x" from="1" to="8" !--- AN index loop was used instead of
a collection loop, because the collection loop refused to cycle through the
Company List for some reason when I attempted to do this. Ideally a
Collection List loop should be used, pointing to the CompanyList
variable

CFSET WordToGet=ListGetAt(#CompanyList#,#x#,'|') !--- Because an
iterative loop was used, we must now get the Word which we are searching for
from the CompanyList with the ListGet At Statement ---

CFIF FindNoCase(#WordToGet#,#tempdefendant#) neq 0 
AND NOT
AlreadyFound !--- If the word is in the string Defendant, i.e. the
Defendant is  determined to be a company, and the string has not already
been searched and Found to be a Company..then do this---
CFSET IsACompany = True !--- Flag 
determining it is a company---
CFSET AlreadyFound = True!--- Flag 
declaring that it has been
determined that it is a company and further searchign is unncessary---
/CFIF
/CFLOOP

CFIF IsACompany eq FALSE !--- IF it is NOT a company, and 
thus a
person's name..perform the operations---
!--- Search for a comma in the string 
cfset pos= FindNoCase(",",#judgement.defendant#)
! If a comma is found, then pull the string up to 
the comma and
this will be the first name ---
CFIF pos gt 0
CFSET 
Name1=Left(#defendant#,(#pos#-1))
CFOUTPUT
CFSET 
name2=mid(#defendant#,(#pos#+1),Len(defendant))
/CFOUTPUT
!--- Ensure that ALL the values are inserted at 
once---
CFTRANSACTION
!--- THis is standard SQL for inserting a record into 
a table, and
updating a record. We want to UPDATE the Judge table with the new name..and
write the remaining names into a new record in the Judge 2 table. There is a
One To many relationship between Judge 1 and Judge 2.
cfquery name="InsertAudit" 
datasource="republic" dbtype="ODBC"

Insert INTO Audit

(defendant,plaintiff,amount,sequence,remarks,reg_date,cost,indicator,counter
,new_number,account)
Values(CFIF #name2# eq '''0'CFELSE'#judgement.defendant#'/CFIF,
'#judgement.plaintiff#', #judgement.amount#,
#judgement.sequence#,'#judgement.remarks#',
#CreateODBCDateTime(judgement.reg_date)#,
'#judgement.cost#','#judgement.indicator#',CFIF judgement.counter is
''0CFELSE#judgement.counter#/cfif,CFIF judgement.new_number is
''0CFELSE#judgement.new_number#/CFIF,'#judgement.account#')
/cfquery

cfquery name="InsertJudge2" datasource="republic" dbtype="ODBC"
Insert INTO Judge2
  
(defendant,plaintiff,sequence,indicator,counter,new_number)
Values(CFIF #name2# eq '''0'CFELSE'#name2#'/CFIF,

Finding a space in a string..

2001-03-23 Thread Angél Stewart

Hi dee ho all,

Would this find a space in a string?

CFSET pos= #Find(Chr(20),'tempdefendant')#

Because..it ain't working for some reason.
I also tried 

CFSET pos= #Find(' ','tempdefendant')#

BUt that results in POS being 0 all the time.

-Gel


~~
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



Solved (RE: Finding a space in a string..)

2001-03-23 Thread Angél Stewart

Hi all..I figured out what I was doing wrong.
Thanks for all the responses.

I will post the entire code soon, perhaps it can help someone else that was
trying to do the same as me.

One thing I didn't think of was the use of Regular Expressions though..
I suppose that would have been a far more elegant way to do the whole thing.
Dammit.

why didn't I think of that earlier.
*sigh*

Ahh well ...next time..


-Gel




~~
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: To ASP or not to ASP

2001-03-21 Thread Angél Stewart

0_0

*lower lip trembles*
*eye twitches*

BBbbLASPHEMERRR!!!
Allaire is Forever!
Yh!
*slings crumbs from morning muffin(dipped in coffee)*

-Gel
www.carigamer.com
CF Powered Island Gaming At Its Best!(tm)
;-P


-Original Message-
From: Zhou, Mei Y (Mei) [mailto:[EMAIL PROTECTED]]

2. Besides, the most important thing here for us is:

If Alliare disappear one day ( e.g. no more support for the marketing reason
), where else you can find a job?

However, if ASP disappear, e.g. C# is coming up... then, you can still use
your VBScript
and JavaScript to find yourself very marketable in the job market...


Mei


~~
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: To ASP or not to ASP]

2001-03-21 Thread Angél Stewart

Especially if they live in Trinidad where most IT firms don't even know what
COld Fusion is :)

-Gel
www.carigamer.com


-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]

Anyone who relies solely on CF for marketability is in trouble already.


~~
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



Need assistance:Nested CFLOOPs

2001-03-21 Thread Angél Stewart

Hi all.

I am having a problem with a nested CFLOOP refusing to loop!

The Code:
cfloop query="judgement" startrow="1" endrow="20"
CFSET CompanyList = "Limited,LTD,LTD.,CO,Co.,Company,,The"
cfloop index="counter" list="#CompanyList#" delimiters=","
CFOUTPUT The Defendant IS:#judgement.defendant#/cfoutput
br
CFSET WordToGet=ListGetAt(#CompanyList#,#counter#,",")
CFOUTPUT The Current List Item Is:#WordToGet#/cfoutput
br
CFIF Find(judgement.defendant,#Counter#) neq 0

CFOUTPUT  Hey! We Found A Company /cfoutput

/cfif
/CFLOOP
/CFLOOP

I want to search the defendant field to determine if any of those strings
are contained within it.
It cycled fine, until I enclosed it in the CFLOOP query="judgement"...

I expected it to go to the first record in teh Judgement table..

Then loop through the strings to search for, perform the search...and then
drop out and CFQUERY LOOP back to the top..wher eit would go to the next
record...and do the same thing.

What's the problem with my code?

This is my output:

The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, ANSARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI

So it is clearly not cycling through the list of strings to search for.

-Gel


~~
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: Need assistance:Nested CFLOOPs

2001-03-21 Thread Angél Stewart

That..uhh..doesn't help.

THe output I get is now:
Current Row is :1 The Defendant IS:MOHAMMED, ANSARI
The Current List Item Is:Limited
The Defendant IS:MOHAMMED, ANSARI
The Current List Item Is:Limited
The Defendant IS:MOHAMMED, ANSARI
The Current List Item Is:Limited
The Defendant IS:MOHAMMED, ANSARI
The Current List Item Is:Limited
The Defendant IS:MOHAMMED, ANSARI
The Current List Item Is:Limited
The Defendant IS:MOHAMMED, ANSARI
The Current List Item Is:Limited
The Defendant IS:MOHAMMED, ANSARI
The Current List Item Is:Limited
Current Row is :2 The Defendant IS:MOHAMMED, AZEEM
The Current List Item Is:Limited
The Defendant IS:MOHAMMED, AZEEM
The Current List Item Is:Limited
The Defendant IS:MOHAMMED, AZEEM

It still isn't cycling through the text list of things to find.
It is just reading the first value...but its reading it 7 times..which
suggests it is looping..but not going over the seperate values in the list.

This problem is driving me nuts!

It doesn't make sense!
The inner Index loop acts one way when its on its own, and another when I
place it within the CFQUERY loop..
To me my logic is sound..it seems to be either a CF quirk..or my syntax is
incorrect somewhere!

-Gel



-Original Message-
From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]]

Try changing the beug code to

The ConpanyList set below doesn't need to be done for every row of the query
loop, so move it outside.

CFSET CompanyList = "Limited,LTD,LTD.,CO,Co.,Company,,The"

cfloop query="judgement" startrow="1" endrow="20"

CFOUTPUT Current Row is :#judgement.CurrentRow#/cfoutput
cfloop index="counter" list="#CompanyList#" delimiters=","
CFOUTPUT The Defendant
IS:#judgement.defendant#/cfoutput
br
CFSET
WordToGet=ListGetAt(#CompanyList#,#counter#,",")
CFOUTPUT The Current List Item Is:#WordToGet# BR
 Courrent Counter is : #Counter#
/cfoutput
br
CFIF Find(judgement.defendant,#Counter#) neq 0

CFOUTPUT  Hey! We Found A Company
/cfoutput

        /cfif
/CFLOOP
/CFLOOP

-Original Message-
From: Angél Stewart [mailto:[EMAIL PROTECTED]]


Hi all.

I am having a problem with a nested CFLOOP refusing to loop!

The Code:
cfloop query="judgement" startrow="1" endrow="20"
CFSET CompanyList = "Limited,LTD,LTD.,CO,Co.,Company,,The"
cfloop index="counter" list="#CompanyList#" delimiters=","
CFOUTPUT The Defendant
IS:#judgement.defendant#/cfoutput
br
CFSET
WordToGet=ListGetAt(#CompanyList#,#counter#,",")
CFOUTPUT The Current List Item
Is:#WordToGet#/cfoutput
br
CFIF Find(judgement.defendant,#Counter#) neq 0

CFOUTPUT  Hey! We Found A Company
/cfoutput

/cfif
/CFLOOP
/CFLOOP

I want to search the defendant field to determine if any of those strings
are contained within it.
It cycled fine, until I enclosed it in the CFLOOP query="judgement"...

I expected it to go to the first record in teh Judgement table..

Then loop through the strings to search for, perform the search...and then
drop out and CFQUERY LOOP back to the top..wher eit would go to the next
record...and do the same thing.

What's the problem with my code?

This is my output:

The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, ANSARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI

So it is clearly not cycling through the list of strings to search for.

-Gel


~~
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: Need assistance:Nested CFLOOPs

2001-03-21 Thread Angél Stewart

umm..judgement.defendant is changing..thats not the problem.

The problem is that it is not going over the list of words to search for.
The list called Company List.

So hence you see Limited,Limited,Limited Limited 7 times in the output.

When what you should see is

The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Ltd
The Defendant IS:MOHD, SARI
The Current List Item Is:Ltd.
The Defendant IS:MOHD, SARI
The Current List Item Is:CO
The Defendant IS:MOHD, SARI
The Current List Item Is:CO.
The Defendant IS:MOHD, SARI
The Current List Item Is:THE

etc. etc.
But it is just picking up that first list item, Limited..and although it is
going over the thing 7 times..its not reading the other items in the list.

I know there is some simple syntax error somewhere..I just can't find it.

-Gel



-Original Message-
From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 21 March 2001 12:59
To: CF-Talk
Subject: RE: Need assistance:Nested CFLOOPs


I just skimmed through it, and it seemed that your query output is not
right.

When u do a judgement.defendant inside that query loop, it will always
remain the same.  it will always output the first row from that query.
instead, just use defendant.  since you're already inside that query loop,
it will refer to the query name.  there is no need to specify it




-Original Message-
From: Angél Stewart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 9:39 AM
To: CF-Talk
Subject: Need assistance:Nested CFLOOPs


Hi all.

I am having a problem with a nested CFLOOP refusing to loop!

The Code:
cfloop query="judgement" startrow="1" endrow="20"
CFSET CompanyList = "Limited,LTD,LTD.,CO,Co.,Company,,The"
cfloop index="counter" list="#CompanyList#" delimiters=","
CFOUTPUT The Defendant
IS:#judgement.defendant#/cfoutput
br
CFSET
WordToGet=ListGetAt(#CompanyList#,#counter#,",")
CFOUTPUT The Current List Item
Is:#WordToGet#/cfoutput
br
CFIF Find(judgement.defendant,#Counter#) neq 0

CFOUTPUT  Hey! We Found A Company
/cfoutput

/cfif
/CFLOOP
/CFLOOP

I want to search the defendant field to determine if any of those strings
are contained within it.
It cycled fine, until I enclosed it in the CFLOOP query="judgement"...

I expected it to go to the first record in teh Judgement table..

Then loop through the strings to search for, perform the search...and then
drop out and CFQUERY LOOP back to the top..wher eit would go to the next
record...and do the same thing.

What's the problem with my code?

This is my output:

The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, ANSARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI

So it is clearly not cycling through the list of strings to search for.

-Gel



~~
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:A shortcoming in CF( Need assistance:Nested CFLOOPs PART 2)

2001-03-21 Thread Angél Stewart

I just got this reply from the Allaire message forum. It seems I'm not the
only one that has encountered these inconsistences with CF and the way it
handles loops.

Has this been addressed with any service pack or anything like that?

Oh..and the solution offered did not help.

I suppose I shouldn't waste my time trying to implment this with a CF
solution and look to do it in something else.
*mutter* *grumble*

-GEL

Forum:   Advanced Techniques
Thread:  Nested CFLOOP index inside a CFLOOP query
Author:  Ryan Nelson
Subject: I have had this problem as well

URL: http://forums.allaire.com/devconf/Index.cfm?Message_ID=683702


I have ran into this problem as well and got quite frustrated, but the
answer is pretty easy.  For some reason Cold Fusion doesn't work like any
other language when doing nested loops.  You must make an allowance for
this.  I included your code with a modification.

What I found that I had to do was make a temp variable inside the first loop
but before the nested loop.  This made it work correctly for me.

I hope this helps.


* Accompanied HTML Code *

cfloop query="judgement" startrow="1" endrow="20"

 CFSET CompanyList "Limited,LTD,LTD.,CO,Co.,Company,,The"

 cfset tempDefendant = #judgment.defendant#

 cfloop index="counter" list="#CompanyList#" delimiters=","

  CFOUTPUT The Defendant IS:#tempDefendant#/cfoutput

  br

  CFSET WordToGet=ListGetAt(#CompanyList#,#counter#,",")

  CFOUTPUT The Current List Item Is:#WordToGet#/cfoutput

  br

  CFIF Find(tempDefendant,#Counter#) neq 0

   CFOUTPUT  Hey! We Found A Company /cfoutput

      /cfif

 /CFLOOP

/CFLOOP


-Original Message-
From: Angél Stewart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 9:39 AM
To: CF-Talk
Subject: Need assistance:Nested CFLOOPs


Hi all.

I am having a problem with a nested CFLOOP refusing to loop!

The Code:
cfloop query="judgement" startrow="1" endrow="20"
CFSET CompanyList = "Limited,LTD,LTD.,CO,Co.,Company,,The"
cfloop index="counter" list="#CompanyList#" delimiters=","
CFOUTPUT The Defendant
IS:#judgement.defendant#/cfoutput
br
CFSET
WordToGet=ListGetAt(#CompanyList#,#counter#,",")
CFOUTPUT The Current List Item
Is:#WordToGet#/cfoutput
br
CFIF Find(judgement.defendant,#Counter#) neq 0

CFOUTPUT  Hey! We Found A Company
/cfoutput

/cfif
/CFLOOP
/CFLOOP

I want to search the defendant field to determine if any of those strings
are contained within it.
It cycled fine, until I enclosed it in the CFLOOP query="judgement"...

I expected it to go to the first record in teh Judgement table..

Then loop through the strings to search for, perform the search...and then
drop out and CFQUERY LOOP back to the top..wher eit would go to the next
record...and do the same thing.

What's the problem with my code?

This is my output:

The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, ANSARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI
The Current List Item Is:Limited
The Defendant IS:MOHD, SARI

So it is clearly not cycling through the list of strings to search for.

-Gel


~~
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:Solved the problem( Need assistance:Nested CFLOOPs)

2001-03-21 Thread Angél Stewart

CFSET AlreadyFound = False
CFSET CompanyList = "Limited,LTD,LTD.,Co.,Company,the "
cfloop query="judgement" startrow="1" endrow="1000"
cfset tempDefendant = #judgement.defendant#
CFOUTPUTCurrent Defendant is :#judgement.defendant#/CFOUTPUT
br
cfloop index="x" from="1" to="6"

!---CFOUTPUT The iteration is #x#/CFOUTPUT---
CFSET WordToGet=ListGetAt(#CompanyList#,#x#)
!CFOUTPUT The Current List Item Is:#WordToGet#/cfoutput
CFIF FindNoCase(#WordToGet#,#tempdefendant#) neq 0 AND NOT 
AlreadyFound

CFOUTPUT  font size="5" color="Red"Hey! We Found A
Company/fontbr /cfoutput
CFSET AlreadyFound =True
/cfif
/CFLOOP
CFSET AlreadyFound = False
/CFLOOP


That's code is working just fine.

Now if someone can tell me WHY its working ..I'd like to know. Because I
just opened a new document and recoded it from scratch, and ..voila..it
works now.

I am using the same CFLOOP structure I was using before...except for this
tempdefendant thing, which does not have an effect on the inner loop.

*sigh*
I must be tired or something?

-Gel
Original Code:
cfloop query="judgement" startrow="1" endrow="20"
CFSET CompanyList = "Limited,LTD,LTD.,CO,Co.,Company,,The"
cfloop index="counter" list="#CompanyList#" delimiters=","
CFOUTPUT The Defendant IS:#judgement.defendant#/cfoutput
br
CFSET WordToGet=ListGetAt(#CompanyList#,#counter#,",")
CFOUTPUT The Current List Item Is:#WordToGet#/cfoutput
br
CFIF Find(judgement.defendant,#Counter#) neq 0

CFOUTPUT  Hey! We Found A Company /cfoutput

/cfif
/CFLOOP
/CFLOOP


~~
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: Form Fields cleared on Back

2001-03-14 Thread Angél Stewart

Please send it to us all..this is something that I, and I would wager
several webapplication developers, run into.
:-)

-Gel


-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]

I'm in the midst of working on a "public" version of an editor I wrote which
will do all of the validation for you, and put the info into a database (as
well as displaying/sorting lists) - if you can wait a few days, I'll send
you something to look at...


~~
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: Any recommendations on an E-commerce software?

2001-03-12 Thread Angél Stewart

I am quite pleased with the program's features and capabilities.
I haven't found anything that offers the same features as Ablecommerce for
coldfusion, and does it better than Ablecommerce.

Ablecommerce's tech support has always been very helpful during the times
when I've had to talk to them.
They probably just don't like you very much.

-Gel
hee hee hee
;-P


-Original Message-
From: Duane Boudreau [mailto:[EMAIL PROTECTED]]

We have 2.91.

There are tonnes of select *'s in the queries. The code is not written very
efficiently at all. Some templates take seconds to process and we have this
running on pretty hefty machine Dell3850 Dual PIII 750's with 512 MG RAM.
The Database sits on its own server which is similar in spec.

Duane



-Original Message-
From: paul smith [mailto:[EMAIL PROTECTED]]

Which version is slow?

best,  paul

At 11:47 AM 3/12/01 -0500, you wrote:
ACB has been the bane of my existence the last two months. The application
is slow, the code and database is very poorly documented and there is
little
or no support for users with open source licenses.


~~
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



Eday Calendar: data shared across threads and cannot be accessed without an active lock

2001-03-12 Thread Angél Stewart

Hi all!

I'm trying to get Eday Calender control running on a website that I'm doing
here, and I keep getting a rather strange error.
THe Tag's author says that he has no idea what's wrong, and has never come
across the error before.

Error Diagnostic Information
An error has occurred while processing the expression:

Session.UserID=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223334
4445654321
Error near line 1, column 1.



Symbol Session.UserID is in a scope that contains data shared across threads
and cannot be accessed without an active lock
The error occurred while processing an element with a general identifier of
(CFPARAM), occupying document position (45:2) to (45:70) in the template
file xz:\\COUG\EDAY\INDEX.CFM.

-
Does anyone have any ideas?

Thanks,
-Gel


~~
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: Eday Calendar: data shared across threads and cannot be accessed without an active lock

2001-03-12 Thread Angél Stewart

Well thats just great! :)
*beams merrily*
See...I happen to know the CF Admin of the server intimately...

Anyways..I just fixed it. There goes all my automatic read locking though...
I must now weigh the potential benefits of this, against having to edit the
code for this tag by hand, in time for my deadline tomorrow :)

-Gel


~~
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: parsing form submission into an html file?

2001-03-09 Thread Angél Stewart

Have yout ried one of the spiffy HTML WYSIWYG controls?
They take the text people enter and convert it to HTML code, and then store
it in a database table etc. via a standard cf variable.
You can take that variable and do whatever you want with it.

An example is here
www.carigamer.com/default.cfm?page=news/submitnews.cfm

The one I'm using on that page is  a free LITE version from
www.iautomated.com

There are several others with different functionalities and price points.

THis particular version only works in IE5.0 and up unfortunately. But over
90% of the vistiors to my website use IE 5 and up so I'll keep it there for
now :) If you use a different browser you'll see a plain vanilla Textarea

-Gel


-Original Message-
From: Jon Tillman [mailto:[EMAIL PROTECTED]]

does anyone know of a way to create an html file from a form submission, or
to insert the form fields into a template and save the result as an html
file?
I can't find anything on the net, and cffile seems to not be what I need.

- --
Jon Tillman
http://www.eruditum.org
finger [EMAIL PROTECTED] to annoy the MPAA


~~
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: Simple Way To Output Month/Year as Header, and corresponding info below, Grouped.

2001-03-08 Thread Angél Stewart

We cooking with gas :)

http://www.carigamer.com/default.cfm?page=news/newsarchives.cfm

Thanks all...

-Gel

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]

Look at the docs on Group By in CFOUTPUTs. Your grouping by the dates.

 I know one of you really smart people here can probably give a rough draft
 of a CFOUTPUT nest off the top of their heads to do this..it seems like
 something very common that a user would want to do with a report,so if you
 can..will you? :)

 http://www.carigamer.com/default.cfm?page=news/newsarchives.cfm


 -Gel


~~
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: ColdFusion General Forum in Delphi.com

2001-03-07 Thread Angél Stewart

Do we get all the messages that are sent to the CFTALK list over on that
discussion forum..adn are our responses sent back to the mailing list as
well?

;-P
hee hee
-Gel


-Original Message-
From: Teng-Yan Loke [mailto:[EMAIL PROTECTED]]

I've created an online community called "ColdFusion General Forum". It's
for folks who prefer to use a web-based interface for discussions. Please
join the discussion!

With the message board, you can view discussion folders quickly in the
left-hand column and read up to 20 messages at a time. You can even attach
files (such as pictures and programs) directly to messages -- just like
e-mail. It's fast, easy, and efficient.

The best way into the forum is at the following URL:
http://www.delphi.com/coldfusion_gen


~~
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



Passing URL Values to An Included Page

2001-03-07 Thread Angél Stewart

Hello all!

I'm forging ahead, albeit slowly what with having a dayjob and all, with my
little gamesite, Carigamer.com

I'm now implmenting a simply News Archive viewing system, and have run into
a problem.


All the pages are included from the main page, default.cfm using the format
default.cfm?page=news/shownews.cfm

Which would display the shownews.cfm page within the layout and design of
the default.cfm page.

Sounds simple..it is. And it works really well to keep things together. I
just update the look on the default.cfm page and don't have to worry about
making changes to the look and feel on the content pages, or embedding
several CFINCLUDES on each individual page either.

However..I now have a slight problem.THe news archive page needs to have a
Variable passed to it..the ID of the news article that is to be read.

Of course http://www.carigamer.com/default.cfm?page=news/viewarchived?id=46
doesn't work...

Any neat ideas on how to pass this onto the next page?

The archivelist.cfm page is quite simply a grouped CFOUTPUT with simple HREF
strings with the ids embedded:
a
href="default.cfm?page=news/newsviewer.cfm?RecordID=#allnews.id#"#allnews.h
eadline#/a

Thanks,
-Gel



~~
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: Passing URL Values to An Included Page

2001-03-07 Thread Angél Stewart

Well waddya know..it picked it up correctly.

I didn't try that, because somehow I didn't think the newsviewer.cfm page
would pick it up.
tsk tsk tsk.

I need coffee.

-Gel
*slinks off redfaced and ashamed*


-Original Message-
From: Alex Schrimsher [mailto:[EMAIL PROTECTED]]

a
href="default.cfm?page=news/newsviewer.cfmRecordID=#allnews.id#"#allnews.h
eadline#/a

The first attribute is passed with ?  all others with 

Alex


~~
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



Simple Way To Output Month/Year as Header, and corresponding info below, Grouped.

2001-03-07 Thread Angél Stewart

Hi there!

I am trying to do this:

March 2001

07-Mar-2001
(console)10:41 AM   Former Sega Employees Form Online Gaming Network -Kayode

(console)07:03 AM Analyst's Outlook On MS Xbox: MS Will Lose US$2Billion-Gel

(Tech)03:44 AM Windows XP's Copyprotection May Disadvantage Developing
Countries.-Gel

05-Mar-2001
(Tech) 09:44 PM Warning! New PC Virus:My Naked Wife... -Gel
(Tech) 02:44 AM Intel Cuts Prices Again -Gel


February 2001

etc. etc.
Currently,I've managed to group the Month and the Genre by using nested
CFOUTPUTs..

cfoutput query="Allnews" group="Date"
#Dateformat(Date,"ddd,,")#BR
CFOUTPUT group="Genre"

But of course this displays the Month over and over and over.

I know one of you really smart people here can probably give a rough draft
of a CFOUTPUT nest off the top of their heads to do this..it seems like
something very common that a user would want to do with a report,so if you
can..will you? :)

http://www.carigamer.com/default.cfm?page=news/newsarchives.cfm

I don't want to embark on a series of CFLOOPS and CFIF CurrentDate eq
OldDate and all that stuff..I feel there must be an SQL based solution to
this..is there?

-Gel






~~
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



Freeing .ldb lock on remote server.

2001-03-05 Thread Angél Stewart

Hello,

I am using a shared hosting system, and I want to copy and update a database
stored on the server that is locked (MSACCESS .ldb).

I need to increase a field in the Users table from 50 to 255 characters.

Do any of you recall the command or method to break the .ldb lock and so
enable me to copy/transfer the .mdb file, do my compacting and updates and
then send it back up to the server again?

-Gel


~~
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



Tagfusion Demo available..

2001-02-22 Thread Angél Stewart

Hello folkses! :)

It seems there is now a demo of Tagfusion available!
I'm dloading it now to check it out...
www.tagfusion.com

"what's it all about?
tagFusion is a Java solution, which provides support for Allaire's
ColdFusion Mark-up Language (.cfm files). The tagFusion system is a pure
Java Servlet 2.0 solution that will run on top of any Java Servlet enabled
platform or application server. This includes any J2EE enabled environment,
which many of the application server vendors support. tagFusion is a
completely new engine that out performs ColdFusion whilst supporting CFML
files. "

There is the marketing blurb..I wonder if it will still be Opensource, and
if they cleared up whatever friction they had between themselves and
Allaire?

If I can write CFML code and deploy it on a free Java Webserver that would
be akin to nirvana, since the one overwhelming factor to use ASP, cost,
would be out of the picture. That is..if tagfusion implements all the CFML
tags correctly...
;-)

-Gel


~~
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: qForms JavaScript API v1.0 Released!!!

2001-02-19 Thread Angél Stewart

Thank you VERY MUCH for the heads up :)
I'm sure this can come in useful for me..I'm glad you decided to xross-post
:)

-Gel

-Original Message-
From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED]]
Folks,

Sincerely,
Dan G. Switzer, II
[EMAIL PROTECTED]


PS - I'm sending this message out to both the JS-Jive and CFTalk lists, only
because I commonly see questions relating to JavaScript interaction with
form elements.


~~
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: Urgent - Forums 2.05 Anyone Got?

2001-02-12 Thread Angél Stewart

I don't understand..

why doesn't the CF Forum software look like the accepted and most useful
type of discussion board? The Threaded Discussion Board...

and why doesn't it have cool features like small iconic representations of
board members etc.??
I mean look at UBB, Fuestalk,even Coolboards..they all have some really cool
features and appear...Exciting!

That CF Forum stuff just looks so ..bland by today's standards.
Why would someone choose this over say Fusetalk? Beside the fact that it's
free..

-Gel


~~
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



Integrating with Secure Trading

2001-01-26 Thread Angél Stewart

Hey hi and Hello! :)

Do any of you have experience integrating a CF shopping cart with
SecureTrading.com' services ??
Or can anyone impart any knowledge on what they use and how easily a CF
application, maybe even Ablecommerce can integrate?

Thanks!
-Gel


~~
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: ALLR/MACR Merger - ColdFusion to be repositioned ?????

2001-01-26 Thread Angél Stewart

ehmm..
beginning of the end?
:)

-Gel


-Original Message-
From: Stephen M Aylor [mailto:[EMAIL PROTECTED]]

In the past, Macromedia has made a point of NOT participating directly in
the application server business but rather to partner with leader's in the
space. Management is aware of this issue and pointed out that Allaire's
flagship product, ColdFusion, would be repositioned such that Allaire's CFML
technology would be maintained and that applications built with CFML will
run on top of application servers from other vendors.

Steve


~~
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: Data type mismatch....

2001-01-26 Thread Angél Stewart

Is Processed a numeric only field?
Or is it text?

Same thing to check with Session ID...
I think.. ;-P

-Gel


-Original Message-
From: Jay Patton [mailto:[EMAIL PROTECTED]]

can anyone help me with this? i get this error on my checkout page...
ODBC Error Code = 22005 (Error in assignment)


[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria
expression.
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (2:1) to (2:61).

this is my query:

!---
cfquery name="GetTotal" datasource="" dbtype="ODBC"
SELECT Sum(Total) AS OrderTotal
FROM StoreOrders
WHERE SessionID = #CFTOKEN#
AND Processed = 0
/cfquery
--


~~
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: Max rows for Access?

2001-01-25 Thread Angél Stewart

Are you sure there wasn't an error in the data of that record that is
causing the import procedure to fail?

Do you have an Import Errors table in your database afterward?

If all else fails, have you thought of setting up an Append Query that
appends records from 1 to 16000 and then from 16001 to the end using some
sort of criteria?

-Gel



-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 25 January 2001 09:11
To: CF-Talk
Subject: RE: Max rows for Access?


~~
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: CF Studio 4.0.1 - displaying .cfm files through RDS

2001-01-25 Thread Angél Stewart

Did you right click in the file pane(where you expect to see the files
displayed) and fiddle with the Filter option?

-Gel


-Original Message-
From: Smith, Melanie [mailto:[EMAIL PROTECTED]]

checked the Allaire forum and it looks like others have seen the problem but
no one answered the questions.


~~
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: stop reposting of form data

2001-01-19 Thread Angél Stewart

HTML
HEAD
  TITLEHow to block multiple form submits./TITLE
/HEAD

BODY

FORM ACTION="receive.cfm" METHOD="post"

FONT SIZE="2"Dummy Form./FONTBRBR

INPUT TYPE="Text" NAME="Name"BR
INPUT TYPE="Text"BR
INPUT TYPE="Text"BR

INPUT TYPE="Button" NAME="Submit" VALUE="Submit Form"
onClick="if(this.value == 'Submit Form') this.form.submit(); this.value =
'Please Wait.';"

/FORM

/BODY
/HTML

This submit button gets locked after it has been pressed, and a please wait
message is displayed.

(This code taken from CFVAULT.com)
:)

-Gel


-Original Message-
From: Mike Grey [mailto:[EMAIL PROTECTED]]

What method is used to stop data from being reposted when a user attemps to
reload an action page.


~~
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: Flash 5.0 timeconsuming and cumbersome? Naaaahh....

2001-01-18 Thread Angél Stewart

LOL!!

What the hey do you use to develop Flash man?

Flash is great for even simple stuff on webpages, and the new Actions in
Flash 5 are even better.

Its a programming language, that you just have to learn like any other, but
it isn't that difficult.
It usually involves very simple IF THen statements that jump you between
frames in the animation.

Think about each animation frame like a Line Number in QBasic, and you just
GOTO different portions depending on what events are triggered.

That's basic Flash Programming there. It just gets complicated to actually
come up with all those cool effects yourself, from scratch.

THAT takes a lot of time, and trial and error.

So leave that for the artists and the physicists :)

And use sites such as www.flashkit.com , products like Swift 3D, Wildform
and Swish to build your simple Flash files quickly and easily. This gets
over the initial hurdle of learning the interface. You can also use
Livemotion 1.0 from Adobe that gives you the layered goodness you're
accustomed to in all the rest of Adobe's products.

You don't necessarily have to use Macromedia Flash 5.0's development
program, to create Flash 5.0 whizz-bang thingies (applets? :) ).

That said, Macromedia's Flash 5.0's development interface needs a LOT of
work to make it more userfriendly. SOmething that they should realise with
the proliferation of tools such as Swish and Wildform.

Of course the diehard Flash Developers may not appreciate them putting such
ease of use functionality in the proggy, and making everyone a
Flash-Head...but it would be a good thing for macromedia..and Allaire..no?
:)

If you want to add interactivity, then you still have to dip your hand into
the programming teapot, but basic activity with Buttons etc. is preeetty
easy.

Anyways..I really disagree that Flash is a Terrible program, at least based
on the issues you brought up:
Time Consuming and Cumbersome.
:)

Have a great day!

-Gel,
who is in a FLASHY mood.
*grips his trenchcoat with a lacivious stare at those around him*
Hey..hey you..yeah..c'mere..
*FLASH!*
;-P



-Original Message-
From: Neil Clark [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 18 January 2001 09:17
To: CF-Talk
Subject: RE: Macromedia and Allaire to Merge


Jeez, what is all this talk of Flash - it is a TERRIBLE program; far too
time consuming and cumbersome.

uurgggh

N


~~
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



How will Macromedia resolve conflict of interest?

2001-01-17 Thread Angél Stewart

Their products previously supported both CF AND ASP.

But now that they own CF..will their ASP support cease?

And if not..how are they going to reconcile supporting a language that
competes directly with their acquired asset, Cold Fusion

-Gel
www.carigamer.com
Island Gaming At Its Best(TM)



~~
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



Help:Oracle Date Issues and Error Message.

2001-01-16 Thread Angél Stewart

-
Error Diagnostic Information
ODBC Error Code = 37000 (Syntax error or access violation)

[Microsoft][ODBC driver for Oracle][Oracle]ORA-00917: missing comma

SQL = "INSERT INTO
Empinfo_audit(EmplID,name,deptid,effdt,enddate,dayabs,reason) VALUES('',
'Bond,James', '1017', '{ts '2001-01-15 00:00:00'}', '{ts '2001-01-18
00:00:00'}', '3', 'A')"
--

Hello all,

I am trying to perform the simple insert statement above, going through ODBC
with CF4.5 Professional to an Oracle 8i database.

The CF Code is here:
-
CFQUERY NAME="UpdateRecord" DATASOURCE="xxx" username="xxx"
password="xxx"
INSERT INTO
Empinfo_audit(EmplID,name,deptid,effdt,enddate,dayabs,reason)
VALUES('#cur_emplid#',
'#Evaluate("name_#cur_emplid#")#',
'#Evaluate("deptid_#cur_emplid#")#',
CFIF #Evaluate("effdt_#cur_emplid#")# neq ""
'#CREATEODBCDATETIME(Evaluate("effdt_#cur_emplid#"))#',
/CFIF

CFIF #Evaluate("EndDate_#cur_emplid#")# neq ""

'#CREATEODBCDATETIME(Evaluate("EndDate_#cur_emplid#"))#',
/CFIF

'#Evaluate("dayabs_#cur_emplid#")#',
'#Evaluate("reason_#cur_emplid#")#')
/CFQUERY


I can't understand why I'm getting that error, as all these variables appear
to be correctly seperated by commas, and the syntax looks correct. This is
part of an input loop that is used to enter from multiple, dynamically
generated rows of data entered by the user in the previous form. I am
testing it now on just a single row of data.

Secondly:

My client INSISTS on entering dates in this format MMDD. I am unaware of
any date standard that uses that format.
Also, It seems that Oracle is rejecting that format as a valid date entry.
What..how..what the hell do I do to get this into Oracle properly using that
CreateODBCDATETIME function?

Thanks in advance,
Gel.
www.carigamer.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: Help:Oracle Date Issues and Error Message.

2001-01-16 Thread Angél Stewart

That was it.

The ' and ' around the CreateODBCDATETIME() Function.
When I took those out it worked.

I absolutely HATE syntax errors.
When one takes all the time to get the logic etc. of the statments correct
and a little comma or an apostrophe out of place screws you over!
Bah!

AI interpretive code compilers is what we need!!!

:)

-Gel


-Original Message-
From: Bjørn Jensen [mailto:[EMAIL PROTECTED]]

You should also notice that CreateODBCDateTime automatically puts
singleqoutes ' around the time so you should not put singlequotes around it

Bjorn


~~
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



Oracle PSP...

2001-01-11 Thread Angél Stewart

Has anyone used this?

My Manager wants me to use this instead of CF for an application we have to
do.

The reasons sited was that he doesn't want to insert another layer of
complexity into the application design by having a CF Server running as
well, and having the hassles of adminstrating that.
He also said that PL/SQL and PSP does everything within the database itself,
so it will be a lot faster than CF.

I've never used PL/SQL or PSP before,and do not know much about it.
As far as I know, there is no integrated development environment for it and
I'll basically be using notepad to write the code.

I am trying not to scream and tear my hair out..so while I'm lucid I just
thought I'd ask if any of you had used this.

ciao,
-Gel



~~
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



FW: Animated tutorial on assertions

2001-01-02 Thread Angél Stewart

Hey! That assert is good stuff.

I must admit though, that I was blown away by that little Viewlet applet :)
I think that's a great tool!

:)
Thanks to you for showing this animated tutorial utility to me heh heh

-Gel


-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED]]

I've put together an animated tutorial on making assertions in CF.
Assertions help ensure that what we expect is what we get -- or at least we
know if we don't! There's a link at www.halhelms.com as well as a custom tag
for making assertions.

Thanks to Steve Nelson for introducing to me the concept of animated
tutorials. I love 'em.
~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free 
Setup from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support 
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

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



FW: The +.htr bug strikes again

2000-12-21 Thread Angél Stewart

Hahahahah!!

Am I the only one that sees the irony in a company called Webexpose,
exposing its client's private code over the web, through a highly publicised
bug?

:-)

-Gel


-Original Message-
From: ibtoad [mailto:[EMAIL PROTECTED]]

I used them for a month and was also very unhappy with their service.
Be Afraid!!

Rich

-Original Message-
From: [EMAIL PROTECTED]

Webexpose.net clients and all the resold client are all affected by this
as well.  I moved my site off of them because they refused to fix the
bug.  Ive emailed them for about a month now about it and trying to
contact their clients about it but they refuse to answer back or even
fix.  I just checked and even after this long they still have the bug.
guess they don't care.

Misy
~~
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: ColdFusion for Dummies revision

2000-12-04 Thread Angél Stewart

Ok..did I miss something?

Where is the featureset for Coldfusion 5.0 listed?
:-)

-Gel

-Original Message-
From: Greg Wolfinger [mailto:[EMAIL PROTECTED]]

John:

Make sure you include user defined functions because that is the singlemost
important (in my opinion) new feature with 5.0.  Also, you might want to go
over briefly application frameworks like fusebox and any other known ways
for newbies to structure CF.

Best Regards,


~~
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



FW: (Admin) List status

2000-11-30 Thread Angél Stewart


Why on earth do that??

That will be chaos!
THe subjectline should be enough to see the type of error or help needed or
offered, or at least the first few lines of the
message.

How will having 10 different mailing lists for each facet of CF help? Would
anyone ONLY subscribe to say the "Security" mailing list..without being on
the Database Backend mailing list?

And if you think you will subscribe to more than one..say 4 or 5..then what
would be the point in splitting the list into several focussed parts in the
first place?

-Gel


-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]

I have a question Mike:
Previously, you had mentioned "breaking" the CF-Talk list into several
lists, each devoted to more specific issues/complaints/etc.
Is this still in the works?


~~
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



FW: Conversations with a SPAMartist.

2000-11-28 Thread Angél Stewart

:-\

You know I think once or twice people contacted me and stuff about possible
job oppurtunities with CF, they were Recruiters I believe. Is it generally a
bad thing to give them your info??

I don't understand how getting tips on possible job sites or oppurtunities
is Spam..I class Spam as the ridiculous Get Rich QUick schemes that keep
being passed around the place...

-Gel


-Original Message-
From: Adam Reynolds [mailto:[EMAIL PROTECTED]]

h wow, I feel honoured. So because I contribute to CF-Talk, I get more
SPAM.

Will pass on this email to all people on CF-Talk minus the original SPAM.
See what they think :-)


-Original Message-
From:   Christian Fea [SMTP:[EMAIL PROTECTED]]
Adam,

I'm sorry you feel that way. We selectivly send emails only to people who
post "above average" questions or comments. We will remove you from any
future emails and remove you from our job database. If you'd like to
discuss it, you can call me at 818-694-0044.

Thanks,

Christian


~~
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



CFXHosting, and message boards.I made a boo boo.

2000-11-07 Thread Angél Stewart

Well..I was contracted to develop a website from scratch for a local
company.
I of course, decided to go with CF for the database interaction for the
site. I had Hostpro.net in mind for hosting, but I just randomly threw in a
couple others just for the heck of it.

It so happens that the 'boss' decided to go with CFX Hosting instead of what
I recommended..and CFX Hosting BASIC to boot!

So.

Here I am , with just one DSN, and no CGI support for message boards etc.

I need to know whether there are any decent CF Message boards out there,
that are fairly cheap.

Good lord.
That'll teach me to do up proposals in a hurry :(

-Gel


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFXHosting, and message boards.I made a boo boo.

2000-11-07 Thread Angél Stewart

Hey that would be great !! :)
Any restrictions on use?
Because I'd like to use it on www.carigamer.com as well after that site is
redesigned.
Actually, both these sites are For Profit (eventually ;-) ).

-Gel

-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]]

More hopefully later today...

CFUG-SFL Manager
-Kev
/CFUG-SFL Manager


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Angél Stewart

Little blue pills.
just love those little blue pills.

*hums the tune to Silent Lucidity*
*smirk*

-Gel



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Windows 2000??

2000-10-02 Thread Angél Stewart

Windows 2000 Professional is a great development environment. I would
recommend moving up from 98 if you can spare the time to reinstall
applications etc.

Because there are still a few tools and utilities that won't work with it,
and you won't know what they are in most cases until it is too late, I say
go with a DualBoot between 98 and Windows 2000 until you are comfortable
with what works and what doesn't under the new OS.

For me, Adobe Image Ready 2.0 does not work under Windows 2000, and thats a
big negative, so I'm glad I still have 98 to go to when I need it. But now,
98 feels slow, and bloated compared to my Windows 2000 environment. (could
be just me :-) )

If you are going with the Dual Boot, you can put Win2K on a seperate
partition (Doesn't have to be your main drive) and remember you will have to
reinstall all your apps, so you'll need to basically multiply the space your
apps currently take up ..so ensure you got enough room before making the
switch..as well as the time to go through it.

Upgrading your Email postboxes may be a bit of a challenge too..umm..what
did I do..I think I used Outlook 2000 to import my Outlook Express mailboxes
in windows 98..then I went to Windows 2000 and fired up Outlook 2000 there
and did an Import from a previous .pst file.

Trying to use Outlook Express in Win2K to import the messages from 98 just
was not working

Those are the little pitfalls I came across when I made the switch.
But it was worth the day or two to get everything at a stable equilibrium.
Oh! And it plays Quake III really well too for those after hours Frag Fests
at work ;-P

I sense another hard drive upgrade in my future though..I've already run
through the new 10 gig
heh heh ;-P

-Gel

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Costing a private project..

2000-09-27 Thread Angél Stewart

Ahhh..ok :)
Thanks guys and gals!

How much per hour, does a Coldfusion Consultant of Intermediate level with
about 1 1/2 years experience command in the UK/US markets now?

-Gel

-Original Message-
From: Reynolds, Adam [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 27 September 2000 06:09
To: CF-Talk
Subject: RE: Costing a private project..

Break down the project into to tasks, each of which should be no longer than
3 days, preferably 1 day or less. Once you have got all the tasks defined
put them end to end, assume a 5 day week and bingo that's how long it will
take you.

Set mini-milestones. If you slip a milestone by 20% because of poor
estimation (you will never get this perfect), increase all your estimates by
20%. Identify tasks you are poor at estimating...re-estimate...

Read Rapid Development: Taming Wild Software Schedules by Steve McConnel
(also read his Code Complete) and his very good Software Project Survival
Guide

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Costing a private project..

2000-09-27 Thread Angél Stewart

Oh.

0_0

we shouldn't be doing that?
what forum do we use for this then? CF-Jobs?

-Gel


-Original Message-
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]

Uh oh not that discussing rates in public forum thingie again!

Kevin Schmidt
Internet Services Director

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: Learning ASP *sheepish look*

2000-08-28 Thread Angél Stewart

Hi all..

yes yes..I know this is about as far off topic as one can get, but I know a
lot of you program in both ASP and Coldfusion.
I know Coldfusion, and I know Visual Basic,  and MS Access.

With that in mind, what would be a good book/resource to check to begin to
learn to do the things that come so easily in CF, in ASP =)

Thanks for all help, feel free to email me offlist if required!
:-)

-Gel


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: RE: Learning ASP *sheepish look*

2000-08-28 Thread Angél Stewart

Thank you all!
I'll poke around with these suggestions then!
=)
*waves*
Ciao!

-Gel


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re:

2000-08-11 Thread Angél Stewart

hee hee hee hee
I love this list.
=))

-Gel

- Original Message - 
From: Reynolds, Adam [EMAIL PROTECTED]


 Sorry
 Adam Reynolds
 
  --
  From: Chapman, Katrina[SMTP:[EMAIL PROTECTED]]

  Let's not get pissy Adam.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



  1   2   >