http://viewportindustries.com/blog/automatic-responsive-images-in-wordpress/
Comentar
Front end membership
Responsive
24 Useful Plugins for WordPress Multisite
Maintainable Stylesheets: Can CSS Be Object-Oriented?
Dominate Twitter With These 5 Useful WordPress Plugins
Tracking Upload Progress with PHP and JavaScript
WordPress Multisite: Practical Functions And Methods
5 Ways to Debug WordPress
Numbering in style
Which reminds me: the numbers don’t have to be decimals. They can be anything that list-style-type can be. Namely:
disc (• • •)
circle (? ? ?)
square (? ? ?)
decimal (1 2 3)
decimal-leading-zero (01, 02, 03)
lower-roman (i ii iii)
upper-roman (I II III)
lower-greek (? ? ?)
lower-latin (a b c)
upper-latin (A B C)
armenian (? ? ?)
georgian (? ? ?)
lower-alpha (a b c)
upper-alpha (A B C)
http://css-tricks.com/15358-numbering-in-style/