Re: old topic: CF Excel

2006-12-18 Thread Denny Valliant
Can you use createObject? On 12/18/06, Coldfusion [EMAIL PROTECTED] wrote: I searched all over to find a way in a shared hosting environment (unable to install CFX tags), to export data into an excel spreadsheet with multiple worksheets all in one file. I tried various items and none seem

Re: Login page and cflocation

2006-12-17 Thread Denny Valliant
On 12/17/06, Will Tomlinson [EMAIL PROTECTED] wrote: Well, I think the problem I am having is that all my pages are called via cfcase from index.cfm within each directory. Would saving the refer that way solve the problem? What if you used a root relative link instead? Or just grab the

Re: Login page and cflocation

2006-12-17 Thread Denny Valliant
On 12/17/06, Doug Brown [EMAIL PROTECTED] wrote: Tried a relative link, and it is a :-( I am not sure about grabbing the url before redirecting. I suppose setting in the session scope would be the only way to do it that way. There has to be another way to accomplish this. I mean hell,

Re: OT: AjaxCFC DHTML Question

2006-12-15 Thread Denny Valliant
Yo loathe! I've written a couple, and teh solution is to not grab all 100+ records at once. You really don't need to grab any records at all, to begin with. If you do want to start it with some data, that's cool, but limit it to 15 or so list items. You can get more as the user types (I

Re: ColdFusion News Aggregators

2006-12-15 Thread Denny Valliant
On 12/15/06, Nathan C. Smith [EMAIL PROTECTED] wrote: Are there any free/low cost news aggregators/readers for ColdFusion? I think ColdSpring comes with an example feed reader or two... ~| Create robust enterprise, web RIAs.

Re: ColdFusion News Aggregators

2006-12-15 Thread Denny Valliant
/06, Denny Valliant [EMAIL PROTECTED] wrote: On 12/15/06, Nathan C. Smith [EMAIL PROTECTED] wrote: Are there any free/low cost news aggregators/readers for ColdFusion? I think ColdSpring comes with an example feed reader or two

Re: cfhttp QUESTION

2006-11-12 Thread Denny Valliant
On 11/8/06, Robert Harrison [EMAIL PROTECTED] wrote: Now I'm canning the EXCEL COM object and using CFHTTP to parse a comma delimited format. This works fine when the data is perfect. But when this data is missing a column from a row and doen't have the right number of columns it says wrong

Re: Cool things about cf

2006-11-11 Thread Denny Valliant
Yup, I agree with the easy Java. There /is/ a lot of cool java stuff out there. Writing cf-java is super easy, compared to java java, and CF has the nifty parts without the PITA parts, for the most part. d-: The built in error trapping/handling is pretty slick, too. It's super flexible, which

Re: Search Questions

2006-11-11 Thread Denny Valliant
On 11/11/06, Les Mizzell [EMAIL PROTECTED] wrote: ... What's the most optimal way of handling this search? How do the rest of you handle searches for mixed static/dynamic content? I've used htdig, but since you're on a shared server, that's probably out. Is something like google an option? Or

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-07 Thread Denny Valliant
On 11/6/06, Bobby Hartsfield [EMAIL PROTECTED] wrote: but it's pretty tough to look /all/ the way up that high... Especially if you deleted this thread days ago like I did. Yeah, gotta love those subjectless posts, neh? :)

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-06 Thread Denny Valliant
question was for CSS, IIRC, but it's pretty tough to look /all/ the way up that high... and you know how gmail does subjects... If you're ever late for today... you can say you're early for tomorrow... -some song about jobs =] -Original Message- From: Denny Valliant [mailto:[EMAIL

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-02 Thread Denny Valliant
It was a flippant comment, in response to a flippant comment. Context is cool! ;-) You can call me Denny, btw- although I'm also a person. =] On 11/1/06, Bobby Hartsfield [EMAIL PROTECTED] wrote: Ahh ok sorry. I overlooked the names. SO maybe the person who DID say it can offer an example?

Re: Converting from SQL to mySql

2006-10-31 Thread Denny Valliant
On 10/31/06, Dave Watts [EMAIL PROTECTED] wrote: That's, as you say, presumption. Most of the situations I've seen like this are from folks who've been using third-party hosting for a while. It was the third-party host that was using a Windows environment, and the client wants to get

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-10-31 Thread Denny Valliant
On 10/31/06, Mark Henderson [EMAIL PROTECTED] wrote: Maybe I got a little carried away up there. Who knows. Denny, what do you think?? J/k!! I'd use a table. :-P Loved the ascii art, BTW! =D3 ~| Introducing the Fusion

