Re: Multiple joins between the same tables.

2006-08-15 Thread Robert Everland III
FROM main m JOIN companies c1 on (c1.companyid = m.manufarturerid and/or 
c2.companyid = m.publisherid



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249818
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFDumping a bean

2006-08-15 Thread Robert Everland III
I want to dump a bean, but a dump on a bean only gives me a list of the 
functions. How do you dump a bean? Do you create a function that displays the 
parameter with the value? Or another way?



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249858
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFDumping a bean

2006-08-15 Thread Robert Everland III
Dave, 

How exactly does this help in clustered environments?  Where do you store
the beans and how do you do snapshots?

Russ



The beans should be unique per session, not per server like a Gateway or DAO. 
So a dump of a bean would be for that bean on that machine. This is the winner, 
I had used a bean automater and they put something like that already in for me, 
but didn't see it because I had so many getters and setters.


Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249884
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Parsing a file

2006-08-08 Thread Robert Everland III
I know this has been asked before, but I can't seem to find this in the 
archives.

I have a file that I am doing a ton of parsing on. It's has fake encryption 
(basically obsfucation) and I am doing a ton of listgets and going through each 
line and putting it into a structure. The thing is it's only a 1.7mb file, but 
it's bringing my pretty beefy server to its knees. DTS and Microsoft SQL server 
and even sql_loader for Oracle is not an option as I am basically decrypting 
this file. Anyone have any ideas on what i can do to make this process leaner?



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249205
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Parsing a file

2006-08-08 Thread Robert Everland III
I have rewritten this procedure using the java string as opposed to listgetat, 
and let me tell you this thing is lightning fast. I couldn't even get this 
thing to run before, now it's faster than it ever was. Thanks for the help.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249244
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


ColdFusion in a cluster, how do you synch

2006-08-01 Thread Robert Everland III
We are about to implement a cluster using a piece of hardware and I was 
wondering what the users here use to copy the settings of coldfusion from one 
to another. We were planning on having a staging server and then have a way to 
kick off processes from that server to all of the other servers in a cluster.



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248503
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Lyla captcha

2006-07-31 Thread Robert Everland III
I started playing with this yesterday and have come across an issue with it. 
Has anyone been able to get this to work correctly in CFMX 6?



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248218
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Lyla captcha

2006-07-31 Thread Robert Everland III
Well first I had to take out the check of isXML because that is CFMX 7 only. 
Now I am having an issue with the setColor function which is java based. I was 
just curious if anyone has gotten it working on CF 6.



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248220
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF Ajax and passing a #

2006-07-25 Thread Robert Everland III
I am getting an error Missing argument name.When using named parameters to a 
function, every parameter must have a name. Whenever one of my parameters 
contains a # , has anyone come across this and if so how did you get by it?



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247651
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF Ajax and passing a ##

2006-07-25 Thread Robert Everland III
I am passing in a #, for instance it has to do with a teacher inputting an 
assignment, so she puts in Do #1-9 and then it throws the error I sent. I tried 
the function you sent but that is not working.



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247665
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF Ajax and passing a ####

2006-07-25 Thread Robert Everland III
This is a coldfusion error, jssStringFormat does not fix this issue.


Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247673
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT: Firefox, background, SSL

2006-07-14 Thread Robert Everland III
I just had the weirdest thing happen to me. I was messing with trying to get a 
background to be transparent in firefox and IE at the same time by following 
this example http://www.daltonlp.com/daltonlp.cgi?item_type=1item_id=217 . 
Firefox wouldn't work, just kept not displaying anything. So I thought it was 
my graphic, so I would put the whole path to their sample image and it would 
work fine, but then I put back in my image path which is images/yadda/yadda.png 
and it woudln't work, I try a gif, nothing. So just for giggles I put the full 
path, and magically it works. Is there an issue using relative paths to images 
with firefox in an SSL enviroment as a background?



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246550
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Microsoft Virtual PC / Should I be interested, or not?

2006-07-14 Thread Robert Everland III
I could see people using VM Servers in a production enviroment, mostly because 
you now have a hardware agnostic OS and software install. So while you see 1 
point of failure, someone else sees a way to easily move their production 
server to new hardware if their old hardware fails. Even if you only run one 
server on the VM server you could still get the benefit of the hardware 
agnostic OS.

Each VM or Microsoft Virtual Server run as though it were a machine on the OS. 
So you wouldn't need to cluster the VM, you can run clustering as though they 
were different machines. I don't know if there is a clustering options for the 
VMWare or Microsoft, not sure if it's even needed.



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246554
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Microsoft Virtual PC / Should I be interested, or not?

2006-07-14 Thread Robert Everland III
Not quite sure what you mean by hardware agnostic OS and
software...wouldn't
each OS have to be just as aware of the hardware it's running on and the
software
running on it?

Rick

VMWare and Microsoft emulate hardware to the OS. So no matter what kind of 
machine you're on, to the OS it's the exact same machine. So if you need to 
move your server instance to a beefer server that is running VMWare or 
Microsoft, then nothing will change. You wouldn't have issues with drivers, 
none of your software you installed that rely on hardware will have issues. It 
will just work. That's one of the beauties of virtulization.



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246570
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Microsoft Virtual PC / Should I be interested, or not?

2006-07-14 Thread Robert Everland III
I hear VMWare is very fast because they have a very slim version of Linux 
running. It's fast not because it's Linux, but because they took out every bell 
and whistle that they could and make it so it only ran what was needed to run 
virtualization. Microsoft on the other hand has the full bloat of running 
Windows Server. YMMV. 



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246581
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Microsoft Virtual PC / Should I be interested, or not?

2006-07-14 Thread Robert Everland III
 So, you can take a VM and move it from one machine to another, and the
hardware seen by the VM is identical.

Having a hard time understanding...

So...if one the first hardware has a GeForce 5900 Graphics
card, and the Virtual OS is moved to a second hardware setup
with a Radeon graphics card, the Virtual OS will see them as
the same?

If so, which one?  Surely I'm missing something...

Rick

Don't expect the virtualized hardware to see a good graphics card. It emulates 
a graphics card, will most likely emulate something small, like a 4mb or 8mb 
standard svga graphics card. So the graphics card in the server itself doesn't 
matter. You could have the greatest video card or the crappiest.


Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246605
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT: Share Point running on a server with CF

2006-07-14 Thread Robert Everland III
 I don’t know any thing about MS Share Point.
 
 A client of ours is ask if they can install Share Point on a server 
 that has CF installed on it.
 
 Are there any conflicts that will occur?  Does Share point just run as 
 a web site in IIS?


No conflicts will occur. It runs on ASP.NET and has nothing to do with 
ColdFusion. Run far and run fast if they ask you to make modifications to it.



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246626
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT: Share Point running on a server with CF

2006-07-14 Thread Robert Everland III
 Why?  Is it a nightmare to modify SharePoint?

Yes it is. If it can do what you want out of the box, it's awesome. But as soon 
as you want to start adding to it, it's very difficult.



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246630
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: Firefox, background, SSL

2006-07-14 Thread Robert Everland III
Well looks like that was my issue, I forgot about that issue. I am using the 
filter method to do a transperancy and it looks like that doesn't want the path 
from the css, but from the calling file, but the background-image did. Thanks.



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246633
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Need ColdFusion Rental Reservation eComm System

2006-07-12 Thread Robert Everland III
Richard,


My company, Reactive Vision, has created a reservation engine for ColdFusion. 
We have just finished an upgrade, contact me off the list and I will give you a 
demo and we can see if it fits your needs.



Bob Everland

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246265
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: MySpace - How they do it: Staff, Software Servers

2006-07-10 Thread Robert Everland III
I have been saying I haven't seen a point in Bluedragon.NET except as a 
stepping stone to get off of ColdFusion to go to .NET. Why spend as much as CF 
Enterprise just to be able to use .NET and that's all. If you're programmers 
are learning .NET then it would make sense to transition the entire website to 
the language they know and not have to include BlueDragon or CF in the price of 
new servers added to the cluster.



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245942
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: MySpace - How they do it: Staff, Software Servers

2006-07-10 Thread Robert Everland III
 I don't know this from experience, but I've heard people say that BD.
 Net
 can be useful in a business that is running .Net for most everything
 else, but you still want to use ColdFusion.  That way you can run on 
 the
 same app server as all the other apps.


I understand that logic, but I don't understand why a company would want to 
spend the money on BlueDragon.NET when they are already coding everything in 
.NET. 



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245960
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: MySpace - How they do it: Staff, Software Servers

2006-07-10 Thread Robert Everland III
 True, but say you've got a beloved CF app in your company.  You're
 manager was recently convinced that .Net is the way to go, and he 
 wants
 to convert all company apps to .Net.  If you use BD.Net you have a
 chance of convincing him to keep this app in CF.


Yeah, but why do you have to use Bluedragon.NET? If you already purchased CF, 
then what is the point of then buying Bluedragon.NET? From your description it 
sounds like it would be a seperate app that wouldn't be tied into the other 
apps, so there wouldn't be a need to integrate into .NET.



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245968
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT: stored proc template

2006-07-10 Thread Robert Everland III
Here is what I normally do

/**
*Purpose:
*   
*
*Outputs:
*   
*   
*
*  Action   Who WhenChange Description
*--
*Created
*
*
*
*pr(i,o,u)_name param1,param2
*/

create proc pr(i,o,u)_name

(
@param1,
@param2
)
AS

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245982
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


OT: Eclipse 3.2 User Operation is waiting

2006-07-10 Thread Robert Everland III
Has anyone seen this message? I keep getting it when I try to save a file. 
Seems there is always a refresh going on behind the scenes and I have no idea 
how to find out what it is doing.



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245986
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: MySpace - How they do it: Staff, Software amp; Servers

2006-07-10 Thread Robert Everland III
Ok, let me get this straight. Someone just threw out the comment .NET is a 
better platform than Java/J2EE on Windows and you agree with that when there 
was no research given at all. The only example to back that statement up was 
that a customer went from 12 servers to 4. 

I realize that managers will make asinine decision based on buzzwords, but 
don't sit here and agree with someone from New Atlanta on how .NET BlueDragon 
is better than CF and expect me to sit here and accept it without any research 
or examples that can be independantly verified. I can hear from Vince all day 
long how much better .NET is than Java on Windows, but if it were so horrible 
why are there so many applications that use J2EE on Windows? What platform is 
the best in running a J2EE server? Sun Solaris? OSX? Linux? 

The Java version of ColdFusion is run on plenty of big business servers and 
until I see some kind of research showing me hard number differences between 
these applications then I will continue to have my opinion that The only 
reason I can see a company moving to BlueDragon .NET is to transition 
completely to .NET and away from CF. 



Bob Everland

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245989
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: MySpace - How they do it: Staff, Software amp; Servers

2006-07-10 Thread Robert Everland III
That's why I stated it's an opinion. There is no way anyone could possibly 
research every reason each company does what decision, but the few that have 
been mentioned have been that they are moving to BlueDragon.NET to transition 
completely to .NET, so as I said, it was my opinion.


Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245993
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: MySpace - How they do it: Staff, Software amp; Servers

2006-07-10 Thread Robert Everland III
That's been the view here as well. The entire state of Florida is standardizing 
on .NET and we are completely a ColdFusion shop. The only way for us to 
transition to .NET is to start writing apps in .NET without losing the 
functionality of our other apps. 

I'm not saying New Atlanta doesn't have a good product, it's great. It allows 
us to transition to a new programming language and it will never allow the user 
to see that a change is going on.

I agree that J2EE is losing the battle, even if only in the Windows world.

As for Flex, well I haven't had a chance to use it with Flash 9, but Flex 1 
with Flash 8 left a bad taste in a lot of people's mouths due to it's price and 
how long it took to load. If they have taken care of those issues then I think 
there will be a lot of sites taking advantage of it.


Bob Everland

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245996
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Upgrade CFMX Devel to CF7

2006-07-07 Thread Robert Everland III
The only code that I can think of that can give you problems is the cfgrid tags 
and the others that are related, other than that everything else is backwards 
compatible and should work without incident. Are you having an issue with an 
upgrade?



Bob

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245720
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Blog entry detailing upgrade from cf4.5 to cf 7.01

2006-07-06 Thread Robert Everland III
I know there are some people still on older versions of CF and this read may be 
worth your while.

http://buckingkitty.wordpress.com/2006/05/07/coldfusion-upgrade-45-to-mx-701/



Bob 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245602
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Eclipse 3.2 VSS 1.61

2006-07-05 Thread Robert Everland III
I just tried ESSTP and the only thing I didn't like which is a deal breaker for 
me is that it won't ask me to check it out once I start typing. I was able to 
get VSS to work, I just had to make sure I had the SDK version of Eclipse.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245401
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: TMT tabs question

2006-07-05 Thread Robert Everland III
I just added a new attribute called link and if I want the tab to go to a new 
page I put the whole url in, something like this index.cfm?tab=5 .Then in my 
code I can see which tab to display so it doesn't have to be written for all of 
the tabs.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245418
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: TMT tabs question

2006-07-05 Thread Robert Everland III
For making anything but the first tab whenever the page loads, you could 
leverage the selectedtab attribute (I added it a few months ago).

As far as I understood, Andy wants to do a different thins, he has to 
switch tab, client-side without clicking on the tab label.


I forgot that part, I use the selected tab to select the correct tab I'm on. 
That's part of the reason to send tab=whatever back to the page so it knows the 
correct tab to select.

Massimo, I sent you the code I changed if you find this change useful.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245421
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Eclipse 3.2 VSS 1.61

2006-07-03 Thread Robert Everland III
Has anyone found a way to get this plugin to work with the new Eclipse? 
http://vssplugin.sourceforge.net/




Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245286
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Good blog post on the frameworks debate

2006-07-03 Thread Robert Everland III
Claude,


You've tried to make your point with frameworks, but you haven't made any 
factual statements. It's fine if you don't want to use frameworks, but if you 
want anyone else to not use them then I think you need to document any issues 
with them as opposed to things like Includes CF 4.5 and CF 5 backwards 
compatibility when the latest versions don't. There was a time when fusebox 
did this, but it was seperate files, so if you didn't use CF 5, then you would 
not even have to use that file. 

My point is this, open frameworks are a good idea because it allows more than 
just you access to the code and an open discussion on issues. We all understand 
that frameworks forces a developer to learn something new, in most of these 
cases it forces the developer to learn OOP or MVC. But that doesn't mean 
learning those methodologies is a bad thing. It only helps your marketability 
and allows for you to move to other languages if a business decision forces 
your hand before you're ready.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245294
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Eclipse 3.2 VSS 1.61

2006-07-03 Thread Robert Everland III
I think my main issue was that I didn't get the SDK. If installing the SDK 
doesn't work I will try the -clean, thanks.



bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245296
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Good blog post on the frameworks debate

2006-07-03 Thread Robert Everland III
Tom,

All of the new frameworks use CFC, so they won't even work on CF 4.5 or CF 5. 
One of the frameworks I know , fusebox 3, used a cfswitch in the main file and 
included a specific framework depending on which server you were on. You didn't 
need this logic, you could just include the correct file on which server you 
were on. There was no logic in the framework file that had different syntax 
based on what CF version you were on , which would make the code harder to work 
with. I have worked on code that I needed to work on multiple versions of CF 
and with how the tags change and how error trapping works in CF it is almost 
impossible to have one file that works on many different versions of CF. 



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245297
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Framework suggestions

2006-07-03 Thread Robert Everland III
Claude Snake,


We know you both either don't have the time or just don't think it's worth your 
time to code using frameworks. I think it's time for you to stop contributing 
to threads on them since you have no actually looked at any of the code in 
frameworks. This thread started as a recomendation on frameworks, not on why 
not to use them. The poster already uses their own homegrown framework and 
wanted to branch out to something that has already been developed. You have 
commented on issues with frameworks you know nothing about because neither of 
you have used them. Start a club or something about hating frameworks, but I 
don't think posting opinions on something you don't know anything about is the 
right outlet.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245300
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Good blog post on the frameworks debate

2006-07-03 Thread Robert Everland III
  There was no logic in the framework file that had 
  different syntax based on what CF version you were on ,
 
 There could have been, and you would never have known :-)

