Ben Nadel
Ben Nadel
AngularJS-Directive-Controllers
Exploring the use of directives Controllers to allow for inter-directive communication.
AngularJS-Routing
An example of how to do deep routing in an AngularJS application when ngView is not enough.
Bookmarklet-Get-Watch-Count
I count the number of active $watch() bindings in the current AngularJS page.
Best-Of-ColdFusion-10
For the Best of ColdFusion 10 project, I am trying to create a very simple app that takes HTML, extracts the CSS, and then inlines it for use within emails.
CFHTTPSession.cfc
The CFHttpSession.cfc is a ColdFusion component that wraps around multiple CFHttp requests in such a way that cookie and session information is maintained from request to request. This allows you to u...
ColdFusion.js-Deprecated
An experiment in porting ColdFusion application framework (Application.cfc) concepts into Node.js.
CorMVC
An old attempt to build a jQuery and JavaScript powered client-side MVC framework.
Crypto.cfc
I provide easier access to Java's underlying crypto / security methods (before ColdFusion 10 introduced hmac() method).
DeferredWithUpdate.js
This is an AngularJS class which augments the core $q class with update() and mistake() methods that provide callback hooks for deferred values that need to be resolved or rejected after the fact. Thi...
git-cheat-sheet
A small git cheat sheet of common use-cases for my future self.