smashing magazine

3 posts tagged with “smashing magazine

World War II Propaganda (as Art?)

This is a guest post by Chris Reynolds. If you would like to guest post on 10 Times One please click here. Propaganda is to art as Twitter is to literature; concise, quick, bold, direct.  The message is put across as simply as possible using often using whatever means necessary.  Guilt, fear, threats, idealism, utopianism,… (read more)

Read more →

my favorite new WordPress trick

this little functions.php hack makes me all giddy… use this to rebrand your WordPress back-end with your own logo: //hook the administrative header output add_action(‘admin_head’, ‘my_custom_logo’); function my_custom_logo() { echo ‘ <style type=”text/css”> #header-logo { background-image: url(‘.get_bloginfo(‘template_directory’).’/images/custom-logo.gif) !important; } </style> ‘; } and here’s what it would look like in action: by default, the WP […]

Read more →

Web Design Cost Calculator

class=”aligncenter” there are a few of these floating around on the web… a few months ago, smashing magazine posted an article called Quality-Price-Ratio in Web Design (Pricing Design Work).  i’m not going to recap the article, you can go over there and read it yourself if you’re interested — it’s a good read both, i […]

Read more →