Actually, because the code is open I was able to browse through the source and 
see for myself.


Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245305
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Framework suggestions

2006-07-03 Thread Robert Everland III
I was referring to this comment:

Unfortunately I have a full-time job, so I don't have the luxury of just
taking time off at a whim to play with new frameworks.
Things like this have to wait until I have some free time.

snake 

Stop imagining and actually try it.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245309
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Framework suggestions

2006-07-03 Thread Robert Everland III
Snake,

I said nothing deragatory to you, I asked you to not post on this topic because 
what you had to say wasn't relative to the question asked.

As for the issues you addressed to me publicly I will address them publicly. 
Sorry if your single, have no kids and/or are unemployed/on welfare, but we
can't all live life the way you do I'm afraid, some of us have bigger
responsibilities in our lives than coldfusion, like feeding the kids and
paying the mortgage. 

I am single, I don't have kids, I am employed, I do have a mortgage. ColdFusion 
is how I pay the bills, so I try to use whatever free time (such as lunch 
breaks or 15 min breaks) I have at work to learn new things. I also use some of 
my time in the morning to surf through some of the blog feeds to see if there 
is anythign I can use on the projects I am working on.

I'm very happy for you that you have so much free time, but please don't try
and shove your lifestyle down other peoples throats, we don't need any more
dippy Daves on here, one is enough.

