Categories for:

Drawing Diagonal Lines with CSS

CSS allows you to specify so many bizarre graphical properties, that I couldn't believe it doesn't support drawing simple lines. Well, it doesn't. And googling for how to draw a diagonal line was not effective. The closest result I got was how to draw a... View Article

12 Comments

Open-Source Issues

Open-source acts like it's got good programmers to spare, and it doesn't

Reply

Python Parsing Ep. II: Antlr Issues

Continuing that post. Before I go on, I wish to make 2 corrections to the code provided in the last post: I think that the grammar for COMMENT is incorrect (in the original too). It requires comments to always end with a new-line. I changed... View Article

Reply

Zen, Art and Programming

The main advantage of having no readership is that I have very few restrictions on what to write about. (the main disadvantage is obvious) So in this post, I would like to tell a short zen story - Art On my first drawing lesson (sketching,... View Article

1 Comment

Broken Inheritance

Hello readers, and welcome to my new blog. Inheritance (of OO) is a tricky business. When creating a sub-class, nothing clear is said about the purpose of this new sub-class, or the relation between it and its parent. One is forced to guess, based on... View Article

9 Comments