15 Best CSS Libraries for 2019

Hey kids, you ready for me to tell you all about this newfangled thing called Bootstrap? Well get un-ready, ‘cause I’d never do that to you. It’s not that Bootstrap isn’t great, it’s just that if you work in web design, and you’ve been paying any attention at all, you already know about it. And… Continue reading 15 Best CSS Libraries for 2019

Grab This Month’s (Oct.) Free Job Board Template

TheJobs is a powerful, responsive, and high-performance job board template with awesome features for a job platform. It’s based on Bootstrap and contains a lot of components to easily make a job listing website. Features: – HTML5 & CSS3 – Built with Bootstrap 3.3 – SASS files included – Grunt Tasks – Responsive design –… Continue reading Grab This Month’s (Oct.) Free Job Board Template

iotaCSS: A Sass design agnostic framework

iotaCSS is a new SASS based framework built by Dimitris Psaropoulos for creating lightweight, performant, readable and fully responsive interfaces. One of the most important features of iotaCSS is that it’s design agnostic: in other words, instead of forcing you to design in a specific way, it fully adapts on your design.. Furthermore, the framework uses BEM syntax, provides flexbox… Continue reading iotaCSS: A Sass design agnostic framework

5 years of Foundation: a look back

This month, ZURB celebrates the 5th birthday of its Foundation front-end framework. This popular framework is known for its responsive grid, CSS and HTML user-interface components, code snippets, and templates. What makes it stand out as well is that it’s an open-source project. In a blog post earlier this month, Danny Codella, ZURB’s marketer, wrote… Continue reading 5 years of Foundation: a look back

How to Use BrowserSync for Faster Development

BrowserSync is an automation tool that makes web development faster. In the past we’ve automated a lot of actions like compilation of SASS files, image compression etc. BrowserSync brings a whole new type of automation to the table with batteries included. BrowserSync makes your tweaking and testing faster by synchronizing file changes and interactions across… Continue reading How to Use BrowserSync for Faster Development

The 15 Best Material Design Frameworks and Libraries

Material design was developed by Google, with the basic idea to create a unified style for all of the company’s web and mobile apps. It is based on many principles including things like proper animations, responsiveness, and smart usage of colors and shadows. You can read about the guidelines in full detail here. Although Google’s design language is… Continue reading The 15 Best Material Design Frameworks and Libraries

The Languages And Frameworks You Should Learn In 2016

The Languages And Frameworks You Should Learn In 2016 A lot happened in the software development world in 2015. There were new releases of popular programming languages, new versions of important frameworks and new tools. You will find a short list of the new releases that we think are the most important below, together with… Continue reading The Languages And Frameworks You Should Learn In 2016

Fresh and Useful Resources for Sass Users

With such a promising title as syntactically awesome style sheet, this powerful and quite stable version of CSS extension language guarantees that your next project will definitely stay ahead and stand out from others; it won’t suffer from inconveniences caused by old browsers or small screen devices, neither would it come into conflict with other… Continue reading Fresh and Useful Resources for Sass Users

5 useful methods on how to organize SASS files for large projects

Organising SASS files in a large project can be a real pain. If not properly organized, you will experience a lot of pain later in the project when you need to change or redo stuff. So, how do we organize SASS files? There is no only method but I have seem some examples that serve… Continue reading 5 useful methods on how to organize SASS files for large projects

10 Sass Mixins for a Developer

Sass is the most mature, stable, and powerful professional-level CSS extension language in the world. I have been using Sass for quite sometime and found out that mixins is something all front-end developers would enjoy and take advantage of to save time and be more efficient. A mixin can make groups of CSS declarations that… Continue reading 10 Sass Mixins for a Developer

Setting up Foundation With Sass and Compass

Sass is a great way to speed up front-end development in general, I use it in every one of my projects. Sass (as with all other preprocessors) allows for nested styles, functions and prewritten code in what are called mixins. Foundation has a few different versions, currently we’ve covered the most common HTML/CSS variants, but… Continue reading Setting up Foundation With Sass and Compass