my blog. for you.

Let’s talk digital.

I’m an independent IT consultant and entrepreneur in the Internet and software business. I’m interested in design, enterprise applications, web apps and SaaS products. I design and develop business solutions and applications. I help companies in terms of software quality and knowledge transfer, e.g. with Angular and Spring Boot.

Chosen – User-friendly select boxes

HTML <select></select> boxes can be rather unwieldy and don't exactly cater for a stellar user-experience. To alleviate that pain Harvest provide a highly useful jQuery plugin that's been adequately named Chosen. Apart from a nice CSS styling Chosen adds several user interface improvements to vanilla HTML select boxes such as search, easy-to-use multiple selections and option groups. Using Chosen is as easy as adding the following JavaScript code to your website: $('select').chosen(); This will automatically spruce up and enrich every select box on your website ... Read more

Backgrid.js – Tool Set For Creating Data Grids With Backbone.js

Backgrid.js is a toolset for creating data grids with Backbone.js. It simplifies creation and population of data grids as well as common data grid operations like sorting and pagination. Read more

Numbers: A Mathematics Toolkit For node.js / JavaScript

Numbers is an advanced mathematics toolkit for JavaScript and Node.js developed by Steve Kaliski, @sjkaliski: Numbers provides a comprehensive set of mathematical tools that currently are not offered in JavaScript. These tools include: Basic calculations Calculus Matrix Operations Prime Numbers Statistics Very interesting stuff. Read more
« Previous Page