Re: Sudden error with CFHTTP ans SSL

2015-04-03 Thread Michael van Leest
Verisign certificate products have been taken over by Symantec. 2015-04-03 18:54 GMT+02:00 : Payments were getting processed but the results confirmation didn't work. This is on Coldfusion 8. That was exactly the problem, on CF 9 also. the certificate needed is the Verisign G5

Re: Sudden error with CFHTTP ans SSL

2015-04-03 Thread Michael van Leest
Best option is to contact PayPal support with that question. They should be able to point you to the valid certs. Good luck, Michael On Friday, April 3, 2015, Al Musella, DPM muse...@virtualtrials.com wrote: So then is the symantec certificate newer? Should I also add that? What is the

Re: Speech to text

2015-02-11 Thread Michael van Leest
A quick search on google gave me these options. - ATT API: http://developer.att.com/apis/speech (no mp3 though, ogg and other general telecom filetypes) - http://www.ispeech.org/ Not sure what your use case is, but using an api for this seems to me to be the best option. Good

Re: Speech to text

2015-02-11 Thread Michael van Leest
On Wed, Feb 11, 2015 at 1:08 PM, Michael van Leest mvanle...@gmail.com javascript:; wrote: A quick search on google gave me these options. - ATT API: http://developer.att.com/apis/speech (no mp3 though, ogg and other general telecom filetypes) - http

Re: Quick Survey

2014-03-26 Thread Michael van Leest
@Robert Did you looked into Railo? If clients don't want to use Adobe Coldfusion due to the recent bad news, I've been recently able to sell Railo to them instead. 2014-03-26 13:40 GMT+01:00 Robert Harrison rob...@austin-williams.com: I'd love to stick with CF as I've used to it successfully

Re: Strange Error

2014-03-26 Thread Michael van Leest
Might there be a redirect triggered somewhere in your application.cfc? Sounds to me there is some sort of redirect is going on. 2014-03-26 17:26 GMT+01:00 Donnie Carvajal donnie.carva...@transformyx.com : I have a ColdFusion template that is used for a form action using post method. The

Re: database design conundrum

2014-03-20 Thread Michael van Leest
I would build it like this: - tbl_users (userID etc) - tbl_user_things (thing id so you can add extra things without changing the DB) - tbl_user_join_thing (userID, thingID, setting (boolean 1/0) and a optional toShareWithUserID) Hope this helps 2014-03-21 1:46 GMT+01:00 Jerry Milo Johnson

Re: database design conundrum

2014-03-20 Thread Michael van Leest
for the user in question, like 'b...@example.com', '8885551212', '01/01/1980') Then make a view of the tbl_users-tbl_things_that_can_be_shared-tbl_user_things relationships to approximate a more traditional users table for easier querying. ? On 3/20/2014 8:56 PM, Michael van Leest wrote: I

Re: CFML tags was: The long tail of ColdFusion fail

2014-03-18 Thread Michael van Leest
Marketing wise, Adobe is doing not a lot to nothing. If the Railo Company would do some marketing, I bet they would take even more market share from Adobe. 2014-03-18 19:16 GMT+01:00 : I completely agree with you, on all points.

Re: CFML tags was: The long tail of ColdFusion fail

2014-03-18 Thread Michael van Leest
Docs are still not commercial level, but there is more info available about Railo in the Github wiki. The docs about functions and tags are the same as the CF docs (available in the railo admin). But yes, docs have been a big discussion point on the Railo mailinglist but without any good

Re: CFML tags was: The long tail of ColdFusion fail

2014-03-18 Thread Michael van Leest
The docs in the railo admin are updated with the specific railo additions. In the wiki is stated which functions are not supported from CF9/10 or have differences in use/outcome. Also if there is a function missing certain arguments/options in Railo from the CF version, a simple bug report and

Re: Site hanging randomly.

2014-03-13 Thread Michael van Leest
Is the server responsive when CF hangs? Or is it a bit slow/unresponsive as well? I had some serious crash issues with CF9 64 bit a few years back and switched over to railo after trying to debug it for weeks without result. Make sure to check the windows logs if there are any weird events

Re: Site hanging randomly.

