Re: Speaking of cfeclipse/eclipse issues...

2006-06-09 Thread Denny Valliant
On 6/9/06, Eric Roberts [EMAIL PROTECTED] wrote: I tried that and got the following error with the sftp plugin... SFTP Plug-in (0.0.1) requires plug-in org.eclipse.team.cvs.core (3.2.0), or compatible. Ah, that looks like it's asking for Eclipse 3.2. Are you not running 3.2? It's ar RC7,

Re: Speaking of cfeclipse/eclipse issues...

2006-06-09 Thread Denny Valliant
On 6/9/06, Nathan Strutz [EMAIL PROTECTED] wrote: Please pardon my last post. Yeah, i have trouble reading small words. You want help using the eclipse _FTP_ (as opposed to cfeclipse in general). No, sorry, google it. I haven't found any good resources for it. Yeah, the Team API has been a

Re: More CRUD

2006-06-09 Thread Denny Valliant
On 6/9/06, Michael Traher [EMAIL PROTECTED] wrote: I'm wondering if there is a CRUD generator out there that is more lightweight than say Reactor or PLUM? Ok, last post for me for a bit, really: I've seen a couple of DAO generators, but I'm nut sure if that's what you mean. I think so tho...

Re: accesskey conundrum

2006-06-08 Thread Denny Valliant
Hey Sandra! I figured out how to do TextToSpeech using FreeTTS and ColdFusion, but is this even a helpful feature, accessibility wise? I'm doubting it, as a screen-reader already does the job much better. Probably only helpful for the half-accessible people, where alt. versions of docs

Re: Application CFC - OnRequest Method

2006-06-07 Thread Denny Valliant
On 6/6/06, Ian Skinner [EMAIL PROTECTED] wrote: Well in theory the code you had should have worked just fine. The value of the page argument will typically be /foo/zoo.cfm, and cfinclude shoukd have worked just fine. That seems to be the issue because of the leading slash in /foo/zoo.cfm

Re: Moving CF Variables to registry requires a restart?

2006-06-07 Thread Denny Valliant
I don't know for sure, if it requires a restart, but usually a little message comes up saying you'll need to restart for this to take effect or whatever. :d On 6/6/06, Alan Rother [EMAIL PROTECTED] wrote: Got it... That makes ALOT more sense. =] -- Alan Rother Macromedia Certified

Re: Webservice authentication

2006-06-07 Thread Denny Valliant
Thanks Tom! I found some good stuff on bpurcell's blog as well. :D On 6/6/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 06 June 2006 02:04, Denny Valliant wrote: If you authenticate to a webservice via passing username and password as params, you should probably do it over SSL

Re: Report Writer

2006-06-07 Thread Denny Valliant
I don't know why you're getting that error... have you maybe added ^JasperReports to your CF install? There is already an older version of it included with CF, so it will break the built-in one if you just add it. You can rename and repackage jasperreports, if you want to go the iReport route.

Re: Reopening timed out cfftp connection ..

2006-06-07 Thread Denny Valliant
It just feels like a defeat, if you know what I mean ;) Valid feelings, I shared them for a bit, but with all the blogs out there of how to leverage java from within CF, that's kinda a moot point now(fer me). Nothing stops me from utilizing the underlying code, which is really a bunch of quite

Re: OT: accesskey conundrum

2006-06-07 Thread Denny Valliant
This really belongs in a JavaScript forum, dood. ;-) Just kidding. You could do it using Flash and actionscript too, probably. Or a myrad of other things. Best is probably javascript, and key-capturing. Use the same letter like a tab, eg, if it's J and then another J (with no other keys in

Re: cfcompile alternative

2006-06-07 Thread Denny Valliant
On 6/6/06, Steve Brownlee [EMAIL PROTECTED] wrote: AFAIK, there's no way to compile Java code other than calling java.exe. JDT to the rescue! It's not included with CF, but it works. I posted a example on... lemme see... http://groups.yahoo.com/group/java_coldfusion_hacks/ Dan Plesse has

Re: RTF

2006-06-07 Thread Denny Valliant
Use word, save as html, clean it up, export it. That's usually the answer, but not very helpful if you need to do it on a server. Since it's just plain text, it should be pretty easy to write a parser, at least a basic one. There is a good book on RTF, it's pretty much the only one out there,

Re: CF Studio 5

