Ben Nadel

Results 19 repositories owned by Ben Nadel

AngularJS-Directive-Controllers

83
Stars
30
Forks
Watchers

Exploring the use of directives Controllers to allow for inter-directive communication.

AngularJS-Routing

227
Stars
111
Forks
Watchers

An example of how to do deep routing in an AngularJS application when ngView is not enough.

Bookmarklet-Get-Watch-Count

30
Stars
1
Forks
Watchers

I count the number of active $watch() bindings in the current AngularJS page.

Best-Of-ColdFusion-10

15
Stars
4
Forks
Watchers

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

15
Stars
8
Forks
Watchers

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

15
Stars
2
Forks
Watchers

An experiment in porting ColdFusion application framework (Application.cfc) concepts into Node.js.

CorMVC

27
Stars
12
Forks
Watchers

An old attempt to build a jQuery and JavaScript powered client-side MVC framework.

Crypto.cfc

17
Stars
12
Forks
Watchers

I provide easier access to Java's underlying crypto / security methods (before ColdFusion 10 introduced hmac() method).

DeferredWithUpdate.js

34
Stars
8
Forks
Watchers

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

366
Stars
57
Forks
Watchers

A small git cheat sheet of common use-cases for my future self.