Marcel
Member since Oct 10, 2009
- Profile: /members/4498-marcel.htm
- URL: http://ninja.iamserious.com
- Comments: 13
Recent Blog Comments By Marcel
-
ColdFusion 9 Script-Based Method Definitions Work Inside CFScript
Posted on Jan 17, 2010 at 1:36 AM
@Ben I just meant when you want to have pathed objects like MachII.framework.Event, you can't currently so using the param syntax found in JSDocs is just a quick way to document your function and have all the information there. The not looking right part was in relation to attributes you store not... read more »
-
ColdFusion 9 Script-Based Method Definitions Work Inside CFScript
Posted on Jan 14, 2010 at 8:38 AM
@Brian no it doesn't all carry through to the documentation system from what I have found, I guess there's more for Adobe to do on it still, hopefully it will work better in CF10.... read more »
-
ColdFusion 9 Script-Based Method Definitions Work Inside CFScript
Posted on Jan 14, 2010 at 8:36 AM
I love the JSDoc syntax personally. In JavaScript, using /*! styled comment for the file description and the /** styled comment for the class and method descriptions feels right after a while, Aptana's editor bolds the @attributes and it is really readable an super easy to edit, I hated the thought ... read more »
-
CorMVC - My jQuery-Powered Model-View-Controller (MVC) Framework
Posted on Dec 23, 2009 at 2:40 AM
@Ben I'm just suggesting perhaps instead of: window.application.addController((function( $, application ){ Controller.prototype = new application.Controller(); Being for jQuery users, the following would feel more natural: jQuery.addController((function($){ Controller.prototype = $.newControl... read more »
-
CorMVC - My jQuery-Powered Model-View-Controller (MVC) Framework
Posted on Dec 21, 2009 at 11:27 PM
Oh and before I forget let me plug my favourite Railo user voice ticket for server-side javascript so this framework could also be used server-side! http://railo.uservoice.com/pages/21016-general/suggestions/402998-cfjs Yay :)... read more »
-
CorMVC - My jQuery-Powered Model-View-Controller (MVC) Framework
Posted on Dec 21, 2009 at 9:01 PM
@Thomas I started at the other end, only using the view structure at first and find it a great way to separate things out. From there I retrofitted the service layer into my application. The controller would be great but there's too much code already in the app to start migrating what I am working o... read more »
-
Running Javascript In ColdFusion With CFGroovy And Rhino
Posted on Dec 1, 2009 at 4:54 AM
@Joel I had forgotten how ambiguous I had made it, I have added one a bit easier to find: http://railo.uservoice.com/pages/21016-general/suggestions/402998-cfjs... read more »
-
Running Javascript In ColdFusion With CFGroovy And Rhino
Posted on Dec 1, 2009 at 2:52 AM
@Peter thank you so much for that link! I had no idea there were others with my CFJS desire let alone one building it. I added a request for it to Railo's user voice site and not a single user other than a guy I work with voted for it! Now if only it can be done on Railo too then there would be a c... read more »
-
Running Javascript In ColdFusion With CFGroovy And Rhino
Posted on Nov 30, 2009 at 5:07 PM
http://java.sun.com/javase/6/webnotes/ "E4X (ECMAScript for XML - ECMA Standard E4X) has been excluded. Attempting to use XML literals in JavaScript code will result in a syntax error. This feature depends on the XMLBeans library." Great work Ben, one step closer to my dream of server-side JavaSc... read more »
-
Building Single-Page Applications Using jQuery And ColdFusion With Ben Nadel (Video Presentation)
Posted on Oct 12, 2009 at 9:22 AM
PS. I'll keep you posted on my Rhino experiments and send you the files when I find something of use if you are interested.... read more »
-
Building Single-Page Applications Using jQuery And ColdFusion With Ben Nadel (Video Presentation)
Posted on Oct 12, 2009 at 9:10 AM
I've be doing it all day, not that great with Java, but slowly getting there, I now have the Javascript loading ok and loading envjs and creating the DOM, tomorrow I will try to push it further and see if I can load a html page into it (I think I may have sorted that but still not sure how to check ... read more »
-
Building Single-Page Applications Using jQuery And ColdFusion With Ben Nadel (Video Presentation)
Posted on Oct 10, 2009 at 10:02 PM
Great presentation Ben, as a lover of both JS and CF and a firm believer that there should be a CFJS server-side ability, I was wondering what your opinion would be on CFJS? Basically the ability to have an Application.cfjs file which is JavaScript 1.8, e4x compatible with the ability to load a fil... read more »