Community Member Profile
- Profile: /members/1580-Edward-Beckett.htm
- URL: http://www.edwardbeckett.com
- Comments: 63
- Points: 639
Recent Blog Comments By Edward Beckett
-
JSON Files As Temporary File Storage In ColdFusion Applications
Posted on Apr 5, 2013 at 1:19 PM
Re: <string>9</string> It should not be a string. It should be an int primitive - but that's a different argument. ========================= hotness: 9 ... to my data struct, the JSON becomes: HOTNESS: 9.0 ... and the WDDX becomes: <string&... read more »
-
ColdFusion Implicit Getter Has Incorrect Type For Being Called As A Function
Posted on Apr 5, 2013 at 12:21 PM
@Krug ... I submitted a ticket on you track to have javadoc style comments /** trigger method definitions ... //youtrack.jetbrains.com/issue/IDEA-104579 \ Hopefully it will get some traction ...... read more »
-
Stateless Service Singletons vs. Stateful Service Entities
Posted on Apr 3, 2013 at 4:33 PM
NP chief ... OO related concepts can be quite tricky to explain ...... read more »
-
Stateless Service Singletons vs. Stateful Service Entities
Posted on Apr 3, 2013 at 4:08 PM
@Ben, Re: static methods ... Maybe I'm misunderstanding what you mean ... as static methods don't create object instances. Is your reference to a static 'factory' method that creates objects? :-)... read more »
-
Stateless Service Singletons vs. Stateful Service Entities
Posted on Apr 3, 2013 at 2:25 PM
@Ben, Re: The $$hashKeys ... This is a great topic which I'm hardly qualified to address with any merit of authority. With your use-case and in this context you are probably correct though ... lest you were writing a public-facing API the performance issues would be a matter o... read more »
-
Stateless Service Singletons vs. Stateful Service Entities
Posted on Apr 2, 2013 at 7:40 PM
Interesting pov ... The first 'flag' that comes to mind is performance ... would it not be more advantageous to have copyHashKeys as a static method rather than having to create a new HashKeyCopier object for each hashkey copy? just sayin' ... :-)... read more »
-
Using jQuery Event Delegation In AngularJS
Posted on Mar 30, 2013 at 7:40 PM
Another great share Ben ... Thanks ... Re: angular delegates and the current scope ... What are the benefits of using a delegate function over using the native angular 'Scope as Data-Model ' support. <!--- I don't actually 'know' angular ... sue me. ;-) ---> &... read more »
-
Removing Inline Opacity Filters After Fade-In / Fade-Out Transitions In IE8
Posted on Mar 16, 2013 at 5:47 PM
Re: "4 hours to get to the bottom of this." Simple Fix ... if ( isIE ) { window.location " http://www.mozilla.org/en-US/firefox/channel/#aurora" }... read more »
-
Using CSS Pseudo Elements :before And :after
Posted on Jan 28, 2013 at 10:19 PM
On Nix you have WAY more support for char conversion ... $ man iconv ... done. :-)... read more »
-
Using CSS Pseudo Elements :before And :after
Posted on Jan 26, 2013 at 4:26 AM
Ben ... Charmap.exe has the unicode tables for ya' without the browser ;-) start -> run -> charmap.exe... read more »
-
Using RESTful Controllers In An AngularJS Resource
Posted on Jan 24, 2013 at 10:47 AM
@Ben, Absolutely ... I'm a big fan of modularity and prototypical {real word?} objects. Great way to keep code manageable :-)... read more »
-
Exploring Directives, $scope, DOM Rendering, And Timing In AngularJS
Posted on Jan 23, 2013 at 3:30 PM
Regarding Reformatting Code ... Intellij IDEA :: CTRL+ALT+L Reformat ad-hoc ... ;-)... read more »
-
Exploring Directives, $scope, DOM Rendering, And Timing In AngularJS
Posted on Jan 23, 2013 at 3:26 PM
Suicidal Plugins ... Nice.... read more »
-
Using RESTful Controllers In An AngularJS Resource
Posted on Jan 23, 2013 at 3:06 PM
Okay Ben ... You got me hooked on Angular ... I've been stalking the webs for the last week or so trying to get up to speed on Angular ... One pattern I've noticed some of the more experienced NIO developers using is wrapping their module initialization into an anon function for enc... read more »
-
HostMySite.com Has The Best ColdFusion Hosting
Posted on Jan 18, 2013 at 1:47 AM
@Adrian ... You can get an excellent deal on a VPS these days for the nearly the cost of CF shared hosting .... I couldn't recommend anyone more than Linode ... they are fantastic ... http://www.linode.com/... read more »
-
Rendering DOM Elements With ngRepeat In AngularJS
Posted on Jan 16, 2013 at 3:17 PM
Re: "If there's anything in AngularJS that you'd like me to explore, just let me know." How about pushstate :=)... read more »
-
Clearing Inline CSS Properties With jQuery
Posted on Jan 16, 2013 at 3:15 PM
@Ben, I almost forgot --- I apologize for hijacking your post --- It's a habit of mine --- quite rude of me.... read more »
-
Clearing Inline CSS Properties With jQuery
Posted on Jan 16, 2013 at 3:10 PM
@Ben, Thanks for the info Ben ... I think this may be a good use case for learning Angular and Push State at the same time by hacking a few apps together using both technologies ...... read more »
-
Clearing Inline CSS Properties With jQuery
Posted on Jan 15, 2013 at 9:34 PM
@Ben, Yep ... you were right ... Here's the lib they used ... https://github.com/balupton/History.js/... read more »
-
Clearing Inline CSS Properties With jQuery
Posted on Jan 15, 2013 at 9:12 PM
@Ben, Ah TY Ben ... you're probably right ... I can't believe it wasn't apparent as I was reading about push state just last night. Lot's to keep up with ... now I've got something else to figure out ... Thanks for the clue ;-)... read more »



