DISCOVER
X

Categories for

Installing GoDaddy SSL Certificate in an Ubuntu Server

November 26, 2014 9:11 pm 27 Comments

There are a lot of guides out there that deals with this topic (installing ssl certificate) but not much that are actually tailored for this pair, GoDaddy and Ubuntu. So hopefully today’s article will be helpful for many people. Elements Basically in order to successfully install an SSL certificate you... View Article


Creating Frosted Blur Transparent Modal Popup with CSS and JS

June 29, 2014 3:34 pm 1 Comment

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


Graphic Design with Application States in Mind

August 4, 2013 7:23 pm 0 Comments

Within any software development team if we want to generalize we can almost always group the team members into three kinds of specialization. The first is the hardcore application engine developer. These are the people who write the heavy application logic and processing. They focus on engine development and software... View Article


Sticky Sidebar in 10 Minutes

July 24, 2013 7:33 am 0 Comments

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


Optimize Your CSS by Removing Redundant Rules

May 13, 2013 10:08 pm 0 Comments

Building a new website is always exciting, especially if its your own. First you design in your favourite graphic design software such as Illustrator, Inkscape, Photoshop or GIMP. Then you start applying the design into your website. The problem is that sometimes we get carried away with our CSS. We... View Article