Re: CF Groovy

2012-04-04 Thread Russ Michaels
JRuby looks nice, and for windows folks there is a a IIS module done by helicontech, installed via Web Platform Installer. ~| Order the Adobe Coldfusion Anthology now!

Re: CFC based Android vs. ipad vs iphone auto senser

2012-04-04 Thread Tony
plus like a billion for bootstrap On Tuesday, April 3, 2012, Cameron Childress wrote: On Tue, Apr 3, 2012 at 1:28 PM, Brian Thornton br...@cfdeveloper.comjavascript:; wrote: I wondered if anyone has a CFC that conditional includes css and layout instructions for the wizzbang devices?

Re: CFC based Android vs. ipad vs iphone auto senser

2012-04-04 Thread Raymond Camden
If you don't want to go responsive, I've had a lot of luck with this:http://detectmobilebrowsers.com/ BlogCFC uses it for mobile detection (with a slight mod to ignore iPad/XOOM). On Wed, Apr 4, 2012 at 7:04 AM, Tony tonyw...@gmail.com wrote: plus like a billion for bootstrap On Tuesday,

Re: CF Groovy

2012-04-04 Thread Brian Kotek
There's still actually quite a bit of activity around Groovy (2.0 is imminent with many enhancements), but it is overshadowed by Grails, which is extremely active. Since the two are tightly linked (you use Groovy to build Grails apps), looking at *only* Groovy activity may be misleading. Probably

Re: CFC based Android vs. ipad vs iphone auto senser

2012-04-04 Thread Gerald Guido
If you're looking for elegant, consider using Responsive Design. Here's a good example: http://twitter.github.com/bootstrap/index.html THAT is very, very nice. Thanx for posting that. G! On Tue, Apr 3, 2012 at 2:55 PM, Cameron Childress camer...@gmail.comwrote: On Tue, Apr 3, 2012 at

Re: CF Groovy

2012-04-04 Thread Scott Stroz
The best description of Groovy I have heard came from Todd Sharp - 'I't like cfscript all growed up' On Wed, Apr 4, 2012 at 11:16 AM, Brian Kotek brian...@gmail.com wrote: There's still actually quite a bit of activity around Groovy (2.0 is imminent with many enhancements), but it is

Re: CF Groovy

2012-04-04 Thread Brian Kotek
Another very common description is it's what Java would have been if Java was created in the 21st century. :-) On Wed, Apr 4, 2012 at 12:45 PM, Scott Stroz boyz...@gmail.com wrote: The best description of Groovy I have heard came from Todd Sharp - 'I't like cfscript all growed up'

Multiple Datasources in Model GLue

2012-04-04 Thread Scott Stewart
I'm scratching the surface of Model-Glue, and it's brought up a question off the bat. It appears that the datasource name that we would normally park in the application scope is a model bean in ModelGlue. Does this mean that for each datasource in a given app, a separate bean would need to be

Re: Multiple Datasources in Model GLue

2012-04-04 Thread Raymond Camden
If you mean the ConfigBean, you can put any config you want in there. So you could have dsn1=mybeer dsn2=yourbeer On Wed, Apr 4, 2012 at 2:48 PM, Scott Stewart webmas...@sstwebworks.com wrote: I'm scratching the surface of Model-Glue, and it's brought up a question off the bat. It appears

Re: CF Groovy

2012-04-04 Thread Brian Thornton
Bill Joy would be pissed if he saw that... I guess he's the last laughing now... http://www.edge.org/documents/dinner2010/dinner2010_index.html On Wed, Apr 4, 2012 at 3:18 PM, Brian Kotek brian...@gmail.com wrote: Another very common description is it's what Java would have been if Java was

Re: Javascript test in ColdFusion

2012-04-04 Thread Robert Rhodes
Thanks to all for the suggestions on this. I went with the approach below and it worked well. Thank you Andy, -RR On Mon, Mar 26, 2012 at 11:39 PM, andy matthews li...@commadelimited.comwrote: A dead simple way of testing for JavaScript: script window.location.href =

Re: Javascript test in ColdFusion

2012-04-04 Thread Phillip Vector
Umm.. Why not just put in noscript? On Mon, Mar 26, 2012 at 8:39 PM, andy matthews li...@commadelimited.com wrote: A dead simple way of testing for JavaScript: script        window.location.href = 'javascriptCapable.cfm'; /script meta http-equiv=refresh content=1;

Re: CF Groovy

2012-04-04 Thread Mark Mandel
On Thu, Apr 5, 2012 at 1:16 AM, Brian Kotek brian...@gmail.com wrote: There's still actually quite a bit of activity around Groovy (2.0 is imminent with many enhancements), but it is overshadowed by Grails, which is extremely active. Since the two are tightly linked (you use Groovy to build

How to get IIS7 to redirect with query string

2012-04-04 Thread Robert Rhodes
Anyone out there know how to set up IIS7 to pass a query string? Any url construct is probably fine as long as I can pass four variables and it does not have a ? or a in it (per client's requirements). I am trying to get something like... http://mydomain.com/redir/a/red/b/green to redirect

Re: How to get IIS7 to redirect with query string

2012-04-04 Thread Andrew Scott
I take it you are using rewrite rules? If not there are two ways to do it, one is to use an add on for IIS at iis.net that will do it. Or I would recommend Helicon ISAPI rewrite, mainly because you can use .htaccess to define your rules and the fact the Helicon is awesome. -- Regards, Andrew

Re: How to get IIS7 to redirect with query string

2012-04-04 Thread .jonah
In the rules section of your web.config it'd be something like: rule name=favorite color rewrite match url=((?:[a-z][a-z0-9_]*))\/((?:[a-z][a-z0-9_]*))\/((?:[a-z][a-z0-9_]*))\/((?:[a-z][a-z0-9_]*))\/((?:[a-z][a-z0-9_]*)) / action type=Rewrite

RE: Javascript test in ColdFusion

2012-04-04 Thread andy matthews
My pleasure RR. andy -Original Message- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: Wednesday, April 04, 2012 7:05 PM To: cf-talk Subject: Re: Javascript test in ColdFusion Thanks to all for the suggestions on this. I went with the approach below and it worked well.

Re: CF Groovy

2012-04-04 Thread Scott Stroz
I like that one too. On Wed, Apr 4, 2012 at 3:18 PM, Brian Kotek brian...@gmail.com wrote: Another very common description is it's what Java would have been if Java was created in the 21st century. :-) On Wed, Apr 4, 2012 at 12:45 PM, Scott Stroz boyz...@gmail.com wrote: The best

Re: CF Groovy

2012-04-04 Thread Brian Kotek
Part of it may also be that there are now so many JVM languages that growth is spread out across a much wider range than any other platform. If you're interested, some of the sweet new stuff in 2.0 is detailed here: http://www.slideshare.net/glaforge/whats-new-in-groovy-20/download On Wed, Apr