Barattalo

Collection of WordPress plugins, code snippets, tools and posts for developers and happy makers

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…

Novembre 9, 2009

Is Empty Dir?

Php function that return true if the directory specified is empty.

Load File into a String

Simple old function to load a file into a string.