I don't know what lifestyle you're talking about. All I said was not to post on 
this topic if you're only feedback was negative comments towards frameworks you 
don't have the time to look at. Don't berate someone publicly because they know 
how to manage their time.

If you have something deragatory to say to me I would rather you do it to my 
personal email and I will address it there. 



Bob


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245316
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Good blog post on the frameworks debate

2006-06-30 Thread Robert Everland III
http://www.kcwebcore.org/blog/index.cfm/2006/6/29/CFUNITED--The-Framework-Debate-Continues

From the blog:

Near the end of this mock trial, Simon made a point that set me free of the 
conflict of the debate. He related an account of a project he had worked on in 
England some time in the past in which he had 100 developers under him. He 
shared how it was that this large team had tried using Mach II, tried using 
Fusebox, and in both instances found those frameworks wanting. Then he showed 
them his own 'methodology', which they readily adopted and used to successfully 
complete the project. Simon's point was that he and his team had accomplished a 
large task, and didn't need to use a framework in the process. But between 
Simon's words lay the whole truth of this matter, the truth that finally freed 
me from the points and counterpoints that were tugging my intellect in both 
directions. This truth, folks, is this: Any application that actually works 
uses a framework. Simon likes to call his framework his 'methodology', 
resisting the urge to give it any kind of formal name or documentation, and 
thus disguising it in obscurity and vagueness. Nevertheless, it is indeed a 
framework. So folks, this whole debate is bogus, the opposition's stance is 
vapor, and in reality is a one sided debate with the answer to the question of 
the validity of frameworks already woven into the very fabric of both sides of 
the argument. The answer, my fellow CF coders, to the question of whether or 
not using frameworks is a good thing, is an unequivocable YES. You need 
frameworks, and whether you roll your own or adopt a community standard, there 
is no way to avoid them...logic will not permit it. 



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245113
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Good blog post on the frameworks debate

