IAM

TAG»JAVASCRIPT«

DECEMBER2022

PROJECT

COMMERCIAL Websites and Custom Web Apps Outline Websites, Webshops, Addons and Templates Custom Web Apps Open Source This page presents some of my work on webpages, webshops, custom themes and addons as well as custom web applications. These projects have been realized together with RS Computer as well as various independent web designers and also […]

More ...

DECEMBER2017

PROJECT

Experimental Wordpress plugins and themes; including this theme and plugins for author biographies and live data from GitHub.

More ...

ARTICLE

Interactively Comparing Superpixel Algorithms using d3.js and NVD3

This article presents visualizations of the qualitative and quantitative results from the superpixel benchmark published in CVIU. Based on NVD3 and Unite Gallery, the visualizations allow to interactively compare different superpixel algorithms in the browser.

More ...

ARTICLE

Easily Referencing Publications, Listings or Figures using jQuery and WordPress

This article presents a very simple jQuery plugin and the corresponding Wordpress plugin allowing to easily create and reference labels in a LaTeX-style fashion.

More ...

ARTICLE

Minimal but Elegant File Upload Button in Twitter Bootstrap

While using Twitter Bootstrap for a web application I am working on, I came across the (still) very ugly default file upload form element. After doing some research and setting up a demo, I wrote a tiny plugin for simple but pretty, cross-browser (including Internet Explorer 7,8 and 9) file upload form elements with Twitter Bootstrap.

More ...

ARTICLE

Running Jasmine Tests in Google Chrome on Travis CI

Given a GitHub project with Jasmine tests, this article discusses how to automatically run the tests in Google Chrome on Travis CI.

More ...

ARTICLE

Superpixel Algorithms Compared using NVD3.js

The comparison of superpixel algorithms presented in my bachelor thesis “Superpixel Segmentation using Depth Information” as interactive plots using nvd3.

More ...

ARTICLE

jQuery Pseudocode

Among scientific publications, pseudocode is a common tool to formalize algorithms in a language-independent way. While (La)TeX provides several packages for typesetting algorithms using pseudocode, and JavaScript-based syntax highlighters are common among web developers, there are (to the best of my knowledge) no plugins to easily typeset pseudocode in HTML. So, this article presents a lightweight jQuery plugin for generating pretty pseudocode based on indentation similar to Python.

More ...

ARTICLE

Kohana Javascript and CSS Management using the Media Module

Javascript and CSS files are necessary components of every web application. The Media module for Kohana is written to provide a central responsibility to manage all the assets needed. It will automatically bundle, compress and cache the used files. In addition it is capable of handling dependencies among javascript files.

More ...