Responsive, to a fault?
There’s a new show in town, to start without much confrontation, and it’s largely down to the web-code ringmaster Ethan Marcotte (also @beep).
Responsive web-design came about largely due to changing demands of the equally modern web-user.
For example: as it’s more and more likely that this given person will like and be able to view images through their browser (no matter the device they’re using); what happens if you wish to use the same set of images through all screen-sizes? It turns out, just add some CSS:
Well, here’s the good news: that’s very easy to do:
img { max-width: 100%; }
The Marcotte-related fun doesn’t stop there… Read More…
A thought on WordPress.com themes
I’ve noticed in all the themes I’ve installed, the Category and Tag links (in a post) all go back to WordPress‘ site, not mine.
A way to change that…
Related articles
- WordPress.com Blogging Tips (techtimely.wordpress.com)
- WordPress Sucks: Impress Search Engines With These Alternatives (searchenginewatch.com)
- WordPress SEO Theme Compatibility Survey (yoast.com)
- 10 High Quality WordPress and BuddyPress Tutorials From September 2011 (pressography.com)
- A Week of WordPress. (jmwisdom.wordpress.com)
- Theme My Login: WordPress Plugin to Customize Login and Logout link (shoutmeloud.com)