Go to home page mail me! RSS Feed
FoxMetrics Web Analytics

February 2012 Entries

TypedJS: Annotate your functions with type signatures

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...

posted @ Thursday, February 23, 2012 10:56 AM | Feedback (0)

The Twitter team has done it again–Hogan.js

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> <!--...

posted @ Wednesday, February 08, 2012 10:18 AM | Feedback (0)

Bootstrap, from Twitter

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...

posted @ Wednesday, February 08, 2012 10:10 AM | Feedback (0)

Next entries »