2006-06-05 Thread Denny Valliant
On 6/4/06, dave [EMAIL PROTECTED] wrote: No i was trying to use the standard one. I don't mind waiting for it to get right because apparently I must have a magic copy of dw that doesn't bring my puter to it's knees ;)~ maybe its just the os i use (just to egg on mohawk boy) Heh. Hrm, then

Re: CF Studio 5

2006-06-05 Thread Denny Valliant
+1 for the quickdocs, I liked that too. As for the rest, Ferg, you are probably better off with a tool like DW or (maybe) HS/CFStud. Working sets ROCK, the snippets are real powerful, somehow I think better than HS, but I don't know for sure. Viewing logs is probably more for people who develop

Re: CF Studio 5

2006-06-05 Thread Denny Valliant
MMA Eric! On 6/5/06, Eric Roberts [EMAIL PROTECTED] wrote: Actually...things are quite the opposite with many developers also working from home. Most of the time we don't have access to the data locally from db's that are either at the company's site or at their host. That is why ftp is

Re: ways to time a file upload?

2006-06-05 Thread Denny Valliant
On 6/5/06, Crow T. Robot [EMAIL PROTECTED] wrote: I like this idea. It's not perfect, but it should do what I'm trying to get it to. I think. It's what I use a couple of places. You'd be amazed how far an animated gif will get you. People really just like to feel they're still connected,

Re: Document Upload/Retrieval Security

2006-06-05 Thread Denny Valliant
On 6/5/06, Peter Legg [EMAIL PROTECTED] wrote: Russ, how do you do it and how many and what size documents do you typically have? How long does it take to convert say 10 documents to one pdf? Not sure if you're up to some java, but iText ships with CF, and it's a master of pdf stuff. Also,

Re: Supressing white space

2006-06-05 Thread Denny Valliant
There are also methods of getting the pageContext in the onRequestEnd and cleaning the whitespace out there. With all these tho, there can be unexpected consequences. I'd do the output=false and enablewhitespacemanagement stuff, if possible. :D On 6/5/06, Rob Wilkerson [EMAIL PROTECTED] wrote:

Re: PayPal API/SOAP

2006-06-05 Thread Denny Valliant
Are you using the CFX tag, or the java based .jar? I wrote a wrapper for the .jar, don't know about that tag, I had troubles getting it going, back when I tried it a couple years ago. If I can help I'll try, but I don't think I'm doing SOAP or whatever - just using the verisign.var. :D On

Re: Hello in there?

2006-06-05 Thread Denny Valliant
Seems to be a constant stream coming in over here... didn't you just reply to one I sent not more than an hour or two ago? Or is this an old messg? :D On 6/5/06, Ken Ferguson [EMAIL PROTECTED] wrote: Did everyone get overly busy this AM and nobody's had anything to say for the rest of the

Re: session Variable : display pop-up once

2006-06-05 Thread Denny Valliant
I'm still getting up to speed on the current BP for locking, but that looks ok, basicaly. You could figure out that the session started in other ways tho maybe onSessionStart in application.cfc? And once you've done the structNew, you don't need to set it to a value, it will exist. Probably you

Re: CF Studio 5

2006-06-05 Thread Denny Valliant
is. But Oh that waffle was good! Syrup ROCKS!!! :denstir Denny Valliant wrote: As for the rest, Ferg, you are probably better off with a tool like DW or (maybe) HS/CFStud. I don't think CFE needs converts, if you ask me. There's plenty to do already, and more people with the wrong mindset

Re: PayPal API/SOAP

2006-06-05 Thread Denny Valliant
(SetExpressCheckout). I found a great example page here: http://paypaltech.com/Dave/api_sourcebook/html/example_SOAP.html The PayPal docs kind of suck so the above link really helped me out. -- Josh - Original Message - From: Denny Valliant [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com

Re: ISDEFINED for list member

2006-06-05 Thread Denny Valliant
How about rereplace(list,,,¨,,all) then listget whatver you want replacing the placeholder char? Or however that would work. Guess the regex has that cool factor. Yeah, if they ever change that feature so much would break tho. :-/ My only gripe with this solution is you better pick a char or

Re: MySQL - MS SQL

2006-06-05 Thread Denny Valliant
Thanks Rick, that's handy. I'll burn it into my memory real quick, as that's one I been customizing for whatever DB i'm using at the time, for ages. Funny thing is, I used it before, why did I stop? Ah. the null in the name! Dang it. etching on brainpan, :deN Woot for monday! I must've sent 20

