DISCOVER
X

Categories for

Graphic Design with Application States in Mind

August 4, 2013 7:23 pm Leave your thoughts

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 Leave your thoughts

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 Leave your thoughts

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