Barattalo
Collection of WordPress plugins, code snippets, tools and posts for developers and happy makers
Execute Scalar and Execute Row for Php
A couple of simple functions thar returns the first value and the first row of a result set. Very usefull.…
Javascript to make some links blink
Mark each anchor tag (<a href…) with rel=”blinking” to make the tag blink (not very clever, but sometimes useful). This…