Re: PayPal API/SOAP

2006-06-05 Thread Denny Valliant
into it but it looks like it won't be too hard to get it all up and running. -- Josh - Original Message - From: Denny Valliant [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, June 05, 2006 4:27 PM Subject: Re: PayPal API/SOAP Wow, didn't even know you could do

Webservice authentication

2006-06-05 Thread Denny Valliant
I'm I understanding this right? If you authenticate to a webservice via passing username and password as params, you should probably do it over SSL or some such, becuase it would be in plain text over http, correct? I'm just starting to toy with the idea of webservices, esp. since Flex and

Re: CF Studio 5

2006-06-05 Thread Denny Valliant
On 6/5/06, Eric Roberts [EMAIL PROTECTED] wrote: Its still ftp over something. Just because you send ftp over ssl, ssh, tls, or anything else for that matter, it doesn't make the ftp part of it any I'd challenge that, if only because I was checking out the FTP bugs in the eclipse bugzilla,

Re: CF Studio 5

2006-06-05 Thread Denny Valliant
Here is how to check it out: http://cfeclipse.org/go/documentation/developer-docs/checking-out After that, you should research a little about developing plugins with eclipse. Basically, you edit the code you just checed out, and then try to run it in an eclipse application (via opening the

Re: CF Studio 5

2006-06-05 Thread Denny Valliant
On 6/5/06, Rey Bango [EMAIL PROTECTED] wrote: And I wouldn't want you to be unhappy unless you actually wanted to be unhappy in which case I would be happy for your unhappiness. That just tickles me pink. Thanks for the consideration Rey. Your logic is impeccable! Seriously, by then,

Re: CF Studio 5

2006-06-05 Thread Denny Valliant
On 6/5/06, Eric Roberts [EMAIL PROTECTED] wrote: FTP is a protocol set by W3C. Much like any other transfer protocol, you can transmit it over a secure channel. Is there any difference in the html for a page that uses http vs. https? It's all the same transfer protocol, with an added layer

Re: CF Studio 5

2006-06-04 Thread Denny Valliant
On 6/4/06, Dawson, Michael [EMAIL PROTECTED] wrote: I just want to say that I like the concept of CFE and what Mark has done with it so far. I just don't care much for Eclipse's interface and the amazing breadth and depth of that product. It can easily overwhelm a person. That has nothing

Re: CF Studio 5

2006-06-04 Thread Denny Valliant
On 6/4/06, dave [EMAIL PROTECTED] wrote: no, i cant even get the latest build to reconize it or the css plugin, i did put in the nightly build of cfe but its not showing up in the updater either. Is there a css plugin with cfe? I didn't think so... are you talking about webtools? Or

Re: Generic database management tool

2006-06-03 Thread Denny Valliant
On 6/2/06, Claude Schneegans [EMAIL PROTECTED] wrote: - advanced query buider à la Access, with all types of JOINS, GROUP, WHERE, HAVING etc. clauses; even UNIONs are supported (not in Access) Is this a web-based tool? I assumed so at first, but don't know how you'd tie that in with

Re: CF Studio 5

2006-06-03 Thread Denny Valliant
On 6/3/06, Eric Roberts [EMAIL PROTECTED] wrote: Its not an attitude...just an opinion. I am also not a big fan of open source products in general. I have recommended cfeclipse to people as it is not a bad product over all...I just don't like it. I couldn't get...or at least figure out

Re: Generic database management tool

2006-06-03 Thread Denny Valliant
On 6/3/06, Claude Schneegans [EMAIL PROTECTED] wrote: Is this a web-based tool? Sure: 100% Does it run on linux based CF instances? I've tried CFEclipse, but CFStudio eclipses it ;-) Heh. That's totally alright, what's good for the goose don't mean it's good for the gander.

Re: CF Studio 5

2006-06-03 Thread Denny Valliant
Heh. That does make me feel cool. :-) On 6/3/06, Eric Roberts [EMAIL PROTECTED] wrote: When was Apple ever cool? Eric ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242288 Archives:

Re: CF Studio 5

2006-06-03 Thread Denny Valliant
Have you guys tried the Eclipse FTP / webDAV stuff? It uses team, so it's got to be good. If it works. :)en On 6/3/06, dave [EMAIL PROTECTED] wrote: I cant get it to work right and thats a major deal for me. ~Dave the disruptor~ From: Eric Roberts

