Coding style is how your code looks and it is an important part of writing code as a professional. Whether you’re writing JavaScript or CSS or any other language, deciding how your code should look is an important part of overall code quality.
Read more…
In a previous post, Niels Matthijs sampled a couple of common content types (such as products, stories and videos) across different websites. In this article, he sticks to four different views of a single content type: the story (or news article).
Read more…
Another Q&A with questions regarding CSS Project Structure, When To Use OOCSS, Fallbacks For SVG and more! Let’s keep sharing knowledge with our community.
Read more…
In this post, Rodney Rehm focuses on how to make your code accessible to other developers. Discover the most important things that you will need to consider before and while writing your own utilities and libraries.
Read more…
Name a color, and you’re most likely to give a misleading impression. But, when computers name a color, they use a so-called hexadecimal code that most humans gloss over: 24-bit colors. Don’t let the code intimidate you. With a little creativity, hex colors are a tool at your disposal.
Read more…
If you want to pay attention to your code’s style, this article is for you. There’s a simple way to automatically sort CSS properties in your projects: CCScomb. Find some details for the geeks and perfectionists who love tech small talk…
Read more…
In this two-part overview, we feature some of the most useful JavaScript and jQuery libraries which could be just the right solutions for your common problems. We hope that this overview will help you find or rediscover some tools that you could use in your next projects.
Read more…
In this two-part overview, we feature some of the most useful JavaScript and jQuery libraries which could be just the right solutions for your common problems. We hope that this overview will help you find or rediscover some tools that you could use in your next projects.
Read more…
In this two-part overview, we feature some of the most useful JavaScript and jQuery libraries which could be just the right solutions for your common problems. We hope that this overview will help you find or rediscover some tools that you could use in your next projects.
Read more…
Vlad Gerasimov used Photoshop actions to save multiple sizes from a source file, but it quickly became a nightmare to maintain. He found a solution: a command-line image manipulation program. Dive into this post to learn more!
Read more…