Re: mach II or fusebox?

2005-06-16 Thread Sean Corfield
On 6/15/05, Barney Boisvert [EMAIL PROTECTED] wrote: In general, Mach-II is better suited for larger projects Mostly it's an issue of whether the application has a lot of dynamic state transitions. If you have an application where the control flow is known at design time and can be expressed

Re: Looking for a usability expert

2005-06-16 Thread Will Tomlinson
Rey, I have one that I use - she's very professional, has extensive experience with usability, and has very reasonable rates. Instead of telling you all about her here, just email me offlist at [EMAIL PROTECTED] and I'll give you her contact info. Thanks, Will

OT: stuck on regex

2005-06-16 Thread Simon Cornelius P . Umacob
Rebecca, I think this is the regular expression for your desired pattern: ^[0-9]{1,5}(-[0-9]{3})?$ I hope this helps. Cheers, [ simon.cpu ] I'm having a heck of a time with this... trying to build a javascript regExp for the following pattern: [1-5 digits] [optional hyphen and 3 digits]

Rails like Framework

2005-06-16 Thread Dustin Tinney
I've been using Ruby on Rails, http://www.rubyonrails.org/, and started using Cake, http://sputnik.pl/cake/, when I do php work. However most of my work is done with in Coldfusion and I'm looking for an MVC that works like Rails/Cake. Taking advantage of things like mod_rewrite, objects and

NumberAsString UDF question

2005-06-16 Thread Thane Sherrington
I'm using Ben Forta's NumberAsString and DollarAsString, and I'd like it to convert 1.00 to One dollar and zero cents, but it converts to One dollar. Is there a version that does the conversion I'm looking for? T ~| Find out

Re: mach II or fusebox?

2005-06-16 Thread Adam Churvis
no, because plum is limited to ms sql and I would like something a lil bit more main frain then onTap for what I will be using it for. Right now Plum supports MS SQL, Oracle 9i and above, and MS Access. We're going to be adding MySql and PostGreSQL in the future. We really should have launched

Re: Looking for a usability expert

2005-06-16 Thread Adam Churvis
Ray, We're almost finished building our new Usability Testing Lab, which enables us to synchronize video streams of participants' faces and voices (they verbalize their thoughts as they go through the prescribed tasks) with the video streams of their screen actions, analyze task metrics, and

Re: NumberAsString UDF question

2005-06-16 Thread Paul Hastings
Thane Sherrington wrote: dollar. Is there a version that does the conversion I'm looking for? probably overkill but might have a look at icu4j's RuleBasedNumberFormat. we use it for spellout functionality, etc. in i18n apps but it can be made to format pretty much anything. simplified cf

RE: NumberAsString UDF question

2005-06-16 Thread Ben Forta
Should be an easy change. In DollarAsString() you'll see a line that reads: if(cents) That checks to see if cents is not 0, so just remove (or comment out) that line and it should do what you want. --- Ben -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED] Sent:

RE: NumberAsString UDF question

2005-06-16 Thread Thane Sherrington
At 09:22 AM 16/06/2005, Ben Forta wrote: Should be an easy change. In DollarAsString() you'll see a line that reads: if(cents) That checks to see if cents is not 0, so just remove (or comment out) that line and it should do what you want. Thanks Ben. T

Re: mach II or fusebox?

2005-06-16 Thread James Holmes
SmarterLinux provides MySQL 4.0 On 6/16/05, Adam Churvis [EMAIL PROTECTED] wrote: no, because plum is limited to ms sql and I would like something a lil bit more main frain then onTap for what I will be using it for. [snip] What version of MySQL do you mainly use? We may need to support

RE: mach II or fusebox?

2005-06-16 Thread Matthew Small
I don't have a ton experience working in either, but I really prefer an event-driven framework (in this case, Mach-II) over anything else. This kind of experience comes in very handy if you ever GUI-based applications and/or ..Net applications. Matthew Small Web Developer American City Business

Datasource Setup Question

2005-06-16 Thread Sung Woo
I have a quad-processor machine for a webserver and a quad-processor machine for a database server. Running CFMX 6.1 and MS SQL 2000. My question is about datasource setup in the administrator. My site is an intranet, and it isn't heavily used (about 150 people online at the same time).