2006-06-30 Thread Robert Everland III
But my point was - are they moving to .NET and only using BD.NET in the
interim.


I don't think any of use know for sure, not even Vince and crew. Only the folks 
at Myspace and Fox know the answer, and even if they told us, a management 
decision could negate what they say.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245133
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Query Ip address

2006-06-28 Thread Robert Everland III
How would I go about querying an ip address in a table.

I need to pass in an ip address and  be able to tell if that ip address is 
between a starting and ending address to get a user's location.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244965
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Query Ip address

2006-06-28 Thread Robert Everland III
How would I go about querying an ip address in a table.

I need to pass in an ip address and  be able to tell if that ip address is 
between a starting and ending address to get a user's location.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244966
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: iTunes integration

2006-06-27 Thread Robert Everland III
Why would you want to integrate Itunes into ColdFusion?



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244857
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


ColdPDF Alpha Release

2006-06-20 Thread Robert Everland III
Please download the first release of ColdPDF and see if you can find any errors 
in the code.


http://www.reactivevision.com/coldPDF.txt , just rename it to coldPDF.cfc


fillInForm(sourcePDF, query, destinationPDF) allows you to pass in the path of 
a PDF that has form fields and fills in the form fields with the exact same 
names of the columns from a query. You can choose to put a destinationPDF or it 
will make one with a UUID for you. I have tested this myself with 1 record to 
many records and it works great. I still need error trapping for when you pass 
a query with no records it will bomb out. This was all we used ActivPDF for 
here, so this effectively allows us to not have to use ActivPDF anymore.

writePdfFromTiffs(pdfOutput, tiffList) allows you to create a PDF from a list 
of Tiffs. This was added from Chris Peterson and I have not had a chance to 
test or use it. 


Please take a look at what we've done here and give us any feedback, from 
functions you would like to see to functions you may have done that we can 
include in the CFC. Eventually I will put up a website with documentation.




Bob Everland


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244222
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Announcing ColdPDF

2006-06-16 Thread Robert Everland III
Dan,


