Tag: howto
Make the Tweetmeme Retweet Button (iframe) Transparent
by admin on Feb.14, 2010, under Web Development, Wordpress
The Internet Explorer (IE) is acting strange when it comes to transparency, for instance transparent iframes like the retweet button from tweetmeme. I’m using the great Tweetmeme Plugin for WordPress, but the problem with the transparency appears no matter which way of implementation you are using.
In IE 6, 7 and 8 it looks like this (ugly white background):
Incoming search terms:
How to Create a MySQL Backup of a big Database
by admin on Feb.02, 2010, under Linux, Web Development
It’s not possible to create a backup from a MySQL database with phpMyAdmin which is bigger than 2 MB. If you are running MySQL on a Linux based system, try this: (continue reading…)
Incoming search terms:
How to Add Multiple Line Breaks in WordPress
by admin on Feb.02, 2010, under Web Development, Wordpress
WordPress strips / deletes automatically all <p> and <br> tags. If you want to have more than one line break, paragraph or spacing between two lines you’ll get problems. (continue reading…)