Web Design

Responsive Design Frameworks: Just Because You Can, Should You?

by Administrator on Feb 20, 2014

Responsive design is about building a website with a grid-based layout, images that resize and media queries, as described by Ethan Marcotte. After Marcotte defined the technique, responsive design frameworks began to emerge that incorporated these principles. Mostly based on CSS and JavaScript, many of these frameworks are open-source, free to download and quickly customizable. Continue reading →

71 Views
Details
Useful Learning Resources For Web Designers

Useful Learning Resources For Web Designers

by Administrator on Feb 20, 2014

Fortunately, learning is not limited to only a small minority of people anymore; it is not even limited to visiting a school or a university. The Internet makes it possible for us to distribute knowledge at a small price, and is full of resources to expand everyone’s knowledge on an enormous variety of topics. Continue reading →

83 Views
Details
Tools for the Modern Front End Developer’s Workflow

Tools for the Modern Front End Developer’s Workflow

by Administrator on Nov 19, 2015

Front end web developers hold a great responsibility to craft pixel-perfect layouts that run properly in all web browsers. Over time this has become easier with more advanced browsers and greater development tools. While everyone knows about HTML and CSS, fewer people know about Sass and Haml. Front end development continues to advance with each passing year and it’s the role of the developer to stay on top of these changes. If you’ve felt a little shaky with your front end skills or just want a refresher about some of the newer techniques, this guide is for you. I’ll cover a handful of popular tools and resources that every front end developer should use or at least know about. CSS Preprocessors Perhaps the most well-known CSS preprocessor is Sass, followed closely by Less. These are both libraries of code that parse custom CSS syntax to create more dynamic and modular code. The term “Sass” refers to the technology and the syntax. Sass files can ... Continue reading →

88 Views
Details