CF 9 Multi server IIS and Virtual Applications

2010-02-03 Thread Robert Everland
I have found out how to create a multi server using applications on one web root. My question to the group is about suggested methodologies in regards to the multi server. We have an application that causes issues with all of our other web apps, we will definitely be segregating that one in

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

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

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

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

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.

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

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,

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

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

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

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

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

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

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

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

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,

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

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

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

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

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

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

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

Re: OT: stored proc template

2006-07-10 Thread Robert Everland III
Here is what I normally do /** *Purpose: * * *Outputs: * * * * Action Who WhenChange Description

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

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

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

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

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

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:

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

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.

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

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:

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

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:

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

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

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

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

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,

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

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

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:

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:

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:

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

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

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

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

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

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

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

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:

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

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:

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:

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:

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:

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:

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:

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

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:

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:

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,

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

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:

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:

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

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

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

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

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

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:

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/

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

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

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

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

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

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:

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

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

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:

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

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:

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:

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:

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

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:

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

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:

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

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

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

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

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

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

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

  1   2   3   4   5   6   7   8   9   10   >