2014-03-13 Thread Michael van Leest
={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib The server has 6 Gb of ram and 4 CPU cores. On 3/13/14 4:56 PM, Michael van Leest wrote: Is the server responsive when CF hangs? Or is it a bit slow/unresponsive as well? I had some serious crash issues with CF9 64

Re: cffile mime type

2012-12-19 Thread Michael van Leest
javascript checking is not very secure and specially file-extension checking. You can do some sort of javascript check to do a client side validation, but the cffile check is a little more thorough as it checks the file if it is the correct mime-type, even if you rename the extension if I'm not

Re: Alternative to CFOBJECT

2012-08-30 Thread Michael van Leest
A bit of topic, but which Paypal api are you using?? 2012/8/30 Matt Quackenbush quackfu...@gmail.com Time for a new host. :-) In the meantime, though, createObject( Component ) is not disabled, according to that list. So you should be able to refactor and use that instead of cfobject.

Re: 64-bit updates to CFX at intrafoundation.com

2012-08-28 Thread Michael van Leest
+1 for CFX_IIS (7.5 support) 2012/8/28 Lewis Sellers lasell...@gmail.com Possible. Are there any of them you had in mind in particular? I have become somewhat out of touch as to how many people are still using what these days and thus what might be a priority. I think though that if any of

waveform processing

2012-07-16 Thread Michael van Leest
Hi all, Not sure if somebody is familiar with this, but here we go. I need to process 20 to 45 minute long music files (mp3, wav and aiff) with different bit rates to a png waveform. You can see the example on soundcloud.com. Is there anything in Java that supports this functionality for the

Re: SMS aggregators

2012-03-29 Thread Michael van Leest
Email this guy, Marco Dunhof. He has all the contacts and options you need worldwide. http://www.dunhofconsultancy.nl/ Good luck, Michael van Leest 2012/3/29 Bryan Stevenson br...@electricedgesystems.com Hi All, I may have asked this of the list some months ago, but here it is again

Re: NullPointer exceptions

2010-02-12 Thread Michael van Leest
Hi have the same thing on CF 8 windows 32 bit ent and on 2 linux boxes 64 bit ent. For no reason it will sometime give a nullpointer error with webservices, but I think it has to do with CFC's in some way. I've been trying to debug it, but for the last 2 months I haven't had any luck on pointing

Re: Chrome cfgrid flash

2010-02-09 Thread Michael van Leest
Flash forms are Flex 1.5 so keep in mind that is Actionscript 2 if I'm correct... Also which version of the flash player do you have? 10.1? is it mac? is it windows?? Be more specific please, because this isn't enough to get your problem solved... Regards, Mike 2010/2/9 Paul Ihrig

Webservice exceptions

2009-10-19 Thread Michael van Leest
) / -- Michael van Leest E: mvanle...@gmail.com W: http://michaelvanleest.com Yahoo! IM: mvanleest...@yahoo.com MSN IM: mvanlees...@hotmail.com GTalk: mvanle...@gmail.com Skype:mvanleest AIM:mikefromnl

Re: MySQL IDE on OS X

2009-05-26 Thread Michael van Leest
DBVisualizer! it rocks for multiple database server types like MSSQL and MySQL and many more... as long as you have the JDBC drivers for it! (it's paid though, but fairly priced!) http://www.dbvis.com/products/dbvis/ 2009/5/26 Wil Genovese jugg...@visi.com From MySQL's web site

Re: cfdot.net new Coldfusion / C# Comparison site

2009-05-17 Thread Michael van Leest
Nice initiative! 2009/5/17 Jose Diaz bleached...@gmail.com Hello All, In a quest to get better at ASP.net and C# I have built the following site: www.cfdot.net in C#.net. The purpose of the CFDot Project (CFDot.net) is to create a code comparison library between common ColdFusion

64-bit windows socket error (socketgateway)

2009-03-23 Thread Michael van Leest
: init Is this a 64bit JVM Issue?? Or is it maybe a corrupted cf instance?? I'm out of options right now, so if people know about an issue/fix I would be very thankfull for any input. Thanks, Michael -- Michael van Leest E: mvanle...@gmail.com W: http

Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-12 Thread Michael van Leest
I think of it, everyone is different and everyone has his/her likes and dislikes for development tool. Although I really look forward to the Bolt IDE, I will always have a Dreamweaver copy installed, just for the overall website management (upload/design/css) Michael van Leest 2008/12/12 Tom

Re: IIS Application Pools and ColdFusion

2008-12-02 Thread Michael van Leest
Also give recreate wsconfig another try. Remove the cf instance from IIS and add the connection again... This helped me in the past with these weird IIS crashes. Michael 2008/12/2 Gaulin, Mark [EMAIL PROTECTED] Another easy thing to try: Drop and recreate your app pool. It sounds stupid but