Re: Image Saving

2005-11-21 Thread Robert Everland III
To further the point that in the right scenario databases can and should hold images, http://terraserver.microsoft.com holds millions of images directly in SQL Server 2000 databases. Bob Everland ~| Logware (www.logware.us): a

CFChart changing jpg quality

2005-11-21 Thread Robert Everland III
Is there anyway to change the quality of jpg created when I use cfchart? Has anyone accessed the jar directly without going through cfchart? Anyone know of any documentation in regards to that? Bob Everland ~| Logware (www.lo

Re: SESSION or not to SESSION

2005-11-09 Thread Robert Everland III
I would reevaluate the session variables you have and see what variables never change between users. I would then take those variables and move them to the application scope. Any functions you are using I would move to the application scope. I would NOT use client variables. The biggest bottlene

Re: First ever SP, on Oracle even.

2005-11-03 Thread Robert Everland III
Ian, Have you ever written any stored procedures for any other RDBM? Bob Everland ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a projec

Re: Query column index number

2005-11-02 Thread Robert Everland III
#qry.column[qry.currentrow]# ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try

Re: FlashForm

2005-10-28 Thread Robert Everland III
With remoting your function will submit a call back to coldfusion which will then send your query back into a structure that actionscipt can read. You then would have your values available in Flash and when you would need to go back and do another query could just do another remoting call. I don

Re: FlashForm

2005-10-28 Thread Robert Everland III
If this is HTML you will have to post back to your page so that ColdFusion knows what (var) is , if it's a self contained flash form then you just need to grab the var and do a flash remoting call since flash already knows what (var) is. ColdFusion has no idea what (var) is because you're on the

Oracle IN limit

2005-10-27 Thread Robert Everland III
Does anyone know if there is a limit to how many items I can put in an IN clause? Bob ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a proj

Re: Import CustomTag Dir with Subdirs

2005-10-26 Thread Robert Everland III
The names of the folders don't change, but the path of the application could change. If I develop an application that has multiple functions and I want to break out a part of that functionality and move it somewhere else, then I have to go through and change the cfimport of all of my pages. Or a

Re: Import CustomTag Dir with Subdirs

2005-10-25 Thread Robert Everland III
You can't use cfimport with any variable. For instance will throw an error. This makes cfimport unusable for me since I need to be able to put in dynamic paths so that I can easily move a site and not have to worry about anything hardcoded throughout the application. Bob

Re: MX 7.0.1 problem

2005-10-14 Thread Robert Everland III
Just in case anyone was wondering what the RFC had to do with anything. 2.2. Reserved Characters Many URI include components consisting of or delimited by, certain special characters. These characters are called "reserved", since their usage within the URI component is limited to their

Re: Dreamweaver 100% processor usage

2005-10-14 Thread Robert Everland III
I think it has something to do with following links also, now is there a way to turn that off? Bob Everland ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/

Re: Dreamweaver 100% processor usage

2005-10-14 Thread Robert Everland III
I have used CFEclipse and I have used Homesite +, they are both alright, but sometimes you are not given a choice with what IDE you are forced to use. Anyone have a suggestion for the 100% usage? I don't really need suggestions for other IDEs, I am aware of all the ones that are out there. Bo

Dreamweaver 100% processor usage

2005-10-14 Thread Robert Everland III
I have noticed this with just abotu every version of Dreamweaver I have used and it's slowly driving me crazy. Why does the processor hit 100% on the save of a file if you have the site set up? Can anyone help me on this? Bob ~~~

any free Oracle IDE

2005-10-11 Thread Robert Everland III
I am using TOAD for Oracle, but does anyone have any Win32 applications that are free that can interface to Oracle? I have also tried jdeveloper. I was less than impressed with that. Bob Everland ~| Logware (www.logware.us):

Re: Nullpointer error using cfquery, hotfix installed

2005-10-03 Thread Robert Everland III
What do you mean by null queryparam value? If I do Null="yes" in my queryparam then it always passes a NULL value. Bob ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking an

Re: iText - CF 6

2005-10-03 Thread Robert Everland III
I believe this could help you http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLG,GGLG:2005-39,GGLG:en&q=itext+coldfusion Bob Everland ~| Logware (www.logware.us): a new and convenient web-based time tracking ap

Nullpointer error using cfquery, hotfix installed

2005-10-03 Thread Robert Everland III
I keep getting a Nullpoint error when I am using cfqueryparam to insert or update a timestamp in Oracle and the value that is passed to it is blank. I have installed this hotfix http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19108 , but the issue persists. The only way I could

Re: Photo Gallery

2005-09-30 Thread Robert Everland III
Here is one that was posted a few months ago http://www.bellavite.com/bellaalbum.cfm Also this java program is pretty good, it takes your pictures and creates a website that is a slideshow http://jalbum.net Bob Everland ~| L

Copy record from query into structure

2005-08-16 Thread Robert Everland III
Is there a way to copy an entire record from a query into a structure. I can reference the query like query["rowname"][rownumber] but when you try to reference it as query[rownumber] it errors out. Bob ~| Logware (www.logware

Flash SEO

2005-06-01 Thread Robert Everland III
We have been doing a lot of flash sites with very minimal HTML content. One of the things we have done is create a text only website so that we can have our sites indexed by search engines. The only issue with doing this is that the search engine indexes the text only site instead of my actual s

RE: Flash remoting and calling the same function from 2 swf

2005-04-26 Thread Robert Everland III
It ends up working for one, then it will bomb on the other one. And what's even wierder is that it will usually only do it after I have cleared my cache. If I hit refresh it seems to work pretty conistantly. I'm thinking that the initial load evens out the loading of the flash movies so that the

Re: Flash remoting and calling the same function from 2 swf

2005-04-26 Thread Robert Everland III
Actionscript function getMessageCengerWdgData() { this.getUserAssignedTasks_Result = function(result) { var Count:Number = 0; Count = result.items.length; if (Count>1 || Count == 0) { task_mc.task_txt.text = Count+' '+

Flash remoting and calling the same function from 2 swf

2005-04-26 Thread Robert Everland III
I'm having an issue where when I try to call a function from 2 different swf's I get the error MethodName: "/5/onStatus" ResponseURI: (undefined) Parameters (object #2) ...code: "Server.Processing" ...description: "Complex object types cannot be converted to simple values." ...detai

Re: CF Document won't run

2005-04-26 Thread Robert Everland III
We had an issue here where the CF server needs to be able to resolve the webroot by going to the domain i.e. www.cnn.com . So our issue was that we were behind a firewall so going to our domain wouldn't work. We had to install a seperate DNS server to be able to resolve our full domain, then it

RE: Flash Remoting and Scoped Variables

2005-04-25 Thread Robert Everland III
You do have access to session and application. If you want to use them in flash you will need to create a cfc that passes the variables into flash. Each cfc knows the session and application variables. Bob ~| Logware (www.logw

transferring between domains, cookies and flash

2005-04-25 Thread Robert Everland III
I'm having an issue when transferring between domains on the same box. When I pass the CFID and CFTOKEN the session isn't carrying over. The entire application is in flash using flash remoting. So when the session isn't passed correctly everything totally goes to crap. If I put this piece of cod

Maketree issues

2005-04-06 Thread Robert Everland III
I used to use the maketree tag a lot, but ever since CFMX came out I have issues with it running into an infinite loop. I have traced that fact to the current variable being set to 0 . This causes it to go into an infinite loop. Can anyone else verify? /** * This function is a UDF for maketr

Flash datagrid, similar to CF 7

2005-03-22 Thread Robert Everland III
I was thinking of writing a custom tag that would allow users of CFMX 6 and maybe CF 5 to use the Flash datagrid kind of like how CFMX 7 uses datagrids. Has anyone written something like this already? Bob Everland ~| Logware

Re: Alternatives to Windows SMTP service

2005-02-16 Thread Robert Everland III
I use MailEnable, much better log files. Free version also. http://www.mailenable.com Bob Everland ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours sp

Re: CFMX ODBC/JDBC Drivers

2005-01-26 Thread Robert Everland III
Give me an example of exactly what I should do and I will do it. The reason I didn't do anything other than a select was that my view was that ColdFusion then has the result set so there would be no more use from the SQL server. I do everything in stored procedures, how are the results when usi

Re: CFMX ODBC/JDBC Drivers

2005-01-25 Thread Robert Everland III
I did my tests on a new coldfusion install, with 6.1 updater and all the hotfixes. Bob ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?ban

Re: CFMX ODBC/JDBC Drivers

2005-01-25 Thread Robert Everland III
If you saw my code you saw that the only thing I was doing was a select statement to the SQL server. The reason the second test was so fast was because I left caching on, so that I would get a more real world result. As I said earlier, I have no reason not to use JTDS, as a matter of fact if t

Re: CFMX ODBC/JDBC Drivers

2005-01-25 Thread Robert Everland III
Ok here is some quick testing I ran on the different datasources to compare speeds, I wanted to do it as quick as possible, before the thread dies off. I didn't really care which one won, I just want the fastest possible drivers. No settings have been changed. Classes were deleted after each tes

Re: CF and Cloudscape/Derby

2005-01-24 Thread Robert Everland III
What about PostgreSQL http://www.postgresql.org/ftp/ they just came out with a native win32 version. They have integrated stored procedures unlike MYSQL. Bob Everland ~| Logware: a new and convenient web-based time tracking ap

Re: Inexpensive, CF-friendly payment gateway?

2005-01-24 Thread Robert Everland III
I have had positive experience with authorize.net, there is some pretty easy code on the macromedia dev site. Bob ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusi

Re: CFMX ODBC/JDBC Drivers

2005-01-24 Thread Robert Everland III
If you are using SQL Server 2000 you can always use SQL Server JDBC drivers. Who better than MS to know how to handle their own server. I did some testing by looping through different types of queries such as inserts, updates and selects and with just 1000 queries Microsoft JDBC drivers were a c

cferror issue

2005-01-24 Thread Robert Everland III
Why does cferror exception not catch an error like this , it will just throw the error without being caught by cferror. Bob ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.ho

Bandwidth Throttler

2005-01-03 Thread Robert Everland III
I need to do some testing on a flash remoting project and there seems to be some issues with slower speeds. Does anyone know of any free or paid bandwidth throttlers that allow me to install it on my workstation and limit the amount of bandwith. Bob Everland

Re: Best way to access CFC's?

2004-11-29 Thread Robert Everland III
What about putting CFC's into the application scope? That way when calling one CFC from another CFC, you don't need to use cfinvoke. You also can use it when you do cfimport. Anyone have any experience doing something like that? Bob Everland

Re: Queries in CFC, cfoutput has issues

2004-11-24 Thread Robert Everland III
If you were looping over the query you wouldn't need to refer to the function. Also if you did myquery().name, you would only be getting the first record every time, you would just refer to name. I think it's just a limitation in ColdFusion, looks like a lot of people are having this issue. We'r

Queries in CFC, cfoutput has issues

2004-11-24 Thread Robert Everland III
I have a CFC that I have put all of my stored procedures into. I then input the CFC into the application scope for use throughout my application. The issue I have is that I can reference the query in a cfdump like this and it will dump the query. I can do isquery(application.queries.testquery()

Re: CHR in ASP and CFMX

2004-08-31 Thread Robert Everland III
I found in order to code ColdFusion correctly I had to do this: And in ASP I did this <%response.Charset="ISO-8859-1"%> I was then able to encrypt a string, urlencode it, then pass it to ASP and ASP could then use RC4 to decrypt that string. Bob [Todays Threads] [This Message] [Subscriptio

Re: CHR in ASP and CFMX

2004-08-31 Thread Robert Everland III
So how do we change the charset in ColdFusion, I found out how to change it in ASP. I have tried a meta tag in HTML, but that didn't change the output. Bob > Robert Everland III wrote: > > > When I do a CHR() in ASP and a CHR() in CFMX they come up with 2 > different valu

Re: CHR in ASP and CFMX

2004-08-31 Thread Robert Everland III
You would think they would be the same. Try these in ASP and CFMX and tell me if you get the same thing. 140 91 2 245 151 183 41 75 106 55 64 96 I'm running an RC4 function in CF and in ASP and they return the same numbers to change to CHR but when you do that they become different values and bre

Re: CHR in ASP and CFMX

2004-08-31 Thread Robert Everland III
; > >VB also has a lot of constants for these… > > > >Like > >VBCrLf is the same as Chr(13) & Chr(10) > >VBCR is the same as Chr(13) > >VBFormFeed is the same as Chr(12) > > > >They can be referenced either way. Maybe what you are looking for is

CHR in ASP and CFMX

2004-08-30 Thread Robert Everland III
When I do a CHR() in ASP and a CHR() in CFMX they come up with 2 different values. Is there any way to match the values up? Bob [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Query of query datatype issue

2004-07-19 Thread Robert Everland III
Ok here is what I'm trying to do. I have a query that sometimes there aren't enought records passed through. So I figured I would make some code that would create a query with my own recordset to put a value of 0 for the missed records so that it will match up with another display. Then afterwards

SQL Performance Question best practive

2004-05-11 Thread Robert Everland III
Which would be faster Select users.username,    project.projectname From   users inner join project on (users.userid = project.projectowner) - Or - Select (select username from users where userid = project.projectowner), project.projectname From   project Bob [Todays Threads] [Th

Re: ColdFusion Developer Edition

2004-05-05 Thread Robert Everland III
The single user version is good if I am the only person to hit the box, but if I'm limited by ip address I could run into an issue if it decides to bind on 127.0.0.1 instead of an outside IP address. Can you make ColdFusion bind to another ip on purpose? Bob >> Ok I know there is a ColdFusion Dev

Re: ColdFusion Developer Edition

2004-05-05 Thread Robert Everland III
Yeah they do, BUT it's only $49.95 now for sql server. http://www.microsoft.com/sql/howtobuy/development.asp >> Yes - but all the developers must have a subscription - right? > >Yes, I think so. > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ >phone: 202-797-5496 >fax: 202-797-544

Re: ColdFusion Developer Edition

2004-05-05 Thread Robert Everland III
That's like saying that I can use PostgreSQL instead of SQL. yeah they pretty much do the same thing, but I need it to be 100% duplicate of my live box. Bob Everland >And, if you have a multiple developer invironment where you may need a >CF capable server without IP restrictions, there is still

ColdFusion Developer Edition

2004-05-05 Thread Robert Everland III
Ok I know there is a ColdFusion Developer edition, but here is my question. >From what I understand it's limited to one IP address. Does Macromedia sell a developer version like Microsoft does where you can use the software in a development version unrestricted without having to be limited? I'm mak

Re: cfmx 6.1 (and mssql2k) server migration

2004-04-20 Thread Robert Everland III
Download and use the JDBC drivers. They are a little faster than the built in drivers, and they're from Microsoft. http://www.microsoft.com/downloads/details.aspx?FamilyID=9f1874b6-f8e1-4bd6-947c-0fc5bf05bf71&DisplayLang=en Bob Everland > I will need to move my cfmx server to another machine in

Re: Issue with Loops and queries

2004-04-14 Thread Robert Everland III
Here is what I ended up coming up with. Select CatID as itemid , Category as description, ParentId as ParentItemID, catlevel, catid, category, parentid From Categories_internal order by Orderby desc Query="#listcategories#"   ReturnVar="listcategories">

Re: Issue with Loops and queries

2004-04-14 Thread Robert Everland III
Here you go, I've been thinking of a better way of doing it and haven't come up with anything. Select CatID as itemid , Category as description, ParentId as ParentItemID, catlevel, catid, category, parentid From Categories_internal where catlevel = 0 order by Orderby

Issue with Loops and queries

2004-04-14 Thread Robert Everland III
I am running into an issue where Cf doesn't want to execute a query. Here is what I'm doing cfloop query     cfquery   cfloop query cfquery   cfloop query cfquery The last cfquery isn't executing. The query is good as for testing purposes I copied a query from abov

Join 2 like queries

2004-04-09 Thread Robert Everland III
Is there a way that I can join 2 queries that have the exact same columns returned. Let me give you some background. I am trying to query an ldap server. It can only return 1000 users, so I had to filter it. So I had to make 2 different ldap queries that both return the same columns but have differ

Geotrust Quick payments

2004-04-06 Thread Robert Everland III
Has anyone done a tag for Geotrust quick payments? http://www.geotrust.com/quickpayments/portal/index.htm [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Do i have to use evaluate here

2004-03-25 Thread Robert Everland III
I'm trying to make my application have the option of either using client variables or session variables. Once I do this how do I output it without an evaluate, can that even be done? Bob [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: IIF doesn't work correctly

2004-03-19 Thread Robert Everland III
I figured it out, must not put double quotes. Bob > I correct myself, the example works, but what I'm trying to do doesn't > work. Can anyone look at this and see why it isn't working > > #iif(listlen(cgi.query_string, "&") gt 1, > Evaluate(DE("listdeleteat(listdeleteat(cgi.query_string, 1, "&

Re: IIF doesn't work correctly

2004-03-19 Thread Robert Everland III
I correct myself, the example works, but what I'm trying to do doesn't work. Can anyone look at this and see why it isn't working #iif(listlen(cgi.query_string, "&") gt 1, Evaluate(DE("listdeleteat(listdeleteat(cgi.query_string, 1, "&"), 1, "=")")), DE("test"))# The cgi query_string will have eit

IIF doesn't work correctly

2004-03-19 Thread Robert Everland III
I was having some issues on IIF and thought I was using it correctly so I reverified it by looking at the examples in the book and if I copy an example directly out of the docs, it doesn't work. Try this in CFMX 6.1 #IIf(IsDefined("Form.Deliver"), Evaluate(DE("Form.Deliver")), DE("no"))# That shou

Re: localhost:8500 slower than remote host!

2004-03-17 Thread Robert Everland III
What are the specs of the machine? Is the development server running a version of Windows server? Bob > Hi again all, > > Anyone got any ideas why my localhost:8500 Coldfusion server is slower > to access/process a page than if the same page were accessed on my > remote development coldfusion

CFContent Issues

2004-03-17 Thread Robert Everland III
I use cfcontent to throw files to the users from a secure area. The problem I am having is that when I open a PDF after being prompted to save or open then I close it then try to go back to it, it just gives me an image placer on the screen when I click on the link. It no longer asks me what to do.

Content-Type with CMAIL on CFMX broken

2004-03-07 Thread Robert Everland III
I have a tag I made that allows multipart emails that include text and html in the same email. This tag was working great in CF5, but as soon as I upgraded I get this error. An exception occurred when setting up mail server parameters.   This exception was caused by: java.lang.NullPointerException

Re:MS Update broke security

2004-02-06 Thread Robert Everland III
06, 2004 10:22 AM > >To: CF-Talk > >Subject: RE: MS Update broke security > > > > > > > >Honestly, none of this has sounded secure at all, actually. > >  -Original Message- > >  From: Thomas Chiverton [mailto:[EMAIL PROTECTED] > >  Sent: Fr

Re:MS Update broke security

2004-02-06 Thread Robert Everland III
If I can do this with ISAPI rewrite, why can't I set up a page that writes a header to itself so that it caches the userinformation? > Bob, > > Okay, this is pure theory... I haven't actually tested it, so it might > not work at all. > > (1) Change your URLs from http://#username#:[EMAIL PROTEC

Re:MS Update broke security

2004-02-06 Thread Robert Everland III
you. The product by the way is Ehelp which was recently aquired by Macromedia. Bob > Robert Everland III wrote: > > > Well for the application they don't have requirements on making > sequirty work, it doesn't even really support it. The whole > application is ba

Re:MS Update broke security

2004-02-06 Thread Robert Everland III
password until you end the browser session. So if I can get something whethere it's _javascript_, java, html, or something else to be able to get the browser to know that there is a username and password for that site it would fix my issue. Bob >On Friday 06 Feb 2004 13:38 pm, Robert Ever

Re:MS Update broke security

2004-02-06 Thread Robert Everland III
ache those passwords. I don't care if I encode the username and password in clear text inside a webpage, just anyway that I can get the browser to cache it so a user can't see it. hope that explains it for you. The product by the way is Ehelp which was recently aquired by Macromedia. Bob &

Re:MS Update broke security

2004-02-06 Thread Robert Everland III
ecurity. So the only way to secure it was through basic authentication. Bob >On Friday 06 Feb 2004 13:07 pm, Robert Everland III wrote: >> how do I do this without making the url that way. I have tried headers, > >You can chage registery keys to get back the old (broken) ability to us

Re:MS Update broke security

2004-02-06 Thread Robert Everland III
gt; > >-Original Message- >From: Robert Everland III [mailto:[EMAIL PROTECTED] >Sent: Friday, February 06, 2004 8:08 AM >To: CF-Talk >Subject: MS Update broke security > > > >Here is the issue I have. A month ago I had a question about authentication &g

MS Update broke security

2004-02-06 Thread Robert Everland III
Here is the issue I have. A month ago I had a question about authentication for basic authentication and how to do it with ColdFusion. I eventually found out that you can do this http://user:[EMAIL PROTECTED] and the user won't be prompted for a username or password. Well the last update of Interne

Re:Windows Authentication

2004-01-14 Thread Robert Everland III
Alright, found out some more info, http://userName:[EMAIL PROTECTED]/dir/dummy.html If I put that in, my browser caches the username and password and I'm good to go. Now I would like to be able to input this information through header information without the user ever seeing it, is this possible?

Re:Windows Authentication

2004-01-14 Thread Robert Everland III
ok I found more data to help. What I want to do has to do with setting the authentication request header somehow. I am using cfheader, but I don't think i am doing it correctly. This page will help. Anyone done anything like this before? http://www.ietf.org/rfc/rfc2617.txt Bob > Ok I think I may

Re:Windows Authentication

2004-01-14 Thread Robert Everland III
Ok I think I may have something that may help this issue. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/webser32.htm If there is a way that I can put the username and password into the authorization request header I should be ok. Since it will cache it there. Anyone have any experience d

Re:Windows Authentication

2004-01-14 Thread Robert Everland III
> > >Stephen E. Schuster >PeopleSoft Administrator >2000 Ashland Drive >Ashland, KY 41101 > > >Office Phone 606.920.7447 >Cell Phone 606.831.4590 > > >  _   > >From: Robert Everland III [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 14, 2004 9

Re:Windows Authentication

2004-01-14 Thread Robert Everland III
IIS 6.1 >Yes and No, what Web Server are you using? > > > > > >Stephen E. Schuster >PeopleSoft Administrator >2000 Ashland Drive >Ashland, KY 41101 > > >Office Phone 606.920.7447 >Cell Phone 606.831.4590 > > >  _   > >F

Windows Authentication

2004-01-14 Thread Robert Everland III
Ok I have an ISAPI application that can't be secure with usernames and password, so the only way is if the user logs in with a windows username and password. I am taking away all the NT users in favor of a database that has all their names and passwords. Is there any way that I can make a CF page t

Something for ASP like livedocs

2004-01-13 Thread Robert Everland III
The docs that come with ColdFusion have always been pretty good. I need something that has the same kind of functionality for ASP. Anyone have any good references that is similar to that or has the same kind of content. Bob [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

CF MX and speed issues

2003-12-18 Thread Robert Everland III
Ok I am running into a brick wall here and maybe some of you have some experience with this. We have one server that is a quad Xeon processor box with 2 GB of ram and this runs CFMX 6.1 perfectly. On the other hand I have a 1.5 ghz single processor box with 1GB of ram that runs CFMX 6.1 horribly. W

Re:Run HTML through CFMX

2003-12-10 Thread Robert Everland III
I found it http://www.macromedia.com/support/coldfusion/ts/documents/tn18289.htm [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:Run HTML through CFMX

2003-12-10 Thread Robert Everland III
sanctioned by these organizations. This e-mail is >unclassified based on the definitions in E.O. 12958. > >-Original Message- >From: Robert Everland III [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 10, 2003 10:07 AM >To: CF-Talk >Subject: Re:Run HTML through CFMX

Re:Run HTML through CFMX

2003-12-10 Thread Robert Everland III
I have a massive static HTML website that I need to add a security layer. So including a file won't work. Bob > Use an include. > > > > This is a pretty decent technique when you want to use an > administrative form (in conjunction with CFFILE) to update static > content i.e headers and foot

Run HTML through CFMX

2003-12-10 Thread Robert Everland III
I know this is on the forum somewhere, but I don't think I am typing the right search term. So how do I get HTML to run through CFMX. I know it isn't the suggested way, but I need to do it. Thanks. bob [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

How do you do security

2003-12-04 Thread Robert Everland III
I have been given the task of taking out current website from using integrated windows security with permissions on everything and moving it to coldfusion. So how do you do security? Has anyone else been given this chore? Have you found an easy way to implement this? I am coding using Fusebox 3 jus

Active Directory LDAP and Security on Windows 2003

2003-11-19 Thread Robert Everland III
I am trying to follow the process set up by Macromedia to authenticate on an active directory through LDAP on a Windows 2003 server. Does anyone know if any security needs to be changed in order to authenticate on it? I am having issues getting a domain user to authenticate. [Todays Threads] [Th

Couple of error in CFMX 6.1

2003-10-28 Thread Robert Everland III
I'm having a couple of issues with CFMX 6.1 and I'm writing to see if anyone gets these and/or has a fix for them. I keep getting this in the application.log File not found: /CFIDE/main/ide.cfm The specific sequence of files included or processed is: D:\Inetpub\wwwroot\CFIDE\main\ide.cf I looked

Re:DataDirect JDBC drivers (shipped with CFMX)..

2003-10-24 Thread Robert Everland III
age- >From: Joe Eugene [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 21, 2003 7:54 PM >To: CF-Talk >Subject: RE: DataDirect JDBC drivers (shipped with CFMX).. > > >My Test was done on CFMX 6.0 and MS-SQL Server Drivers was much faster than >Data Direct. > >Joe Eug

JAVA 1.4 vs CFMX Java

2003-10-24 Thread Robert Everland III
I know I can swap out which Java to use, but is it better to use the latest version (for speed's sake not so much compatibility) as opposed to the version that comes with CFMX. Just curious if I can get a little more juice out of CFMX. Bob Everland [Todays Threads] [This Message] [Subscriptio

Re:What CMS do you use?

2003-10-23 Thread Robert Everland III
To add some fule to this fire, it looks like Spectra will be open source here in the near future. What does everyone have to say to that. Neil what do you think in your opinion. Farcry or Spectra? http://spectrasource.macromedia.com/active/ Bob Everland [Todays Threads] [This Message] [Sub

Re:What CMS do you use?

2003-10-22 Thread Robert Everland III
I have used farcry, but I need the documentation now to really mess with it. I can't get to the website either. It is on again off again for me. Neil what do you think of Farcry I know you are really big into content management and I am finally in a position where I need content management, but i

What CMS do you use?

2003-10-21 Thread Robert Everland III
Not really looking for products you have seen but for a CMS you use or your company uses and what you think of it. I know some are very pricey, some don't run CF. Just looking for some ideas to be used where I at now. Thanks. Bob Everland [Todays Threads] [This Message] [Subscription] [Fast

Re:DataDirect JDBC drivers (shipped with CFMX)..

2003-10-21 Thread Robert Everland III
Take a lookg at what I sent to the list yesterday. I already ran some tests with the drivers that come with 6.1 at least they seem to be very similar, though on really large sites I'm sure those numbers will increase. http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=28065&f

Microsoft JDBC vs CF builtin JDBC for SQL server Results

2003-10-20 Thread Robert Everland III
I figured since no one else had the answer to this that I would give you guys the result of what I just found out. 1. First I started off with a blank client variables database (just easier since it was already made and I was on a box that wasn't used) 2. Next I made a file called test.cfm and inc

Re:Microsoft JDBC driver

2003-10-20 Thread Robert Everland III
I found out what the issue is. When you install MSDE you can put parameters in the setup. Well the new service pack 3a comes with the network protocols disabled. So even when I told SQL to load them after I set it up, there must be another parameter set up at install that disables them no matter wh

Recommended web development standards

2003-10-20 Thread Robert Everland III
Anyone have a webpage with some recommended web development standards, it doesn't have to just be CF. Anything that could also be used for HTML coders too. Bob Everland [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:Microsoft JDBC driver

2003-10-17 Thread Robert Everland III
release and made it default to not load any network protocols. As for the firewall, there is a firewall at the company here, but I am using 127.0.0.1 to connect, so it shouldn't even touch the firewall for that. Bob >Robert Everland III wrote: >> >> Even with the above dri

Microsoft JDBC driver

2003-10-17 Thread Robert Everland III
Has anyone used the driver for SQL 2000 provided here? http://www.microsoft.com/downloads/details.aspx?FamilyID=4f8f2f01-1ed7-4c4d-8f7b-3d47969e66ae&DisplayLang=en . On another note, has anyone ever gotten CFMX 6.1 to work succesfully with MSDE 2000 SP3. Even with the above driver I can not get it

<    1   2   3   4   5   >