RE: J2EE Session Sharing without Cluster?

2005-06-16 Thread jacksonj
Anyway, say I've got CFMX clustered--one instance on Machine A and another on Machine B: If something hoses up CF on Machine B (an endless loop, for instance), I don't want Machine A's cluster to keep trying to serve up my CF app from Machine B. If this is a JRun cluster, it should stop

OT: Just signed up for SmarterLinux, impressed so far

2005-06-16 Thread Damien McKenna
Last night I signed up for SmarterLinux's $17/mo account and I'm impressed so far. Very nicely done. I miss some features in their control panel given that I've used CPanel for the last few years, but its still pretty cool. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] mailto:[EMAIL

Re: OT: Just signed up for SmarterLinux, impressed so far

2005-06-16 Thread James Holmes
Just remeber the security issues (unless you are on Dave's server). I agree though - this is the only issue I have with them. On 6/16/05, Damien McKenna [EMAIL PROTECTED] wrote: Last night I signed up for SmarterLinux's $17/mo account and I'm impressed so far. Very nicely done. I miss some

RE: Looking for a usability expert

2005-06-16 Thread Jim Davis
-Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 11:18 PM To: CF-Talk Subject: Looking for a usability expert Hi all. My company is looking for a usability expert to review our shopping process and make recommendations on how to improve

Re: Rails like Framework

2005-06-16 Thread Greg Luce
Sounds like Model-Glue might interest you. http://www.model-glue.com On 6/16/05, Dustin Tinney [EMAIL PROTECTED] wrote: I've been using Ruby on Rails, http://www.rubyonrails.org/, and started using Cake, http://sputnik.pl/cake/, when I do php work. However most of my work is done with in

Reading CFLOG Files

2005-06-16 Thread Dawson, Michael
Does anyone know of any problems with reading files created by CFLOG? I need to create a quick page that lets a survey administrator view the results. This isn't a high-traffic survey and it only writes a single log entry when someone hits the page. I don't see that there would be any problems,

RE: Reading CFLOG Files

2005-06-16 Thread Dawson, Michael
I should have been more-specific in saying that I need to read the files using CFFILE, not just with a text editor. -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 9:21 AM To: CF-Talk Subject: Reading CFLOG Files Does anyone know of any

Equations Between #s - Good or Bad?

2005-06-16 Thread Dawson, Michael
Is there anything wrong, either now or in the future, with doing something like: cfoutput#2-1#/cfoutput rather than: cfset x = 2 - 1 cfoutput#x#/cfoutput The only thing I see is that it makes the code a bit harder to read. M!ke

Appending requesttimeout to URL via application.cfm

2005-06-16 Thread Michel Deloux
That's possible? I need to check if cgi.query_string exists in URL if yes OK; if no I need to insert that variable to all URL in our application... But... How can do that? Thanx all MD ~| Logware (www.logware.us): a new and

Re: Equations Between #s - Good or Bad?

2005-06-16 Thread Charlie Griefer
as long as you're on MX, I believe it's fine. this type of notation didn't work pre-MX. On 6/16/05, Dawson, Michael [EMAIL PROTECTED] wrote: Is there anything wrong, either now or in the future, with doing something like: cfoutput#2-1#/cfoutput rather than: cfset x = 2 - 1

Re: Appending requesttimeout to URL via application.cfm

2005-06-16 Thread James Holmes
You can use cfsetting to do the same thing. On 6/16/05, Michel Deloux [EMAIL PROTECTED] wrote: That's possible? I need to check if cgi.query_string exists in URL if yes OK; if no I need to insert that variable to all URL in our application... But... How can do that?

Re: Equations Between #s - Good or Bad?

2005-06-16 Thread S . Isaac Dealey
Is there anything wrong, either now or in the future, with doing something like: cfoutput#2-1#/cfoutput rather than: cfset x = 2 - 1 cfoutput#x#/cfoutput The only thing I see is that it makes the code a bit harder to read. I don't personally prefer it ... partly for the sake of

Re: Appending requesttimeout to URL via application.cfm

2005-06-16 Thread Michel Deloux
Via application.cfm? How to ensure that config works properly? It's possible to dump cfsetting? Thanx James MD 2005/6/16, James Holmes [EMAIL PROTECTED]: You can use cfsetting to do the same thing. On 6/16/05, Michel Deloux [EMAIL PROTECTED] wrote: That's possible? I need to check if

RE: Equations Between #s - Good or Bad?

2005-06-16 Thread Dawson, Michael
I agree with all of your comments. Thanks -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 9:57 AM To: CF-Talk Subject: Re: Equations Between #s - Good or Bad? Is there anything wrong, either now or in the future, with doing something

Re: Appending requesttimeout to URL via application.cfm

2005-06-16 Thread James Holmes
There isn't a structure to dump - just add cfsetting requesttimeout=60 to Application.cfm, replacing 60 with the number of seconds you want (note that this only works in CFMX 6 or above). If you want to test it you can write a template that deliberately pauses past the timeout to see if the

Homesite+ Flippin out

2005-06-16 Thread Venable, John
I'm running into a problem with Homesite+ 5.5 that I've had before and it's really driving me crazy. I go to the file pane and try to open the My Documents folder and it opens the dialog and proceeds to jump to ~95% CPU and stays there for several minutes before finally letting me choose a file.

RE: stuck on regex

2005-06-16 Thread Rebecca Wells
The problem with this is that the [0-9]{1,5} part will accept 123456 as true, which it technically is, but not what is wanted. It should only allow 1 to 5 digits in the first part, but not more. That's the problem. Not tested: [0-9]{1,5}(\-[0-9]{3})? You may need to wrap in slashes:

Re: mach II or fusebox?

2005-06-16 Thread S . Isaac Dealey
no, because plum is limited to ms sql and I would like something a lil bit more main frain then onTap for what I will be using it for. main frain? ... you mean main stream? If it's down to a choice between Mach-II and FB 4 (I'm assuming we're not talking about FB3) I would probably choose

RE: mach II or fusebox?

2005-06-16 Thread Damien McKenna
I'd also (again) like to recommend FuseBuilder for greatly aiding with the design process for Fusebox applications, its worth its weight in gold (or maybe the number of lines of code, or something)! Last night I talk to a new client about using it and he was estatic! -- Damien McKenna - Web

Re: mach II or fusebox?

2005-06-16 Thread Joe Rinehart
onTap does a few things that no other framework does (not that I've seen anyway) that I find very useful. Out of curiosity, what are those? -Joe -- Get Glued! The Model-Glue ColdFusion Framework http://www.model-glue.com

Re: Looking for a usability expert

2005-06-16 Thread Rey Bango
Thanks Mike. I'll look into them. Rey... Dawson, Michael wrote: http://www.usablenet.com/ We are getting a sales conf call with this group next week. They contacted us, but I think we, being a university, should really make better use of usability and accessibility. M!ke

RE: stuck on regex

2005-06-16 Thread Dawson, Michael
I just tested this with the RegexCoach and it worked. [0-9]{1,5}(-[0-9]{3})? 12345-123 = Passes 12345-12 = Fails 12345 = Passes Can you show some examples of what you consider good and bad? Thanks M!ke -Original Message- From: Rebecca Wells [mailto:[EMAIL PROTECTED] Sent:

RE: stuck on regex

2005-06-16 Thread Dawson, Michael
I think I see the problem now. You need to delimit the string: ^[0-9]{1,5}(-[0-9]{3})?$ Add the ^ and the $ and it should work for you. M!ke -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 11:05 AM To: CF-Talk Subject: RE: stuck on

RE: Equations Between #s - Good or Bad?

2005-06-16 Thread S . Isaac Dealey
I agree with all of your comments. Thanks welcome s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm

RE: Homesite+ Flippin out

2005-06-16 Thread Claremont, Timothy
I have the same problem recently. My only observation so far is that the timing seems coincidental with a Windows update applied by the IT department. Unfortunately they don't tell us what they are patching and why, so I can't elaborate. I have resorted to navigating to the file I want in Windows

Re: Homesite+ Flippin out

2005-06-16 Thread Ray Champagne
When did you update? I did yesterday, and today everything I am working with seems slow as death. Homesite is now acting like DWMX did before I decided I couldn't work with it anymore and made the switch. If it is Windows Updater that did it, then I am pissed. To quote Stewey Griffin,

Re: Rails like Framework

2005-06-16 Thread Marlon Moyer
Model-glue is great, but it's not even close to what RoR provides. I'm not sure of anything done in CF that's close to RoR. I've not used Cake so I can't comment about it. Marlon On 6/16/05, Greg Luce [EMAIL PROTECTED] wrote: Sounds like Model-Glue might interest you.

CF Live! Jeffry Houser David Epler ... Now!

2005-06-16 Thread Steven Erat
Going on now stop by for a 1/2 hour Breezo Part 1) Jeffry Houser - Creating Sound for Flash Movies Part 2) David Epler - LAMBDA Boxes: ColdFusion Apps on the Cheap (Linux,Apache,MySQL,BlueDragon ) Breeze Meeting URL: http://macromedia.breezecentral.com/cfliveno8/ Date: Right now! These

Re: Rails like Framework

2005-06-16 Thread Joe Rinehart
Wait two weeks :) (that's all I'll say for now) -Joe On 6/16/05, Marlon Moyer [EMAIL PROTECTED] wrote: Model-glue is great, but it's not even close to what RoR provides. I'm not sure of anything done in CF that's close to RoR. I've not used Cake so I can't comment about it. Marlon On