I don't understand what you mean by adding a classloader, the examples you gave 
me added a classviewer http://www.cfdev.com/mx/undocumentation/ to view 
undocumented features, but the examples expect the iText jar to already be 
loaded.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243764
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Announcing ColdPDF

2006-06-15 Thread Robert Everland III
I have decided to create an open source CFC that will allow everyone to take 
advantage of the iText libraries whether you have CF 6 or CF 7. I have added 
what functions I have needed but there are so many things that can be done with 
the iText library I would like to call on the community to get other functions 
you have created on your own that you would like to share with the rest of the 
community. So far here is what I have.


fillInForm(sourcePDF, query, destinationPDF) - Fills in a pdf with values from 
a query. Returns the name and path of newly created PDF.

Planning to add
listPDFFields(sourcePDF) - List names of fields, also want to return other 
attributes such as size and type of field.

So if you have something to contribute just reply to this email or contact me 
offline. Once we get a few more functions I will release it. Keep in mind this 
is also for CF 6 so if you have a function that merely duplicates the 
functionality of CFDocument that would be great.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243589
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Announcing ColdPDF

2006-06-15 Thread Robert Everland III
Seth can you reply to me offline and send me the function so I can add it to 
the CFC?



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243600
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Sticking with CF...

2006-06-15 Thread Robert Everland III
The administrator is just about exactly the same, minus some style sheet 
changes and new options. It hasn't changed much from the 3.0 days if not 
earlier.

You should be able to run all of your existing code under CFMX 7 with little or 
no changes. All of the tags that have been deprecated still work.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243629
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Sticking with CF...

2006-06-15 Thread Robert Everland III
As I said, those would require LITTLE coding changes. A var changing to a 
structure would still be referenced the same way, and CFGrid, ugh, well that's 
assuming he's using it, it still won't be much to change it. Not like having to 
change say a cfquery tag throughout the site.

I wouldn't worry too much about it. You can put an error trapper on your site 
and just spider the whole thing to see where issues will be. Then have a human 
test it. Honestly I think you could do it in a couple of weeks if even that 
long.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243655
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Announcing ColdPDF

2006-06-15 Thread Robert Everland III
I don't know much about your product to answer that, but if you've copied the 
majority of ColdFusion's funcitonality I don't see why not. I'm just 
initializing the iText jar to do the heavy work, the ColdPDF cfc is merely an 
easy way for anyone to take advantage of the power of iText.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243656
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Documentation Software Needed..

2006-06-15 Thread Robert Everland III
Viewing the source of that site shows that they are using RoboHelp which just 
so happens to be an Adobe product.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243657
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Itext Checkbox

2006-06-14 Thread Robert Everland III
How the heck do I set a checkbox field to be checked, I have tried

setField(IMACHECKBOX, TRUE);
setField(IMACHECKBOX, 1);
setField(IMACHECKBOX, 0);
setField(IMACHECKBOX, On);

Nothing works, the text fields fill in correctly, this won't



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243436
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Itext Checkbox

2006-06-14 Thread Robert Everland III
Negatory, checked and check didn't work.


Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243440
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Itext Checkbox

2006-06-14 Thread Robert Everland III
I'm using a stamper to fill in the fields of PDF. I just tried PdfBoolean.TRUE, 
that did not work. No errors, just won't check the checkbox.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243443
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Itext Checkbox

2006-06-14 Thread Robert Everland III
I found the answer, if you do a
AcroFields.getAppearanceStates(fieldName) it will return what value it 
expects.

So the correct answer is:
setField(IMACHECKBOX, Yes);



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243529
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Emulate fast compile in other frameworks

2006-06-13 Thread Robert Everland III
I was wondering if anyone has tried to take what the Fusebox team has done so 
that some of the other frameworks run as fast as Fusebox?



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243342
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Itext Sample code

2006-06-13 Thread Robert Everland III
Someone had mentioned they were going to offer some sample code showing how to 
use Itext to load a PDF with fields and fill in the values. Any status on when 
we can see that?



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243347
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Bar codes

2006-06-13 Thread Robert Everland III
Check this out


http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=7threadid=973582highlight_key=ykeyword1=itext



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243380
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Server firewall software

2006-06-12 Thread Robert Everland III
I realize you're after an answer for a software based firewall, but what we're 
trying to tell you in a not so helpful way is that it isn't recommended to put 
a software firewall on an OS. It adds overheard, can cause instability, and if 
you're that worried about malware sending things from your box then you have a 
bigger issue than a firewall will help. 

The recommended method is a hardware based firewall, put the server in a DMZ 
behind the firewall and it's not allowed to be touched with anything besides 
the approved upon open ports, and put antivirus on the computer. Keep up with 
updates and patches and your server will be just fine. Also if you can try to 
move different services to different servers so if there is a 0 day 
vulnerability it will only affect one server.



Bob Everland

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243232
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Vendor based JDBC vs Datadirect

2006-06-08 Thread Robert Everland III
Has anyone done any comparissons between the JDBC drivers created by Oracle and 
Microsoft compared 
to the datadirect drivers? I'm curious to see if there is a performance 
advantage between them.




Bob Everland

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242922
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: FDF and coldfusion

2006-06-07 Thread Robert Everland III
I would like to see the code also. We're using active pdf to do this and that's 
all we're doing is using pdf to match up to the fields to the pdf. So any code 
you can share Neil would be awesome.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242822
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Stupid form fields

