Author Archives: florin

Bug in Wordpress?

I just noticed that, when editing a post that uses SyntaxHighlighter (that has the tag <pre>) in Visual mode, attribute name="code" gets lost. The attribute needs to be inserted again in HTML mode. Annoying, to say the least, if not downright scary. This is how theĀ <pre> tag should look like: <pre name="code" class="c-sharp"> ... some code here ... </pre> If [...]
Posted in Software | 1 Comment

Interesting links for today

VisualVM Put or Post How to write unmaintainable code Store a tree in a relational database HTTPS internals How spellcheckers work
Posted in Software | Tagged | 2 Comments

Displaying formatted source code

Before going onto bigger and better things, let’s start with something I thought will be trivial: displaying nicely formatted source code in WordPress blogs. Obviously, I read and followed the instructions on the support page, where it says Wrap your code in these tags: [sourcecode language='css'] your code here [/sourcecode] Well, I did that, and the result did not look [...]
Posted in Software | 1 Comment

Hello world!

We created this blog to showcase projects we worked on, to discuss interesting topics, to exchange ideas. As software professionals, we believe in readability and maintainability of the code, and in accountability in its development, from design to deployment, to support. We fully agree with the message of this article, that the software strength resides in [...]
Posted in Software | 2 Comments