CFStudio Freaking Out

2001-06-18 Thread JoshMEagle
Hi all, recently I installed the update patch to CFStudio 4.5 to add the 5.0 tags, well everything worked fine for about a week, then things started getting strange, then it quit working altogether (would get the splash screen, then nothing). I reinstalled 4.5, installed the 4.5 update then insta

XML with ColdFusion

2001-06-18 Thread JoshMEagle
The following code opens and outputs an XML file based on an XSL template using ASP I was wondering if there are similar functions in CF or if someone could point me in the right direction towards functions or whatnot . THANKS! ASP Code Listing (sorry, I know y'all hate ASP): <% 'Load

RE: Detecting if Browser has Cookies Enabled

2001-06-18 Thread JoshMEagle
function cookieDetect(){ if (document.cookie == ""){ document.myform.cookies.value ="NO"; } else { document.myform.cookies.value ="YES"; } } document.cookie = 'killme' + escape('nothing') This script checks to make sure that cookies are en

RE: Enterprise Manager connection to SQL Server

2001-06-18 Thread JoshMEagle
I had a similar issue recently ... trying to connect to our SQL Servers from a remote location. I was using the IP Address of the servers to connect, but this wouldn't work, I had to use the actual name (such as SQL.MYSITE.COM) instead of the IP ... then it connected flawlessly. I suppose it shoul

RE: WYSIWYG editors

2001-06-14 Thread JoshMEagle
My mistake on the purchase of ezEdit ... it was HTMLArea_one that I paid $70 for a single domain licence of ... it's nice, but not even close to the functionality of ezEdit ... and infinitely more expensive. Joshua Miller Web Development Eagle Technologies Group Technology Solutions for the Next

RE: Reservation System

2001-06-14 Thread JoshMEagle
You could send him our way, we're building a global rental property service and it's due to launch in about 3 weeks. He can list his property, manage time availaility, manage pricing for various times of the year, add photos, descriptions, etc. Includes a booking engine and all sorts of things. It

RE: WYSIWYG editors

2001-06-13 Thread JoshMEagle
I really like ezEdit, but I paid for a version about a year ago (it's free now), and now they won't respond to my emails when I have trouble with the tag - they're working on a new version so they're not really supporting the old version (even though a lot of us paid for it). Joshua Miller Web De

RE: Upgrade issues

2001-06-13 Thread JoshMEagle
We're running 4.01 on Win2k ... actually, it runs better on Win2k than 4.5 does. I've heard there's a patch you can get from Allaire to correct this, but we've just stuck with 4.01 until 5.0 was released. You will have to upgrade MDAC though, that's the only glitch. Joshua Miller Web Development

RE: Suggestion for Print This Page...

2001-06-12 Thread JoshMEagle
Why not call it as a custom tag? That should do the trick ... of course you'll have to add logic to parse the attribute.value into your database values, but you could include some logic in the beginning of your templates to check for the existance of say attributes.sa and process accordingly.

Server Root Variable?

2001-06-12 Thread JoshMEagle
Is there a server variable to tell you the UNC path to a given template in CF that I'm overlooking, or is this just wishful thinking? Thanks! Joshua Miller Web Development Eagle Technologies Group Technology Solutions for the Next Generation www.eagletgi.com [EMAIL PROTECTED] ~~~

RE: OT: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come True !

2001-06-11 Thread JoshMEagle
tentially limiting your audience, and makes it more frustrating to create multiple versions of your web site for each browser." Steve -Original Message- From: JoshMEagle [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 11:10 AM To: CF-Talk Subject: RE: OT: NETSCAPE IS GOING A

RE: OT: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come True !

2001-06-11 Thread JoshMEagle
Does Netscape/Mozilla support DHTML and DOM scripting the way IE does? TEXT didn't even work in Netscape 4.7, I can't even imagine more complex items functioning in NS ... I've been building IE specific intranets for over a year now, so I don't even touch NS anymore does it still suck as bad

Spectra 1.0 and CF5

2001-06-08 Thread JoshMEagle
Do Spectra 1.0 and CF5 work together? I have CF5 installed and running and went to install the trial version of Spectra 1.0 and the Advanced Security test won't authenticate. Advanced Security works fine in with SiteMinder and CFAdministrator ... it all was installed correctly, Spectra just won't

How to combine queries

2001-06-08 Thread JoshMEagle
ine the data from both queries in whatever > way you want. > > HTH > D > * > Diana Nichols > Webmistress > http://www.lavenderthreads.com > 770.434.7374 > > "One man's magic is another man's engineering." ---Lazarus Long > > > --

RE: How to get a list of all tables in a given datasource - and how to combine queries

2001-06-08 Thread JoshMEagle
n's engineering." ---Lazarus Long -Original Message- From: JoshMEagle [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 8:34 AM To: CF-Talk Subject: How to get a list of all tables in a given datasource - and how to combine queries Have two questions First, given the nam

How to get a list of all tables in a given datasource - and how to combine queries

2001-06-08 Thread JoshMEagle
Have two questions First, given the name of a datasource, how do I go about finding what tables are contained in the datasource via CF (not just opening SQL Server) Second, I have a query of all the datasources on my server using that is returned as a query ... how can I combine this infor

How many dimensions in a given array?

2001-06-01 Thread JoshMEagle
How do I test to see how many dimensions a given array posseses? This method gives me all the values of a 2 dimensional array, but I need to know if it's a 2D array BEFORE I try this ... unless someone knows a craftier way... ??? #array[a][aD]#

RE: Delete session variable

2001-06-01 Thread JoshMEagle
For SESSION.Variable Joshua Miller Web Development Eagle Technologies Group Technology Solutions for the Next Generation www.eagletgi.com [EMAIL PROTECTED] -Original Message- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 11:21 PM To: CF-Talk Subject: Dele

RE: Layers?

2001-05-30 Thread JoshMEagle
Make the layers hidden until you need them ... as they're called to the front (or whatever you're doing with them) manipulate the style properties so that they're visible. function showLayer(){ layer1.style.visibility="visible"; } Layer Content Here Show Jos

CFLOCK syntax with CF4.0

2001-05-30 Thread JoshMEagle
HELP! I've been developing sites on a 4.5 server for a while, and now I have to alter some code to run on 4.0 server I'm using CFLOCK extensively to lock SESSION variables using SCOPE="SESSION" but 4.0 chokes and says SCOPE is not allowed, only NAME, THROWONTIMEOUT, TIMEOUT & TYPE what

RE: COOKIE expiration :((

2001-05-30 Thread JoshMEagle
I don't suppose you're using anywhere in your application? I heard that can cause cookie problems. If you are, try document.location.href="yourlink.cfm"; instead. Just an idea. Joshua Miller Web Development Eagle Technologies Group Technology Solutions for the Next Generation www.eagletgi.com

Spectra still going?

2001-05-25 Thread JoshMEagle
I heard recently that Spectra is falling by the wayside and will not be developed past v1.5, but now I'm seeing all kinds of articles on Spectra in the Fusion Authority Newsletter, CFDJ, Macromedia's site, etc. What gives? Are they cancelling it or is Spectra just such a great product that it does

RE: List of Datasources in CFServer

2001-05-23 Thread JoshMEagle
fits.co.uk/coldfusion/faq/#answer66 its a sample code to get a list of datasources on your server . Maybe it can help you . sabrina - Original Message - From: JoshMEagle To: CF-Talk Sent: Tuesday, May 22, 2001 11:58 PM Subject: List of Datasources in CFServer Is there anyway

List of Datasources in CFServer

2001-05-22 Thread JoshMEagle
Is there anyway to retrieve a list of all datasources on a cf server? Is there a struct or array or other collection that contains this information? Joshua Miller Web Development Eagle Technologies Group Technology Solutions for the Next Generation www.eagletgi.com [EMAIL PROTECTED] ~~~

RE: Session Solution.

2001-05-22 Thread JoshMEagle