Re: OT: Javascript right click menu, only over object, can accept parameters

2006-06-02 Thread Denny Valliant
jsdomenu from dynamic drive does that, I think. It's pretty cool, but leaks memory, I think. One option is to use hidden fields and mouseovers to have dynamic variables. Let me know if you want more info, I've done something similar. :D On 6/2/06, Andy Matthews [EMAIL PROTECTED] wrote: I've

Re: Generic database management tool

2006-06-02 Thread Denny Valliant
On 6/2/06, Jim Wright [EMAIL PROTECTED] wrote: -the table I want to edit -a list of fields that should be shown in the list view -the fields that should be edited in the form view, and what type of field each is (which determines what type of form control to use, and simple validation)

Re: Document Upload/Retrieval Security

2006-06-02 Thread Denny Valliant
On 6/2/06, Ian Skinner [EMAIL PROTECTED] wrote: Your frames idea might work if they want to look at a few at a time - not sure if it would work well with lots of docs. Thanks again, Peter I suspect any solution is going to get costly with lots of docs, especially lots of large documents.

Re: CF Studio 5

2006-06-02 Thread Denny Valliant
On 6/2/06, dave [EMAIL PROTECTED] wrote: Also, someone mentioned that HS has inline documentation, and Adobe is putting this into CFE soon (Actually I think it's going to come from Flex, but it's supposed to cover CF). isnt that already out I think it's in the nightly, and there is talk

Re: Fetching last record

2006-06-02 Thread Denny Valliant
On 6/2/06, Josh Nathanson [EMAIL PROTECTED] wrote: AFAIK you have to do two queries. http://sunsite.mff.cuni.cz/MIRRORS/ftp.mysql.com/articles/autoincrement-with-connectorj.html ~| Message:

Re: Cross referential database integrity

2006-06-02 Thread Denny Valliant
Out of curiosity, is this a good example of where you'd use federated tables maybe, if'n yer using mysql? :d On 6/2/06, Tom Kitta [EMAIL PROTECTED] wrote: Peter, Yes, referential integrity is frequently forgotten by people who design DBs, don't know why, maybe its sloppiness or they want to

Re: CF Studio 5

2006-06-02 Thread Denny Valliant
On 6/2/06, Steve Brownlee [EMAIL PROTECTED] wrote: Here, here. Doing multiple line regex patterns is a nightmare sometimes. Well isn't it handy that there are a few really nice regular expression editor plugins for eclipse as well? ;-) I think one of the most fundamental and freaking

Re: cfinsert and pasted crap in a textarea

2006-05-29 Thread Denny Valliant
On 5/28/06, Les Mizzell [EMAIL PROTECTED] wrote: Denny Valliant wrote: One of the nice features of FCKEditor is the paste from Word, I forgot to mention - they're copying and pasting from a FileMaker Pro database on a Mac. Gawd only knows where the original material came from before

Re: OT: MySQL to Oracle

2006-05-28 Thread Denny Valliant
The MySQL migration tool is freaking AWESOME! Didn't know about the federated tables or whatever, that's pretty freaking cool too. On 5/25/06, Robert Everland III [EMAIL PROTECTED] wrote: We are getting some servers from the state here that will have MySQL on them, we will need to consolidate

Re: cfinsert and pasted crap in a textarea

2006-05-28 Thread Denny Valliant
One of the nice features of FCKEditor is the paste from Word, which seems to work pretty good. I don't do it too often but it seems hunky- dory when I've tried it. I don't think the UTF-8 will work, but don't know for sure. :D Client has decided to cut 'n paste from various sources though, and

Re: CSS and CF Debug

