![]()
Hello. This is my tumblr "mini-blog". Here you'll find my del.icio.us links along with other random thoughts, photos and other things I enjoy. It's sort of an extension of my blog, Standards for Life.
Just quick-posting this for my own reference to tumblr because I haven’t tested on any other browsers but firefox, BUT… this works:
span[style^=""]{
color: inherit !important;
font-size: inherit !important;
}
Add any other properties you like. This essentially tells the browser that if it finds any spans with a style applied, to ignore and inherit from the stylesheet (pretty much).
It’s tough to account for every possible element you could put an inline style on, but with CMS’ particularly Wordpress, the standards is to wrap it in a span.
Why? - because it’s annoying when I see a nice pretty design of mine get torn to shreds by florescent colors in an inline style. I only do this on very rare occasions when I have a client who I know is likely to mark up their content in weird ways and I also know the integrity of their site is important and I want to make sure things stay clean and classy.
It’s also not a bad idea for working with a social network site where you’re allowed to add to the existing stylesheet but can’t actually alter it. And worse, when they put inline styles in, either because they don’t want you messing with that part of your profile, or more common, they just don’t know about web standards. :)
Link: Are Freelance Developers a Recipe for Poor Software?
I recently read the Fast Company article, They Write the Right Stuff, and instantly began thinking of my situation as a freelance developer and what that ultimately means to my clients.
The…
Link: The Amazon Kindle is Back In Stock

Link: Crazy Video
Link: Have JavaScript, Will Travel
To see her at work in that little wooden high chair of hers, legs dangling, jaw pulsing, is like watching a woodsman fell an oak with a plastic butter knife.
Mom-101: Oh Irony, How You Taunt My Youngest Child With Your Cruel Literary Device Ways
Link: Starting with CSS and bug fixing tips
Christa’s word game this week:
Link: Strip Paragraph Tags
add_filter('the_excerpt', 'mdwp_strip_p'); - this function should be able to be used anywhere but I’ve only ever needed to do this when markdown is involved, so markdown.php and change this line…Link: Regarding Backups