Loic Mahieu
Member since Jun 28, 2010
- Profile: /members/6314-loic-mahieu.htm
- Comments: 8
Recent Blog Comments By Loic Mahieu
-
Converting An Image Into Selectable Text Using ColdFusion
Posted on Jun 12, 2012 at 10:00 AM
Nice demo! Incredible result! Where did you get this idea :D ? I will take more time to understand your code as soon as possible!... read more »
-
JavaScript Method Context With Circular Invocation In Conjunction With Call() Or Apply()
Posted on Apr 24, 2012 at 10:21 AM
Thanks for this clarity. I have not tested it yet but yeah, it's obvious. Apply and call simply override the context and do not create a "mixin context" who contains both the second one() and the two(). I don't remember if it was detailled in, but I found a very well explanation of the j... read more »
-
Case Insensitive Java Regular Expressions - How Did I Miss That!?!
Posted on Jun 10, 2011 at 9:17 AM
Did you have make an entry that reassemble all java methods hidden in native CF objects ? As this trick up above.... read more »
-
Case Insensitive Java Regular Expressions - How Did I Miss That!?!
Posted on Jun 10, 2011 at 9:15 AM
Very very very awesome !!! I like it! Seriously, I'm frustrated to don't know that rather! I always wanted to use regex simplier in CF. The traditional RE[..]() are too limited compared to java methods so generally I use your component, PaternMatcher.cfc (it's very useful!)! Thanks for your tip... read more »
-
Awesome Tips For Using Firebug To Navigate And Augment The DOM
Posted on Jun 1, 2011 at 6:17 AM
@Ben @Edy Thanks for this tip! $x(xpath, context) is also present in Chrome Dev Tools. And... $N too :) Personally, since I have upgraded Firefox to FF4, I stopped to use Firebug. I was tired of crashes, lags of FF... It's been a while that I use Chrome Tools instead Firebug. That's remind me ... read more »
-
Learning ColdFusion 9: ORM Inheritance Mapping
Posted on Jun 28, 2010 at 6:53 AM
Recess, I just post my comment that I find my answer... I was thinking foolishly that ORMExecuteQuery return a standard CFQuery object... But no, it returns a "ORM object". Thank you for your help ;)... read more »
-
Learning ColdFusion 9: ORM Inheritance Mapping
Posted on Jun 28, 2010 at 6:43 AM
Hi Ben! My first question to you Ben! It's a great moment to me! I'm an young belgian cf-developper. In my office, you are famous :) I'm beginning to learn how to work Coldfusion ORM system. At first sight, it look usefull but I think that the Coldfusion Documentation is a little poor. My questio... read more »