12 Home Office Setup Ideas for Web Designers and Developers

Coffee, music, YouTube channels, and procrastination— only a handful of things can make your day when it comes to increasing productivity but none of them are as complete as having a home office setup. It makes a world of difference where and how you work especially if you work from home. Hence, some home office… Continue reading 12 Home Office Setup Ideas for Web Designers and Developers

The Best Note-Taking Apps for Android and How to Make Your Own

Note-taking is a simple yet essential activity for businesses and general consumers as well. There are tons of note-taking apps for Android, ranging from simple to advanced.  Some of the uses of note-taking apps include: recording meetings jotting down ideas shared editing of a document In this post, I’ll show you some of the best… Continue reading The Best Note-Taking Apps for Android and How to Make Your Own

Silka Mono: Free regular monospaced font

Silka Mono is a contemporary geometric monospaced typeface in 16 styles, recently released by atipo foundry. The regular weight is free to download, all the other styles can be purchased with the “pay what you want” model. Download Regular for free

Email Personalization: Your Secret To Better Engagement

One of the struggles that marketers face is how to send the right message at exactly the right time to target people in a way that will appeal to them. To solve the problem, businesses need to get themselves acquainted with new technologies and the power of personalization. In the past few years, digital marketing… Continue reading Email Personalization: Your Secret To Better Engagement

How to Build a Simple Toggle Switch Component With the CSS Checkbox Hack

In this short tutorial, we’ll learn how to build a CSS-only switch component by taking advantage of the “CSS checkbox hack technique”. Along the way, we’ll also look at other switch implementations on Codepen. Sound like a good challenge? Our Switch Component Here’s what we’ll be building during this tutorial–a simple todo checklist: For design… Continue reading How to Build a Simple Toggle Switch Component With the CSS Checkbox Hack

Creating an Accessible Range Slider with CSS

April 29, 2020 I’ve always loved exploring how to make semantic, accessible elements aesthetically pleasing. And yes, it is possible. Challenging myself to do this has improved my CSS skills. Today we are going to talk about input[type=”range”]. These inputs where you select a value from a slider that has a thumb on it. You… Continue reading Creating an Accessible Range Slider with CSS