2006-05-28 Thread Denny Valliant
There is also a nice bit of JS out there (I have it somewhere but can't find it currently) that will push the cfdebug output down. Nice cuz then you don't have to edit any CF templates. :D -ps if you can't find it I'll dig it up, if anyone wants (should be googable) On 5/28/06, Coldfusion

Re: HELP I'm drowning in a sea of encoding.

2006-05-21 Thread Denny Valliant
Any advanced warnings of potential 'gotchas' would be most appreciated. Can't think of any... you could be extra safe and be sure your database is set to the same encoding. Then it's just a matter of remembering to set the type everywhere. You can put the setEncoding() in the

Re: OT: Dreamweaver, WebDAV and PHP

2006-05-19 Thread Denny Valliant
Random shot in the dark, but you could try disabling the ISAPI extension for PHP and see if that makes a difference. I assume if you rename the file it gets downloaded ok. Strange. :denny ~| Message:

Re: OT: Dreamweaver, WebDAV and PHP

2006-05-18 Thread Denny Valliant
Did the .cfm files come down alright? How about trying some .asp or .vb type files? Maybe it's a feature or something similar. Tried different webdav clients? That's all I got at the moment. :-/ ~| Message:

Re: CF Admin error

2006-05-18 Thread Denny Valliant
Not I. I didn't know there was an updater 2 though, gonna grab that. Have you checked the logs? That's where I'd start. Good Luck! ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240952 Archives:

Re: Best way to redirect .htm pages to .cfm?

2006-05-18 Thread Denny Valliant
On 5/18/06, Barney Boisvert [EMAIL PROTECTED] wrote: The best way is to use a rewriting engine like mod_rewrite (for Apache) or isapi_rewrite (for IIS). If your host refuses to give you that capability, perhaps a hosting change is in order? Another alternative is to build your CF site and

Re: Replacements/alternatives for CFFILE upload?

2006-05-18 Thread Denny Valliant
See above. :) I've just done some testing of my own - FTP transfers are fine - approx 100 KB/sec sustained transfer rates to the server. However, document uploads still time out. Hrm. Well, you could try doing some cfhttp gets of some MB+ files and see if it's just the http protocol. Maybe

Re: SOT: Secure FTP and Dreamweaver

2006-05-18 Thread Denny Valliant
Cygwin out of the question? ;-) On 5/18/06, Rick Root [EMAIL PROTECTED] wrote: Damien McKenna wrote: So what needs do you have that you don't think it'd work for you? How many concurrent sessions do you foresee? Have you given it a test run yet? Well, I decided not to use it because

Re: SOLVED: Re: Win 2003 IIS6 Bad Request

2006-05-17 Thread Denny Valliant
On 5/17/06, Bryan Stevenson [EMAIL PROTECTED] wrote: Other than that STUPID issue, I'm liking Win 2003 far better than Win 2K. Leaps and bounds better. I was unaware of how far it had come, specifically active directory, until I took a MS test. Never thought all that key crypto knowledge

Re: Passing Java Applet vars back to CF

2006-05-17 Thread Denny Valliant
Here is some crappy code that lets you pass a CF session around, sorta, by using the cftoken, cfid, and application name. cfset tracker = createObject(java, coldfusion.runtime.SessionTracker ) cfset sessions = tracker.getSessionCollection(appName) cftry cfset thisSesh =

Re: CFDocument - Sporadic PDF issues, text being jarbled up

2006-05-17 Thread Denny Valliant
I'm not sure this is a CFdocument issue. I have experienced this recently opening stand alone PDF files. Several times I have opened PDF files and the text is mirrored. I have no idea how or why, but I have experienced it outside the CF world. Where did you get the stand alone PDF's? CF

Re: what does application.home point to?

2006-05-17 Thread Denny Valliant
In this case it's probably C:/JRun4/bin application.home is where JRun resides, basically. I think. :DennY On 5/17/06, Troy Simpson [EMAIL PROTECTED] wrote: In the jvm.config file there is a reference called application.home. What does application.home refer to? Here is what my custom

Re: what does application.home point to?

2006-05-17 Thread Denny Valliant
Whoops. Nope, where cf resides, basically. Depends on your install, but in multi-j2ee, it's generally something like jrun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion I think. Your config looks edited, so... Eh, I dunno. :denny On 5/17/06, Denny Valliant [EMAIL PROTECTED] wrote

Re: what does application.home point to?

2006-05-17 Thread Denny Valliant
be in the application.home var. LOL. SOrry I'm such a dork, y'all! :den On 5/17/06, Denny Valliant [EMAIL PROTECTED] wrote: Whoops. Nope, where cf resides, basically. Depends on your install, but in multi-j2ee, it's generally something like jrun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion I think

Re: JRun/CFusion System Properties

2006-05-17 Thread Denny Valliant
Well, no specific hints, but you can google for JVM settings a lot of the time instead of coldfusion JVM blah blah whatnot and find out a few nifty features of most JVM's, (or you can look up your specific JVM, of course) that aren't usually listed along with CF stuff. There are quite a few kewl

