Posted by: Vincent on: March 23, 2010
Google Charts in WordPress? Hmm, maybe!
Posted by: Vincent on: March 22, 2010
When inserting an image into the rich text editor you get the following: When viewing the code in the HTML tab you see that the following Shortcode is created: And the Shortcode creates the following HTML: When developing new themes it really helps to use the existing markup. You could redo the HTML if you [...]
Posted by: Vincent on: March 12, 2010
WordPress by default filters out potentially harmful and/or invalid HTML. But in some cases you might want some of that invalid HTML! One of those cases occurred today when we needed to embed a Google Form in a post. To do so, Google provides you with HTML code that contains a iframe, but uh-oh! The [...]