Recent Posts

20th of August, 2019

0 comments

.NET Model Generator with Mithril

Mithril.js is a JavaScript framework for creating client-side frontend apps or SPAs, and it’s incredible for its size. I always wanted to try it out because what I read about it was very appealing. The time has come.

Read more

23rd of July, 2019

0 comments

Route to GTmetrix 100/100

On a few static sites I got pretty nice GTmetrix speed scores, and I looked into how to push them up to 100. Not just the main score indicators (PageSpeed and YSlow) but all of their sub-scores.

Read more

18th of July, 2019

0 comments

Blog Redesign 2019

There were some sites that I planned to rewrite as static, and this time my blog was the next in the queue. Here are some details on the process.

Read more

26th of February, 2019

0 comments

Fake Disabled Submit Button State with CSS

There’s often a need to set a submit button state to disabled to avoid double submit or to indicate that something’s happening. Mostly it’s done with JavaScript but in some simple cases I would prefer a more lightweight and easy-to-add solution. Here is a way to fake it with CSS.

Read more