Archive for Programming

Update

Tags: , , ,

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 [...]

Continue reading » No comments

Textile to XHTML converter

Tags: ,

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 [...]

Continue reading » No comments

Syntax highlighters

Tags: ,

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 [...]

Continue reading » No comments