Promote ColdFusion - Nettuts.com

2011-02-11 Thread Steve Milburn
Hi Folks. I came across this article on Nettuts http://net.tutsplus.com/articles/news/language-wars-sign-up/. Perhaps this may be a fun and beneficial exercise for some of our senior CF evangelists out there... Ben? Ray? I'd hate to see this pass without CF being represented. Each team can

AES Encryption Limits

2011-02-11 Thread Jake Churchill
Hello All. I am working on a database driven session environment that is used on a shopping cart. The cart is not currently PCI complient so I am working on encrypting certain items. The session is stored in the DB as a WDDX packet in an ntext field. Rather than parsing the structure and

RE: AES Encryption Limits

2011-02-11 Thread Mark A. Kruger
My one caution is that encryption is processor intensive. I wouldn't encrypt until you actually have a cart (like I wouldn't arbitrarily encrypt every session to start with). -mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 Skype: markakruger www.cfwebtools.com www.coldfusionmuse.com

Re: AES Encryption Limits

2011-02-11 Thread Jake Churchill
In this system (and you know which one I'm talking about) the values aren't actually committed to the DB until there is something in the cart and that's where I would do the encrypt/decrypt. As close to the DB as possible to avoid deeper system changes. However, the only thing I really NEED to

Issue with new CF Update

2011-02-11 Thread Chad Baloga
I installed the CF901 (APSB11-04) hotfix on our development and now we are having problems when trying to access different applications in the same browser at the same time. Each application wants to use its own CFID and CFTOKEN, but when you log into one app which is app name X, then try to

Re: Issue with new CF Update

2011-02-11 Thread Dave Watts
I installed the CF901 (APSB11-04) hotfix on our development and now we are having problems when trying to access different applications in the same browser at the same time.  Each application wants to use its own CFID and CFTOKEN, but when you log into one app which is app name X, then try

cfimage on cf8 oversharpens thumbs

2011-02-11 Thread Richard Steele
If I downsize an image to make thumbs using cfimage, it seems to automatically oversharpen some of the images. Others seem fine. When I try ImageCR3 from Efflare and I don't have this issue. Is there a way to prevent cfimage from automatically sharpen when it downsizes? Thanks in advance.

Re: ColdFusion Builder: Plug-In vs. Standalone

2011-02-11 Thread Donnie Carvajal
Thanks for the feedback. I decided to go with standalone and it seems very solid so far. BTW, I figured out my problem with the tag completion. There are 2 settings that need to be set to get this to work. If you go to Preferences-ColdFusion-Editor Profiles-Editor, under Code Assist, you

Re: Google Charts - QR Code - cfimage

2011-02-11 Thread Wil Genovese
ok, I missed what you meant at first. I am able to get this to work with cfhttp cfhttp url=http://chart.apis.google.com/chart?cht=qrchs=200x200chl=yourMomInMyQR; method=get/cfhttp cffile action=write file=[my file path]/myqrCode2.png output=#cfhttp.filecontent# Wil Genovese Sr. Web

Re: JVM args, GC issues, performance tuning - CF9, Win2k8

2011-02-11 Thread Wil Genovese
Ben, The settings for -XX:PermSize=512m -XX:MaxPermSize=512m seem a bit large based on the max heap size of 1024. Did you run some tuning tests to see that these sizes were needed? I usually see settings on high load servers around 128/192 up-to 192/256. These are all based on the particular

Re: Google Charts - QR Code - cfimage

2011-02-11 Thread Wil Genovese
Very odd. When I click that link I get an expected QR code. Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Feb 9, 2011, at 12:35 PM, JD Yeiter wrote: Quick overview of what I'm trying to do: I

Application.cfc execution order

2011-02-11 Thread Mike P
I recently modified my Application.cfc to email all errors for debugging. While sending the error, I referenced some email settings I saved in the application scope. It was my understanding that OnApplicationStart() fired before anything else, but it looks like ColdFusion is trying to parse

Re: Application.cfc execution order

2011-02-11 Thread Nicholas Tunney
Sounds like either a) and error is occurring in onApplicationStart() or b) you didn;t reinitialize your app and onApplicationStart isn;t running since the app already exists. nic On 2/11/11 3:49 PM, Mike P mike...@optonline.net wrote: I recently modified my Application.cfc to email all errors

