WordPress: Post Table Shortcode

Need to create a list of all the posts on your blog?Add this shortcode to your worpress theme and you are ready to go!

Read More

Javascript: Generic Filter Function

I often have the need to filter items on websites. Previously I had different functions for filtering rows in tables, items in <div>-tags and so on. Now I created the following method which can be used in a generic way.

Read More