2006-05-31 Thread Robert Everland III
I have this code
cfset reportCardFields = formid, sid, datecreated, tid, sname, grade, year, 
school, teacher, principal, reading, language, math, science, t1, t2, t3, t4, 
t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, 
t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, 
t38, t39, t40, t41, t42, t43:0, t44:0, t45:0, t46:0, t47:0, t48:0, t49:0, 
t50:0, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, 
ch1, ch2, ch3, ch4, ch5, ch6, ch7, ch8, ch9, ch10, ch11, ch12, ch13, ch14, 
ch15, ch16, ch17, ch18, ch19, ch20, ch21, ch22, ch23, ch24, ch25, ch26, ch27, 
ch28, ch29, ch30, ch31, ch32, ch33, ch34, ch35, ch36, ch37, ch38, ch39, ch40, 
ch41, ch42, ch43, ch44, ch45, ch46, ch47, ch48, ch49, ch50, ch51, ch52, ch53, 
ch54, ch55, ch56, ch57, ch58, ch59, ch60, ch61, ch62, ch63, ch64, ch65, ch66, 
ch67, ch68, ch69, ch70, ch71, ch72, ch73, ch74, ch75, ch76, ch77, ch78, ch79, 
ch80, ch81, ch82, ch83, ch84, ch85, ch86, ch87, ch88, ch89, ch90, ch91, ch92, 
ch93, ch94, ch95, ch96, ch97, ch98, ch99, ch100, ch101, ch102, ch103, ch104, 
ch105, ch106, ch107, ch108, ch109, ch110, ch111, ch112, ch113, ch114, ch115, 
ch116, ch117, ch118, ch119, ch120, ch121, ch122, ch123, ch124, ch125, ch126, 
ch127, ch128, ch129, ch130, ch131, ch132, ch133, ch134, ch135, ch136, ch137, 
ch138, ch139, ch140, LANGUAGE_ESOL_1, LANGUAGE_ESOL_2, LANGUAGE_ESOL_3, 
READING_ESOL_1, READING_ESOL_2, READING_ESOL_3, WRITING_ESOL_1, WRITING_ESOL_2, 
WRITING_ESOL_3, MATH_ESOL_1, MATH_ESOL_2, MATH_ESOL_3
!--- Set default values ---
cfloop index=i list=#reportCardFields#
cfif not structkeyexists(form, i)
cfif listlen(i,  :) gt 1
cfset form[listgetat(i,  1 ,  :)] = 
listgetat(i,  2 ,  :)
cfelse
cfset form[i] = 
/cfif 

/cfif
/cfloop
cfdump var=#form[CH58]#cfabort


And on a form submit I get this error

Element CH58 is undefined in a Java object of type class 
coldfusion.filter.FormScope referenced as  


I'm on CF 6, anyone have any idea why?



Bob 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241807
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Stupid form fields

2006-05-31 Thread Robert Everland III
I've done that, same result.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241829
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Stupid form fields

2006-05-31 Thread Robert Everland III
That is what it was. Thanks for the help



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241833
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Clustering and CFMX 7

2006-05-26 Thread Robert Everland III
With CFMX 7 clustering, can you copy application and session variables between 
servers including sessions or applications that are cfcs?



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241606
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


OT: MySQL to Oracle

2006-05-25 Thread Robert Everland III
We are getting some servers from the state here that will have MySQL on them, 
we will need to consolidate all of the data on a nightly basis to our Oracle 
server. Does anyone know of a tool that will help with this?



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241500
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: MySQL to Oracle

2006-05-25 Thread Robert Everland III
Federated tables looks to be the best solution so far. This would allow us to 
have a schema in oracla set up just for this initiative with a table for each 
school. Then we can write a stored procedure to dump the data once a nice to 
the designated table.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241504
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: OOD/Design Patterns and ColdFusion.

2006-05-16 Thread Robert Everland III
I have found that looking through Ray Camden's code gave me more of an 
understanding of these theories. Ray utilizes objects along with CRUD. Check 
out Lighthouse, that one I have worked with quite a bit and has really helped 
my understanding of OOP.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240677
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: remote CF development

2006-05-15 Thread Robert Everland III
I probably have the same cell phone as you and that screen is too small to do 
what you want, even without using remote desktop. I saw there is an app that 
allows you to use full screen remote desktop, that would help for times where 
you need to do an emergency fix, but as for full blown development, I don't 
know of anything or even if you would really want to.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240557
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Okay, here's *another* error message I've never seen...

2006-05-12 Thread Robert Everland III
Are you using Microsoft SQL Server? If so are you using the ODBC connector or 
are you using the built in Microsoft SQL Driver? If both are yes you may want 
to try the JDBC driver that Microsoft offers. I have done some advanced queries 
that choked on the datadirect drivers, but worked with Microsoft's JDBC drivers.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240389
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


ColdFusion to .Net blog

2006-05-09 Thread Robert Everland III
I am currently converting Ray Camden's Lighthouse application to .NET so that I 
can learn .NET. Would anyone be interested in reading a blog documentating the 
steps I have taken and what I have learned?




Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240010
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFComet is alive

2006-05-08 Thread Robert Everland III
I see posts come up all the time about how to access Index Server. I wrote an 
article on this years ago back in CF 5 when COM objects worked pretty well. I'm 
not sure how well a lot of these will still work, but I found this by doing an 
Ego google search on my name. http://cfregex.com/cfcomet/


Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239809
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Web Cam - Race Track