RE: Homesite+ Flippin out

2005-06-16 Thread Mark A Kruger
This happens when you have a shortcut link in my documents that is pointed to an invalide file or folder. For example, if you put a file on a mapped drive and stored a link to it in my documents - but later dropped the mapped drive. Homesite is trying to make something of the link but the

SQL query help needed

2005-06-16 Thread Elena Aminova
Hi, i know that this must be simple, but i cant seem to figure it out... Please advise: I have the Database with the following Data: id Date Qty Dollars 16 05/30/2003 4 890.00 27 07/28/2004 1 300.00 29 01/17/2003 4 108.00 55

Re: Rails like Framework

2005-06-16 Thread Marlon Moyer
I take that back there is one kinda close thing. PLUM is very close to RoR in the code generation aspect, it doesn't have the ORM ability of RoR. Check out PLUM at www.productivityenchancement.com On 6/16/05, Marlon Moyer [EMAIL PROTECTED] wrote: Model-glue is great, but it's not even close

Re: SQL query help needed

2005-06-16 Thread Jochem van Dieten
Elena Aminova wrote: id DateQty Dollars 1605/30/2003 4 890.00 2707/28/2004 1 300.00 2901/17/2003 4 108.00 5501/21/2002 1 105.00 5609/20/2003 7 700.00 5609/16/2003 0 0.00 56

