Skip to content

Instantly share code, notes, and snippets.

View tosh's full-sized avatar
💭
🍄🌈

Thomas Schranz tosh

💭
🍄🌈
View GitHub Profile
@tosh
tosh / Designer
Created January 17, 2011 17:30
we are searching for someone who loves HTML and CSS
hey,
we (http://www.ykty.at) need you if you:
* love HTML
* dig CSS
* think you can assemble a kickass team of frontend devs (we want people who love what they do)
* want to work on projects with challenging deadlines
* want to create facebook and mobile web apps for big brands (red bull, krone, ditech, jim beam, …)
* like to experiment with new stuff (e.g. css3 transform, transition, …)
@tosh
tosh / jammit-jquery-tmpl.coffee
Created December 18, 2010 16:01
jquery tmpl templating function for use with jammit
# Basically a copy of prior art for mustache https://gist.github.com/234982
# Add a jquery-tmpl templating function to your CoffeeScript:
window.jammit_jquery_template = (templateString) ->
-> jQuery.tmpl(templateString, arguments[0], arguments[1])
# And then, in assets.yml, you can set "template_function" to "jammit_jquery_template".