Performance Budget – Website Optimization the Right Way

On the front–end side of web development, performance is something that should not be ignored. What’s more, to show how important the performance is, new thing called performance budget appeared. Today, you are going to learn what performance budget is, why is it not so easy to set it and what ways and tools you… Continue reading Performance Budget – Website Optimization the Right Way

So, you want to get started in web design

About a month ago, a great friend of mine asked me this interesting question, what do I need to know to design a website? Since his job was back-end with front-end here and there, the answer was short, simple and easy to follow in just a few steps. However, it made me thing about what… Continue reading So, you want to get started in web design

HTML rapid prototyping – All you need to know

Times when designers were condemned to working in graphic editors are long gone. In today’s world, you have the ability and options to build your designs much faster and easier by using technologies like HTML and CSS along with rapid prototyping. You can know this approach of design as designing in the browser and this… Continue reading HTML rapid prototyping – All you need to know

HTML5 for web designers and developers

HTML5 was a huge change when it comes to web development. It introduced brand new approach focusing now on semantic rather than just pure syntax. Even though it was a few months ago, many web designer and developers still struggle with new elements introduced in HTML5, predominantly sectioning and non-sectioning elements like article, header, main,… Continue reading HTML5 for web designers and developers

Mobile first navigation design

Mobile first approach is a very interesting movement in responsive web design and web design at all. Crafting website to suit perfectly the mobile devices instead of desktop is smart thing and you should include it into your everyday workflow. For the first time you might face couple of issues steaming often from your old… Continue reading Mobile first navigation design

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