Re: Rails like Framework

2005-06-16 Thread Marlon Moyer
Thanks Joe, now I'm gonna wonder for 2 weeks what you're talking about, cause I've been really impressed with what RoR can do and trying to think about how I can replicate some of that functionality in CF. On 6/16/05, Joe Rinehart [EMAIL PROTECTED] wrote: Wait two weeks :) (that's all I'll

Re: CF Live! Jeffry Houser David Epler ... Now!

2005-06-16 Thread Steven Erat
The Breeze server went down today during the meeting. I apologize for the inconvenience. I believe Michael Smith would like to arrange for all the CFUNITED speakers to present their full talk at a Breeze meeting event after the conference, so perhaps Jeff and Dave would be willing to come

Re: Appending requesttimeout to URL via application.cfm

2005-06-16 Thread Michel Deloux
Thanx James after insert cfsetting var in application.cfm like this: cfset ExecTime = 5 cfoutput CFIF NOT Len(CGI.QUERY_STRING) cfsetting RequestTimeout = #ExecTime# CFELSE cfset HavesString = #FindNoCase(requesttimeout, CGI.QUERY_STRING)# cfif HavesString IS NOT 1

unique_onTap_features__was_Re:_mach_II_or_fusebox?

2005-06-16 Thread S . Isaac Dealey
onTap does a few things that no other framework does (not that I've seen anyway) that I find very useful. Out of curiosity, what are those? Heh... well I really hadn't intended this to become a plug for the onTap Framework, since Dave had already indicated he wasn't considering it as an

RE: HTML to PDF

2005-06-16 Thread dcooper
Here's the answer to this one: what you're seeing is the rendering of the iFrame contents only. If you remove the embedded iframe from this page, it renders fine. Support for iFrames is enhancement request #54932, FYI. HTH Damon Our user group did a presentation last night and our user

RE: Rails like Framework

2005-06-16 Thread Tim Blair
Wait two weeks :) (that's all I'll say for now) Argh! You evil evil man! That's like holding out a sweet to a kid then pulling it back just as they reach for it... :( Two weeks huh? I'll hold you to that... ;) -- --- Badpen Tech - CF

