Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/demosub/public_html/magazine/index.php on line 65
Articles Archive :: Subrion Articles Script, Publishing Software

Announcements

No announcements yet.

Articles by November, 2015

Tools for the Modern Front End Developer’s Workflow

by Administrator on Nov 19, 2015

Web Design

1542 Views

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 →