Re: SOT: curved corners

2011-12-01 Thread Jeffrey Battershall
I did a lot of research on this and found this to be the best solution, IMO: http://css3pie.com/about/ Basically IE is the problem. Most if not all of the other browsers (FF, Chrome, Safari) deal with curved corners just fine. If the visitor can't support this then you get a graceful

Re: Adobe Abandons Flex

2011-11-15 Thread Jeffrey Battershall
I don't know - this all seems so premature. It's not like HTML5 is 100% ready for primetime. I think of some of the stuff I do with Flex and HTML/JS seems much weaker as a programming language. A key phrase in the post was 'in the long run'. I don't see HTML/JS being stronger than Flex for

Re: Adobe drops Flsh for mobile devices

2011-11-09 Thread Jeffrey Battershall
It's frustrating yet all too predictable the blood in the water phenomena I'm seeing and one that is really blown out of all proportion. I for one have gotten lots of return on my Flash and Flex knowledge and will continue to do so. Long live Flash and AIR! Jeff On Wed, Nov 9, 2011 at 2:46

Encryption Issue on CF 9

2011-09-25 Thread Jeffrey Battershall
Hello, I'm trying to implement Gigya and in order to share user credentials, they require HMAC-SHA1 to encrypt the data. Im running into this issue: The HMAC-SHA1 algorithm is not supported by the Security Provider you have chosen. Searching on this gives me this old thread:

Re: CF Builder 2 oddity

2011-08-26 Thread Jeffrey Battershall
Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Aug 25, 2011, at 1:43 PM, Jeffrey Battershall wrote: Guys, For development, I use my MacBook Pro's Web Server documents directory for my CF Builder projects

CF Builder 2 oddity

2011-08-25 Thread Jeffrey Battershall
Guys, For development, I use my MacBook Pro's Web Server documents directory for my CF Builder projects. Between that the apache config and my hosts file I have a convenient dev environment. Today, though, I tried to create a new project in this fashion (first time in several weeks), and CF

Re: CF Builder 2 oddity

2011-08-25 Thread Jeffrey Battershall
/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Aug 25, 2011, at 1:43 PM, Jeffrey Battershall wrote: Guys, For development, I use my MacBook Pro's Web Server documents directory for my CF Builder projects. Between that the apache config

Email Addresses with Subdomain causes CFMAIL to fail?

2011-06-24 Thread Jeffrey Battershall
Hi, This is a new one for me: user has an email address like tlk...@subdomain.domain.net and CFMAIL ls throwing an exception The value of the attribute to, which is currently tlk572@subdomain.domain .net, is invalid. Anyone run into this before? Jeff

Re: Email Addresses with Subdomain causes CFMAIL to fail?

2011-06-24 Thread Jeffrey Battershall
Thanks guys, hopefully that's all this is. On Fri, Jun 24, 2011 at 1:21 PM, Paul Vernon paul.ver...@web-architect.co.uk wrote: Unless I'm mistaken, there's a space in the users e-mail address where there shouldn't be one. Paul -Original Message- From: Jeffrey Battershall

Re: cffile append too slow

2011-06-20 Thread Jeffrey Battershall
If you're using CF8 or CF9 you have the newer File functions. They may well perform better than CFFILE. On Mon, Jun 20, 2011 at 11:39 AM, Richard White rich...@j7is.co.uk wrote: Hi, We have noticed that simply writing 1 line to a text file using cffile append takes approx 800ms. is there

Re: (ot) Shameful

2011-05-10 Thread Jeffrey Battershall
Ray is that some sarcasm. Just wondering. I've heard about sarcasm. On May 10, 2011 10:26 PM, Raymond Camden rcam...@gmail.com wrote: Nope, it didn't work for me. I had to click the link and view it in my browser. If Adobe were truly committed to CF, I wouldn't need to actually click the

Re: how to restart a specific CF application (not app server)

2011-05-05 Thread Jeffrey Battershall
Another approach - simply change the name of the application in application.cfm. Forces a new application. On Thu, May 5, 2011 at 12:33 PM, Ian Skinner h...@ilsweb.com wrote: I know I could restart the ColdFusion service and that would probably do the trick.  However I'm anticipating needing

Re: Dynamic SQL in CFScript

