Here a parody for the signs you are doing your job for too long.If you have any other ideas that should be added to this list feel free to put it in the comment.
Read MoreEver needed to create a table of contents for all your <h*>-elements on a webpage?The following javascript function is a easy way to do it. The Code
Read MoreMy friend Pierluigi, a very nice italian guy, recently made a small blog post on his website about my work. So i thought I return the favor and mention him on my blog as well.
Read MoreWhen I started to write bash scripts, I used to write a documentation in the script, and write a method to echo another documentation fur the user. It was a bit annoying to have redundant text and keep both up to date. So I wrote below function to print out what I put into the header of the script.
Read MoreRecently I answered a question regarding improving the performance of a web game on stack overflow(link). I thought I take up this topic end add a bit more details.
Read MoreDo you want to add bootstrap alerts to your blog?Here is how to do it!
Read MoreNeed 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 MoreDid you ever want to list all the tags of your blog on a single page?Create this shortcode in your theme and you will be able to do it.
Read MoreDid you ever needed a input field in wordpress to filter a list, table or other items? You can create a shortcode to create such fields on various sites.
Read MoreI 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