Re: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Denny Valliant
On 5/17/06, Dirk Sieber [EMAIL PROTECTED] wrote: The issues that we're having is with transfers either taking an insanely long time, or just timing out, and never completing. It seems to just be a size issue - as soon as we're talking about a MB or 2, odds of completion go *way* down. I'm

Re: SOT: Keeping Content In-Sync on QA and Production Sites

2006-05-16 Thread Denny Valliant
I like CMS's over Dreamweaver Templates, so I'm sorry to hear of the switch, but the development in tiers is a way good idea. While I have played with the idea of storing content in a SVN repository or some such, generally when you talk of Dev / QA / Production you are talking about code, vs.

Re: Hype 2.0

2006-05-16 Thread Denny Valliant
On 5/16/06, Dave Watts [EMAIL PROTECTED] wrote: But surely apps like Google maps or Gmail are excellent examples of web apps deployed successfully using HTML/JS etc. Sure, they are the best of a bad lot. To hold either one out as an excellent application is to show how low the bar is set

Re: CFeclipse F11?

2006-05-16 Thread Denny Valliant
On 5/16/06, Crow T. Robot [EMAIL PROTECTED] wrote: Is there a plugin or whatever to emulate the f11 (preview in external browser) in HomeSite+? Just re-installed CFEclipse today - I must say, I'm impressed with where this IDE has gone in the past two years since I last previewed it.

Re: concantenating entries

2006-05-16 Thread Denny Valliant
If the form name was email when you process it, you could say cfset form.email = form.email @here.com :D On 5/16/06, David Elliott [EMAIL PROTECTED] wrote: Hi all, I'm playing around with coldfusion and emailing. I have an input box where it is looking for something like [EMAIL PROTECTED]

Re: SQL errors in CF by not in MySQL

2006-05-16 Thread Denny Valliant
On 5/16/06, Joelle Tegwen [EMAIL PROTECTED] wrote: Are you talking about the MySQL JDBC driver or a CF driver? I couldn't find any reference to a driver higher than 3.51 the searches brought up older stuff. Yeah, the numbering is sorta confusing. I still haven't quite figured it out, but

Re: CFeclipse F11?

2006-05-16 Thread Denny Valliant
[EMAIL PROTECTED] On 5/16/06, Crow T. Robot [EMAIL PROTECTED] wrote: Thanks. Will try that tomorrow. What's the list-serv address? Denny Valliant wrote: On 5/16/06, Crow T. Robot [EMAIL PROTECTED] wrote: Is there a plugin or whatever to emulate the f11 (preview in external browser

Re: SOT: Secure FTP and Dreamweaver

2006-05-15 Thread Denny Valliant
Did you look at platypus? http://www.jscape.com/platypus/index.html A Tunnel, is all I can think of, work-around-wise... Don't know why there's no SSL in dreamweaver, but I could hazard some guesses. Most would stem from ease of use... I still don't get why MS doesn't come with SSH. Maybe

Re: SQL errors in CF by not in MySQL

2006-05-15 Thread Denny Valliant
You'll probably want to run the 3.0.17-ga driver if you're using 5. I didn't have any troubles with 3.1.7 and MySQL 4.1, but it was slow as molasses with MySQL 5. Downgrading seems to have sped things up considerably. Newer driver versions (than 3.1.7) seem to have the same problem. :De On

Re: Frameworks

2006-05-15 Thread Denny Valliant
On 5/15/06, Joe Rinehart [EMAIL PROTECTED] wrote: Hey Dave, I think you're 100% on the money with if you build a crap model or view all three will suck - a lot of people spend a lot of time getting hung up on what framework to use and don't see that it's really not all that important in the

Re: Big SQL security hole at Crystaltech?

2006-05-13 Thread Denny Valliant
Wow. Lots going on for me. Just catching up on some talk. I LOVE what has been done with Server 2003. MS is finaly taking a better approach, and getting away from the default unsecure idea. To be fair, most linux distros were pretty bad, out of the box, themselves. But, they at least tend to

Re: Session Variables

2006-05-13 Thread Denny Valliant
On 5/11/06, Snake [EMAIL PROTECTED] wrote: It works, try it. Hey, you wrote that? I stumbled upon the blog entry a while back, when I ran into the problem that probably bites many people switching from cfincludes to cfc's: my session var, where did it go? Now I realize a little more that

