CF8/Vagrant

2013-11-05 Thread Billy Cravens
Does anyone have good resources for a working CF8 Vagrant setup? I’ve gotten pretty close, with Ubuntu + Tomcat 7 + a CF8 WAR I have. I only have the WAR, and not the original installer, and it’s of course no longer available for download. Billy Cravens bdcrav...@gmail.com

Adobe hacked

2013-10-03 Thread Billy Cravens
Billy Cravens bdcrav...@gmail.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

Re: Best way to use LESS CSS with CF?

2013-09-16 Thread Billy Cravens
Calling Charlie Arehart, you are being paged :-) All CFMeetups are recorded for posterity, and while seemingly inactive, Charlie is always open to folks presenting. Billy Cravens bdcrav...@gmail.com On Sep 10, 2013, at 4:38 PM, Nathan Strutz str...@gmail.com wrote: I don't think it's

Re: Best way to use LESS CSS with CF?

2013-09-10 Thread Billy Cravens
LESS (and SASS/SCSS) are common, widely used CSS preprocessors. Frameworks like Bootstrap come with LESS files. I could also write my own database use XML files and CF's XML/struct/array capabilities, but that would be quite ridiculous. Billy Cravens bdcrav...@gmail.com On Sep 10, 2013

Re: Best way to use LESS CSS with CF?

2013-09-10 Thread Billy Cravens
Surprised I haven't seen info on Nathan Strutz's CF+LESS talk here: https://github.com/NathanStrutz/Write-LESS-CSS-Presentation-Material I know he's given this talk a few times; unsure if there's a recording anywhere. Billy Cravens bdcrav...@gmail.com On Sep 10, 2013, at 1:11 PM, Roger

Re: Job Openings With Our Direct Client for COLD FUSION DEVELOPER@CHICAGO IL 60606 // SAN ANTONIO TX 78209 // ATLANTA GA 30308

2013-04-23 Thread Billy Cravens
The wording of the email was obviously what is copy-and-pasted to individuals, so I probably would have made the same mistake. Billy Cravens bdcrav...@gmail.com On Apr 23, 2013, at 8:17 AM, Bruce Sorge sor...@gmail.com wrote: And I feel dumb for not realizing ha was posted to the list

Re: Standard w3c tags

2013-04-23 Thread Billy Cravens
like asking How many a tags are there? Billy Cravens bdcrav...@gmail.com On Apr 23, 2013, at 11:01 AM, Raymond Camden raymondcam...@gmail.com wrote: Well sure, there may be. Any browser can support whatever the heck they wanted. But if you want to know the *official* list, the spec is your

Re: Coldfusion and Adobe Echosign - any examples?

2013-04-19 Thread Billy Cravens
); ….. /cfscript You instantiate the service, and then call various methods on the API according to the docs at https://secure.echosign.com/public/docs/EchoSignDocumentService15. The most tedious part is creating the various input arguments, which often come from other methods. Billy Cravens

Re: CF running out of steam

2013-03-15 Thread Billy Cravens
is going down, and the other cool languages are going up. Still, I think a little perspective can be a reality check. You might not be developing CF in 10 or 20 years, but if your skills are good, I think there's still a few more years left to it. Billy Cravens bdcrav...@gmail.com On Mar 15, 2013

Re: CF10 lockdown question

2013-03-06 Thread Billy Cravens
with weekly updates (not only tells you what the problem is, but links to how to fix it) No, Pete isn't paying me to say this. :-) Billy Cravens bdcrav...@gmail.com 5) Employ redundant layers of security (defense in depth), for example using a web application firewall, such as the one

Re: question on cfloop

