Skip to content

Tips

IMAG0025

How to generate URL friendly title

As I am enjoying my well deserved holiday on a beautiful Adriatic sea (thus the post image), I will share a small tip with you. Basically, making your post title URL friendly by removing spaces and other simple tasks. This little function may come in handy.

What is CodeForest about?

Quick snip: Recursive find and replace

I often need to replace some characters in a string, and am using str_replace function. But, what if you need to do it in array, and after replacing, you need intact array? This little snippet will help you.

firebug

Debugging PHP in browser’s Javascript console

Many times I was thinking that it would be nice to debug all my scripts in only one place. And then it occurred to me. Is it possible to use FireBug’s console to debug PHP? Here is a quick tip on how you can make your life easier and do it yourself.