How to override styled-components styling with external CSS
Styled-components is a wonderful way to style the components in your React project, but using it together with existing CSS can be a bit tricky – especially if you want…
Styled-components is a wonderful way to style the components in your React project, but using it together with existing CSS can be a bit tricky – especially if you want…
Ever since we left table based design in the early 2000s (or even later if you’re that kind of person), some well meaning developers might’ve gone overboard with the no-tables-at-all…
Having images scale properly along with its container is a given when it comes to responsive web design. I’ve seen a few responsive web site over the last few weeks who seems to have forgotten this, which is a real shame since it is so very easy to fix this. All you need to do is give the images a percentage based max-width.
I have more often than not been faced with the following scenario; a client, a colleague or maybe a project manager will ask the old-as-dirt question: “What browsers should be…
This last year I have had the pleasure of using Flexbox regularly at work. I have had some trouble with memorizing the relationship between flex-direction, align-items and justify-content, specifically in…
In the last blog post we talked about our experience as a C# developer when migrating a C# app to Javascript + Html. In this follow up post we will…
This really isn't news and this specific issue has been repeated on many accessibility oriented blogs over the years. But since I regularly see this mistake being made over and over again, I think it's time for a revisit. I'm talking about why you shouldn't style away the :focus pseudo-class.
I wanted to publish my email address on a static webpage, so that people can easily contact me. The problem was that I am afraid of spam bots that crawl…
Most web developers have realized that Javascript is a first-class citizen in web development, but the same is not true of CSS. CSS is still "the wild west" and I…
Yesterday we had the pleasure to present at TechDays 2012, with a session named "Windows 8 for Web Developers". The topic of the presentation was how to develop Win8 Metro…
Use jQuery jQuery is the best thing that has happened to Javascript since it got first class functions in version 1.2. The library is elegant, powerful and has exactly the…