Introduction
I use a variety of programs for work and pleasure. On this page I wish to provide tips, information and code for those programs. I'm not a programmer, but I know my way around DOM/JavaScript and Matlab, so most code will be focused on that.
JabRef
JabRef is an opensource editor/organizer for BibTeX references. I use it for managing my scientific references to articles, books, etc.
The program supports import and export to a variety of formats, and I've written several HTML export filters for this program, which make sharing your references on the web much more pleasant and easy. Go to the JabRef Export Filters.
JavaScript
The JabRef export filters contain several good examples of my JavaScript coding. I also use JavaScript throughout my site to improve user experience. A page is dedicated to highlighting some of the scripts.
User JavaScript
Sometimes — when sufficiently annoyed by a problem on a website — I write a User JavaScript to fix the problem.