2013-02-28 Thread Billy Cravens
documented in a specific way, it would be totally appropriate for it to go out of scope in a future version (kinda surprised it doesn't) Instead, use your own counter var. Billy Cravens bdcrav...@gmail.com On Feb 28, 2013, at 6:46 PM, funand learning funandlrnn...@gmail.com wrote: I am sorry, I

Re: full file information

2013-02-26 Thread Billy Cravens
Java's NIO gives you that info, but requires JDK7. If you're on Windows, you could use the File class to get that info: http://msdn.microsoft.com/en-us/library/system.io.file.aspx If on Linux or other *nix, you can use cfexecute and bash stat command, and parse the output. Billy Cravens

Re: Looking for a CF drag drop tutorial

2013-02-05 Thread Billy Cravens
Have you looked at adding jQueryUI, rather than rolling your own drag/drop? I've used it in the past with success. Billy Cravens bdcrav...@gmail.com On Feb 5, 2013, at 11:58 AM, Elizabeth Adkins eadk...@acisd.org wrote: I'm working on the same thing. This is what I have so far

Re: Source control in CF

2013-01-31 Thread Billy Cravens
away (so you keep working code), but everything else does, until you need to spin it up again. Currently works against VirtualBox, VMWare coming soon. Billy Cravens bdcrav...@gmail.com On Jan 30, 2013, at 6:52 PM, Andy Ousterhout a...@omygoodness.com wrote: Why not just have a local

Re: CF10 styling cftooltip?

2012-12-22 Thread Billy Cravens
('redbg'); }); }); /script Problem: the tooltip div isn't created until it's called the first time, so the first time, it'll have the default style. May be a way to cancel the mouseover event the first time, set the class, and then re-fire. Billy Cravens bdcrav

Re: CFScript Book

2012-02-21 Thread Billy Cravens
This publisher releases something like 10,000+ titles a year: they scrape Wikipedia content and sell it. http://en.wikipedia.org/wiki/VDM_Publishing Billy Cravens bdcrav...@gmail.com On Feb 21, 2012, at 1:19 PM, Carl Von Stetten wrote: Yeah, or how about the red seal on the cover

Re: low footprint(disk usage) dev enviroment

2011-11-26 Thread Billy Cravens
, Visual Studio, etc. Billy Cravens bdcrav...@gmail.com On Nov 26, 2011, at 7:33 AM, Matthew Smith wrote: hello. i spent a lot of time posting here way back when, and then did other things, and now i am posting again. good to see you all. SSD install on my laptop, need a vm os/cf install

Re: Amazon Product Advertising API

2011-11-26 Thread Billy Cravens
that one, and confirm that it works. It's split into a number of CFCs, so it should be pretty easy to pull out only what you need. I believe the S3 project referenced in the gist you posted is valid, but I can't comment on it as I've never used it. Billy Cravens bdcrav...@gmail.com On Nov 26

Re: Using ColdFusion to Create an Activity Feed???

2011-10-05 Thread Billy Cravens
I believe you can implement socket.io without using node.js, which provides cross browser asynchronous push. The next version of ColdFusion will have full web socket support, but that doesn't help you today. Some sites are relying on PusherApp.com to provide this. Billy Cravens On Wednesday

Re: CFPOP

2011-09-19 Thread Billy Cravens
#paragraphFormat(messageBody)# does the same thing. Billy Cravens bdcrav...@gmail.com On Sep 19, 2011, at 11:41 AM, Michael Grant wrote: pre#messageBody#/pre On Mon, Sep 19, 2011 at 12:34 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: I'm using CFPOP to import

Re: SOT: ColdFusion on .NET Rocks podcast

2011-09-16 Thread Billy Cravens
. Billy Cravens bdcrav...@gmail.com On Sep 15, 2011, at 1:02 PM, Nathan Strutz wrote: Wow Billy, Carl was pretty hostile to CF a few years ago when I stopped listening. Great show, I'm really glad you did it. See you at MAX! nathan strutz [www.dopefly.com] [hi.im/nathanstrutz] [about.me

SOT: ColdFusion on .NET Rocks podcast

2011-09-15 Thread Billy Cravens
, and many points I meant to make but didn't, which I've tried to expand upon here: http://www.billycravens.com/coldfusion-on-net-rocks Billy Cravens ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Article on F'd Company mentions using CFML

2011-09-09 Thread Billy Cravens
Correct - see this URL: http://investor.apple.com/common/download/download.cfm Billy Cravens bdcrav...@gmail.com On Sep 8, 2011, at 3:38 PM, Wil Genovese wrote: Besides, the Apple Investor site is not Apple's. The IP address is 206.200.251.19 running IIS6 Whois reports this Nasdaq

