February 2012 Entries
Now this is a better way of testing, I’m loving it. I’ve always been looking for a flexible way to test y JS libraries but haven’t found any because they are way too complicated to setup, however, typedjs by Ethan Fast is looking very promising. I’m starting a new project next week, I’m going to try it out. The only concern at this moment is how flexible is it or will it be as some of my JS functions get pretty complex. TYPEDJS uses a function's type signature to generate input parameters, and evaluates the function...
As I have mentioned before, I’m a fan of the Twitter development team and they have done it again. They recently launched a JavaScript templating engine called Hogan.js and its awesome. Obviously, there are a lot of templating engines out there but there are a few that actually works efficiently and simply. Hogan.js is a 2.5k JS templating engine developed at Twitter. Use it as a part of your asset packager to compile templates ahead of time or include it in your browser to handle dynamic templates. <!-- include hogan -->
<script src="/js/hogan.js"></script>
<!--...
I’m loving the twitter development team as I’ve always been a fan of their designs, simple and elegant. I’ve been playing with their web framework recently (html, CSS & JavaScript) and its awesome, simple and powerful. love it! Thanks Twitter team. Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions. Design for everyone, everywhere. Features Built for and by nerds 12-column grid Growing library HTML5 For...
Next entries »