2006-05-04 Thread Robert Everland III
Spending money is definitely a necessity. Depending on traffic a full T-1 may 
not be enough. Just take a capture of a webcam and compress it down enough so 
you can see how viewable it will be then multiply that by a portion of their 
web users to estimate if they have enough bandwidth. You should look into the 
flash media server. That seems to be the best way to get video served out. Very 
compressed and pretty easy to set up. Plus you don't have to worry about third 
party installs since 98% of web users have flash and will be able to view your 
video. 


Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239533
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX 7.0.1 and MS SQL 2005

2006-04-26 Thread Robert Everland III
Actually DTS is still in there, they say that it's limited, but with what we're 
doing with DTS I haven't had an issue. You can create new DTS packages. We are 
using the 64 bit version of SQL 2005 and there are some major issues with SSIS. 
One major show stopper is the fact that an SSIS package won't work when using 
Microsoft Access drivers. Until they release a service pack SSIS is dead in the 
water for us here. DTS is working flawlessly though.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238752
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX 7.0.1 and MS SQL 2005

2006-04-26 Thread Robert Everland III
SSIS packages should not be foreign to you if you're used to DTS packages. Yes 
it's a little different, but the interfaces are very similar to the way the old 
DTS packages were. The only difference would be the editor which made things a 
bit less user friendly. I'm used to using Visual Studio so this hasn't been 
very difficult for me, once you get used to the interface it will become very 
easy for you. It took me just a couple of hours to figure out how things work 
with SSIS. The only thing I would like to find out now (once SSIS even works 
for us) is how to get the packages saved in the database rather than as 
physical files on the disk.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238757
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX 7.0.1 and MS SQL 2005

2006-04-26 Thread Robert Everland III
SSIS packages should not be foreign to you if you're used to DTS packages. Yes 
it's a little different, but the interfaces are very similar to the way the old 
DTS packages were. The only difference would be the editor which made things a 
bit less user friendly. I'm used to using Visual Studio so this hasn't been 
very difficult for me, once you get used to the interface it will become very 
easy for you. It took me just a couple of hours to figure out how things work 
with SSIS. The only thing I would like to find out now (once SSIS even works 
for us) is how to get the packages saved in the database rather than as 
physical files on the disk.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238756
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: coupons inc script - convert VB to CF UDF

2006-04-25 Thread Robert Everland III
I have corrected your function, I added in some vars. The mod was definitely 
going to be an issue, so I just added 1 to it, you were also using the variable 
m in there and m wasn't used anywhere so I changed that to i, enjoy.


cffunction name=EncodeCPT
cfargument name=vString required=true type=string hint=is the 
Pin code (p)
cfargument name=vKey required=true type=string hint=is the 
Offer code (o) 
cfargument name=vOffer required=true type=string hint=is the 
Short key 
cfargument name=encodeX required=true type=string hint=is the 
Long key 

!--- set chars to loop over to build arrays ---
cfset var m = 1
cfset var q = 0
cfset var j = 
cfset var k = len(vKey)
cfset var eString = 
cfset var decodeX =  
abcdefghijklmnopqrstuvwxyz0123456789!$%()*+,-.@;=?[]^_{|}~

!--- create arrays ---
cfset var vob = ArrayNew(1)
cfset var encodeModulo = ArrayNew(1)

cfset vob[1] = int(vOffer/100)
cfset vob[2] = vOffer mod 100

cfloop index=i from=1 to=256
cfset encodeModulo[i] = 0
/cfloop

cfloop index=i from=0 to=60
cfset encodeModulo[asc(mid(decodeX,i+1,1))] = i
/cfloop

!--- append offer code to key ---
cfset vString = lcase(vString)  vOffer

!--- create 20 char string ---
cfif len(vstring) LT 20
cfset vString = Left(vString   couponsincproduction, 20)
/cfif


cfset j = len(vString)
cfloop index=i from=1 to=#j#
cfset s1 = encodeModulo[asc(mid(vString,i,1))]
cfset s2 = 2 * encodeModulo[asc(mid(vKey,1+((i-1) mod k),1))] 
cfset s3 = vob[i mod 2 + 1]
cfset q = (q + s1 + s2 + s3) mod 61
cfset eString = eString  mid(encodeX,q+1,1)
/cfloop

cfreturn eString

/cffunction


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238726
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: IE ActiveX Patch

2006-04-21 Thread Robert Everland III
It's called SWFObject now, Adobe legal made him take Flash out of the name, 
even after he asked if he could add Flash is a registered trademark of Adobe, 
used with permission.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238358
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: New version of rSession available

2006-04-19 Thread Robert Everland III
I just looked at this code and while it solves a problem it creates another 
one. You go from using session variables, to using the request variable (try 
using cferror as a catch all on that scope, at least in cf 6) then you wddx it 
all to a database. Why not just use client variables to begin with? I try to 
stay away from client variables or reading and writing excessively to a 
database because my database server is the bottleneck in any of my 
applications. 

I think this app would be much cooler if you could actually duplicate your 
session and application variables on another server so that when your server 
fails over to the other one, the memory variables are already there. 



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238143
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: New version of rSession available

2006-04-19 Thread Robert Everland III
I find 16ms hit hard to believe. You could have large caches of information, 
structures, arrays of structures, and the hit to read and write that 
information would go up significantly. The only difference between this method 
and client variables is that you have converted it to wddx before you sent it, 
which is good for complex variables , but a lot more overhead for simple 
variables.


Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238149
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: searching for online booking system written in CF

2006-04-17 Thread Robert Everland III
I have a reservation engine I created in CF, it's written to use SQL, but 
shouldn't be too hard to port to MYSQL now that it supports Stored procedures. 
http://www.reactivevision.com




