Home Account

Blog index

Pandoc hash slugs in PHP

2016-03-13 19:10 dennis iversen

Pandoc HTML slugs in PHP


Uikit always show scrollbar

2015-10-07 16:31 dennis iversen

Tags: css uikit

Fix jumping behaveour in uikit by always showing right scollbar.


git delete remote tag script

2015-08-27 18:45 dennis iversen

Tags: php git

Simple script to delete a remote git tag. When a programmer does a thing more than three times, he should make a small program.


MySQL in babun

2015-08-24 05:06 dennis iversen

Tags: mysql babun

Installing the MySQL Server in the Babun Shell.


include classes without namespaces into namespace php

2014-12-18 14:51 dennis iversen

Tags: php pear

Preventing fatal PHP error Cannot redeclare class Validate when importing classes without a namespace into a namespace.


PHP PDO escape like query

2014-05-29 15:11 dennis iversen

Tags: php pdo

How to escape like queries with PHP and MySQL


php built-in server and routing static content

2014-03-19 15:36 dennis iversen

Tags: php

PHP built-in server. How to route static content when it clashes with content served from routes and database.


Check url headers in php

2014-01-06 15:57 dennis iversen

Tags: scripts-and-functions

Very simple script to check a URLs headers.


Make apache2 handle epub downloads

2014-01-06 15:54 dennis iversen

Tags: apache2

how to make apache2 (Apache/2.4.6) send correct headers for ebooks, the .epub files. Om a ubuntu machine it Works without setting header, but om Android it does not. This will fix the problem.


michelf markdown rel = nofollow

2013-12-18 16:38 dennis iversen

Tags: php scripts-and-functions

How to extend the michelf markdown parser to allow attributes to links, like rel="nofollow"