Visual Event, REMs vs EMs, Clover, jsRender

An oldie but a goodie made a comeback and was proved useful – Visual Event, a bookmarklet that lets you view javascript events on a page with a nice visual overlay. Great article on using REMs instead of EMs when font sizing. Specifcally, the article goes into detail on ditching pixel specification altogether (except for sprites and very specific instances) and using %, em, and rem universally. Clover 2 is a nice small app that wraps Explorer and adds Chrome-like tabs to the interface. [Read More]

Launched TumblingInferno.com!

Created and launched TumblingInferno.com. Was an awesome rapid prototype going from start to launch in 2 days. Implemented a lot of LINQ which was great experience as well as reacquainting myself with Entity Framework. Super excited that I was finally able to finish and launch something! Attempted to play with Angular.js, and was somewhat successful. Although didnt really work for the project the way I was hoping – and help online is scarce currently. [Read More]

Slow week…

Did a lot of cleanup and additional (new) functionality for Fill the Part.

Created a really need widget that loads activity stream every 25secs, loading newest at top with a sliding stack animation, while the bottom one slides up (squished).

Continued to play with jsRender.

Knockout.js, jsRender, LESS, SquishIt

This week was all about Knockout.js and my seemingly total lack of understanding of javascript and jquery! After struggling with Knockout (rather, struggling to implement it into an existing project that might be a little too complex for my first attempt with KO) I decided to back burner it for a while. However I did learn a lot more about dealing with data, json, and oop in general with javascript and jquery. [Read More]