Skip to content

Instantly share code, notes, and snippets.

View acterry's full-sized avatar

Aaron Terry acterry

View GitHub Profile
@acterry
acterry / conditionalHandlebarsHelper.js
Created August 1, 2016 16:10
Handlebar.js helper for conditionals
// taken from the comments section of http://doginthehat.com.au/2012/02/comparison-block-helper-for-handlebars-templates/#comment-44
/*
Sample usages:
{{#compare "Test" "Test"}}
Default comparison of "==="
{{/compare}}
Suggested solution to: http://aqlong.posterous.com/convert-c-sharp-http-post-to-coldfusion-cfhtt
<cfhttp url="#variables.URL#"
method="post"
throwonerror="true"
redirect="true"
resolveurl="true"
charset="utf-8">
<cfhttpparam type="header" name="Content-Type" value="application/x-www-form-urlencoded">