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
July 24, 2013 7:33 am
There had been a couple occasions where I had to create a sidebar on a website that will stay visible no matter how much the user scrolled. This is pretty easy of course if you just want to stick the sidebar to the absolute top using fixed positioning, but of... View Article
June 4, 2013 7:22 pm
Just a short post on things that I had to do on my recent projects in order to make it look acceptable in IE7. Sadly, some users are still stuck on the land of IE7 and IE8; this is very bad for us developers and content providers. Also equally sad... View Article
May 19, 2013 9:21 pm
Have you ever had to present a list then filter based on the keywords that the user entered? I have and it was pretty simple to do, however it did require a bit of research. Since I’ve done it I might as well share it with you all. The technique... View Article
March 5, 2013 7:38 am
This is a first post of our series “back to basic”. We understand that there are always people starting out to be developers such as first year university students or just experienced developers wanting to revisit the basic. The aim of this series is exactly that, revisiting programming concepts using... View Article
February 11, 2013 11:34 am
One of the more common mistakes that web developers made is the scoping of “this”. This would be one of the criteria of understanding that most testers would look at when hiring new developers. This short post will show a simple code snippet showing how to keep the scoping of... View Article