Re: Workstation recommendations

2011-09-08 Thread Billy Cravens
- I recently built a screamer (7.6 WEI) for $1500 (SSD, 4 1TB drives in RAID 10, 8GB Corsair memory, i7 2600K) - I bought it at MicroCenter, and probably could have shaved off a couple hundred bucks if I gone with NewEgg. Billy Cravens bdcrav...@gmail.com On Sep 7, 2011, at 5:05 PM, Eric

Re: Anyone know how to fix this or why this happening?

2011-08-31 Thread Billy Cravens
My experience has been that it automatically overwrites the from address to the specified, but I only deal with that in development. (Perhaps that behavior has changed recently) Billy Cravens bdcrav...@gmail.com On Aug 31, 2011, at 1:45 AM, Andrew Scott wrote: Thanks Billy, that was my

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Billy Cravens
a limit issue: Login to the web interface using the user you're using for CFMail, and try to send - if you hit a limit, you're locked out for 24 hours. You can always cycle through accounts to bypass the limit issue (this solution even shows up in Google's support pages, go figure) Billy Cravens

Re: Anyone know how to fix this or why this happening?

2011-08-30 Thread Billy Cravens
If you can send email, then you haven't hit the limit. Have you identified any patterns (size, to, from, cc, etc) on the messages that are unsuccessful? Billy Cravens bdcrav...@gmail.com On Aug 31, 2011, at 12:15 AM, Andrew Scott wrote: Bill, It does sound very similar

Re: Distributed servers?

2011-08-27 Thread Billy Cravens
that runs SQL Server Express. It'll take a few minutes to spin up, but once it does, you RDP in - you set up CF and your database like you would on any other server. Billy Cravens bdcrav...@gmail.com On Aug 27, 2011, at 4:29 PM, Al Musella, DPM wrote: Hate to ask - I know I am supposed

Re: Wordpress password encryption decrypt with ColdFusion

2011-08-25 Thread Billy Cravens
, but that's not a good approach. Your better approach is to convert the Wordpress to use a single sign on solution, such as oAuth. There are a number of WordPress plugins for this. Billy Cravens bdcrav...@gmail.com On Aug 25, 2011, at 11:56 AM, Joel Black wrote: I have a website I am

Re: Wordpress password encryption decrypt with ColdFusion

2011-08-25 Thread Billy Cravens
Didn't think about that - you'd have to specify the algorithm: hashedPw = hash(form.password, 'MD5') When I get a chance, I'll test it against my Wordpress install. Billy Cravens bdcrav...@gmail.com On Aug 25, 2011, at 12:35 PM, Cameron Childress wrote: On Thu, Aug 25, 2011 at 1:07 PM

Re: Wordpress password encryption decrypt with ColdFusion

2011-08-25 Thread Billy Cravens
Yeah, I only quickly glanced at the docs (http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c52.html) - it lists CFMX_COMPAT as the default, but that's the same as MD5. Billy Cravens bdcrav...@gmail.com On Aug 25, 2011, at 4:07 PM, Cameron Childress

Re: Distributed servers?

2011-08-25 Thread Billy Cravens
. (Plus they handle backups, etc) I know the MySQL version offers this - not sure about the Oracle flavor. (No SQL Server however) I believe SQL Server Azure provides this functionality. Billy Cravens On Thu, Aug 25, 2011 at 9:57 PM, Al Musella, DPM muse...@virtualtrials.comwrote: Hi I am

Re: (ot) Need info on attempted acquisition by MS in 1995

2011-08-24 Thread Billy Cravens
dotnetrocks.com - I presume it'll be posted on the site around the mid-September Billy Cravens What podcast is it so we can all listen :) Paul On 24/08/2011, at 3:05 PM, Billy Cravens bdcrav...@gmail.com wrote: ~| Order

Re: (ot) Need info on attempted acquisition by MS in 1995

2011-08-24 Thread Billy Cravens
tags today :) That said, CF was referred to as a blast from the past on a prior show, which led me to contact Carl and Richard - so we'll definitely be focusing on CF in 2011, not history. Billy Cravens bdcrav...@gmail.com On Aug 24, 2011, at 2:08 PM, Mike Chabot wrote: Billy, I wish

