Fire Effect: Smoke Brushes & Layer Styles

In photoshop and affinity photo, you can use layer styles to give a fire like coloring to smoke brushes. To boost your design assets with smoke brushes, you can check out my packages on the following page >> https://www.xresch.com/design-products/smoke-brushes/

Read More

Fire Effect: Smoke Brushes & Gradient Map

Using smoke brushes in combination with a gradient map can create an effect that looks very much like fire.To boost your design assets with smoke brushes, you can check out my packages on the following page >> https://www.xresch.com/design-products/smoke-brushes/

Read More

Bash: Print Docu from Script Header

When 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 More

Performance: Optimize Images

Recently 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 More

WordPress: Bootstrap Button Shortcode

Do you want to have these stylish bootstrap buttons on your wordpress site?Try this shortcode. The Code Add the following code to your functions.php: Shortcode Usage Here some examples of how you can use the shortcode: Examples The above usage examples will be rendered like this:

Read More

WordPress: Bootstrap Alert Shortcode

Do you want to add bootstrap alerts to your blog?Here is how to do it!

Read More

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

WordPress: Tag List Shortcode

Did 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 More

WordPress: Filter Shortcode

Did 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 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