So apparently I haven’t updated my blog in quite a while. Quite a lot has happened since the last update.
I started working at IT Mill, the company behind the Vaadin framework.I’ve gotten off to a good start, I’m currently working on something I call TouchKit. It’s a combination of a few custom components and extensions [...]
Archive for Programming
20
Mar
2010
Update
22
Jan
2010
Textile to XHTML converter
Tags: Programming, ruby
A while back, I needed to quickly write some documentation that needed to be in XHTML format. Writing in plain XHTML is a pain, so I decided to write the documentation in Textile and then convert it to XHTML before publishing.
The problem I found was that all Textile converters were made for use in blogs [...]
21
Dec
2009
Syntax highlighters
As I am probably going to post much on programming, I felt that I needed a way of highlighting code syntax and showing it in an easier to read format to you. At first I thought of just using Alex Gorbatchev’s SyntaxHighlighter. It turned out that there were in fact several WordPress plugins using Alex’s [...]