<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>David Link's Upsidestudio</title>
	<atom:link href="http://upsidestudio.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://upsidestudio.com</link>
	<description>Web Design and Development, Information and Inspiration</description>
	<pubDate>Thu, 13 Aug 2009 12:09:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Top 1 Reasons I Hate Design Blogs Right Now</title>
		<link>http://upsidestudio.com/mini/top-1-reasons-i-hate-design-blogs-right-now/</link>
		<comments>http://upsidestudio.com/mini/top-1-reasons-i-hate-design-blogs-right-now/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 21:40:26 +0000</pubDate>
		<dc:creator>David Link</dc:creator>
		
		<category><![CDATA[Mini]]></category>

		<category><![CDATA[boring content]]></category>

		<category><![CDATA[design blogs]]></category>

		<category><![CDATA[hate]]></category>

		<guid isPermaLink="false">http://upsidestudio.com/?p=287</guid>
		<description><![CDATA[<a href="http://upsidestudio.com/mini/top-1-reasons-i-hate-design-blogs-right-now/">Top 1 Reasons I Hate Design Blogs Right Now</a>]]></description>
			<content:encoded><![CDATA[<ol>
<li>Lists.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://upsidestudio.com/mini/top-1-reasons-i-hate-design-blogs-right-now/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Clever Advertisement, Smart Placement. (Clorox/Mad Men)</title>
		<link>http://upsidestudio.com/mini/clever-advertisement-smart-placement-cloroxmad-men/</link>
		<comments>http://upsidestudio.com/mini/clever-advertisement-smart-placement-cloroxmad-men/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 16:10:52 +0000</pubDate>
		<dc:creator>David Link</dc:creator>
		
		<category><![CDATA[Mini]]></category>

		<category><![CDATA[Advertising]]></category>

		<category><![CDATA[Blu-Ray]]></category>

		<category><![CDATA[Clever]]></category>

		<category><![CDATA[Clorox]]></category>

		<category><![CDATA[Mad Men]]></category>

		<guid isPermaLink="false">http://upsidestudio.com/?p=273</guid>
		<description><![CDATA[Last night, my good friend Matt opened up his new Mad Men Season 2 Blu-Ray. We were looking through the contents and came across <a href="http://upsidestudio.com/mini/clever-advertisement-smart-placement-cloroxmad-men/">this clever little ad</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://upsidestudio.com/wp-content/uploads/2009/07/madmenclorox.jpg"><img class="alignleft size-medium wp-image-274" title="Clorox Ad, Mad Men Season 2" src="http://upsidestudio.com/wp-content/uploads/2009/07/madmenclorox-300.jpg" alt="Clorox Ad, Mad Men Season 2" width="300" height="393" /></a>Last night, my good friend <a href="http://twitter.com/mattgrady">Matt</a> opened up his new <a href="http://www.amazon.com/gp/product/B0027HOBM2?ie=UTF8&amp;tag=upsidestudio-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0027HOBM2">Mad Men Season 2 Blu-Ray</a>. We were looking through the contents and came across this clever little ad. Simple, elegant design with a witty, tongue-in-cheek message. I feel like the copy is a little unnecessary, that the ad could have been just as successful and even more thought-provoking if it were simply the lipstick-on-collar and the bottle of Clorox. If you&#8217;re not familiar with Mad Men, I highly recommend checking it out. The new season starts soon, but you still have some time to catch up.</p>
]]></content:encoded>
			<wfw:commentRss>http://upsidestudio.com/mini/clever-advertisement-smart-placement-cloroxmad-men/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Splitcol: Split a list in two with jQuery</title>
		<link>http://upsidestudio.com/web/splitcol/</link>
		<comments>http://upsidestudio.com/web/splitcol/#comments</comments>
		<pubDate>Fri, 29 May 2009 14:49:39 +0000</pubDate>
		<dc:creator>David Link</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Chase Swindler]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[David Link]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://upsidestudio.com/?p=253</guid>
		<description><![CDATA[The Problem
Recently, I was giving a bit of help to a friend of mine with a site redesign he was implementing. He came to me with a problem he was having with the dropdown navigation. The design required the dropdown to have two columns of links, but the back-end was spitting them out in a [...]]]></description>
			<content:encoded><![CDATA[<h4>The Problem</h4>
<p>Recently, I was giving a bit of help to a <a href="http://twitter.com/chaseswindler">friend of mine</a> with a site redesign he was implementing. He came to me with a problem he was having with the dropdown navigation. The design required the dropdown to have two columns of links, but the back-end was spitting them out in a single list.</p>
<p>My first thought was just to float the list items next to each other, but since some list items would be two lines long, it caused some nasty vertical spacing issues. The solution was to turn the one list into two.</p>
<p>Before you continue reading, <a href="http://upsidelabs.com/js/splitcol/">check out the demo so you can see what it actually does</a>.</p>
<h4>How to Fix It</h4>
<h5>Step 1: The Library</h5>
<p>If you don&#8217;t already have jQuery running on the site, <a href="http://jquery.com">download it here</a> and drop it on your server. Or if you&#8217;d like you can use the version from <a href="http://code.google.com/p/jqueryjs/">jQuery&#8217;s Google Code project</a> (Which is what we&#8217;ll be doing for this demo).</p>
<p>To include jQuery, insert the following code somewhere between the <code>&lt;head&gt;</code> tags of your document:</p>
<pre><code>&lt;script type="text/javascript" charset="utf-8" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"&gt;&lt;/script&gt;</code></pre>
<p>or if you&#8217;re using a version from your own server:</p>
<pre><code>&lt;script type="text/javascript" charset="utf-8" src="http://[Your Domain]/jquery-1.3.2.min.js"&gt;&lt;/script&gt;</code></pre>
<h5>Step 2a: The Markup</h5>
<p>Since we don&#8217;t necessarily want to split every list on the site, we&#8217;re going to use classes as a special marker for which lists we&#8217;ll be splitting. We&#8217;ll use the class &#8220;splitcol&#8221;.</p>
<p>Example:</p>
<pre><code>&lt;ul class="splitcol"&gt;
     &lt;li&gt;One&lt;/li&gt;
     &lt;li&gt;Two&lt;/li&gt;
     &lt;li&gt;Three&lt;/li&gt;
     &lt;li&gt;Four&lt;/li&gt;
&lt;/ul&gt;</code></pre>
<h5>Step 2b: The Styling</h5>
<p>This step is optional. If we&#8217;d like the two lists to appear next to one another, we&#8217;re going to have to use a bit of CSS. Add the following to your stylesheet:</p>
<pre><code>.splitcol {
     float: left;
}</code></pre>
<h5>Step 3: The Script</h5>
<p>Finally, we&#8217;ll need to add the keystone. Either in the <code>&lt;head&gt;</code> of the document, or in a <a href="http://upsidelabs.com/js/splitcol/splitcol.zip">separate external JS file</a>, drop in the following code:</p>
<pre><code>$(document).ready(function() {
     $('.splitcol').each(function() {
          if($(this).is("ol")) { var ordered = true; }
          var colsize = Math.round($(this).find("li").size() / 2);
          $(this).find("li").each(function(i) {
               if (i&gt;=colsize) {
                    $(this).addClass('right_col');
               }
          });
          if(ordered) {
               $(this).find('.right_col').insertAfter(this).wrapAll("&lt;ol class='splitcol' start='" + (colsize+1) + "'&gt;&lt;/ol&gt;").removeClass("right_col");
          } else {
               $(this).find('.right_col').insertAfter(this).wrapAll("&lt;ul class='splitcol'&gt;&lt;/ul&gt;").removeClass("right_col");
          }
     });
});</code></pre>
<h5>Problem Solved</h5>
<p>And that&#8217;s it! For an explanation of the code, check out the <a href="http://upsidestudio.com/web/splitcol/2/">next page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://upsidestudio.com/web/splitcol/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dots: A new, free icon set.</title>
		<link>http://upsidestudio.com/tools/dots/</link>
		<comments>http://upsidestudio.com/tools/dots/#comments</comments>
		<pubDate>Fri, 22 May 2009 16:29:01 +0000</pubDate>
		<dc:creator>David Link</dc:creator>
		
		<category><![CDATA[Building Blocks]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[David Link]]></category>

		<category><![CDATA[dots]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://upsidestudio.com/?p=240</guid>
		<description><![CDATA[
The Icons
&#8220;Dots&#8221; is a bubbly, round-y, free icon set which contains 42 PNG-format icons in 16, 32, 48, 64, 128, and 256 pixel sizes. More icons will be definitely be added in future releases. Even until then, I&#8217;m sure you&#8217;ll be able to find plenty of use for this set.
Download:
The License
This work is licensed under [...]]]></description>
			<content:encoded><![CDATA[<h4><img class="alignnone size-full wp-image-243" title="dots_main" src="http://upsidestudio.com/wp-content/uploads/2009/05/dots_main.jpg" alt="dots_main" width="550" height="250" /></h4>
<h4>The Icons</h4>
<p>&#8220;Dots&#8221; is a bubbly, round-y, free icon set which contains 42 PNG-format icons in 16, 32, 48, 64, 128, and 256 pixel sizes. More icons will be definitely be added in future releases. Even until then, I&#8217;m sure you&#8217;ll be able to find plenty of use for this set.</p>
<h5>Download:</h5>
<a href="http://upsidestudio.com/downloads/Dots" title="Dots | Downloaded 284 times" class="download">Dots - <small>2.38 MB</small></a>
<h4>The License</h4>
<p>This work is licensed under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5</a> License. This means that you can use my set however you&#8217;d like. And even modify it any way you see fit. My only request is a small link back included in your credits.</p>
<h4>Extra Stuff</h4>
<p>If you&#8217;re using this set, I&#8217;d love to see it! Send me an email (with a link) or just <a href="http://upsidestudio.com/contact/">contact me</a>, to let me know what you think.</p>
<p>If you&#8217;d like to buy me a beer, or some sushi, click the &#8220;Donate&#8221; button below. If you do, <em>I love you.</em></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="5622557" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://upsidestudio.com/tools/dots/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WP Specific Comment</title>
		<link>http://upsidestudio.com/wordpress/wp-specific-comment/</link>
		<comments>http://upsidestudio.com/wordpress/wp-specific-comment/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 13:18:41 +0000</pubDate>
		<dc:creator>David Link</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Comments]]></category>

		<category><![CDATA[Download]]></category>

		<category><![CDATA[Nick Ohrn]]></category>

		<category><![CDATA[OMG! Hungry!]]></category>

		<category><![CDATA[Specific]]></category>

		<guid isPermaLink="false">http://upsidestudio.com/?p=220</guid>
		<description><![CDATA[Just recently, I built a site called OMG!Hungry! which used WordPress in an unusual way to perform its purpose. One of the things I needed this site to do was to link directly to (and display) only one specific comment via a permalink. Since (at the time of writing) there were no other plugins available [...]]]></description>
			<content:encoded><![CDATA[<p>Just recently, I built a site called <a href="http://omghungry.com">OMG!Hungry!</a> which used WordPress in an unusual way to perform its purpose. One of the things I needed this site to do was to link directly to (and display) only one specific comment via a permalink. Since (at the time of writing) there were no other plugins available to help me do this, I decided to write [my first] one.</p>
<p>Thanks to <a href="http://www.amazon.com/gp/product/1847193595?ie=UTF8&amp;tag=upsidestudio-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847193595">this book</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=upsidestudio-20&amp;l=as2&amp;o=1&amp;a=1847193595" alt="" width="1" height="1" /> and the help of my friend <a href="http://plugin-developer.com">Nick Ohrn</a>, I happily release WP Specific Comment.</p>
<h4>Description</h4>
<p>WP Specific Comment provides a template tag for use anywhere in your theme, inside or outside <strong>The Loop</strong>. This template tag will return a comment as an object, from which you can retrieve any standard comment data. To initiate the plugin, place <code>&lt;?php wp_specific_comment($ID); ?&gt;</code> into your theme, where <em>$ID</em> will be the ID number for the comment you want returned.</p>
<p><strong>Example:</strong></p>
<p><code>&lt;?php wp_specific_comment(44); ?&gt;</code> will return the comment with the ID of 44. Pretty simple, right?</p>
<p><em>Note:</em> This template tag will not actually display anything. It only sets up a comment to be displayed. You&#8217;ll have to add in some other standard WordPress Template Tags to get anything to show up on your blog. List of available Comment Tags can be found <a href="http://codex.wordpress.org/Template_Tags">here</a>.</p>
<p><strong>Example Usage:</strong></p>
<pre><code>     &lt;?php wp_specific_comment(1); ?&gt;
     &lt;h5 class="comment_author"&gt;&lt;?php comment_author_link(); ?&gt;&lt;/h5&gt;
     &lt;div class="comment_text"&gt;&lt;?php comment_text(); ?&gt;&lt;/div&gt;
</code></pre>
<p>The above code would retrieve comment with ID of 1, and then display its author (linked to the author&#8217;s URL, if provided) in a <code>&lt;h5&gt;</code> followed by a <code>&lt;div&gt;</code> containing the comment&#8217;s text content. Still pretty simple!</p>
<h4>Installation</h4>
<p>Installation of WP Specific Comment is quick and easy.</p>
<ol>
<li>Upload <code>wp-specific-comment.php</code> to the <code>/wp-content/plugins/</code> directory</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
<li>Place <code>&lt;?php wp_specific_comment($ID); ?&gt;</code> in your templates, where <em>$ID</em> is will be the numerical ID for the comment you want returned.</li>
<li>Add additional <a href="http://codex.wordpress.org/Template_Tags">WordPress Comment Tags</a> to display the desired data.</li>
</ol>
<h4>Download</h4>
<p><a class="download" href="http://wordpress.org/extend/plugins/wp-specific-comment/">Click Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://upsidestudio.com/wordpress/wp-specific-comment/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upsidestudio Featured on Design Meltdown</title>
		<link>http://upsidestudio.com/mini/upsidestudio-featured-on-design-meltdown/</link>
		<comments>http://upsidestudio.com/mini/upsidestudio-featured-on-design-meltdown/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 22:56:08 +0000</pubDate>
		<dc:creator>David Link</dc:creator>
		
		<category><![CDATA[Mini]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[David Link]]></category>

		<category><![CDATA[Design Meltdown]]></category>

		<category><![CDATA[Featured]]></category>

		<category><![CDATA[Upsidestudio]]></category>

		<guid isPermaLink="false">http://upsidestudio.com/?p=217</guid>
		<description><![CDATA[Wow, I&#8217;m very excited about this. I&#8217;ve been visiting Design Meltdown for a long time now as a source of inspiration. And now Upsidestudio has made the cut! Check it out.
]]></description>
			<content:encoded><![CDATA[<p>Wow, I&#8217;m very excited about this. I&#8217;ve been visiting Design Meltdown for a long time now as a source of inspiration. And now Upsidestudio has made the cut! <a href="http://www.designmeltdown.com/chapters/Gray/Part7.aspx">Check it out.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://upsidestudio.com/mini/upsidestudio-featured-on-design-meltdown/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OMG! Hungry!</title>
		<link>http://upsidestudio.com/mini/omg-hungry/</link>
		<comments>http://upsidestudio.com/mini/omg-hungry/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 16:44:38 +0000</pubDate>
		<dc:creator>David Link</dc:creator>
		
		<category><![CDATA[Mini]]></category>

		<category><![CDATA[Experiement]]></category>

		<category><![CDATA[OMG! Hungry!]]></category>

		<category><![CDATA[Project]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://upsidestudio.com/?p=212</guid>
		<description><![CDATA[New project: OMG!Hungry! is now live. Check it out &#8212; http://omghungry.com
]]></description>
			<content:encoded><![CDATA[<p>New project: OMG!Hungry! is now live. Check it out &#8212; <a href="http://omghungry.com">http://omghungry.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://upsidestudio.com/mini/omg-hungry/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tweetie for Mac Giveaway</title>
		<link>http://upsidestudio.com/giveaway/tweetie-for-mac-giveaway/</link>
		<comments>http://upsidestudio.com/giveaway/tweetie-for-mac-giveaway/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 13:39:02 +0000</pubDate>
		<dc:creator>David Link</dc:creator>
		
		<category><![CDATA[Giveaway]]></category>

		<category><![CDATA[Apps]]></category>

		<category><![CDATA[Atebits]]></category>

		<category><![CDATA[David Link]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Tweetie]]></category>

		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://upsidestudio.com/?p=198</guid>
		<description><![CDATA[Many of us have been raving about the super-efficient Tweetie for iPhone. And today, for us Mac users, our prayers have finally been answered: Tweetie for Mac is here!
Tweetie has a beautifully smooth interface overlaid on some really great features. Features like the inline conversations view to show the full conversational history leading up to [...]]]></description>
			<content:encoded><![CDATA[<p>Many of us have been raving about the super-efficient <a href="http://www.atebits.com/tweetie-iphone/">Tweetie for iPhone</a>. And today, for us Mac users, our prayers have finally been answered: <a href="http://www.atebits.com/tweetie-mac/">Tweetie for Mac</a> is here!</p>
<p>Tweetie has a beautifully smooth interface overlaid on some <em>really</em> great features. Features like the inline conversations view to show the full conversational history leading up to a particular tweet allow you to never lose track of your conversations. Compose tweets how you want with independent composition windows. They stay out of your way until you need them, and you can even have multiple tweet compositions open at a time.</p>
<p>It has some other cool features too:</p>
<ul>
<li>Search Trends</li>
<li>Threaded DMs</li>
<li>User Details</li>
<li>Follow/Unfollow</li>
<li>Tear-away Search</li>
<li>Link-sharing Bookmarklet</li>
<li>Customizable Preferences</li>
</ul>
<p>Tweetie is free to download and try for as long as you want. While it&#8217;s still full-featured, it does have some ads. But today could be your lucky day because I&#8217;m giving away a fully-registered copy of Tweetie for Mac ($19.95).</p>
<h4>How to win</h4>
<p>There&#8217;s only a few things you have to do to win:</p>
<ol>
<li><a href="http://twitter.com/davidlink">Follow me on Twitter</a></li>
<li><a href="http://feeds2.feedburner.com/theupsider">Subscribe to The Upsider RSS feed</a></li>
<li><a href="http://upsidestudio.com/giveaway/tweetie-for-mac-giveaway/#comments">Leave a comment on this article that contains your Twitter name</a></li>
</ol>
<p><span style="text-decoration: line-through;">And that&#8217;s it! A winner will be chosen on <strong>Friday, April 24th</strong>.</span><br />
<strong>Update:</strong> A winner has been chosen at random. Congratulations to <a href="http://twitter.com/dupreeblue/">Mindy Reznik</a>!</p>
<p>I&#8217;d like to personally thank <a href="http://twitter.com/atebits">Loren Brichter</a> from <a href="http://atebits.com">atebits</a> for all his hard work. If you would like to give the free version a spin, <a href="http://atebits.cachefly.net/tweetie-mac/tweetie_1.0.zip">download it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://upsidestudio.com/giveaway/tweetie-for-mac-giveaway/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Future of WordPress Design: Part 1</title>
		<link>http://upsidestudio.com/wordpress/the-future-of-wordpress-design-part-1/</link>
		<comments>http://upsidestudio.com/wordpress/the-future-of-wordpress-design-part-1/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 06:44:47 +0000</pubDate>
		<dc:creator>David Link</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[David Link]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Future]]></category>

		<category><![CDATA[Themes]]></category>

		<category><![CDATA[WordCampNOLA]]></category>

		<guid isPermaLink="false">http://upsidestudio.com/?p=188</guid>
		<description><![CDATA[I recently sat on a panel at WordCamp NOLA alongside Matt Thomas (Creative Director, Automattic) and Ron Domingue (Ron Domingue Studios) to discuss the future of WordPress design. We covered a variety of topics and received some pretty good questions from the attendees. But now I&#8217;d like to hear what you have to say about [...]]]></description>
			<content:encoded><![CDATA[<p>I recently sat on a panel at WordCamp NOLA alongside <a href="http://iammattthomas.com">Matt Thomas</a> (Creative Director, <a href="http://automattic.com">Automattic</a>) and <a href="http://rondomingue.com">Ron Domingue</a> (Ron Domingue Studios) to discuss the future of WordPress design. We covered a variety of topics and received some pretty good questions from the attendees. But now I&#8217;d like to hear what you have to say about some of this stuff. I&#8217;d love to have a dialogue about these things, so please leave your thoughts below, or <a href="http://twitter.com/davidlink">hit me up on Twitter</a>.</p>
<h4>Grandma&#8217;s got a blog.</h4>
<p>With each release, WordPress is progressively lowering the bar for entry to the blogging arena closer and closer to zero. Literally anyone can have a blog up and running on <a href="http://wordpress.com">WordPress.com</a> in a matter of minutes. Or a self-hosted <a href="http://wordpress.org">WordPress.org</a> site in not much more time. This means that the market for themes is going to continue to grow. Many of these new users take their writing very seriously, and see their blog designs as their online business cards. These beginners are going to be on the lookout for themes that are not only eye-catching, but easy to use and well-documented &amp; supported.</p>
<h4>Activity Streaming</h4>
<p>Recently we&#8217;ve seen a huge shift of emphasis from longform writing to shortform content publishing on the web. Naturally, people are going to want their blogs to serve as a funnel for all this content they&#8217;re creating. Microblogging like <a href="http://twitter.com">Twitter</a>, and other media like <a href="http://vimeo.com">Vimeo</a> and <a href="http://flickr.com">Flickr</a> are obvious additions. However I think things like Asides and Miniblogs (<a href="#footer">See Below</a>) are going to becoming more and more commonplace as well.</p>
<h4>WordPress = CMS</h4>
<p>Even if WordPress wasn&#8217;t meant for it, it already has the ability to serve as a viable Content Management System. As time goes on, and as features are added and refined, I think we&#8217;ll start to see it fill that role even more often. What&#8217;s this mean? It means that corporations are going to stop spending thousands and thousands of dollars on custom CMSs and start downloading WordPress for free. For us designers, it means we&#8217;ll have a whole new market of WordPress users looking for unique themes solutions for their corporate sites. Since they&#8217;ll now have a CMS that cost them $0, their budgets should be wide open for some great design.</p>
<p><em>WordPress in 2009 is going to be huge. More to come.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://upsidestudio.com/wordpress/the-future-of-wordpress-design-part-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hex Color Twitter Directory</title>
		<link>http://upsidestudio.com/social-media/hex-color-twitter-directory/</link>
		<comments>http://upsidestudio.com/social-media/hex-color-twitter-directory/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 01:38:05 +0000</pubDate>
		<dc:creator>David Link</dc:creator>
		
		<category><![CDATA[Social Media]]></category>

		<category><![CDATA[Color]]></category>

		<category><![CDATA[Directory]]></category>

		<category><![CDATA[Hex]]></category>

		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://upsidestudio.com/?p=143</guid>
		<description><![CDATA[This is a directory of Twitterers based on their favorite hex color values. If you&#8217;d like to be added, send me your favorite hex color! Be sure to hashtag it #myfavoritehex.


#1A487F
#666666
#990000
#070707
#FFCC00
#6799CC
#FF7722
#362665
#990000
#DDDDDD
#293A58
#078CE0
#FFFFFF
#232323
#006633
#000DFF
#B82025
#750000
#990001
#ACAB9C
#EF4135
#9A9A9A
#FFFF00
#A2D600
#0E1819
#99CC00
#003399
#572E1B
#003300
#414E72
#E94710
#121C25
#336699
#6600CC
#48595B
#B55332
#008080
#000DFF
#666665
#333333
#99CC00
#004899
#EC008C
#ff0000
#000000
#FFFF00
#662d91
#C75B12
#FF8800
#333333
#3B4A73
#F2FF86
#111111
#B1A7CA
#B8B8A0
#646464
#5B4168
#9966FF
#1EE1D6
#9ED2F1
#162C75
#67099A
#FF0066
#144E7C
#B5FA01
#6666FF
#3465A4
#4AA1FF
#FF6600
#E02B6B
#7A00A6
#050B4D
#D31F2E


]]></description>
			<content:encoded><![CDATA[<p>This is a directory of Twitterers based on their favorite hex color values. If you&#8217;d like to be added, <a href="http://twitter.com/davidlink">send me your favorite hex color</a>! Be sure to hashtag it #myfavoritehex.</p>
<div>
<ul class="hexgallery" style="background:none; border:none;">
<li><a class="hexgallerybox" style="background: #1A487F;" href="http://twitter.com/chrispowell">#1A487F</a></li>
<li><a class="hexgallerybox" style="background: #666666;" href="http://twitter.com/andrew_cohen">#666666</a></li>
<li><a class="hexgallerybox" style="background: #990000;" href="http://twitter.com/r27">#990000</a></li>
<li><a class="hexgallerybox" style="background: #070707;" href="http://twitter.com/andysowards">#070707</a></li>
<li><a class="hexgalleryboxlight" style="background: #FFCC00;" href="http://twitter.com/christopherscot">#FFCC00</a></li>
<li><a class="hexgallerybox" style="background: #6799CC;" href="http://twitter.com/aaroni268">#6799CC</a></li>
<li><a class="hexgalleryboxlight" style="background: #FF7722;" href="http://twitter.com/priorities">#FF7722</a></li>
<li><a class="hexgallerybox" style="background: #362665;" href="http://twitter.com/chaseswindler">#362665</a></li>
<li><a class="hexgallerybox" style="background: #990000;" href="http://twitter.com/alisejohnson">#990000</a></li>
<li><a class="hexgalleryboxlight" style="background: #DDDDDD;" href="http://twitter.com/andrea_r">#DDDDDD</a></li>
<li><a class="hexgallerybox" style="background: #293A58;" href="http://twitter.com/redbonsai">#293A58</a></li>
<li><a class="hexgallerybox" style="background: #078CE0;" href="http://twitter.com/johnonolan">#078CE0</a></li>
<li><a class="hexgalleryboxlight" style="background: #ffffff;" href="http://twitter.com/cameronolivier">#FFFFFF</a></li>
<li><a class="hexgallerybox" style="background: #232323;" href="http://twitter.com/chadengle">#232323</a></li>
<li><a class="hexgallerybox" style="background: #006633;" href="http://twitter.com/kaiserwillis">#006633</a></li>
<li><a class="hexgallerybox" style="background: #000dff;" href="http://twitter.com/melissagraf">#000DFF</a></li>
<li><a class="hexgallerybox" style="background: #B82025;" href="http://twitter.com/adammccombs">#B82025</a></li>
<li><a class="hexgallerybox" style="background: #750000;" href="http://twitter.com/subsomatic">#750000</a></li>
<li><a class="hexgallerybox" style="background: #990001;" href="http://twitter.com/cornbreadturner">#990001</a></li>
<li><a class="hexgallerybox" style="background: #ACAB9C;" href="http://twitter.com/svenhenson">#ACAB9C</a></li>
<li><a class="hexgallerybox" style="background: #EF4135;" href="http://twitter.com/nickyhenriquez">#EF4135</a></li>
<li><a class="hexgallerybox" style="background: #9A9A9A;" href="http://twitter.com/tritico">#9A9A9A</a></li>
<li><a class="hexgalleryboxlight" style="background: #ffff00;" href="http://twitter.com/jlangenbeck">#FFFF00</a></li>
<li><a class="hexgallerybox" style="background: #A2D600;" href="http://twitter.com/andrewlarimer">#A2D600</a></li>
<li><a class="hexgallerybox" style="background: #0E1819;" href="http://twitter.com/jasonevers">#0E1819</a></li>
<li><a class="hexgallerybox" style="background: #99CC00;" href="http://twitter.com/sneakyfox">#99CC00</a></li>
<li><a class="hexgallerybox" style="background: #003399;" href="http://twitter.com/mayhemstudios">#003399</a></li>
<li><a class="hexgallerybox" style="background: #572E1B;" href="http://twitter.com/deluzione">#572E1B</a></li>
<li><a class="hexgallerybox" style="background: #003300;" href="http://twitter.com/m2imaging">#003300</a></li>
<li><a class="hexgallerybox" style="background: #414E72;" href="http://twitter.com/rfelix">#414E72</a></li>
<li><a class="hexgallerybox" style="background: #E94710;" href="http://twitter.com/z_vet">#E94710</a></li>
<li><a class="hexgallerybox" style="background: #121c25;" href="http://twitter.com/thedayafter">#121C25</a></li>
<li><a class="hexgallerybox" style="background: #336699;" href="http://twitter.com/calfeed">#336699</a></li>
<li><a class="hexgallerybox" style="background: #6600CC;" href="http://twitter.com/rgremill">#6600CC</a></li>
<li><a class="hexgallerybox" style="background: #48595b;" href="http://twitter.com/iamgarth">#48595B</a></li>
<li><a class="hexgallerybox" style="background: #B55332;" href="http://twitter.com/seraphimchris">#B55332</a></li>
<li><a class="hexgallerybox" style="background: #008080;" href="http://twitter.com/geekening">#008080</a></li>
<li><a class="hexgallerybox" style="background: #000dff;" href="http://twitter.com/conspirator">#000DFF</a></li>
<li><a class="hexgallerybox" style="background: #666665;" href="http://twitter.com/kodespark">#666665</a></li>
<li><a class="hexgallerybox" style="background: #333333;" href="http://twitter.com/dodgemedlin">#333333</a></li>
<li><a class="hexgallerybox" style="background: #99CC00;" href="http://twitter.com/mimojito">#99CC00</a></li>
<li><a class="hexgallerybox" style="background: #004899;" href="http://twitter.com/cameronroberson">#004899</a></li>
<li><a class="hexgallerybox" style="background: #EC008C;" href="http://twitter.com/jamesreeve">#EC008C</a></li>
<li><a class="hexgallerybox" style="background: #ff0000;" href="http://twitter.com/minervity">#ff0000</a></li>
<li><a class="hexgallerybox" style="background: #000000;" href="http://twitter.com/webupd8">#000000</a></li>
<li><a class="hexgalleryboxlight" style="background: #FFFF00;" href="http://twitter.com/theelfinpoet">#FFFF00</a></li>
<li><a class="hexgallerybox" style="background: #662d91;" href="http://twitter.com/curiouslt">#662d91</a></li>
<li><a class="hexgallerybox" style="background: #C75B12;" href="http://twitter.com/robertbahn">#C75B12</a></li>
<li><a class="hexgallerybox" style="background: #FF8800;" href="http://twitter.com/geektastic">#FF8800</a></li>
<li><a class="hexgallerybox" style="background: #333333;" href="http://twitter.com/iheartrendering">#333333</a></li>
<li><a class="hexgallerybox" style="background: #3B4A73;" href="http://twitter.com/alfff">#3B4A73</a></li>
<li><a class="hexgalleryboxlight" style="background: #F2FF86;" href="http://twitter.com/morpheas7887">#F2FF86</a></li>
<li><a class="hexgallerybox" style="background: #111111;" href="http://twitter.com/FEARHSONIC">#111111</a></li>
<li><a class="hexgalleryboxlight" style="background: #B1A7CA;" href="http://twitter.com/zicocarioca">#B1A7CA</a></li>
<li><a class="hexgalleryboxlight" style="background: #B8B8A0;" href="http://twitter.com/supalaze">#B8B8A0</a></li>
<li><a class="hexgallerybox" style="background: #646464;" href="http://twitter.com/scottglasser">#646464</a></li>
<li><a class="hexgallerybox" style="background: #5b4168;" href="http://twitter.com/crystal_dunn">#5B4168</a></li>
<li><a class="hexgallerybox" style="background: #9966FF;" href="http://twitter.com/foldsisgod">#9966FF</a></li>
<li><a class="hexgalleryboxlight" style="background: #1ee1d6;" href="http://twitter.com/kuutti">#1EE1D6</a></li>
<li><a class="hexgalleryboxlight" style="background: #9ed2f1;" href="http://twitter.com/iBlend">#9ED2F1</a></li>
<li><a class="hexgallerybox" style="background: #162c75;" href="http://twitter.com/rhdesign">#162C75</a></li>
<li><a class="hexgallerybox" style="background: #67099a;" href="http://twitter.com/eithrael">#67099A</a></li>
<li><a class="hexgallerybox" style="background: #FF0066;" href="http://twitter.com/MFlanders">#FF0066</a></li>
<li><a class="hexgallerybox" style="background: #144e7c;" href="http://twitter.com/MiAcevedo">#144E7C</a></li>
<li><a class="hexgalleryboxlight" style="background: #B5FA01;" href="http://twitter.com/andrewburnett">#B5FA01</a></li>
<li><a class="hexgallerybox" style="background: #6666FF;" href="http://twitter.com/lightningwhelk">#6666FF</a></li>
<li><a class="hexgallerybox" style="background: #3465A4;" href="http://twitter.com/dnyaneshmankar">#3465A4</a></li>
<li><a class="hexgallerybox" style="background: #4aa1ff;" href="http://twitter.com/bobbo0521">#4AA1FF</a></li>
<li><a class="hexgallerybox" style="background: #FF6600;" href="http://twitter.com/hbstone">#FF6600</a></li>
<li><a class="hexgallerybox" style="background: #E02B6B;" href="http://twitter.com/dani">#E02B6B</a></li>
<li><a class="hexgallerybox" style="background: #7A00A6;" href="http://twitter.com/inti_minty">#7A00A6</a></li>
<li><a class="hexgallerybox" style="background: #050B4D;" href="http://twitter.com/Allayna">#050B4D</a></li>
<li><a class="hexgallerybox" style="background: #d31f2e;" href="http://twitter.com/countzeero">#D31F2E</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://upsidestudio.com/social-media/hex-color-twitter-directory/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
<s34s3g33></s34s3g33>