Responsive pricing tables dilemma – Code

Creating complex responsive pricing tables was the subject of the last post. Today, we are going to look at how this idea I came up with in previous post – individual separate tables with hidden elements on certain screen sizes – works when turned into reality. Surprisingly, it works great! With just a bit more… Continue reading Responsive pricing tables dilemma – Code

Responsive pricing tables dilemma

Creating visually appealing pricing tables that will provide both, clear information and good design, are sometimes hard to make. Let’s forget that simple three-plan lists with couple lines at this moment. I want you to think about more complex ones. Think about a table containing couple different pricing plans with several lines in each of… Continue reading Responsive pricing tables dilemma

The Question of MVP (or MLP?)

If you are familiar with lean startup methodologies, you probably already approached the MVP term. It stands for “Minimum Viable Product”. This is a fundamental stone of lean startup philosophy. When you want to build some product, you are not shooting for the “allinclusive” version loaded with tons of features. That would be only unnecessary… Continue reading The Question of MVP (or MLP?)

Responsive navigation with Bootstrap 3

We already touched Bootstrap 3 framework in past when we were exploring its responsive grid system. If you are interested, head to Bootstrap 3 grid system demystified Pt.1 post. Now, back to today’s topic. We are going to dive into Bootstrap 3’s navigation code to bring some clarity into it and understand what individual classes do.… Continue reading Responsive navigation with Bootstrap 3

JavaScript 101-#23 – Getting to know JavaScript events Pt5

Welcome back in our tutorial about JavaScript events! Do you like media? I mean, do you like things like audio, video and images? I bet you do. We all like this stuff and JavaScript obviously too. There are a lot of events related just to media elements and today we are going to discuss them.… Continue reading JavaScript 101-#23 – Getting to know JavaScript events Pt5

6 Sass mixins you cannot live without

If you know and use Sass, you probably already know how powerfull and amazing this CSS preprocessor is. On the other hand, if you have no idea what am I talking about here you have to check 7 reasons to love and use Sass post to understand why Sass will be your next soulmate in… Continue reading 6 Sass mixins you cannot live without