Re: PDF Label maker

2006-10-27 Thread Denny Valliant
cf_averyRTF, IIRC... available at the adobe exchange, I think? Dont' know if it's the same person or not, but it's swell (if you ain't running CF4.5 ;]) On 10/27/06, Dave Hatz [EMAIL PROTECTED] wrote: I came across a custom tag last year called LabelMaker. Pretty slick little tag. Send the

Re: visual tool to display table relationships

2006-10-27 Thread Denny Valliant
On 10/27/06, Munson, Jacob [EMAIL PROTECTED] wrote: 2 comments. 1st, you can also use MS Visio for this, but I agree that I've used it for reverse engineering a database, but haven't tried the other way around (creating a DB from a ERD). It worked pretty good... for what I was doing, open

Re: CF Wiki

2006-10-27 Thread Denny Valliant
On 10/27/06, Jason Manaigre [EMAIL PROTECTED] wrote: Has anyone here installed and used it? Wouldn't mind some first hand info. I slapped Canvas up a few weeks ago... just played with it, but I enjoyed my time (and the look and feel). My Big Plan is to (someday) link it in with some

Re: weird VB exploit

2006-10-27 Thread Denny Valliant
On 10/27/06, Brad Wood [EMAIL PROTECTED] wrote: Yep, that's what happened. All I did was go and view my guestbook and my antivirus went nuts. What scares the heck out of me is that MS IE was going to let the VBS execute those files without nary a warning. [Insert obligatory FF IE comments

Re: URL for CF7 Multi-Server configurations

2006-10-26 Thread Denny Valliant
On 10/26/06, Dave Hatz [EMAIL PROTECTED] wrote: Rob/Russ, I see you both are using Apache. Are you running Apache on a Windows box? And if so, can you tell me why you prefer using Apache over IIS? I like it because it will run on windows, linux, os x, etc.. And it's just cool. Open source,

Re: Where can I download Coldspring for use in MG:U?

2006-10-25 Thread Denny Valliant
On 10/25/06, Dave Lyons [EMAIL PROTECTED] wrote: u can still see it here http://svn.reactorframework.com/reactor/trunk/reactor/data/mysql/ObjectDao.cfc Are you using mysql ver 5? It's working for me, and I am, and I'm resonalby sure it wouldn't, if it was broke... do you have the

Re: OT: Anyone know of a good tree control

2006-10-24 Thread Denny Valliant
Hey Rey, I've got something I've been diddling with over on google code, that uses the dojo tree widget. It's a freaking slick interface, Drag 'n Drop with in-place editing. It still needs the public side, that doesn't have all the editing stuff, id est, purely display. When it's just

Re: Where can I download Coldspring for use in MG:U?

2006-10-24 Thread Denny Valliant
On 10/24/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 20 October 2006 14:48, Andy Matthews wrote: This isnt for coldspring but in reactor if you are using mysql be sure to set it to mysql4 right now because the reg mysql file is actually for ms sql, that one screwed me up for

Re: SESSION is going mad!

2006-10-24 Thread Denny Valliant
On 10/24/06, Andres R [EMAIL PROTECTED] wrote: Hi everyone, I was wondering if you have experienced something like this before. This is my I've had strange stuff happen with sessions if I don't specify no-cache meta information... Maybe something similar? Do you have the no-cache and expires

Re: Framework choices

2006-10-24 Thread Denny Valliant
I've been doing just what you're talking about. Home grown app, might as well have been several different developers, even though it was all just me... anywhaze... What I had before was basically a mapped path that contained all my CFCs/functions, and I'd access that from the various sites. I

Re: Where can I download Coldspring for use in MG:U?

2006-10-24 Thread Denny Valliant
I don't see anything in there that's mysql- er, mssql specific... sadly, I've notice that in many of my hints, I've got the description of the thing that I copied the function from... since stuff still works, it's generally the last thing I notice. That said, I've been using the mysql setting,

Re: Can I use replace function on a string to create form drop bo x options?