Re: (ot) Need info on attempted acquisition by MS in 1995

2011-08-23 Thread Billy Cravens
Thanks Dave. I guess authoritative isn't the correct word, as much as I'm looking for details (who, when, etc). Probably won't be that big a deal, since the focus of the talk is why .NET developers should care about CF, but I like to be prepared, since I'll definitely bring predating ASP. :-)

(ot) Need info on attempted acquisition by MS in 1995

2011-08-22 Thread Billy Cravens
half-way knowledgeable, and the best I've come up with are: http://www.tophosts.com/articles/?3016.html http://web.archive.org/web/20031204233900/http://meet-the-makers.com/conversations/allaire/ Thanks in advance! Billy Cravens

Re: Macromedia.com

2002-01-30 Thread Billy Cravens
haha - I love it! Though I think cf-conspiracy may work as well - seems like half the posts nowadays are about everything that MM does wrong, and how they are conspiring against CF developers - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Re: Macromedia.com

2002-01-30 Thread Billy Cravens
This definitely needs to be updated for a comparison with .NET (particularly ASP.NET). I think the comparisons that are out there compare CF 4.0 to ASP 2, which is horribly out of date (should compare CF 5.0 to ASP 3 and ASP.NET) Of course, I know this may go against the current bandwagon of

Re: Macromedia.com

2002-01-30 Thread Billy Cravens
Eliminate all of the competition? As much as I like CF, it's hardly *all* the competition. There's still Perl, J2EE, PHP, et al. cf_hypothesize scenario=MS buys MM Most of MM's products have competitors (ie, Adobe), and most of their products are not competing with MS (except for their IDE and

CF6 true J2EE Compliance (was Re: Macromedia.com)

2002-01-30 Thread Billy Cravens
Of course they aren't. However, I don't MS should be the standard that MM uses to measure themselves against. If it's true J2EE, it should be portable across all J2EE platforms. Of course, you'll notice that they in the initial public Neo info that they are only supporting a limited set of

CF and .NET (was Re: Macromedia.com)

2002-01-30 Thread Billy Cravens
.NET with a CFML language module that conforms to MS CLS - and make it commercially avaialable - right? -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 6:05 AM To: CF-Talk Subject: Re: Macromedia.com This definitely needs

Re: CF6 true J2EE Compliance (was Re: Macromedia.com)

2002-01-30 Thread Billy Cravens
I would agree, and would hate to see many of those features go away. However, many of the marketing claims I've heard is that you can put the generated class files on any supported J2EE engine and they'll run. In other words, they make it sound as if I can take my class files generated on a

Re: Macromedia.com

2002-01-30 Thread Billy Cravens
Undoubtedly it will change. Will it go away? As long as it's profitable, I doubt it. However, I continually ask myself, if [insert technology here] disappeared tomorrow, could I feed my family? I may like one language or technology more than others, but I'll be damned if I'll bet my (and

Re: CF6 true J2EE Compliance (was Re: Macromedia.com)

2002-01-30 Thread Billy Cravens
Then why is there an Apache module? - Original Message - From: Zac Belado [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 12:08 PM Subject: RE: CF6 true J2EE Compliance (was Re: Macromedia.com) Of course, you'll notice that they in the initial

Re: Protecting Content

2002-01-30 Thread Billy Cravens
CFHttp doesn't like anything other than ASCII content. Perhaps you can do a raw grab (probably require a COM object or CFX - there's bound to be something on the tag gallery) as opposed to cfhttp - then I think it'd be easy to use CFContent to deliver the goods. - Original Message -

Re: CF6 true J2EE Compliance (was Re: Macromedia.com)

2002-01-30 Thread Billy Cravens
So was the RedHat support issue, so that means there's no evidence of MM only providing their products for supported platforms. Even at that, I don't think RedHat compatibility had anything to do with support - you only get support if you pay for it. I assume that the majority of RedHat

