Re: Server Crash

2005-03-16 Thread Rob
That sucks. Can you provide anymore information than that? When does it crash? whats in the log files? On Wed, 16 Mar 2005 04:39:58 -0400, simmyana a <[EMAIL PROTECTED]> wrote: > Hi, > > We have recently upgraded ColdFusion MX from 6.0 to 6.1 version, but after > upgrading the server, server ha

Re: Server Crash

2005-03-16 Thread simmyana a
I checked the log file, but I found nothing suspicious, it usually crashes at 10:45 PM - 11:00 PM or 1:00 AM PST ,but yesterday it crashed at 7:00 AM PST also. We are unable to track the root cause for the crash ~| Logware (ww

RE: Server Crash

2005-03-16 Thread Robertson-Ravo, Neil (RX)
More than likely Java related. -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: 16 March 2005 09:56 To: CF-Talk Subject: Re: Server Crash That sucks. Can you provide anymore information than that? When does it crash? whats in the log files? On Wed, 16 Mar 2005 04:39:58 -0

RE: Server Crash

2005-03-16 Thread Robertson-Ravo, Neil (RX)
Provide your Logs and stuff and we can debug. Include all your JVM settings etc. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 16 March 2005 10:07 To: CF-Talk Subject: RE: Server Crash More than likely Java related. -Original Message- Fr

Re: Server Crash

2005-03-16 Thread simmyana a
This exception log entry: "Error","jrpp-36","03/15/05","07:29:38",,"File not found: /order.cfm The specific sequence of files included or processed is: C:\CFusionMX\wwwroot\order.cfm " coldfusion.runtime.TemplateNotFoundException: File not found: /order.cfm at coldfusion.filter.PathFilte

Server Crash

2005-03-16 Thread simmyana a
Hi, We have recently upgraded ColdFusion MX from 6.0 to 6.1 version, but after upgrading the server, server has become highly unstable, it is frequently crashing any help would be appreciated ~| Find out how CFTicket can incre

RE: What to do - stagnant job

2005-03-16 Thread kola.oyedeji
Donna, There has been some good feedback so far but one thing to always bear in mind is that we are employed for one purpose only - to make money for our employers. What I would recommend is look at ways to add *business value* with your skills. I don't know much about what your employer does bu

Re: format y-axis in cfchart

2005-03-16 Thread cf coder
Hi again, I'm just so loosing my focus here. Not knowing how this things works is probably what's getting me all frustrated. Ok, here is what my query looks like SELECT CONVERT(varchar(15), dt.dtlogged, 106) AS dtlogged, dt.jobcount, j.jobPriority, j.jobNumber FROM ( SELECT CAST(CONVERT(v

Object composition and calling objects

2005-03-16 Thread James Holmes
I'd like to check on some of the reading I've been doing. I am starting to use composition in my CFCs (because I only use inheritance for an "is-a" relationship). I want to reuse the objects I've instantiated in the central object from the outside; the reading I've done suggests the best way to d

RE: Object composition and calling objects

2005-03-16 Thread kola.oyedeji
James You don't necessarily need to return an object, an alternative is to use composition as a form of encapsulation: Example, you have a cfc responsible for validation In the above example you can swap out the functionality by c

RE: CF AJAX implementations

2005-03-16 Thread Micha Schopman
I would have sworn I already replied :/ The product will be released when it is done. This sounds like a Doom3 release approach but it is not created according to a schedule and it is build in my spare time (which I don't have much), and using tight schedules etc. might take away the enormous fun

RE: cfqueryparam breaking query

2005-03-16 Thread Dawson, Michael
Correct me if I'm wrong but aren't var*** type fields also just pointers to another location? As you said, char(34) means set aside 34 chars and pad the the field if not all 34 chars are used. However, with varchar(1000) some/most RDBMs don't set aside storage until the data has been inserted. T

RE: Object composition and calling objects

2005-03-16 Thread Dawson, Michael
>From my initial OO experience, I would say this is an acceptable practice. I have seen/done this very thing in DAOs to return beans to the caller. Also, I use this to return error objects from form validator objects. It works quite well. If you haven't you should subscribe to the CFC Mailing li

query help (ms sql)

2005-03-16 Thread Protoculture
heres the query. Seems to be chocking on the else statement... I've used the cfqueryparam in the update before and its worked well enough. The only thing I've noticed that looks odd is the cfdebugging output see second section... I am trying to insert a long string of an html template.

RE: Object composition and calling objects

2005-03-16 Thread James Holmes
Yes, I've seen that too but I am too lazy to write individual methods to return values from methods that are already in the other object; I do see the power of your suggestion though and I'll keep it in mind for later. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] S

Screen resolution custom tag?

2005-03-16 Thread CFDEV
Hi all, Do you know of a way or a custom tag to read screen resolution? I know how to do it with javascript but I would need it in a coldfusion variable without reloading the page. Thanks Pat ~| Find out how CFTicket can in

Re: Screen resolution custom tag?

2005-03-16 Thread Protoculture
why not just write it to cf variables at the top of the page from JS? ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: ht

Re: What to do - stagnant job

2005-03-16 Thread Claude Schneegans
Could we move this OT to CF_Community? Michael T. Tangorre wrote: > > > > >>From: Sean Corfield [mailto:[EMAIL PROTECTED] >>I've always given people the same advice: if you're not happy with >>your job, quit. Don't bitch about it, don't expect it will get better, >>just quit. Then go out and

RE: What to do - stagnant job

2005-03-16 Thread Michael T. Tangorre
> From: Claude Schneegans [mailto:[EMAIL PROTECTED] > Could we move this OT to CF_Community? Go for it. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting ho

Re: Screen resolution custom tag?

2005-03-16 Thread Claude Schneegans
>>I know how to do it with javascript but I would need it in a coldfusion variable >>without reloading the page. CF has no mean to know the screen resolution. Since you know how to do it in JS, get the values in the first page and transmit it to the next in a form or URL value, then store them

RE: Screen resolution custom tag?

2005-03-16 Thread Russ
? Please elaborate? Javascript runs on the browser, CF on the server. The only way for JS to write stuff to CF variables is to do some sort of post back to the server... -Original Message- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 9:01 AM To: CF-Talk

Re: NCAA Pool App

2005-03-16 Thread Rick Root
Dwayne Cole wrote: > Do I have to install to see it. Do you have a working copy up somewhere. It's working at the link that I sent. http://www.webworksllc.com/finalfour/ - Rick ~| Logware (www.logware.us): a new and convenie

I still don't 'get' some aspects of CFMX7 flash forms

2005-03-16 Thread Mike Kear
I've been tinking around with flash forms over the last few days in my dev CFMX7 environment. I really like some of the cool controls, for example the CFGRID that works (unlike the earlier java one that didnt), and i like that you can just click on a column heading and it sorts the data by that c

Re: cfqueryparam breaking query

2005-03-16 Thread Jochem van Dieten
Dawson, Michael wrote: > Correct me if I'm wrong but aren't var*** type fields also just pointers > to another location? No, usually they are stored inline. > As you said, char(34) means set aside 34 chars and pad the the field if > not all 34 chars are used. While CHAR fields may have a fixed

Re: NCAA Pool App

2005-03-16 Thread Mike Kear
What's NCAA? Cheers Mike Kear Windsor, NSW, Australia Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On Wed, 16 Mar 2005 09:07:41 -0500, Rick Root <[EMAIL PROTECTED]> wrote: > Dwayne Cole wrote: > > Do I have

Football tipping competition?

2005-03-16 Thread Mike Kear
One of the popular pastimes in Australia is bragging about how many games you can tip the result of. Has anyone written a footie tipping competition app in ColdFusion? -- Cheers Mike Kear Windsor, NSW, Australia Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFu

RE: I still don't 'get' some aspects of CFMX7 flash forms

2005-03-16 Thread Micha Schopman
Mike, Nope you are not, but if you really want to do advanced skinning, custom functionality, stick you hand in that piranha tank or skip Flash forms and use normal forms. Like Ben Forta mentioned today, Flash forms is the easy approach. If you want to do more, you are bound to the limits and you

Re: NCAA Pool App

2005-03-16 Thread Rick Root
Mike Kear wrote: > What's NCAA? National Collegiate Athletic Association. the NCAA runs a college basketball tournament in which 65 teams compete for the "national championship". Many people watch the superbowl, even those who don't like football (american football, that is). Many people par

RE: NCAA Pool App

2005-03-16 Thread Steve Brownlee
http://www.ncaasports.com/ -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 9:15 AM To: CF-Talk Subject: Re: NCAA Pool App What's NCAA? Cheers Mike Kear Windsor, NSW, Australia Certified Advanced ColdFusion Developer AFP Webworks http://afpw

RE: Football tipping competition?

2005-03-16 Thread James Holmes
One of the guys at work here runs a footy tipping pool but we don't have an app - maybe we should get together and write an open source app for it (it would probably be really popular in Oz). -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 March 2005 10:16

Re: NCAA Pool App

2005-03-16 Thread Scott Stroz
I'm inthis is like my 10th entry into one of these. In each I use a method. In yours, I chose whatever team was first in the drop-down list. Other methods I have used: Choose the highest ranked team Choose the lowest ranked team Choose alphabetically a-z Choose alphabetically z-a Ask my 6 yea

Re: I still don't 'get' some aspects of CFMX7 flash forms

2005-03-16 Thread Massimo Foti
> I've been tinking around with flash forms over the last few days in my > dev CFMX7 environment. I really like some of the cool controls, for > example the CFGRID that works (unlike the earlier java one that > didnt), and i like that you can just click on a column heading and it > sorts the data

Re: NCAA Pool App

2005-03-16 Thread Rick Root
Scott Stroz wrote: > I'm inthis is like my 10th entry into one of these. In each I use > a method. In yours, I chose whatever team was first in the drop-down > list. > > Other methods I have used: > Choose the highest ranked team > Choose the lowest ranked team > Choose alphabetically a-z > C

Re: NCAA Pool App

2005-03-16 Thread Tony Weeg
its march madness. its a GREAT time for about 3 weeks in march each year lots of great basketball, upsets, winners, losers, its all good! :) one of many great diversions and reasons to bet on sports in america! tw On Thu, 17 Mar 2005 01:14:58 +1100, Mike Kear <[EMAIL PROTECTED]> wrote: > What's

RE: query help (ms sql)

2005-03-16 Thread Ken Ferguson
if ( select count(*) from newsletter where template_name = 'Basic') > 0 update newsletter set template = (param 1) where id = there is no value here for ID in the where clause. else insert into newsletter ( template_name, template ) values ( 'Basic', (param 2) ) -Ori

Re: Football tipping competition?

2005-03-16 Thread Tony Weeg
ok, your going to have to explain... tw On Wed, 16 Mar 2005 22:27:36 +0800, James Holmes <[EMAIL PROTECTED]> wrote: > One of the guys at work here runs a footy tipping pool but we don't have an > app - maybe we should get together and write an open source app for it (it > would probably be reall

RE: Football tipping competition?

2005-03-16 Thread James Holmes
Aussie Rules Football is easy to explain - imagine the Gladiator movie with an oval ball and four long posts at either end of the field. As for the tipping comp, I'd have to ask the guys for the details as I don't actually follow footbrawl, but I'll write anything for a laugh. -Original Messa

RE: Screen resolution custom tag?

2005-03-16 Thread James Holmes
That's right. You could do a post to a page that doesn't return content (via a no-content header), but you can't get it into the current CF page from within that page. It has to come from the browser to the server somehow (post or get). -Original Message- From: Russ [mailto:[EMAIL PROTECT

RE: CF 7 and Apache 2.0.52 install

2005-03-16 Thread Ken Ferguson
That sounds like a valid observation, but I'm still at a loss to explain "why" if this happens to anyone else. I did the install/uninstall/reinstall cycle four times before I actually decided to remove Apache as well. When I uninstalled both (5th time for CF actually) and reinstalled them, everythi

Re: Football tipping competition?

2005-03-16 Thread Tony Weeg
i have a friend, who plays/played that game...what calls, "The only football" :) but, whats this tipping thing? tw On Wed, 16 Mar 2005 22:56:02 +0800, James Holmes <[EMAIL PROTECTED]> wrote: > Aussie Rules Football is easy to explain - imagine the Gladiator movie with > an oval ball and four lo

RE: Screen resolution custom tag?

2005-03-16 Thread Paul
This is a stretch, but you could get the resolution on the first screen you display, maybe a login screen, and save it to a session variable. Of course there's nothing to keep a user from resizing their window after that point but... well, maybe it's not a great idea for most cases... -Origin

RE: What to do - stagnant job

2005-03-16 Thread Ian Skinner
Not just one, one after another for almost two years, now they are much more ambitious, and are asking for all kinds of things. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning -Origi

Using cffile to create cfml templates

2005-03-16 Thread Smith, Don , CTR , WHS/ITMD
I have a cfml page that generates cfml templates to the screen- a handy way to create files the client wants. I want to save this cfml text as a filename.cfm document instead of displaying to the screen, but I can't remember how to do this. Last time I did this was in like 1998 or so. Before you

Re: Football tipping competition?

2005-03-16 Thread Scott Stroz
On Wed, 16 Mar 2005 10:08:01 -0500, Tony Weeg <[EMAIL PROTECTED]> wrote: > i have a friend, who plays/played that game...what calls, "The only football" > :) > > but, whats this tipping thing? Here in West Viginia, the only activity that involves 'tipping' requires cows. -- Scott Stroz Boyzoid

RE: Screen resolution custom tag?

2005-03-16 Thread Jim Davis
I've got code and explanation of this here: http://www.depressedpress.com/depressedpress/Content/Development/ColdFusion/ Articles/GetRes/Index.cfm The server call is actually done (via client-script) as an image so you can get the res into CF on one page (but can't, of course, do anything with it

RE: Screen resolution custom tag?

2005-03-16 Thread Connie DeCinko
Is there a login required for this app? Capture the size during login. ~| 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

RE: Screen resolution custom tag?

2005-03-16 Thread Martin Parry
Have you considered BrowserHawk. It's a micture of server side and client side that gives a tonne of browser metrics. http://www.browserhawk.com/ Martin Parry Macromedia Certified Developer http://www.BeetrootStreet.co.uk -Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED]

RE: Football tipping competition?

2005-03-16 Thread James Holmes
The basics involve everyone in the tipping competition putting in their choices for who will win games in a week, every week - then at the end of the season the person who guessed the most correct wins. -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 March

Re: Using cffile to create cfml templates

2005-03-16 Thread Rick Root
Smith, Don , CTR , WHS/ITMD wrote: > I have a cfml page that generates cfml templates to the screen- a handy way Nothing special at all. This is what I do: - Rick ~| Discover CFTicket - The leading ColdFusion Help Desk and

Re: Football tipping competition?

2005-03-16 Thread Tony Weeg
ahhh, i kinda thought it was illegal, like if enough people bet on somethign, they can "tip" the direction of the game in "their" direction... :) funny how the semantics matter! On Thu, 17 Mar 2005 01:16:13 +1100, Mike Kear <[EMAIL PROTECTED]> wrote: > One of the popular pastimes in Australia is

HTML or Flash-based Forms on Intranets

2005-03-16 Thread Dawson, Michael
I have an intranet (secured site, so to speak) web site that is used by employees, faculty and students. The employees and faculty mainly use the site from a university-owned computer that is running XP. About 40-50 people use Macs and less than a dozen use Linux. Students, however, are more-lik

Re: Server Crash

2005-03-16 Thread Nathan Strutz
Did you install the 6.1 updater, and all the patches since its release (especially database related)? This is usually #1 in CF server stability. 2 Important links (bookmark them!): Confirmed Issues Page (with patches) http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18795 Hot Fix

Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
Hey Davewhat do you use for your proxy recordingI've been poking around and...wellthere are a few too many options for me to choose from ;-) Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264

Re: HTML or Flash-based Forms on Intranets

2005-03-16 Thread Adrocknaphobia
Well if its an intranet (a closed system) then you can have minimum requirements. So why just just make Falsh Player 7 a minimum requirement? -Adam On Wed, 16 Mar 2005 09:59:53 -0600, Dawson, Michael <[EMAIL PROTECTED]> wrote: > I have an intranet (secured site, so to speak) web site that is use

Re: Server Crash

2005-03-16 Thread Adrocknaphobia
If you are seeing frequent database connection timeouts the culprit is most likely locked threads. The JDBC drivers provided are unstable and tend to lock threads anytime it doesnt get a response from a DB. -Adam On Wed, 16 Mar 2005 05:31:34 -0400, simmyana a <[EMAIL PROTECTED]> wrote: > This ex

RE: HTML or Flash-based Forms on Intranets

2005-03-16 Thread Dawson, Michael
I guess the main reason is "dumb ol' me" trying to tell a tenured Ph.D. to use Flash. Although XP is our main standard, we don't really push Flash out for use, or any other helper applications for that matter. Again, we can't control what the students may have on their computers. There a few Linu

Re: Screen resolution custom tag?

2005-03-16 Thread Mark Drew
This is where an AJAX type application might work wonders. As soon as you load the page, do a XMLHttpRequest and send a message back to the server saying that client's screen res. Create another function that gets fired on reSize that updates the clients screensize Badabing! MD On Wed, 16 Mar

Re: Football tipping competition?

2005-03-16 Thread Larry Lyons
>The basics involve everyone in the tipping competition putting in their >choices for who will win games in a week, every week - then at the end of >the season the person who guessed the most correct wins. > >-Original Message- >From: Tony Weeg [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 1

Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
> It strikes me as odd that you'd get a connection failure message even > though > the server sent you a response, as indicated by the header. Have you tried > using a recording proxy, or testing this from your server console using > wget > or a browser? Dave I decided to go with PureTest from t

RE: I still don't 'get' some aspects of CFMX7 flash forms

2005-03-16 Thread Justin D. Scott
> I dont like the fact that the controls dont meet > the basics of accessibility. Flash is, by nature, not an "accessible" medium. If you need your web site to meet certain accessibility requirements, Flash is probably not for you. Sure, Flash is cool and makes our lives as developers easier, but

RE: Screen resolution custom tag?

2005-03-16 Thread Jim Davis
> -Original Message- > From: Mark Drew [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 16, 2005 11:39 AM > To: CF-Talk > Subject: Re: Screen resolution custom tag? > > This is where an AJAX type application might work wonders. As soon as > you load the page, do a XMLHttpRequest and send

RE: CFHTTP Connection Failure

2005-03-16 Thread Dave Watts
> Dave I decided to go with PureTest from the folks at > PureLoadI installed it on my laptop and setup my browser > to use the HTTP recorder as the proxy. > Then I tied running my CFM file (which resides on our office > dev server) with the CFHTTP request in it to the remote page. > I'm g

RE: CFHTTP Connection Failure

2005-03-16 Thread Dave Watts
> Hey Davewhat do you use for your proxy recordingI've > been poking around and...wellthere are a few too many > options for me to choose from ;-) Check out Charles: http://www.xk72.com/charles/ Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides t

RE: Football tipping competition?

2005-03-16 Thread Adrian Lynch
Yup, I worked on worldcupfantasyfooty.com and premiershipfantasyfooty.com. Both now dead although I might be working on one for the next season. With the former you could predict who would score as well as the results. Made easier because it was for the worldcup and the player list is more or less

Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
> You will need to compare the HTTP requests and responses, not just the > requests. I thought that's what the HTTP recorder does?? ;-) Should the recorder by running on my laptop (dev machine) or on the dev server? I'm having trouible thinking this through today as cement walls are being sawe

character encoding weirdness

2005-03-16 Thread Protoculture
French and Spanish characters are doing some strange things. The pages appear to be fine ( at first ). But after pressing 'refresh' then all the accents etc... all go funny. This behaviour was the same for both IE and Mozilla.

Re: I still don't 'get' some aspects of CFMX7 flash forms

2005-03-16 Thread Sean Corfield
On Wed, 16 Mar 2005 12:01:25 -0500, Justin D. Scott <[EMAIL PROTECTED]> wrote: > Flash is, by nature, not an "accessible" medium. If you need your web site > to meet certain accessibility requirements, Flash is probably not for you. That's not entirely true. The Flash components - and in particul

RE: CFHTTP Connection Failure

2005-03-16 Thread Dave Watts
> I thought that's what the HTTP recorder does?? ;-) You mentioned that you were seeing requests, but you didn't say you were seeing responses, so I assumed that you weren't for some reason. > Should the recorder by running on my laptop (dev machine) or > on the dev server? I'm having trouible

Re: Object composition and calling objects

2005-03-16 Thread Barney Boisvert
Take a look at the Tartan framework. It looks really confusing initially, but it takes care of inter-object relationship problems with a remarkable degree of simplicity once you get your head around it. I've also had great success with taking the configuration management objects (AppLoader, AppMa

Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
>> The original URL I was trying did redirectso I tried with >> the URL it redirects to (in browser and in code)...still no love :-( > > Perhaps it's also setting a cookie, in which case you would need to send > that cookie along on the subsequent request. Thanks for the other info...I'll keep

JS2CF CF2JS

2005-03-16 Thread Patrick Evans
I know that javascript can use coldfusion variables, but how can coldfusion use javascript variables? JanetW ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/

Flash Form Errors

2005-03-16 Thread C. Hatton Humphrey
I'm working on a flash form and running into an issue... The page is running fine but the flash form never shows up... it's a code-related thing because it was working until I added a into the form. Is there somewhere that CF puts an error page that I can look at on the server (dev edition, th

Re: JS2CF CF2JS

2005-03-16 Thread Bryan Stevenson
Someone just posted this a few days ago...but basically you have JS alter the values of some hidden form fields (document.formname.fieldname.value = 'blah':;)...CF can pickup the values from there.. I'd search the House of Fusion archives as well...this has been discussed many times and thgere

Re: JS2CF CF2JS

2005-03-16 Thread Ray Champagne
Javascript variables are not read until they are downloaded by the browser, so I am pretty sure that it is impossible to use js before cf. At 11:52 AM 3/16/2005, you wrote: >I know that javascript can use coldfusion variables, but how can >coldfusion use javascript variables? > >JanetW > >

Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
Hey Dave (and anybody else that wants to chime in), I'm not sure I'm testing this correctly...so here's what I'm up to: 1) Go straight to remote URL in my browser (and record request/response) 2) Test my CFM file (which has a CFHTTP request to the remote URL mention above) in my browser What I

Re: character encoding weirdness

2005-03-16 Thread Dana
Try this http://www.houseoffusion.com/cf_lists/messages.cfm/threadid=38668/forumid=4 Dana On Wed, 16 Mar 2005 12:25:48 -0400, Protoculture <[EMAIL PROTECTED]> wrote: > French and Spanish characters are doing some strange things. > > The pages appear to be fine ( at first ). But after pressing '

Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
I've noticed that the request is made with HTTP/1.0 and the response is made using HTTP/1.1 Could that effect anything? w...it's grasping at straws time :-( Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.

Re: Screen resolution custom tag?

2005-03-16 Thread Claude Schneegans
>>that's similar to what the link I posted does, but with an image. Exact, and it is a pretty good idea ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTE

Re: Object composition and calling objects

2005-03-16 Thread Paul Kenney
Out of curiosity, what is the objective your code aims for? On Wed, 16 Mar 2005 09:48:12 -0800, Barney Boisvert <[EMAIL PROTECTED]> wrote: > Take a look at the Tartan framework. It looks really confusing > initially, but it takes care of inter-object relationship problems > with a remarkable deg

Re: Object composition and calling objects

2005-03-16 Thread Barney Boisvert
Basically just a single registry of all properties and top-level objects in the application. So any object can request a handle to the registry and recall any object or property it needs. In particular, it doesn't provide any sort of assistance to implementing the business logic beyond providing

SOLVED: Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
Well...when in doubt...find an alternative to theshall we say "sensitive" built in CFHTTP tag ;-) I fired up CFX_HTTP5 and voila! everything is just fine (damn handy tag for $30). Well there's half a day of my life I'll never get back. Thanks for the help Dave Cheers Bryan Stevenson B.Co

CFX - Pass multiple arguments

2005-03-16 Thread Kevin Aebig
Hey all, I'm creating my first (don't laugh) CFX and I'm trying to pass in any number of arguments to be used in a function call. Is it possible to pass an array to a CFX? Within the Java class, is there any special processing I need to do with it? Or am I stuck with just query objects? Thanks f

OT:XML Schema vs written spec

2005-03-16 Thread John Stanley
All, I'm creating a new xml interface that will allow our clients to connect to our system and update our records. I was researching the ways of documenting the xml structure, for the clients to use. It seems like I have at least three ways to do this. DTD's, Schemas and just writin

Re: OT:XML Schema vs written spec

2005-03-16 Thread Barney Boisvert
Schemas are for validation. You can check their XML when it comes in against the schema, and instantly know if it's valid. It also gives your clients the ability to test their XML on their end during development to ensure that it's valid, without having to be sending test transactions to your ser

Images in CFDOCUMENT PDFs

2005-03-16 Thread Dawson, Michael
OK, what am I doing wrong? I am trying to insert a simple image in a PDF created by CFDOCUMENT. The image is in the same directory as the ..cfm page the creates the PDF. I tried SRC="file.gif" and SRC="http://domain.com/file.gif"; formats, but neither worked. I get a gray box with a red questio

Server recommendations

2005-03-16 Thread Yves Arsenault
Hello, I'm in the process of doing a bit of research before purchasing and setting up a CF 7 server. I've set up 3 servers prior, 2 BD, 1 CFMX 6.1 and they were all Linux based. This is going to be a windows based server. I would like to ask for any recommendations. Specifically, what windows

Re: OT:XML Schema vs written spec

2005-03-16 Thread Rob
DTDs will only vaidate the structure of the xml not the values, but schemas will do both the structure and the data types of the elements. The other benefit for Schema's are they are written in XML so you can transform them into printable documentation so you kill 2 birds with one scud missile. O

RE: OT:XML Schema vs written spec

2005-03-16 Thread John Stanley
Barney, thanks for the information. I was looking at the issue the wrong way. -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 3:06 PM To: CF-Talk Subject: Re: OT:XML Schema vs written spec Schemas are for validation. You can check their

RE: OT:XML Schema vs written spec

2005-03-16 Thread John Stanley
Thanks Rob -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 3:20 PM To: CF-Talk Subject: Re: OT:XML Schema vs written spec DTDs will only vaidate the structure of the xml not the values, but schemas will do both the structure and the data types of th

RE: XML Schema vs written spec

2005-03-16 Thread Dave Watts
> In reading up on XML documentation, it appears that > DTD's are being eclipsed by using Schemas. Yes, that is correct, although you may still use DTDs in certain circumstances, such as for describing entities. > What is the real benefit of writing the schema, when I still > will have to

RE: CFX - Pass multiple arguments

2005-03-16 Thread Dave Watts
> I'm creating my first (don't laugh) CFX and I'm trying to > pass in any number of arguments to be used in a function call. I won't laugh - I've never created one (and probably never will). > Is it possible to pass an array to a CFX? Within the Java > class, is there any special processing I n

RE: CFHTTP Connection Failure

2005-03-16 Thread Dave Watts
> You mention the cookie...there does appear to be one being set.. > extracted from header: > "private Set-Cookie: ASP.NET_SessionId=bifpcg2ritgn1v45o4y45ovo;" > > I see my response above was a bit off... > I works if I go to the final URL (the one pointed to by the > re-direct) in my browser

RE: XML Schema vs written spec

2005-03-16 Thread John Stanley
Dave, thanks -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 3:32 PM To: CF-Talk Subject: RE: XML Schema vs written spec > In reading up on XML documentation, it appears that > DTD's are being eclipsed by using Schemas. Yes, that is

OT: No cache meta tags not working

2005-03-16 Thread Peterson, Andrew S.
Hi All, I've got the following meta tags in the header of my doc to prevent the page from caching, but the page is still being cached (IE 6 and Firefox tested): I'm logging out the user, but user can click back on a page that requires login and it will not run the logged out logic until

Re: Server recommendations

2005-03-16 Thread Nathan Strutz
Yves Arsenault wrote: > Specifically, what windows OS and webserver combinations do you all > use/recommend? Windows 2003. It's the safest and fastest by far, and IIS 6 is a great product. The 2003 web server edition is cheap (sometimes dirt cheap, sometimes even cheaper) but it has a limit of

RE: Server recommendations

2005-03-16 Thread Jacob
18 Web servers load balanced running Windows 2003 Server, IIS 6.0 and CF MX 6.1 (going to 7 soon). Servers are Dual Xeon 2 to 3 Ghz with 2 GB RAM. So far, I have been very happy this setup. YMMV... Jacob -Original Message- From: Yves Arsenault [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: No cache meta tags not working

2005-03-16 Thread Dave Watts
> I've got the following meta tags in the header of my doc to > prevent the page from caching, but the page is still being > cached (IE 6 and Firefox > tested): > > HTTP-EQUIV="cache-control" CONTENT="no-cache"> HTTP-EQUIV="expires" CONTENT="0"> > > I'm logging out the user, but user can

RE: Server recommendations

2005-03-16 Thread Jacob
We just moved from Website Professional 3.0 to IIS 6.0. IIS 5.0 was horrible, but I can not say enough good things about IIS 6.0. Stable and more secure out of the box... ;-) Went from Windows 2000 Server, WSP 3.0, and CF 5 to Windows 2003, IIS 6.0, and CF MX. Difference like night and day...

RE: Server recommendations

2005-03-16 Thread Dave Watts
> Windows 2003. It's the safest and fastest by far, and IIS 6 > is a great product. The 2003 web server edition is cheap > (sometimes dirt cheap, sometimes even cheaper) but it has a > limit of 2GB memory, which is ok because Java can only use > 1.6 or so. This is all true, but it's worth poin

RE: CFX - Pass multiple arguments

2005-03-16 Thread Kevin Aebig
Do you mean like and if so, is this because of any problems with CFX performance? Thanks for your help the last couple of days... Cheers, Kevin -- http://www.keslabs.com Coldfusion Remote Dashboard :: http://www.keslabs.com/crd -Original Message- From: Dave Watts [mailto:[EMA

  1   2   >