2006-10-22 Thread Denny Valliant
On 10/21/06, Andrew Tyrone [EMAIL PROTECTED] wrote: Just put the days in the list, not codes ;-)) That will make a field with a max of what? 50 characters may be? Big deal! ;-) And...? It doesn't matter which types of data you store in those lists. How would you return a workable query?

Re: Designing for modularity

2006-10-21 Thread Denny Valliant
On 10/19/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Sunday 15 October 2006 17:10, Doug Brown wrote: server. Anyhow, any help or suggestions would be greatly appreciated. Remember the premature optimisation anti-pattern. Unless you are certain volume or redundancy issues are going to come

Re: IE7 ?

2006-10-21 Thread Denny Valliant
On 10/19/06, Kevin Aebig [EMAIL PROTECTED] wrote: All in all, I uninstalled it and got IE 6 back, but frankly I'll personally call up M$ and tell them to eat a bowl of my nuts if they try and force this on me with a patch... As an interesting side, that I wouldn't mind getting

Re: Rate your favorite coldfusion framework

2006-10-21 Thread Denny Valliant
On 10/21/06, Snake [EMAIL PROTECTED] wrote: Of course don't forget that ColdFusion itself is a framework. Everything's a framework!!! Ahhh!! order and chaos are at it again! I think consistency is a good thing to aim for, although consistent doesn't always mean good. ;-) Personally, (i've been

Re: Cf vs ?

2006-10-19 Thread Denny Valliant
On 10/17/06, Larry Lyons [EMAIL PROTECTED] wrote: ... Still look how much time it takes to develop an app using iText, for instance, that mimics the functionality of cfdocument (even with it foibles). You may want to do it as a hobbyist, but I'd hate to spend the $$$ getting it done when

Re: Cf vs ?

2006-10-17 Thread Denny Valliant
On 10/14/06, Larry Lyons [EMAIL PROTECTED] wrote:... The D man may nbot be too sure of what he's talking about. Most of the time I'm not too sure if what I'm saying is making sense on the other end. In my head- it's crystal. *cough* yup. =] OK lets look at it another way, how much is a PDF

Re: ANN: ColdFusion Contest

2006-10-13 Thread Denny Valliant
Well, I was cool with it, but my goat is pissed! On 10/13/06, Cutter (CFRelated) [EMAIL PROTECTED] wrote: You ain't right, you're left (It should be noted that Doug is kidding, and in no way is purposely trying to offend anyone else on this list) Cutter ___

Re: Cf vs ?

2006-10-13 Thread Denny Valliant
On 10/13/06, Larry Lyons [EMAIL PROTECTED] wrote: ... So basically these days the cost argument is quite frankly pure crap. I have to disagree. Workarounds to get free don't qualify as free, and the solutions mentioned as free (BD and ralio(sp?)) aren't free, really... have you read the

Re: Cf vs ?

2006-10-13 Thread Denny Valliant
On 10/13/06, Bryan Stevenson [EMAIL PROTECTED] wrote: But cost is for sure a factor of CF, no ifs, ands, or buts. So sayeth a D-Man! I have to say that you've missed the big picture I was eluding to Denny. Cost = software cost + total cost of development + maintenance over time Yeah,

Re: Cf vs ?

2006-10-13 Thread Denny Valliant
On 10/13/06, Bryan Stevenson [EMAIL PROTECTED] wrote: I tell ya, stretch it out long enough, and I'm like, a billionaire already! There ya gonow you've got it ;-) Heh. I haven't been reading Douglas Adams enough of late. Don't cry for me, cf-talk-ia...

Re: CF SQLite

2006-10-09 Thread Denny Valliant
Off the hip, I'd say that it can't connect to your DB server. Are you sure it's running, and on the ports the driver expects? I haven't done SQLite, so I really don't know, but it's a place to start... On 10/9/06, Adam Ullman [EMAIL PROTECTED] wrote: The error I get when trying to add an

Re: limiting output of text

2006-10-09 Thread Denny Valliant
On 10/8/06, Richard Dillman [EMAIL PROTECTED] wrote: www.cflib.org has a UDF called *FullLeft(str, count) * allows you to do a left on a string and only trim at the end of whole words. Some how i see triming at the last word being the next question :-) LOL!

Re: Model Glue Unity tutorial?

