Tag: 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…
-
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 ‘ ‘; } and here’s what it would look like in action: by default, the WP logo is 32px square. so what do you do…
-
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…