Re: CF6 true J2EE Compliance (was Re: Macromedia.com)

2002-01-30 Thread Billy Cravens
If that's the case, so be it. However, I know some of the early stuff I heard (I distinctly remember this coming from Forta early last year at our CFUG meeting) is that it will be truly portable, as with most J2EE implementations. I find this rather disappointing, because other than some

Re: Protecting Content

2002-01-30 Thread Billy Cravens
duh - I was merely thinking of output. I'll go sit in the stupid corner now. - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 2:31 PM Subject: RE: Protecting Content CFHttp doesn't like anything other than ASCII

Re: CF6 true J2EE Compliance (was Re: Macromedia.com)

2002-01-30 Thread Billy Cravens
90's. Is this a good thing? -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 11:32 AM To: CF-Talk Subject: Re: CF6 true J2EE Compliance (was Re: Macromedia.com) I would agree, and would hate to see many of those features

Re: Multiple Instances of CF Server 4.5.1?

2002-01-30 Thread Billy Cravens
No - but you should be able to set up multiple mappings. However, you can run multiple instances of your OS using VMWare (if your OS is supported) - just run CF on each instance - Original Message - From: Bruce Holm [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday,

Re: Macromedia.com

2002-01-30 Thread Billy Cravens
Look at the source - Yahoo is merely referencing FC, which deals in rumors - if the rumor is a year old, then that's what Yahoo is indirectly referencing - sure would be a shame if a site that ppl consider remotely credible would verify information - news in Internet time is probably the death of

Re: CF and Webserver (OT)

2002-01-30 Thread Billy Cravens
You'll need to have DNS entries set up for it, and then setup a new website in IIS - if it's sharing IP addresses, assign it a customer header (where you see the ip address. click Advanced) that points to xxx.www.somedomain.tld - Original Message - From: Michael T. Tangorre [EMAIL

Re: Multiple Instances of CF Server 4.5.1?

2002-01-30 Thread Billy Cravens
Message - From: Billy Cravens [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 3:06 PM Subject: Re: Multiple Instances of CF Server 4.5.1? No - but you should be able to set up multiple mappings. However, you can run multiple instances of your OS using

Re: OT (was: Macromedia.com)

2002-01-30 Thread Billy Cravens
did you mean to post this to [EMAIL PROTECTED]?since you obviously only want dave to respond :-) - Original Message - From: Julia Green [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 5:11 PM Subject: RE: OT (was: Macromedia.com) Hi Dave... I

Re: OT/bandwidth waste (was:Macromedia.com)

2002-01-30 Thread Billy Cravens
Cool! The thread branches yet again! I wonder what the record is? - Original Message - From: Gyrus [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 5:45 PM Subject: Re: OT/bandwidth waste (was:Macromedia.com) Is CF Dead, no, but it is dying.

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Billy Cravens
Fair can only be defined by your experience level, the quality of your work, and costs of living. When I was in college, I worked for minimum wage ($5.25 an hour at that point, I believe). That's how it is in college - you work dirt cheap. Typically wages are determined by the higher-ups in the

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Billy Cravens
Yeah, but it's pretty hard to do that and maintain an 18 hour load in school (if you were lucky enough to find a place that would hire a full-time college student and pay them market) Also, there's something to be said for sticking it out - it's by no means a rule, but some companies don't like

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Billy Cravens
I'd agree. It sounds like a decent gig for college (I would have loved this when I was in school, far more than working for a record store or any other typical college job). However, you might want to look to some other resources - economics for a student working for the college are

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Billy Cravens
Are you willing to leave school to do that? Plus, internships usually come out of special budgets. My experience has shown that internships are more like contract positions than full-time in terms of rate. Not to mention the fact that internships are for college students only - otherwise,

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Billy Cravens
I agree - but what a seasoned, full-time (40 hours if you're lucky, probably more) developer is worth is not the same as what a college student taking an 18 hour semester load is worth - totally different set of dynamics - Original Message - From: Kreig Zimmerman [EMAIL PROTECTED] To:

Re: Cold Fusion and Visual Source Safe

2002-01-29 Thread Billy Cravens
I've used PVCS Version Manager (similar to VSS) with success in the past. If you integrate it into Studio, it works pretty well. - Original Message - From: Jaye Morris [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 3:28 PM Subject: Cold Fusion and Visual

Re: Final Check through

2002-01-29 Thread Billy Cravens
Well, there's entire books dedicated to web security, a few things Paul didn't mention: 1) verify data type - if users are entering any freetext, make sure it's valid (ie, isNumeric, is gt 0, etc) 2) client assumptions - make sure you aren't assuming things like JS or Cookies, or if so, make sure

Re: OT - User Friendly?

2002-01-28 Thread Billy Cravens
Well, that's not an uncommon scenario. Their idea will probably be for you to design it, with unlimited revisions until they think it's friendly enough (imagine if houses were built like this: the window looks ok there, but can you move it over there? oh, and this is covered by what I

Re: Macromedia's destruction of the Allaire Site...

2002-01-28 Thread Billy Cravens
I thought Spectra was Ray's baby? - Original Message - From: Neil Clark [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 28, 2002 10:34 AM Subject: RE: Macromedia's destruction of the Allaire Site... AFAIK, the Old Allaire site used Spectra to build its own site -

Re: UltraDev

2002-01-28 Thread Billy Cravens
Start - Control Panel - Add/Remove Programs - Macromedia Ultradev? j/k, couldn't resist I usually get a stiff drink, then start a random series of CFOUTPUT's/CFABORT in UD's code view. Things start going blurry, then I realize I'm not really intoxicated, it's just a series of obscure cfscript

RE: Macromedia's destruction of the Allaire Site...

2002-01-27 Thread Billy Cravens
On one note, I'd say that we should give Macromedia a break. I know that they have had some website and support issues, but they have delivered a solid release of both Server and Studio. Which is all you can really expect, cuz for most of us, that's all we're really paying for. I'm sure if

RE: Getting ASP Info into CF

2002-01-27 Thread Billy Cravens
Even on the same box, CF can't talk to ASP's sessions. Pass the session vars from ASP to CF - WDDX would be nice, but you can do that conversion on the CF side if you pass it as a list or whatever. Then in CF, parse the session var back into a CF session. Passing back to ASP is easier - just

RE: Macromedia.com

2002-01-27 Thread Billy Cravens
Haha - isn't it their ColdFusion as well? -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 27, 2002 3:17 PM To: CF-Talk Subject: RE: Macromedia.com Thanks Jeremy.. We all understand providers evaporating :) Be sure to have Macromedia keep their

RE: Macromedia's destruction of the Allaire Site...

2002-01-27 Thread Billy Cravens
Haha - very true. So what? We pay so much for the developer's exchange, we shouldn't be concerned with their implementation issues :0) -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 27, 2002 5:35 PM To: CF-Talk Subject: Re: Macromedia's

RE: Macromedia's destruction of the Allaire Site...

2002-01-27 Thread Billy Cravens
can lead to goofy leadership wars... I only hope that Macromedia doesn't fumble the ball on the Allaire products... and the community... -paris -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 27, 2002 19:26 To: CF-Talk Subject: RE: Macromedia's

Re: UltraDev

2002-01-25 Thread Billy Cravens
LOL I've never had any problems using multiple WYSIWYG's on one computer - maybe one day Studio will uninstall all of them except for UD when I'm sleeping but I doubt it. By the way, you can control what applications open what files. It's an operating system feature. Actually, Macromedia

Re: OT-FONT Problem

2002-01-25 Thread Billy Cravens
It's Marlett or something like that. - Original Message - From: Greg Luce [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, January 25, 2002 6:43 AM Subject: OT-FONT Problem --0-91440316-1011962610=:40516 Content-Type: text/plain; charset=us-ascii Anyone know the name

Re: OT-FONT Problem

2002-01-25 Thread Billy Cravens
never mind - it's not marlett - but it starts with an M, i'm pretty sure :-) - Original Message - From: Greg Luce [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, January 25, 2002 6:43 AM Subject: OT-FONT Problem --0-91440316-1011962610=:40516 Content-Type: text/plain;

Re: RE: Using CFmail and loops

2002-01-25 Thread Billy Cravens
Actually, it might be a bit cleaner to use the ListQualify function instead of Replace: listQualify(form.propertyType,') - Original Message - From: C. Hatton Humphrey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, January 25, 2002 11:15 AM Subject: RE: RE: Using CFmail

Re: CFPOP attachments

2002-01-25 Thread Billy Cravens
You'll need to rename the files in one loop, and then link to the newly named files in a separate loop. (You could do them both, but it seems cleaner to do it the other way) I'd keep the unique file names. - Original Message - From: W Luke [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Re: UltraDev

2002-01-24 Thread Billy Cravens
Renew your alliance? I was under the impression that Macromedia wasn't going to include developer software in the Alliance/partner programs. - Original Message - From: Chris Combs [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 24, 2002 8:51 AM Subject: UltraDev

Re: Good WHOIS

2002-01-24 Thread Billy Cravens
Look at Lewis Seller's cfx - don't waste your time with those stupid ones that just do a CFHTTP to NetSol's site. Keep in mind that many registrars don't report the dates and whatnot - the only thing you can be guaranteed is the domain name, the name of the registrant, and the DNS servers.

Re: OT: Macromedia's new site design

2002-01-24 Thread Billy Cravens
You can run something like VMWare, running multiple versions of Windows/Linux concurrently. Also, there's a web-based service that gives you screenshots of your site in different browsers at http://www.netmechanic.com/browser-index.htm Of course, since you're a single PC user, does that mean

Re: Help with CFGRID

2002-01-24 Thread Billy Cravens
CFGrid has nothing to do with what Java run-time you have installed on the server. It is a Java applet, rendered in the browser, not the server, so the problem lies in the Java environment on the end-user's machine. - Original Message - From: Waldemiro Junior [EMAIL PROTECTED] To:

Re: Good WHOIS

2002-01-24 Thread Billy Cravens
can do (once again, to prevent abuse), but if you ask them politely they may lift the restriction for the IP address of your server. Jim - Original Message - From: Billy Cravens [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 24, 2002 9:34 AM Subject: Re

Re: changing CFID/CFTOKEN

2002-01-24 Thread Billy Cravens
No way. CFID/CFTOKEN is how CF manages sessions. You can change your setup to use GUID's, which will provide an added layer of obscurity to the CFID/CFTOKEN. Or you could roll your own session state, but this introduces it's own complexities. - Original Message - From: Herbener,

Re: Help with CFGRID

2002-01-24 Thread Billy Cravens
/classes/CFJava2.jar -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 12:00 PM To: CF-Talk Subject: Re: Help with CFGRID CFGrid has nothing to do with what Java run-time you have installed on the server. It is a Java applet

Re: SQL ?

2002-01-23 Thread Billy Cravens
? Smart ass!!! There are two major products that come out of Berkeley: LSD and [Unix] BSD. We don't believe this to be a coincidence. Doug Brown - Original Message - From: Billy Cravens [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 23, 2002 10:11

Re: Developer Exchange Search

2002-01-23 Thread Billy Cravens
It's no worse than it was back in the Allaire days I wrote absolute crap that used Access and Verity when I first picked up CF in the 4.0 days that ran faster. - Original Message - From: Dave Clay [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 23, 2002 1:11 PM

Re: ASP Equivalents?

2002-01-23 Thread Billy Cravens
Well, a number of those features don't exist in ASP. Things like application.cfm, custom tags, list manipulation functions. You'll need to reproduce some CF functionality, and rethink how you architect your application. It sounds to me like you're coming at this fresh - if so, I'd look at

Re: Windows Explorer HTML thumbnails

2002-01-23 Thread Billy Cravens
all it does is render it in a tiny window - you can see the code, just look for the .htt file - Original Message - From: Zac Spitzer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 23, 2002 1:27 PM Subject: Windows Explorer HTML thumbnails anyone got any idea

Re: ASP Equivalents?

2002-01-23 Thread Billy Cravens
You really want to stick with VBScript (in ASP 2/3), since 99% of all examples will be in that language, and it seems to be the easiest of those listed to learn (you may already know JScript, but there alot of difference between server-side and client-side coding) - Original Message -

Re: How to determine what button was pushed? --(@@@)

2002-01-23 Thread Billy Cravens
Why not try this instead: form action=page.cfm method=get or post name=frm input type=button name=btnAction id=btnAction value=Move onClick=OnSubmit(); input type=button name=btnAction id=btnAction value=Copy onClick=OnSubmit(); /form - Original Message - From: Troy

Re: Trouble installing CF Express

2002-01-21 Thread Billy Cravens
Note that the downloadable version of CF5 has a developer's liscense available (connections from one IP address), so that you can explore the full feature-set of CF (CFExpress is feature limited, missing things like CFFile) Of course, this may not be the issue at all. Do ASP pages work in PWS?

Re: CSS

2002-01-21 Thread Billy Cravens
I don't think this will work very well. I know you can change some of the information in IE, but it won't be cross-browser. If you really need that look, I'd replicate a drop down using DHTML. (go to www.mr-bill.net/archives.cfm for something I've done - I know it only works in IE now, but it

Re: Capture Output from CFINCLUDE?

2002-01-18 Thread Billy Cravens
Use CFHTTP - Original Message - From: James Ang [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, January 18, 2002 12:42 PM Subject: Capture Output from CFINCLUDE? Is it possible to capture the output from an included template? I have tried CFSAVECONTENT and also tried

Re: html standards

2002-01-18 Thread Billy Cravens
There's actually a custom tag (by Steve Nelson) called cf_HTMLHead that does this - I use it on most of my applications: http://www.fusebox.org//download/tags/htmlhead.zip - Original Message - From: Kevin Bridges [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, January 18,

Re: Dealing with inventories

2002-01-17 Thread Billy Cravens
Isn't this a security flaw? Seems like someone could easily script a Denial of Service to go to your site, add all your inventory to their cart, therefore preventing anything from being sold - Original Message - From: stas [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday,

Re: Another dealing with inventories?

2002-01-17 Thread Billy Cravens
Basic database design. If you have one clip per song, why not just have a field that contains the clip filename? Otherwise, have a second table that contains a foreign key to your song ID. Now, obtaining the id created for the song is a bit tricky, depending on your RDBMS. - Original

Re: Stored Procedure Too Slow

2002-01-17 Thread Billy Cravens
What does the execution plan in Query Analyzer tell you? - Original Message - From: Cody [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 17, 2002 11:18 AM Subject: Stored Procedure Too Slow Hopefully someone can help me with this. I have this query that

Re: Dealing with inventories

2002-01-17 Thread Billy Cravens
I think the product catalog is in the application scope, not the individual shopping carts. - Original Message - From: Stephen Moretti [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 17, 2002 12:43 PM Subject: Re: Dealing with inventories I am trying to

Re: CF_dynamic_pdf_catalog

2002-01-17 Thread Billy Cravens
If you can get everything into a database, CF would work well - there's a number of PDF creation options for CF (I've used ActivePDF with success) - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 17, 2002 2:10 PM Subject:

Re: OnRequestEnd.cfm not running

2002-01-16 Thread Billy Cravens
I'm not sure if this is the case, but if you're on anything but Windows (the server), filenames are case-sensitive. In other words, the file name should be OnRequestEnd.cfm, not onrequestend.cfm. What version of CF are you running? OnRequestEnd.cfm is only available in 4.5+ If you still can't

Re: CF and ASP

2002-01-16 Thread Billy Cravens
The mailing lists at 15Seconds are pretty good. - Original Message - From: Tangorre, Michael T. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 9:04 PM Subject: CF and ASP Hello All, I have a question a bit off topic. Does anyone know of a list like

Re: CF and ASP

2002-01-16 Thread Billy Cravens
Do they offer an email list? Imagine if CF-Talk was web-based only - Original Message - From: Brian Ferrigno [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 10:01 AM Subject: RE: CF and ASP Michael, Try this one

  1   2   3   4   5   6   7   >