2011-04-26 Thread Jeffrey Battershall
Do you have the option of moving your query logic into a stored proc? It would be more secure. Jeff On Tue, Apr 26, 2011 at 2:32 PM, Kyle McLean kmclea...@gmail.com wrote: I've been working on a CF9 project, and I'm trying to take full advantage of the cfscript syntax for my components. I

Re: Flex and CF Sessions (sort of)

2011-03-15 Thread Jeffrey Battershall
The way I've done this in the past was to store the credentials on the flex client and re-authenticate the user with these using the CFLOGIN framework. This way the responsibility for continuing the session is on the flex side of things. This works with the RemoteObject.setRemoteCredentials().

Re: cfx_pwtextcrypt CF9

2011-02-14 Thread Jeffrey Battershall
you actually know that the docs contain something relevant to my request you can re-post your comment and I'll eat my words. You should really know what you talking about before you go spouting read the docs. Brook -Original Message- From: Jeffrey Battershall [mailto:jbattersh

Re: cfx_pwtextcrypt CF9

2011-02-13 Thread Jeffrey Battershall
Check the CF9 docs. There's quite a bit of encryption/decryption support built in to CF8/9. You might have transition issues to work through, but you shouldn't need a CFX for that purpose at this point. On Thu, Feb 10, 2011 at 3:53 PM, Brook Davies cft...@logiforms.com wrote: We've been

Re: why is cf_builder so expensive?

2011-01-29 Thread Jeffrey Battershall
I, for one, would like to acknowledge you for the entertainment value you bring to this list. Thank you. Jeff On Sat, Jan 29, 2011 at 8:47 AM, Michael Grant mgr...@modus.bz wrote: I know so much about marketing from my experience with small/midtier companies in completely different

Re: why is cf_builder so expensive?

2011-01-26 Thread Jeffrey Battershall
Having used CFEclipse extensively not to mention CF Studio/Homesite and some DW, I have to say that CF Builder is well worth the investment, so much so that it's not even close. Having FB Standard bundled is nice but not essential to making Builder worth the money. Now that I'm acclimated to

Re: why is cf_builder so expensive?

2011-01-26 Thread Jeffrey Battershall
Michael, I know what it is to be broke, supporting a family of 7 and not be able to afford software to do my job. I remember coding CF 3.1 in Notepad. I remember re-setting my PC's time so I could get more time on my 30 day trial of Front Page when I was just starting out. Until software

Re: Is Coldfusion losing it biggest asset?

2011-01-12 Thread Jeffrey Battershall
ColdFusion supports both approaches and sports a very powerful set of capabilities. Don't really see the issue. I have had no problem staying employed using CF for 12 years on the East Coast. When you start to maintain a web property at more of an enterprise level you find yourself want a more

Re: ColdFusion/Flex RemoteObjects

2010-11-17 Thread Jeffrey Battershall
Mike, More info is required here. Is Flash remoting support enabled in CF Admin? Are the CFC methods exposed remotely? Is the Flex app running in the same domain as CF? Why are you using Flex 3.3 instead of Flex 3.5? Have you tried using a Network sniffer like Charles? Are you capturing

Re: CF Flash Problem

2010-09-24 Thread Jeffrey Battershall
In Flash Paper, which supported making PPTs into Flash movies, there was some sort of exposed API to manipulate the presentation. It's been a long, long time since I used it but I would guess that CFPRESENTATION has something similar. On Thu, Sep 23, 2010 at 11:44 PM, John Eubanks

Re: CFSTOREDPROD question

2010-07-16 Thread Jeffrey Battershall
My first thought would be no. On Jul 16, 2010 9:31 AM, Chad Baloga cbal...@gmail.com wrote: Does anyone know if CFSTOREDPROC closes a cursor automatically if a store proc is called with one? ~| Order the Adobe Coldfusion

Re: CFSTOREDPROD question

2010-07-16 Thread Jeffrey Battershall
Closing open cursors is definitely the province of SQlL not CF. But that's easy to fix, right? simply close/deallocate the cursor in the proc. On Fri, Jul 16, 2010 at 9:51 AM, Shannon Rhodes shan...@rhodesedge.comwrote: Not sure if I'm understanding the question, but any cursors in your