2006-10-09 Thread Denny Valliant
This link, and the frameworks docs (they're all decent, i.e. amazing, considering) have been helping me get it. http://aria-media.com/blog/index.cfm/2006/9/22/The-Mystery-of-AutoWiring or (tiny-er (and bold)) *http://tinyurl.com/ecgnu* On 10/9/06, Andy Matthews [EMAIL PROTECTED] wrote: Ray...

Re: cfdocument underline in Linux

2006-10-08 Thread Denny Valliant
I don't know if it will help, but from Brian's blog entry: (http://www.briankotek.com/blog/index.cfm/2006/10/5/Special-Cases) Until you have to do something more than hello world. A while back we tried to add PDF generation to our application as an option to save the page, and we spent days

Re: limiting output of text

2006-10-08 Thread Denny Valliant
Heh. I don't know why I don't like cfif len(something) in the same manner I don't like cfif recordcount, but anywayze... ;-] cfset dis_reward_description = Replace(Trim(reward_description), Chr(10),br / ,ALL) cfif len(dis_reward_description) gt 97 #left(dis_reward_description,97)#... cfelseif

Re: Headers and Footers

2006-10-06 Thread Denny Valliant
On 10/4/06, Andrew Scott [EMAIL PROTECTED] wrote: Denny, I was not that favourable to any framework because it depended on the job, however after now doing a lot of dojo work I have opted to combine that with MG:U and with the abilities of coldspring, reactor and ModelGlue and dojo tied

Re: Object Oriented Role Base Security

2006-10-06 Thread Denny Valliant
On 10/5/06, Justin Holzer [EMAIL PROTECTED] wrote: ... If anyone does know of some drawbacks to using cflogin, other than needing a more complex system, I would certainly like to know what they are. If the comments in blogCFC are correct, isUserAuth() (er, isAuthUser ;) will return true if the

Re: cfdocument underline in Linux

2006-10-06 Thread Denny Valliant
I didn't see the other replies, but a long shot could be an issue that sometimes effects jasperreports when switching from windows to linux. It has to do with the font metrics of the different JVMs, if I recall right... although I think that only happens with pre-compiled reports... have you tried

Re: Java help

2006-10-06 Thread Denny Valliant
Could this be it? http://forum.java.sun.com/thread.jspa?threadID=736383messageID=4230346 On 10/6/06, Bobby Hartsfield [EMAIL PROTECTED] wrote: I should also mention that I tried this as well... ~| Introducing the Fusion

Re: CFIF Statement

2006-10-04 Thread Denny Valliant
On 10/3/06, Dave Watts [EMAIL PROTECTED] wrote: ... I don't think it matters that much one way or the other. I simply think we should be more careful about how we define best practices generally. Nothing /really/ matters. In the long run. ;-) I would think that best practice depends on how

Re: Subversion and Subclipse

2006-10-04 Thread Denny Valliant
On 10/4/06, Stephen Barton [EMAIL PROTECTED] wrote: ... Error validating location: org.tigris.subversion.javahl.ClientException: Network connection closed unexpectedly svn: Connection Closed Unexpectedly after a long wait. Sounds like svnserve wasn't running. Generally, a long wait when

Re: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-04 Thread Denny Valliant
On 10/4/06, Snake [EMAIL PROTECTED] wrote: Well you could always use the ploy that is being used with spoofed bank sites. User thinks they are going yo www.barclaysbank.co.uk But your really sending them to www.barclayswank.co.uk which has a valid SSL, so nothing looks amis. Russ I think

Re: Another MSSQL issue, why is DISTINCT so slow?

2006-10-04 Thread Denny Valliant
On 10/4/06, James Smith [EMAIL PROTECTED] wrote: In CF and that takes about a second, so why is it taking 1:15 for MSSQL do do it in one operation? Theoretically, that's what query analizers are for. Shooting from the hip, I'll second the index suggestion. Shooting from the head, I'll second

Re: Headers and Footers

2006-10-04 Thread Denny Valliant
On 10/3/06, Teddy Payne [EMAIL PROTECTED] wrote: If you use Application.cfc, you can use the onRequest method to intercept your page loads. I've used onRequestStart and onRequestEnd to add headers and footers, works quite well aside from the fact that you then need a variable when you don't

Re: How do I disable view source?

2006-10-04 Thread Denny Valliant
Heh. Just do what the Broadcasting companies do. Maybe you could add something like: YOUR BROWSER USED THE ONE LEGAL LOOK YOU HAD Man, the FCC won't let me be / or let me be me. something. something. On 10/4/06, Will Tomlinson [EMAIL PROTECTED] wrote: Hey, Now I'm tryin' to disable the view

Re: Subversion and Subclipse

2006-10-04 Thread Denny Valliant
On 10/4/06, Stephen Barton [EMAIL PROTECTED] wrote: Thanks Den for pointing me in the right direction. I took a look at: http://svnbook.red-bean.com/en/1.2/svn.advanced.reposurls.html Any time, glad it helped! Thanks for posting the URL. Anyone using SVN would be well served by reading

Re: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-04 Thread Denny Valliant
On 10/4/06, Dave Watts [EMAIL PROTECTED] wrote: Seriously, what's a third reason why you might attack someone else's network? The quest for knowledge! Seriously, replace attack with some nicer word, and maybe you have an argument like I was testing the lock, so to speak. Seeing as how

Re: reports reports reports

2006-10-04 Thread Denny Valliant
Ok, I guess I was kidding about community. Later[1], I swear. I'd also take a look at ^JasperReports --as a personal fave, it rocks--. I'm not impartial or unbiased though, I honestly mostly just like the feeling I get from the community and software. It's a robust solution for many reporting

Re: Strange behavior?

2006-10-04 Thread Denny Valliant
I think Sandra pointed out the solution to this issue just a bit ago (maybe). I'm just vaguely thinking it might be the same, that was with FB3 though, or higher, I think... yarg. BTW, Sandra, could you please stop pushing FB? I mean, I was really hoping to like, make MG the de-facto, and

Re: Headers and Footers

2006-10-04 Thread Denny Valliant
: 0404 998 273 -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 October 2006 8:26 AM To: CF-Talk Subject: Re: Headers and Footers On 10/3/06, Teddy Payne [EMAIL PROTECTED] wrote: If you use Application.cfc, you can use the onRequest method

Re: CFIF Statement

2006-10-04 Thread Denny Valliant
I'm all full up at the moment, an unambiguous and unfailing beerIs() proves more difficult than I first estimated... I'm sure I'll be done real soon now tho, and then it's ON! *cough*rightAfterCoffee*cough* On 10/4/06, Aaron Rouse [EMAIL PROTECTED] wrote: Or maybe we need some sarcasm tags or

Re: Object Oriented Role Base Security

2006-10-04 Thread Denny Valliant
Heh. The silver bullet! If you find it, holler, I too would be interested... Other than that, you can try checking out the (sheesh, I'm bad today) the MG list, as a nice discussion of this has been going down for a few days. It's more geared for MG than just anything though (although MG seems

Re: CFIF Statement

2006-10-03 Thread Denny Valliant
I think my point is that, sometimes, beer *is*, even if we can't prove it. I'm not sure what that means, but I get the feeling, that if I could see it clearly, I would grok it impossibly fast, knowing in an instant, the state of all beer in the system. Except for that beer that I'm pretty sure

Re: CFIF Statement

2006-10-02 Thread Denny Valliant
On 10/2/06, Dave Watts [EMAIL PROTECTED] wrote:[...] Then you will have the same problem whether you treat RecordCount as a Boolean or as a numeric value - you'll get an error. But the point of the earlier statement was that it's better to treat RecordCount as a numeric value, and I don't

Re: Structures in Java?

2006-10-02 Thread Denny Valliant
Thanks Guys, that is some excellent info to keep in mind. (and that I sometimes forget to think about (e.g. worked fine in dev mode, how come it's all squirrly now?!?! ;)). Yet I went with the thread safe ajax stuff at first... just cuz... how haphazard of me. =P I vow to become a more aware

Re: Flex 2 demo on demand?

2006-10-02 Thread Denny Valliant
What about the flex in 10 minutes, etc., demos? (which did, in fact, get me going in 10! =) Have you checked them out? I can't seem to find them now, but I could look through my old sent mail, as I sent a co-worker the link (I was sure I'd remember it ;). Maybe from C.Cantrell's site? Dern, ah

Re: cfchart jpg format

2006-10-02 Thread Denny Valliant
An IFrame really probably would be the easiest, and like you guessed, doesn't even use AJAX per se, and yet DOES keep the illusion of dynamical as you click on stuff (the user never sees the whole page refresh, only the graph changes, in it's frame). Maybe part of the trouble is there is a

Re: Disabling the back button

2006-10-02 Thread Denny Valliant
You can also create a window without a back button... no toolbar items at all. Then throw in a couple of JS no back functions, and you're in like Errol (sp?). FWIW, and to really be a devil in need of shooting (again ;-P), so long as you make it clear that they shouldn't use the back button,

Re: CFIF Statement

2006-10-02 Thread Denny Valliant
On 10/2/06, Dave Watts [EMAIL PROTECTED] wrote: Sorry so wordy with so little clarity, probably, but I'll use this example, that I think Neil might have given: if(someQuery.recordcount GT 0) vs. if(someQuery.recordcount) The second, while being true, isn't as true as the first.

Re: Structures in Java?

2006-10-01 Thread Denny Valliant
On 10/1/06, D F [EMAIL PROTECTED] wrote: Thanks Dave, so presumably this HashMap object can be passed around through various methods etc? Pretty much. I think the one thing you need to keep in your head is that in java, everything starts at 0, and CF starts with 1. There is a word that I

Re: Error 0 - java.lang.ArrayIndexOutOfBoundsException

2006-09-25 Thread Denny Valliant
Nice shot Ben. Another longshot: with the underscore notation, fields ending like _date or _someOtherReserved extension can do weird stuff, because they're reserved in CF IIRC. -denny On 9/25/06, Ben Nadel [EMAIL PROTECTED] wrote: In standard SQL, I know that when you do a SELECT COUNT() you

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Denny Valliant
Another thing to check, since you've gone the DB image route (which, BTW, IMHO, can be a great way to go) you should also verify that you've set the datasource to pass large chunks of data. I think with .GIFs you'd see a part of the image at least, but with JPG if it get's cut off, you won't see

Re: CFinput submit Action page

2006-09-25 Thread Denny Valliant
On 9/25/06, Charlie Griefer [EMAIL PROTECTED] wrote: it's just a matter of preference, but i do like having a separate action page. in my mind, the two pages (form, action) perform very distinct tasks, and should logically be distinct pages. it's also less code on each page, so easier

Re: Placing a pointer in cfchart

2006-09-25 Thread Denny Valliant
Yeah, that IS fantastic. Nice tip! On 9/25/06, Richard White [EMAIL PROTECTED] wrote: thanks james thats fantastic :) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: NFL Player Stats Service

2006-09-23 Thread Denny Valliant
Hey Joe, On 9/23/06, Joe FitzGerald [EMAIL PROTECTED] wrote: Same goes for laws. What I'd like to reflect on, is the fact that we can help steer the direction these laws go, and in fact, probably should. I think it's pretty shameful how much power corporations have, I mean, it's pretty

Re: Error 0 - java.lang.ArrayIndexOutOfBoundsException

2006-09-23 Thread Denny Valliant
Try dumping the query the the QoQ is using. I bet it's something in there. Just a guess. On 9/23/06, Loyd Campbell [EMAIL PROTECTED] wrote: I'm querying data that is contained in either a current table, SHIP_HIST, or an archive table, SHIP_HIST_ARC. There is a view setup on the server,

Re: CFinput submit Action page

2006-09-22 Thread Denny Valliant
The advantage of using named submit buttons, is that you can have multiple actions on the same form. And it's good to keep in mind if the user presses the enter key to submit the form, instead of pressing the submit button(s), browsers behave different. The explicit nature of naming stuff makes

Re: CFinput submit Action page... oh great...

2006-09-22 Thread Denny Valliant
a new record. But it's multiple actions with one button. -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 2:08 AM To: CF-Talk Subject: Re: CFinput submit Action page The advantage of using named submit buttons, is that you can have

Re: NFL Player Stats Service

2006-09-22 Thread Denny Valliant
There was a great (reoccurring) thread on licensing on another list the other day... good stuff. Anyway, the Law is a lot like the dictionary (here we go ;)... See, if a word gets used enough, it gets in, basically. Same goes for laws. What I'd like to reflect on, is the fact that we can help

Re: Placing a pointer in cfchart

2006-09-22 Thread Denny Valliant
On 9/22/06, Richard White [EMAIL PROTECTED] wrote: does anyone have any ideas on this, i am completely stuck. or is there maybe another way or another component i can use to get this effect. CF has some type of java charting built in... maybe jfreechart? You could always use java and do it...

Re: How to get these query results

2006-09-20 Thread Denny Valliant
On 9/20/06, Rick Faircloth [EMAIL PROTECTED] wrote: cfquery name=your_query SELECT * FROMdates_table, events_table WHERE dates_table.EventID = events_table.EventID /cfquery But, my question concerning it being bad code was, really, how much slower

Re: Webservice Session Authentication

2006-09-20 Thread Denny Valliant
On 9/20/06, Greg Luce [EMAIL PROTECTED] wrote: Maybe I'm way off base trying to authenticate the user and start the session via webservice. If the SSL is enough with an encrypted url var that would make my life alot easier! That's pretty much how it all works anyways, right folks? Maybe

Re: CFInput text and onclick functionality

2006-09-20 Thread Denny Valliant
On 9/20/06, Jon Clausen [EMAIL PROTECTED] wrote: Scott, As Dave said, if you're using a Flash/Flex form you will need to use Actionscript to control any form elements. The .swf file which is Sorta OT, but: Anyone had any luck with the bridge? It's supposed to let the swf access the DOM and

Re: latest server version

2006-09-20 Thread Denny Valliant
7,0,2,142559 over here. Isn't that info avialible via the Adobe site? On 9/20/06, Bryan Stevenson [EMAIL PROTECTED] wrote: Can someone that has updated CFMX 7 up to the latest updater fire me the server version number as reported in CF Admin Thanks

Re: OT: text editor

2006-09-16 Thread Denny Valliant
On 9/16/06, Doug Brown [EMAIL PROTECTED] wrote: Just found this nifty little open source text editor, if there is someone out there that does An excellent editor! Especially if you work with different languages. You can configure just about everything when you instantiate it; I like to

Re: OT: text editor

2006-09-16 Thread Denny Valliant
On 9/16/06, Denny Valliant [EMAIL PROTECTED] wrote: On 9/16/06, Doug Brown [EMAIL PROTECTED] wrote: Just found this nifty little open source text editor, if there is someone out there that does ... [...] are from where the editor is installed (in this case, /fckeditor ): The basePath

Re: Does anybody really understand character encodings?

2006-09-15 Thread Denny Valliant
On 9/15/06, Paul Hastings [EMAIL PROTECTED] wrote: - XML export from Quark from i remember, these yahoos refused to support unicode. i guess they might have changed since then (4-5 years ago). I would like to take a second to bitch about how quark has claimed to have XML capabilities since

Re: Checking Checkboxes Based on Database Results for Edit Page

2006-09-15 Thread Denny Valliant
You can also do a if currentrow eq round(recordcount/2) type deal. Split it right down the middle, dynamically. Sudo-codo, of-coso ;-) On 9/15/06, Matt Williams [EMAIL PROTECTED] wrote: You could definitely do a dynamic list. What is your criteria for breaking between the 2 columns? If it's a

Re: Ideas please!!

2006-09-14 Thread Denny Valliant
On 9/14/06, Che Vilnonis [EMAIL PROTECTED] wrote: Ajax or Flex might work. Flex would be perfect for this, as you can do real-time push stuff with it. I'm just bummed that another critical bug was found in flash player 8. That was one of the main reasons I'd held off so long in going

Re: CFGrid and Time Format

2006-09-14 Thread Denny Valliant
I did it in the database. Depending on your database provider, could be the date_format() command, or something similar. e.g. mysql: SELECT date_format(somedates.aDateTime,'%m/%d/%Y') as someFormattedDateField FROM somedates :d On 9/14/06, Patty Severski [EMAIL PROTECTED] wrote: Can

Re: Lines of code counter

2006-09-13 Thread Denny Valliant
Due to a tragic EOL mishap, I've only got one line of code. Oh woe is me! At least a simple file count gets the job done now... O.o On 9/13/06, James Holmes [EMAIL PROTECTED] wrote: ROFL! I think he wants all of the files in one go, rather than just one file at a time. On 9/13/06,

Re: Linux webserver

2006-09-13 Thread Denny Valliant
+1 for webmin. Great tool. It allows you to control multiple servers via one control panel as well, which is kool. You can also find plugins for it to do just about any type of management you'd need. Installation is super simple, and I'd actually recommend you download the latest, even if the

Re: Odd installation issue

2006-09-13 Thread Denny Valliant
This is probably NOT it, but I did have a semi-related error (if I remember right), that had to do with the case of the CFIDE directory. Some links pointed to CFIDE and others pointed to cfide. Something like that. I highly doubt that your problem was my problem, because Windows isn't case

Re: Line Counter (without Comments)

2006-09-13 Thread Denny Valliant
On 9/13/06, Mike Kear [EMAIL PROTECTED] wrote: The ideal thing would have been to take this big file and break it into smaller bits - cfcs or includes or custom tags, however that wasnt an option apparently. Yeah, I like the small bits part, and personally, I roll without comments 'cause my

Re: SecretAgents recommendation?

2006-09-13 Thread Denny Valliant
On 9/13/06, Brad Wood [EMAIL PROTECTED] wrote: Man, I wish I had requirements that good BEFORE the project started at my job. Our motto here is You get to work on it, we'll go find out what they want. :) Preach on, brother! The ironic part is that we've been more successful at launching

Re: Holy crap I like CFEclipse!

2006-09-12 Thread Denny Valliant
On 9/12/06, Nathan Strutz [EMAIL PROTECTED] wrote: including links to key resources like the SVN plugin for VS - http://ankhsvn.tigris.org/ For those who like DW but want Version Controll, I've found this plugin/extension is good for auto-cloaking those SC folders (.svn, .CVS):

Re: Linux webserver

2006-09-12 Thread Denny Valliant
On 9/12/06, Russ [EMAIL PROTECTED] wrote: Does anyone actually run X-Windows on a production server? I've found it to be very unstable, and in general you shouldn't run X on a production web server. I used to find X-Windows unstable... heck, just getting it to start up was a major PITA if you

Re: Framework

2006-09-12 Thread Denny Valliant
I'm liking MG:U too. Seems to be pretty sense-icle. Reactor really made sense to me, I started using it before I went the MG route, but found that I really liked alot of the stuff MG brought to the table. Now my main concern is modeling the stuff right, making the right bits and pieces an

Re: cfoutput timeout

2006-09-09 Thread Denny Valliant
I used it with JExcelApi until I added it to my class-path, and also with the FreeTTS example... generally wherever I want to load a class or jar real quick like. Ah, I used it with the apache .htpassword file editor as well. I've used the javaloader.cfc one or twice too... I like how your

Re: Holy crap I like CFEclipse!

2006-09-09 Thread Denny Valliant
Hey Snake, Doing ||| and replacing with --- worked at the first go for me... must've been something funky. Searching with regular expressions will get folks basically the same functionality as the search within tag stuff... but it's a PITA when you are rusty with regex. ;-) On 9/9/06, Snake

Re: Holy crap I like CFEclipse!

2006-09-09 Thread Denny Valliant
On 9/9/06, Rick Faircloth [EMAIL PROTECTED] wrote: Anyone using the MyEclipse visual designer interface? Not I. Been meaning to check it out. $32/$52 a year isn't very much, and sounds like an interesting way of selling software. I'm actually more curious about the UML stuff, but since they

Re: Holy crap I like CFEclipse!

2006-09-09 Thread Denny Valliant
http://tinyurl.com/l4h4d Screen shot of MyEclipse visual designer On 9/9/06, Rick Faircloth [EMAIL PROTECTED] wrote: After a look over the site...it's a little confusing...always talking about JSP, which I don't write...no mention (so far) of Cold Fusion...hmmm...no screen shots of the

Re: Holy crap I like CFEclipse!

2006-09-09 Thread Denny Valliant
On 9/9/06, Pete Ruckelshaus [EMAIL PROTECTED] wrote: I started playing with Eclipse/CFEclipse a couple of days ago. It's nice, but I've got to say that there are times when I really missed Homesite's tag editor dialog. The latest build from source has a tag editor, IIRC. I'm also trying to

Re: Holy crap I like CFEclipse!

2006-09-09 Thread Denny Valliant
You should be able to install CFEclipse into MyEclipse, but I did see a post somewhere about someone having troubles... CFEclipse does need Eclipse 3.2 (at least for that latest source build), so if you don't plunk it into MyEclipse, you'd need to plunk it into a Eclipse 3.2 install. I

Re: coldfusion.document.DocumentProcessTimeOutException

2006-09-08 Thread Denny Valliant
On 9/8/06, Ben Nadel [EMAIL PROTECTED] wrote: seconds and still no luck. We have installed hotfixes. No luck. Any ideas why it is hanging? We are running standard edition, 7,0,1,116466. It's the ONLY website on this NEW server box. You should apply the 7.0.2 update... Besides that,

  1   2   3   4   5   >