Re: ASP.Net book for CF programmer

2006-05-08 Thread Denny Valliant
On 5/8/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: I have to agree - I still think CF5 was more stable that MX. Java certainly did add a few more oddities in terms of stability which needs far more tweaking of the JVM. Oddly, 6.1 did much better for us, and 7 has been even

Re: ASP.Net book for CF programmer

2006-05-07 Thread Denny Valliant
On 5/7/06, Rick Faircloth [EMAIL PROTECTED] wrote: I would have to agree with that...doing this all without any guidance or training (except from a little tech support and a lot of CF-Talk guidance!) has been a challenge at times. No doubt. Customer support, sales, doing the whole thing

Re: ASP.Net book for CF programmer

2006-05-07 Thread Denny Valliant
You gotta swim at some point. Agreed...I'm just trying to decide what pool to swim in this time. I hear you. In a changing world, assessing what the future will bring is not as straight forward as one would wish. =-] I think it would be wise to add ASP.NET to my repertoire. Especially if

Re: OT: Secure FTP Server on Windows?

2006-05-06 Thread Denny Valliant
This one was pretty easy to set up, I only used it locally for a test tho, so YMMV. http://www.jscape.com/platypus/index.html :D On 5/5/06, Rick Root [EMAIL PROTECTED] wrote: We've been using Filezilla Server for internal and non-secure FTP but we now have a need for secure FTP. We only

Re: Generic CF form handler

2006-05-06 Thread Denny Valliant
On 5/5/06, Matt Robertson [EMAIL PROTECTED] wrote: Mark Henderson wrote: can't you just loop over the form collection inside cfmail? I don't get this either. At what point do you spend more time coding in parameters to your custom tag versus parameters into CFMail? This seems to me to

Re: cf-talk is weird =)

2006-05-06 Thread Denny Valliant
On 5/6/06, Kevin Aebig [EMAIL PROTECTED] wrote: If you want to carry on a conversation, do it elsewhere. The rules are in place for a reason and if you have a problem with those rules, than feel free to take it up with our hosts. Maybe the name should be changed to CF-Tech instead, neh? Just

Re: ASP.Net book for CF programmer

2006-05-06 Thread Denny Valliant
Out of curiosity, has anyone called adobe and tried the old human element? I only dealt with MM via email, but they were pretty helpful. Some companies give their employees (i.e. sales department folks) more power than others, allowing them to make exceptions based on their judgement. It

Re: cf-talk is weird =)

2006-05-06 Thread Denny Valliant
I tried being polite about this, and though I don't have any authority to tell you what to do, I don't think I was out of line as this list largely moderates itself. The reason I joked is because it didn't come across as polite. Dave was polite about it, with me, for example. More of a

Re: ASP.Net book for CF programmer

2006-05-06 Thread Denny Valliant
On 5/6/06, Rick Faircloth [EMAIL PROTECTED] wrote: Thanks for the perspective, Denny. Hey, anytime. It's about all I got, so... [-= I've haven't tried talking with Adobe about it, but should I decide to upgrade, I'll certainly talk to them. As far as the changes from 4.5 to the current

Re: ASP.Net book for CF programmer

2006-05-06 Thread Denny Valliant
I finally had a stable CF system and was really afraid to touch it, being a one server business. I didn't have multiple servers as I do now, and couldn't afford for something to go wrong. The water got a little too deep for comfort. You gotta swim at some point. And you also need to get

Re: I got Advanced !!!