Farcry

2005-06-16 Thread Eric J. Hoffman
Anyone know what happened to the FarCry CMS site...hadn't been there for awhile but have a CMS need now that doesn't support a CommonSpot budget. Thanks! Regards, Eric J. Hoffman Market Connections, LLC Building Brands. Breaking Barriers.

RE: stuck on regex

2005-06-16 Thread Rebecca Wells
That did the trick! You're Awsome Dawson. Consider yourself hugged! I think I see the problem now. You need to delimit the string: ^[0-9]{1,5}(-[0-9]{3})?$ Add the ^ and the $ and it should work for you. M!ke ~| Logware

CFPOP attachment error (potential bug)

2005-06-16 Thread Steve Robison, Jr.
Using CFPOP to retreive mail, if a Content-Disposition Header isn't formed a certain way, CFPOP appears to ignore the attachment. A standard jpg attachment header appears to be as follows --_=_Part_UNIQUEIDENTIFICATION Content-Type: image/jpeg; name=SOMEFILENAME

Re: Homesite+ Flippin out

2005-06-16 Thread Jerry Johnson
Try turning off the title field in the file window. This can really slow down the file listing pane. On 6/16/05, Ray Champagne [EMAIL PROTECTED] wrote: When did you update? I did yesterday, and today everything I am working with seems slow as death. Homesite is now acting like DWMX did before

Re: Homesite+ Flippin out

2005-06-16 Thread Ray Champagne
Thanks. I checked, and it is already off, but that is good to know. A reboot of my machine helped dramatically. Jerry Johnson wrote: Try turning off the title field in the file window. This can really slow down the file listing pane. On 6/16/05, Ray Champagne [EMAIL PROTECTED] wrote:

RE: HTML to PDF

2005-06-16 Thread dcooper
For that matter, actual browsers themseleves have some differences in implementation and rendering complex table layouts and CSS. For the most part, the I think you'll find the HTML 4.01 and CSS 1 and 2 support is very good in CFDOCUMENT and far more complete than any other solution, IMO.

RE: unique_onTap_features__was_Re:_mach_II_or_fusebox?

2005-06-16 Thread Damien McKenna
3. DSN/Database/SQL Syntax management. [snip] This might be available with some other frameworks -- I have yet to see it, but I'm willing to admit it may not be unique. This kind of thing is popular in the PHP world, heck they have about half-a-dozen database abstraction layers to choose from,

Re: Farcry

2005-06-16 Thread S . Isaac Dealey
Anyone know what happened to the FarCry CMS site...hadn't been there for awhile but have a CMS need now that doesn't support a CommonSpot budget. Thanks! Regards, Eric J. Hoffman Market Connections, LLC Building Brands. Breaking Barriers. That's unexpected... yea, I get a dns error

Re: Server Restart

2005-06-16 Thread Matt Robertson
On 6/14/05, Russ [EMAIL PROTECTED] wrote: Interesting... that will actually reboot the machine? Yes it will indeed reboot it. I use iisreset.exe /reboot from the Start Menu (command entry) whenever I want to reboot the system via Terminal Server. I had issues with the Start Menu's Restart

Re: OT: Just signed up for SmarterLinux, impressed so far

