Posts tagged “coding”
-
Writing WordPress themes is easy —
Getting WordPress to display posts, create archive lists and play nicely with Twitter et al is easy: designing an accessible, readable website isn’t.
-
When CSS works beautifully —
There are times when CSS is so elegant and logical that you smile. Take this example: .Pingback .commentmetadata li a:before { content: ‘(This is a pingback or a trackback) 2014 ‘; font-weight: bold; color: #444; } And it works — it prepends styled content to links that reside in lists that are descended from two [...]