2006-05-05 Thread Denny Valliant
Hehehe! Sweet! Keep adding those lines! (-: :den On 5/3/06, Aaron Roberson [EMAIL PROTECTED] wrote: !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- Should be: !//-- andy

Re: Web Cam

2006-05-05 Thread Denny Valliant
VideoLAN +1 On 5/4/06, Jochem van Dieten [EMAIL PROTECTED] wrote: Dwayne Cole wrote: I work for a student government association. We want to broadcast the senate meetings over the internet. What would be the most affordable solution? Over the internet or over a campus network / ResNet?

Re: Generic CF form handler

2006-05-05 Thread Denny Valliant
On 5/4/06, Eric Roberts [EMAIL PROTECTED] wrote: Call me ignorant, but why would this be necessary? It's not that hard to use cfmail. It sounds to me like what you are proposing would be more work. I would say that moderate coding is an overstatement. I don't get it...splain Lucy...

Rich Interface Accessibility Re: ASP.Net book for CF programmer

2006-05-05 Thread Denny Valliant
I did a google a while back when I took a look at the Flex2 builder plugin for Eclipse (Or more the videos demonstrating it.) for Flash accessibility issues. There were some caveats, but I don't remember any real show stoppers. I think the spidering is handleable as well. The price issue is a

Re: Generic CF form handler

2006-05-05 Thread Denny Valliant
On 5/5/06, Andy Matthews [EMAIL PROTECTED] wrote: What I'm talking about it is to create a generic form processor. You feed it some values and it does all the work for you. The goal being that you'd never have to manually type out any of those values any more (except in the form setup). You

Re: Question about relative and root links

2006-05-04 Thread Denny Valliant
original question. -Aaron On 5/2/06, Denny Valliant [EMAIL PROTECTED] wrote: Did I make any sort of sense here? Not so much. Don't worry about it, though. We're disagreeing about two completely different things. It would probably be best to move on to another topic

Re: AES Encryption vs. Hash

2006-05-04 Thread Denny Valliant
On 5/3/06, Munson, Jacob [EMAIL PROTECTED] wrote: I'd say a hash would also work well for SSN, CC#, etc. Anyplace where you are taking private data from the user and you don't want to be held liable for storing their private data. You can use the hash to verify it again later (when the user

Re: Maclipse and CFEclips tags

2006-05-04 Thread Denny Valliant
On 5/3/06, Stas Newdel [EMAIL PROTECTED] wrote: Thanks , Denny. I looked, but couldn't find nothing specific to Maclipse. I'll try the M5 build mentioned in another thread there. Doh! I wasn't thinking straight, I believe I was referring to the M5(/RC?) thread. See what heedless debauchery

Re: ASP.Net book for CF programmer

2006-05-04 Thread Denny Valliant
OpenLaszlo has an IDE for visual editing. It looks interesting, haven't played with it much. Flex has a well integrated visual editor as well. They're both sorta left of the HTML experience though... I'm guessing VWD stands for Visual Web Design, and thus this comment. :)enny On 5/4/06, Rick

Re: Sot: FCKeditor help - strip out script tags...

2006-05-04 Thread Denny Valliant
Ooo! FCK Rocks! It's got some built-in stuff for stripping tags, but I wouldn't hesitate to add some sort of server-side check as well (regular expression perhaps). Check the fckconfig.js for the FCKEditor settings (next to ASP and PHP stripping settings), and regular-expressions.com has a nice

Re: Maclipse and CFEclips tags

2006-05-03 Thread Denny Valliant
Search the cfeclipse-users list, there was a thread on this just a few days ago. Don't have an archive handy, or I'd paste a link. :D On 5/2/06, Stas Newdel [EMAIL PROTECTED] wrote: I downloaded the Maclipse build but it seems incompatible with the BER release of CF Eclipse tags. I tried

Re: Printing from CF

2006-05-03 Thread Denny Valliant
Have you tried printing from PDF? That might negate the evils of browser printing... :d On 5/3/06, Jenny Gavin-Wear [EMAIL PROTECTED] wrote: Unfortunately it doesn't look like cf_avery is going to do what I need. (Thanks for the info, Adrian.) So I thought about doing it by outputing the

Re: Question about relative and root links

2006-05-02 Thread Denny Valliant
Did I make any sort of sense here? Not so much. Don't worry about it, though. We're disagreeing about two completely different things. It would probably be best to move on to another topic. You're alright. [-= Agreed. |en

Re: cfmail error

2006-05-02 Thread Denny Valliant
Sorry, nothing springs to mind. I don't think that it should silently fail tho. Can you pull out the offending code and run some debug type stuff on it? You could try validating the email address prior, if that's really the error that's happening, but no mater what, I'm pretty sure something is

Re: (announcement) Beta release of next JRun

2006-05-02 Thread Denny Valliant
On 5/2/06, Casey Dougall [EMAIL PROTECTED] wrote: If your running CF Enterprise J2EE mode, I'm sure JRun is a contender. I haven't used this as such but their are times I wish I could set each site in it's own little instance of coldfusion. Can't do that without Jrun right??? =-] CFEnt

<    1   2   3   4   5   >