JavaScript

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

24th of February, 2017

0 comments

Disable scrolling over embedded Google maps

If you have a full-width embedded Google map you are probably familar with the issue that the page can’t be scrolled because the iframe steals your mouse. There’s an “overlay” workaround floating around, here’s a simplifed verson of it.

Read more

4th of October, 2013

0 comments

qdPM Attachment List Addon

qdPM is a web based project management tool written in PHP that comes in free and paid flavors. Since I’m more used to Redmine I miss the attachment list feature above the comments. Attachments are scattered in the comment flow which makes hard keeping track of them, especially when a project grows large. The problem can be easily solved by adding an extra piece of JavaScript.

Read more

2nd of May, 2013

0 comments

ColumnSelect: Table Column Select Plugin for jQuery

Seems like I’m becoming a jQuery plugin developer but this is not the case. In fact when I find an interesting idea for a plugin that is not yet built I take it as a challenge - provided if it does not require a rocket scientist. That was the case with ColumnSelect as well: a new plugin that adds select boxes to choose which column to show.

Read more