August 18, 2014 10:37 pm
I have been implementing Ember data for one of my projects and one of the most interesting handy features that ember data has is polymorphic models. As the name suggests, this is ember data’s implementation of polymorphism. The first time I use ember data however, requires me spending a lot of... View Article
June 29, 2014 3:34 pm
I’ve been experimenting with a couple designs lately, many of which involves creating a floating centered modal popup with frosted blur effect. That is, a modal popup that overlays a full screen background image and blurring the background. The screenshots below will speak for themselves. Can we do it with pure... View Article
June 20, 2014 9:22 pm
This happens to me during one of my projects and I caught it pretty late. It really caused some serious headache. The scenario is this, I was building a web application which has a lot of elements. Basically the screen displays tabular data with lots of prices information being displayed.... View Article