This shell scripts recurses through all child folders to find any git repos and execute a command. In the example below we are executing git pull on all repos inside…
You will agree with us when we will say that changing your website’s favicon dynamically and on demand, is the simplest thing ever. We provided you a (only) 3 line jQuery function, that will update your favicon in a jiffy. Here’s how!
Javascript has an outerHTML function, but jQuery does not. In this snippet of code, we show you how to create an extended jQuery function so that you can use .outerHTML() on any selector.
A native find/replace function does not exist in jQuery. Our snippet allows you to find and replace any text within any matching selector. Cool, right?
A smooth sliding transition between Bootstrap tabs, using only css and jQuery. No other plugins needed.
The best solutions to redirect and migrate sites to a new domain using htaccess redirect rules, and how to avoid 404 pages.