Re: Application.cfc execution order

2011-02-11 Thread Mike P
Weird. It didn't work when I manually called OnApplicationStart, but it worked when i restarted the server. Sounds like either a) and error is occurring in onApplicationStart() or b) you didn;t reinitialize your app and onApplicationStart isn;t running since the app already exists. nic On

CFX_HTTP5 - returns partial string

2011-02-11 Thread Brent Nicholas
I'm not sure if CFX_HTTP5 is used too much in the community, but I figure I'll check. Has anyone had any issues with it returning partial strings on a GET? CFMX7 / 32bit machine: Returning values just fine. CF9 / Win2008 / 64bit machine (with 64bit version of cfx_http5): The tag seems to be

Re: Issue with new CF Update

2011-02-11 Thread Jason Nokes
I installed the CF901 (APSB11-04) hotfix on our development and now we are having problems when trying to access different applications in the same browser at the same time.  Each application wants to use its own CFID and CFTOKEN, but when you log into one app which is app name X, then

String manipulation issues

2011-02-11 Thread Andell Remigio
Hello all... I've generated a search engine to allow for multiple dropdown selections and a keyword box to return a resultset. Although, the trouble I'm having is redisplaying the keyword accordingly. MS SQL Server 2K8 will handle the keyword as designed for freetext search. Although, when

Create REST based web services?

2011-02-11 Thread Tom Jones
Hello, I would like to know if it's possible to create REST based web services in Coldfusion and if so how? I'm just looking for a little how to, getting started. Thanks, tom ~| Order the Adobe Coldfusion Anthology now!

Re: Create REST based web services?

2011-02-11 Thread Michael Grant
Absolutely. It's perfect for it. Just google it and you should see a heap of tutorials. On Fri, Feb 11, 2011 at 5:52 PM, Tom Jones tjo...@acworld.com wrote: Hello, I would like to know if it's possible to create REST based web services in Coldfusion and if so how? I'm just looking for a

Re: CFX_HTTP5 - returns partial string

2011-02-11 Thread Dave Watts
I'm not sure if CFX_HTTP5 is used too much in the community, but I figure I'll check. Has anyone had any issues with it returning partial strings on a GET? CFMX7 / 32bit machine: Returning values just fine. CF9 / Win2008 / 64bit machine (with 64bit version of cfx_http5): The tag seems

Re: Issue with new CF Update

2011-02-11 Thread Dave Watts
We're having a somewhat similar issue. We have multiple CF servers and use our own server-independent session management using cookies and session info saved in the database. We've found that if you go from one updated server to another updated server it loses the user session. If you go

Re: SMS messages

2011-02-11 Thread Chuka Anene
www.q-sms.org They have a very robust sms gateway. Thanks, I took a look at their pricing page and LOLed when I saw this... Q-sms offers the cheapest price in Nigeria and one of the most competitive globally... The Nigeria mention makes them immediately suspect in my mind, but I suppose

Re: SMS messages

2011-02-11 Thread Mike Kear
I had to set up my first SMS application about 3 years ago, and I was busy looking for Australian SMS providers, when another colleague said to try an English company he'd been using. I too was skeptical about using an overseas company, but he assured me that it didnt matter. So we had a race.

Re: SMS messages

2011-02-11 Thread Matthew
Wouldn't trust anything coming from that country, anywhere else in Africa yes, Nigeria? No. Matt. On 12 Feb 2011, at 01:23, Chuka Anene anene.quor...@yahoo.com wrote: www.q-sms.org They have a very robust sms gateway. Thanks, I took a look at their pricing page and LOLed when I saw