title: Voxar.net
author: Patrik Sjöberg
Voxar.net
=========
This place is quite empty, but check out my [trac](trac/)
Javascript tools
----------------
Some cant-live-without tools not easy to find in windows.
* [Regular Expression Search and replace](regexp/)
Markdown webpage
----------------
This website is largely written in markdown. Every page that ends in '.page' is sent to index.php which reads a file with a .markdown extension and pipes it throu a markup processor and inserts the result in a html template.
As an extra feature index.php finds and evaluates php tags.
As a demo you can [view the source](demo.page) for this page.
More info about:
* [Markdown](http://daringfireball.net/projects/markdown/)
* [The markdown processor I'm using](http://michelf.com/projects/php-markdown/)