Further update: Ariel over at arivibes.com has turned this into a GitHub project and, I believe, greatly improved it: HERE Update: Bob Monaghan from Glue Tools LLC was kind enough to clean up some memory leaks, make the thing compatible with OS X as well as iOS and put in some positioning of the… Read more »
Month: May 2011
Perils of Design: @font-face and Legendum
When @font-face CSS font replacement became supported by enough major browsers to get designers off the “web safe” font treadmill, most of us took a quiet moment to cry a small tear of relief. We knew it would have challenges, we knew that Internet Explorer would demand we did something extra and finicky to cushion… Read more »
How to use HTML in WordPress’s widget’s title
If you want to use HTML in the title of any of the standard wordpress built-in widgets, you’ll find that the WordPress core doesn’t have any support for this. The functions that create these widgets hard code a PHP strip_tags() function call into them, making it impossible to remove in your functions.php file with something… Read more »