2005-06-16 Thread Matt Robertson
On 6/16/05, James Holmes [EMAIL PROTECTED] wrote: Just remeber the security issues (unless you are on Dave's server). Or any other shared host on the planet. As such I wouldn't ding them for it, although I'd like to see them clean this up. I have a non-critical account there but still... --

RE:_unique_onTap_features__was_Re:_mach_II_or_fusebox?

2005-06-16 Thread S . Isaac Dealey
3. DSN/Database/SQL Syntax management. [snip] This might be available with some other frameworks -- I have yet to see it, but I'm willing to admit it may not be unique. This kind of thing is popular in the PHP world, heck they have about half-a-dozen database abstraction layers to choose

ColdFusion and Lisp

2005-06-16 Thread Dustin Smith
Hello everyone, This is my first post to the list. I appreciate any replies in advance. I'm working on a ColdFusion project that requires an interactive 'expert system' that will allow users to receive advice based on the questions they provide. It's not as simple as static quiz, because

RE: CFPOP attachment error (potential bug)

2005-06-16 Thread Paul Vernon
If you're on windows, CFX_POP3 will process those messages without a problem. I know because I fixed CFX_POP3 when it had the same error a year or so ago... Paul ~| Logware (www.logware.us): a new and convenient web-based time

Consuming .NET Web service - weird error and Windows authentication

2005-06-16 Thread Shawna Hampton
Hi all, I'm trying to consume a remote .NET Web service. I've tried using cfinvoke and cfhttp, with bad results for both. Using cfinvoke: cfinvoke webservice=http://companyname/webservice/service.asmx?wsdl; method=GetAllInvoices customerid=blahblah username=blahblah password=blahblah

RE: Homesite+ Flippin out

2005-06-16 Thread Venable, John
Same here. I also checked for orphaned shortcuts, had none. The title field in my viewer is greyed out, so I couldn't turn that on if I wanted. So I rebooted and it seems ok now. Like I said, I've had this before and it cleared up mysteriously, so it seems to be gone for now, but man is it

Re: Homesite+ Flippin out

2005-06-16 Thread Ray Champagne
Yea, especially under a looming deadline. Chasing down random slowness is counter-productive at best. :) Venable, John wrote: Same here. I also checked for orphaned shortcuts, had none. The title field in my viewer is greyed out, so I couldn't turn that on if I wanted. So I rebooted and it

RE: HTML to PDF

2005-06-16 Thread Calvin Ward
Thanks Damon! Still not having much luck with the sliced at page break images and text though. - Calvin -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 1:07 PM To: CF-Talk Subject: RE: HTML to PDF Here's the answer

RE: DNS query with ColdFusion

2005-06-16 Thread Calvin Ward
Or you're on this list apparently :D -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 3:13 PM To: CF-Talk Subject: RE: DNS query with ColdFusion Well, sure. *If* you know Java. ;^) M!ke -Original Message- From: Barney

RE: stuck on regex

