Is it possible that machines will be able to design on the same, or even better, level as humans? Will people be replaced by computers (normal or quantum) in fields such as design and art? Let’s explore these questions furthermore.
Tag: web development
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
JavaScript 101-#24 – Getting to know JavaScript events Pt6
Today we are going to finish media JavaScript events, explore events related to clipboard and finally finish this series about events. If you have missed the previous one, make sure to check them too. Except this and previous part, the rest are not linked to each other and so you can read them as you… Continue reading JavaScript 101-#24 – Getting to know JavaScript events Pt6
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