Bob Everland

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237906
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: searching for online booking system written in CF

2006-04-17 Thread Robert Everland III
Contact me off list, let's see if the product fits your needs, if it does maybe 
I can donate a copy and get a tax deduction form from you for doing that. Not 
sure on the specifics of it since I have never done it. 




Bob Everland

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237920
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: How can I tell what version of CF a particular site is running?

2006-04-05 Thread Robert Everland III
cfdump var=#server#

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237008
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFEclipse and code colour

2006-03-31 Thread Robert Everland III
You can't change the color to the degree you can in Homesite and you can't bold 
the code that I know of.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236725
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF CMS recommendation

2006-03-23 Thread Robert Everland III
Try Farcry, big community and it's open source. So the only needs you will have 
for a budget will be training and learning the system which you would have to 
do with any bought system.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236084
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Eclipse issues

2006-03-22 Thread Robert Everland III
This made no difference.


Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235996
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: threerelatedselects - do you can help?

2006-03-20 Thread Robert Everland III
The delay is not very great and you can give input back to the user to let them 
know you are waiting on data. It's much faster and less bandwidth intensive to 
do this than to load up all of the data at once.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235751
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Eclipse issues

2006-03-17 Thread Robert Everland III
I found a post on CFEclipse forum about this. Looks like it's related to the 
Antivirus scanning network files, it changes the timestamp which causes the 
file to not synch with Eclipse anymore. I think it's a bug that the Eclipse is 
working on.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235616
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: threerelatedselects - do you can help?

2006-03-17 Thread Robert Everland III
I started looking into this tag and found it much easier to use AJAX. You may 
want to look into that. Either cfajax or ajaxcfc.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235652
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Converting a Query to Stored Procedure

2006-03-17 Thread Robert Everland III
There are a few ways you can do this. Either do a subquery so you don't have to 
pass a list, mark up the list with single quotes already in your list or use 
cfqueryparam and use the option to say it's a list and it will mark up your 
data to pass in correctly. 



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235654
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Eclipse issues

2006-03-16 Thread Robert Everland III
I have finally dived into Eclipse head on and am having a weird issue. Where 
would I post issues at? (If it's here, this is my issue. I open a file, edit 
it, then save it, then make another change and it tells me save could not be 
completed has been changed on the file system. I am using the VSS plugin, 
latest version.)


Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235575
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CSS issue with tmt_tabs (Massimo's tab component)

2006-03-15 Thread Robert Everland III
I think this may have to do with the way IE treats CSS images. It doesn't cache 
them, so each time you would click on an image he may be reloading the rest. I 
have a tab component and while mine don't disappear on click, they do disappear 
when moused over. Do a google search for css mouse flicker.



bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235471
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Oracle SQL Developer

2006-03-14 Thread Robert Everland III
Oracle just announced a new SQL development tool. 
http://www.oracle.com/technology/products/database/sql_developer/index.html


I use Oracle 8i and it doesn't look like it will work for this version, so I 
will probably continue to use Aqua Data Studio, but it's nice that Oracle has 
finally released a tool to compete with TOAD.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235300
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Oracle SQL Developer

2006-03-14 Thread Robert Everland III
 I'd say that Oracle is competing with Microsoft by releasing this.  
 SQL
 server 2005 comes with Management Studio which looks a LOT like 
 Oracle's
 new tool.  Toad is a 3rd party tool that is not free.  Many companies
 trying to decide between Oracle and SQL Server might choose SQL 
 Server
 2005 because it comes with a powerful IDE for SQL developers.  Now
 Oracle can tell such customers that their DB has a free and powerful 
 IDE
 as well.
 
 I am not a SQL Server fan, and I hope I don't start a DB war, I just
 wanted to add my 2 cents on Oracle's motivations.  :)


There is no way this tool looks anything like SQL Server's tool. The IDE of SQL 
Server 2005 also comes with a specific version of Visual Studio for SQL Server 
to design reports and to make SSIS(sql server integration services replaces 
DTS). It's a good start for Oracle and it will allow them to say they have an 
IDE, but it is not competing with Microsoft's IDE. If anything it finally 
allows Oracle developers a GUI without having to buy additional tools or use an 
open source product not supported by Oracle.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235321
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Why can't web browsers view JPG's with exif data?

2006-03-10 Thread Robert Everland III
The one thing that comes to mind is that the jpg are CMYK and that's why they 
are coming up as broken graphics. Check to see what type they are, RGB is what 
will enable the graphics to display in the browser. Browsers don't have a 
problem displaying EXIF data.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235058
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Createquery and numbers that are strings

2006-03-10 Thread Robert Everland III
I am creating a huge structure so that I can get data from many different 
tables that I can't join (don't ask long story). The key of my structure is a 
SSN, now I need to order the records to be in alphabetical on the name, i can't 
use the name as the key since some people could potentially have the same name. 
So I came up with a way to loop through the key and get the name and put them 
into a query I create (you still with me). Now I do a dump of that query and it 
loses any 0's in front and treats it as a number. Even when I use javacast. The 
only way I have found to get by this is to put a letter in front of the SSN. 
Anyone have another solution to this?



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235074
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Createquery and numbers that are strings

2006-03-10 Thread Robert Everland III
I could try putting an empty string in front, but even if that works I would 
still have to take out the empty space later because I still need the ssn for 
the primary key of the structure. The SSN is returned as a string.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235078
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


  1   2   3   4   5   >