2005-06-16 Thread Dawson, Michael
Awww, shucks! ;^) -Original Message- From: Rebecca Wells [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 12:14 PM To: CF-Talk Subject: RE: stuck on regex That did the trick! You're Awsome Dawson. Consider yourself hugged! I think I see the problem now. You need to delimit

Re: Farcry

2005-06-16 Thread Ken Ferguson
The mailing list was still working as of yesterday afternoon, so I would suspect they are just having some temporary connectivity issues. Hey, it's like 4.45 AM downunder right now, so they might not even know about it -- at home sleepin'.. --Ferg S. Isaac Dealey wrote: Anyone know what

Cfform and iframe problem

2005-06-16 Thread Wayne Putterill
When I create a flash cfform I'm having a problem where part of a css dropdown menu on the page is hidden behind it. It doesn't seem to be anything to do with the z-index as far as I can see, does anyone have an idea of whats going on?

Re: ColdFusion and Lisp

2005-06-16 Thread Claude Schneegans
I figured LISP is a good language to work with for this, but I don't have any idea how I could make it interact with a web application. You could use a LISP program using CGI technology, but I doubt a lisp program would be the best for a Web multiuser application. I've designed an Expert

Re: Cfform and iframe problem

2005-06-16 Thread John Dowdell
Wayne Putterill wrote: When I create a flash cfform I'm having a problem where part of a css dropdown menu on the page is hidden behind it. It doesn't seem to be anything to do with the z-index as far as I can see, does anyone have an idea of whats going on? The answer is WMODE:

Re: Cfform and iframe problem

2005-06-16 Thread Raymond Camden
Would wmode=transparent help? (In the cfform tag of course.) On 6/16/05, Wayne Putterill [EMAIL PROTECTED] wrote: When I create a flash cfform I'm having a problem where part of a css dropdown menu on the page is hidden behind it. It doesn't seem to be anything to do with the z-index as far

RE: HTML to PDF

2005-06-16 Thread dcooper
If you have a repro case, BTW, shoot it at me offline and I'd like to check it out. But for manual breaking, the idea is you'll want use cfdocumentitem type=pagebreak in your cfloop or whatever you're using after closing the table tag, then re-open the table tag after the page break. How

Re: Cfform and iframe problem

2005-06-16 Thread Wayne Putterill
Thanks guys, that did the trick - I don't know why I didn't ask here first before googling. On 6/16/05, Raymond Camden [EMAIL PROTECTED] wrote: Would wmode=transparent help? (In the cfform tag of course.) On 6/16/05, Wayne Putterill [EMAIL PROTECTED] wrote: When I create a flash cfform I'm

CMS Systems

2005-06-16 Thread SStewart
Aside from CommonSpot are there any other for sale CF-based CMS systems out there. I've looked at FarCry and CF_Extreme and they take a lot of modification to do what we want. We're using DotnetNuke for our Intranet and we don't have an on staff .net developer. sas Scott A. Stewart, Web

Re: CMS Systems

2005-06-16 Thread Howie Hamlin
Just a couple (haven't tried any of these but have them bookmarked): http://www.mycfnuke.com/ http://www.ecobuilder.com/main.cfm http://www.13amp.net/index.html There's a fairly comprehensive list here: http://davidcrow.ca/2003/07/22/coldfusion_content_management_systems.html HTH, Howie

CFGrid Error in CFMX 6.1

2005-06-16 Thread Jeff Waris
Has anyone seen this??? coldfusion.util.RuntimeWrapper Exception Context validation error for tag CFGRID This is the grid call. cfgrid name=test height=300 width=550 query=getanimals selectmode=browse autowidth=true /cfgrid No matter how simple I make the grid, the above error still occurs

RE: null null errors

2005-06-16 Thread Jeremy Meerwarth
Has anyone come up with a workable solution to this? The following article had some interesting info: http://www.petefreitag.com/item/163.cfm They said that increasing the max JVM heap from 512 to 640 fixed this, but after changing this (and restarting CF) I've seen no decrease in NULL NULL

checkbox in flash form

2005-06-16 Thread Ida Chen
Hi I am writing a flash form that has tabs and pulls records using cfgrid. The grid doesn't seems to allow multiple select. I tried to add checkbox within the grid but it didn't work. Is there any way to do it so that users can multi-select the records?

CFPOP attachment error (potential bug)

2005-06-16 Thread Steve Robison
I have looked at CFX_POP3 as a possible solution, and likely the interim solution. In this situation, I don't need the additional benifits of the CFX. I was hoping to not become platform dependant by using this tag. Another solution I'm looking at is using javamail directly. Problem there is

RE: CMS Systems

2005-06-16 Thread Damien McKenna
http://www.cfwebstore.com/ ? -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h ~| Logware (www.logware.us): a new and convenient web-based

RE: Consuming .NET Web service - weird error and Windows authentication

2005-06-16 Thread Chase Seibert
I think there are optional username/password fields in the CFHTTP tag. I've used those before with Windows authentication. -Chase Chase Seibert | Network and Systems Engineer | Bullhorn Inc. | 617.464.2440 x119 | www.bullhorn.com -Original Message- From:Shawna Hampton

Sometimes form or url variables don't exist?

2005-06-16 Thread Ryan Stille
I sometimes get errors from my application where it tries to use a value that should have been on the previous form page, but for some reason doesn't exist. Has anyone else run into this? I am using an older version of Fusebox, so Form.* and URL.* variables all get converted to the Attributes

Web Service components

2005-06-16 Thread Michael Dinowitz
Does anyone here have any cool web service components that they would like shown off in a presentation. Free or for pay, it doesn't matter. I'd like to take a few minutes to point out resources with pre-built components that can help people. Thanks p.s. I've put in a call to APOK to get

RE: CMS Systems

2005-06-16 Thread Tarantor
Try yo check also Contens. http://www.contens.com Oguz Demirkapi -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 16. Juni 2005 22:12 To: CF-Talk Subject: RE: CMS Systems http://www.cfwebstore.com/ ? -- Damien McKenna - Web Developer - [EMAIL

RE: Sometimes form or url variables don't exist?

2005-06-16 Thread Mike Klostermeyer
Check the CGI variables when the error happens by emailing yourself a CFDUMP of the various scopes. Chances are it is google or some other indexing service jumping directly to your scripts. Anyone know of a way around this, as I have had this problem in the past as well? Mike -Original

Re: null null errors

2005-06-16 Thread Deanna Schneider
Nope. I'm getting it on pages that use cfcontent to push docs. Yee ha. I used to get a different error (connection reset) when I had similar code in a cfc - and it was recommended tthat I not call cfcontent in a cfc. So, moved it to a customtag and the error changed to null null - but it still

Re: Sometimes form or url variables don't exist?

2005-06-16 Thread Bryan Stevenson
Anyone know of a way around this, as I have had this problem in the past as well? Mike On the individual files I have a check for required varsif they don't exist I kick the user to page not found or information required by this page is missing pageand provide a link for them to

Re: Sometimes form or url variables don't exist?

2005-06-16 Thread Ray Champagne
Why not just restrict the bots using the robots.txt file? That's what we do Mike Klostermeyer wrote: Check the CGI variables when the error happens by emailing yourself a CFDUMP of the various scopes. Chances are it is google or some other indexing service jumping directly to your

RE: CMS Systems

2005-06-16 Thread Connie DeCinko
http://davidcrow.ca/2003/07/22/coldfusion_content_management_systems.html -Original Message- From: SStewart [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 12:23 PM To: CF-Talk Subject: CMS Systems Aside from CommonSpot are there any other for sale CF-based CMS systems out

Knowledge base software

2005-06-16 Thread Dave Jones
Can anyone recommend a knowledge base package for use by a company to respond to both internal and external queries? Initially it will be for internal use only (e.g. phone reps), but the eventual plan is to integrate it with the web site. CF-based is preferred, but not necessary. We've looked

RE: Sometimes form or url variables don't exist?

2005-06-16 Thread Ryan Stille
I know it's not a search engine because a user forwarded me a screen shot of the error. After looking closer at the log file, I see that he made a GET request to a page that should have been POSTed to. And the variables were not present in the query string. What would cause the browser to do a

RE: Sometimes form or url variables don't exist?

2005-06-16 Thread Mike Klostermeyer
If he submitted the form as expected, then (for some reason) clicked on the address bar and hit go or enter, that could produce a get vs. a post. May seem far fetched, but I know an end user or two, so nothing is out of the question! Mike -Original Message- From: Ryan Stille

Re: CMS Systems

2005-06-16 Thread Matt Robertson
http://mysecretbase.com/CMPro_Home.cfm Workflow and a lot of other stuff was added when v4.0 was released in April. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~| Logware (www.logware.us): a new and

re: unique_onTap_features__was_Re:_mach_II_or_fusebox?

2005-06-16 Thread dave
actually, I would concider using it :) especially for my personal use, you do a lot of things I really like, especially with XHTML but my comment about main stream was that if i make the denver cfug in a framework then it needs to be easily taken over by someone else, who may or may not know

Re: OT: Just signed up for SmarterLinux, impressed so far

2005-06-16 Thread dave
being the disruptor has it's advantages!! :) and agreed to what a later person said about the security thing is probably on most any shared server. ~Dave the disruptor~ A criminal is a person with predatory instincts who has not sufficient capital to form a corporation.

  1   2   >