Tag: code examples

  • Taking MailTo to the next level

    If you’ve ever written a website in HTML, you are probably familiar with the MailTo-command, used to automatically start a new email message when the link is clicked. However, you can do so much more with the command. Here are some examples:
      (more…)

  • Posting code examples rendered like text

    When writing my last post I had a problem that parts of the code was parsed into the page, meaning that the result, instead of the actual code, was seen. As you can see in the post, I solved the problem, and here’s how:

    (more…)
  • Adding an infobox to your wiki

    As you may or may not know, I’m maintaining not one, but two wikis. One of these is my personal website. In both I’ve added an infobox on the right to make some articles stick out. Here’s how it looks:
     
    Wiki Information box
     
    How have I done this you ask? It is really boxes within a box. Let’s go through it line by line. I start with a comment:

    (more…)