Say you have a list like this:
Item A
Item B
Item C
…And you want it to look like this:
Item A
Item B
Item C
When you have lists that contain a lot of text, spacing out the items can improve readability. Read more »
This potential problem is applicable to those using the following, which is probably quite a few people:
Firefox with the highly popular Adblock or Adblock Plus extensions
WordPress with the visual editor enabled
As part of its functionality, Adblock inserts a tab next to Flash objects, etc. to make blocking that object as easy as a couple [...] Read more »
If you’ve ever tried to insert code into a WordPress post, one of the following has probably happened to you:
Your HTML code was rendered as such.
WordPress stripped the code from the post entirely.
WordPress turned "straight quotes" into “curly quotes” — not good if you want your users copying/pasting code from your blog!
Here’s how to get [...] Read more »