Category Archives: Mustache

Compiling Mustache.java jar on Windows

I’m a Java rookie. I did a basic Java course in college back in the day (even got an A!) but I’m totally clueless now. I finally figured out how to compile Mustacha.java into a working jar (running jar out-of-the-box … Read more

Posted in Java, Maven, Mustache | Leave a comment

How I implemented currency handling in Mustache across PHP and JavaScript

Originally this article was to be about how to implement currency formatting using the template language Mustache, but I see it also covers a bit on how to synchronize template variables between the server-side and client-side. Hopefully you’ll get something … Read more

Posted in JavaScript, Mustache, PHP, Programming | Leave a comment