<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wise Startup Blog &#187; Design</title>
	<atom:link href="http://wisestartupblog.com/tag/design/feed" rel="self" type="application/rss+xml" />
	<link>http://wisestartupblog.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 29 Jan 2012 13:54:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Most Useful Tricks I&#039;ve Learned in CSS</title>
		<link>http://wisestartupblog.com/css-tips/the-most-useful-tricks-ive-learned-in-css/2924</link>
		<comments>http://wisestartupblog.com/css-tips/the-most-useful-tricks-ive-learned-in-css/2924#comments</comments>
		<pubDate>Mon, 22 Dec 2008 21:57:03 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[css tips]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.wisestartupblog.com/?p=2924</guid>
		<description><![CDATA[I&#8217;ve only been using CSS for less than a year, but I think my knowledge has grown tremendously, especially over the past couple of months as I have gone through pretty much every WordPress template known to man, and now have a custom Premium WordPress template, available to download for free. With my latest theme, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve only been using CSS for less than a year, but I think my knowledge has grown tremendously, especially over the past couple of months as I have gone through pretty much every WordPress template known to man, and now have a custom Premium WordPress template, <a href="http://www.wisestartupblog.com/free-premium-wordpress-theme/free-premium-wordpress-theme-released-wisetheme/2843/">available to download for free</a>.</p>
<p><img src="http://wisestartupblog.com/wp-content/uploads/2008/12/css1.png" alt="css" title="css" width="503" height="388" class="alignnone size-full wp-image-2926" /></p>
<p>With my latest theme, I&#8217;ve applied all of my favorite CSS tips and tricks, and wanted to share them with you, as they&#8217;ve been a great help to my career as a part-time blogger.</p>
<h2>3 CSS Tips That Will Change Your Life</h2>
<p><span id="more-2924"></span></p>
<p><strong>1. Borders</strong></p>
<p><img src="http://wisestartupblog.com/wp-content/uploads/2008/12/borders11.png" alt="borders.png" border="0" width="600" /></p>
<p>Like all good designers, I like things to be organized. There&#8217;s nothing worse than not knowing where your sidebar begins, and your content ends. Plus, the header needs a separator as well, which is provided by the nice block at the top of the page.</p>
<p><em>Here&#8217;s how we do it</em></p>
<p><img src="http://wisestartupblog.com/wp-content/uploads/2008/12/picture-81.png" alt="Picture 8.png" border="0" width="600" /></p>
<p>We put a border on the top of the #page element, using this code:</p>
<blockquote><p>
border-top: 4px solid #F1F1F1;
</p></blockquote>
<p>Then, on the sidebar elements, we put another top border:</p>
<blockquote><p>
border-top: 1px solid #DBDBDB;
</p></blockquote>
<p><strong>2. Menu Hover</strong></p>
<p><img src="http://wisestartupblog.com/wp-content/uploads/2008/12/menu-hovers1.png" alt="menu hovers.png" border="0" width="256" height="155" /></p>
<p>There&#8217;s nothing that adds a premium feel to your site more than mouse-over elements, and after a couple of hours of work I was able to duplicate what so many other sites have.</p>
<p>Use this code:</p>
<blockquote><p>
#page-bar a, #page-bar a:visited {<br />
	padding: 12px 10px;<br />
	margin: 0px;<br />
	font-weight:bold;<br />
	color:#FFF;<br />
	display:block;</p>
<p>	}</p>
<p>#page-bar a:hover, #page-bar a:active, #page-bar a:focus {<br />
	padding: 7px 10px;<br />
	text-decoration: none;<br />
	border-top: 5px solid #DE6A23;<br />
	color: #DE6A23;<br />
	}
</p></blockquote>
<p><strong>3. Link Block Hover</strong></p>
<p><img src="http://wisestartupblog.com/wp-content/uploads/2008/12/recent-posts-hover1.png" alt="recent posts hover.png" border="0" width="318" height="265" /></p>
<p>Improving the user experience and making your site look polished, are the link blocks that highlight when you hover over them. To give the elements this effect, use this code:</p>
<blockquote><p>
#sidebar-recent li a {<br />
	display: block;<br />
	padding: 4px;<br />
}</p>
<p>#sidebar-recent li a:hover {<br />
	background: #f0f0f0;<br />
	padding: 4px;<br />
}
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wisestartupblog.com/css-tips/the-most-useful-tricks-ive-learned-in-css/2924/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>New Macbook Prototype Turns a Laptop Into a Desktop</title>
		<link>http://wisestartupblog.com/apple-prototype/new-macbook-prototype-turns-a-laptop-into-a-desktop/2860</link>
		<comments>http://wisestartupblog.com/apple-prototype/new-macbook-prototype-turns-a-laptop-into-a-desktop/2860#comments</comments>
		<pubDate>Thu, 11 Dec 2008 13:54:34 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[apple prototype]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.wisestartupblog.com/?p=2860</guid>
		<description><![CDATA[The latest Apple Macbook prototype is sheer genius. Straight from Mac Life, their team dreamed up what every notebook owner wishes for, a laptop with a huge screen that isn&#8217;t a bulky nightmare. Sure, the 17&#8243; Macbook Pro is pretty light, but the sheer mass of the machine makes it impractical for daily travel. With [...]]]></description>
			<content:encoded><![CDATA[<p>The latest Apple Macbook prototype is sheer genius. Straight from Mac Life, their team dreamed up what every notebook owner wishes for, a laptop with a huge screen that isn&#8217;t a bulky nightmare.</p>
<p><img src="http://wisestartupblog.com/wp-content/uploads/2008/12/apple-tribook-concept2.jpg" alt="Apple-Tribook-concept.jpg" border="0" width="550" height="355" /><span id="more-2860"></span></p>
<p>Sure, the 17&#8243; Macbook Pro is pretty light, but the sheer mass of the machine makes it impractical for daily travel.</p>
<p>With this concept, you take a conventional 13&#8243; or 15&#8243; Macbook, and through the folding screens, it can turn into a 22&#8243; behemoth, bringing dual monitors to a laptop.</p>
<p>With Apple&#8217;s new unibody design, we may see more of these concepts to be released in the future, and we can only dream at this point.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisestartupblog.com/apple-prototype/new-macbook-prototype-turns-a-laptop-into-a-desktop/2860/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Free Premium WordPress Theme Released: WiseTheme</title>
		<link>http://wisestartupblog.com/free-premium-wordpress-theme/free-premium-wordpress-theme-released-wisetheme/2843</link>
		<comments>http://wisestartupblog.com/free-premium-wordpress-theme/free-premium-wordpress-theme-released-wisetheme/2843#comments</comments>
		<pubDate>Wed, 10 Dec 2008 16:02:35 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[free premium wordpress theme]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[weblogs]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.wisestartupblog.com/?p=2843</guid>
		<description><![CDATA[I have been using a number of free themes for a long time, and wanted to give back to the open source WordPress community, and am releasing this blog as a free, Premium theme: WiseTheme. The actual theme is a HEAVILY modified version of Arthemia, a great free magazine theme. I took essentially the core [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://wisestartupblog.com/wp-content/uploads/2008/12/wisetheme-screenshot11.jpg" alt="wisetheme-screenshot.jpg" border="0" width="400" /></p>
<p>I have been using a number of free themes for a long time, and wanted to give back to the open source WordPress community, and am releasing this blog as a free, Premium theme: WiseTheme.</p>
<p>The actual theme is a HEAVILY modified version of <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a>, a great free magazine theme. I took essentially the core framework of the theme, and created everything else from scratch.</p>
<p>Preview: <a href="http://wisestartupblog.com/wp-content/uploads/2008/12/wisethemedemo1.jpg">View Demo</a><br />
Download: <a href="http://wisestartupblog.com/wp-content/uploads/2008/12/wordpresswisetheme1.zip" title="wordpresswisetheme.zip">Free Premium WiseTheme</a></p>
<h2>Theme Features</h2>
<p><span id="more-2843"></span></p>
<p><img src="http://wisestartupblog.com/wp-content/uploads/2008/12/wisetheme-features1.gif" alt="wisetheme-features.gif" border="0" width="416" height="100" /></p>
<p>The best way to learn all of the features is to download the theme and install it on your blog. It is designed to be a one-step installation.</p>
<ul>
<li>Adsense tags pre-configured into posts at the beginning and end of stories</li>
<li>Custom Navbar, with mouse-over effect for a Professional appearance</li>
<li>RSS subscribe icon prominently displayed next to the blog logo</li>
<li>Multiple ad units available (12 Total) for maximum monetization</li>
<li>Image previews on search and archive listings</li>
<li>SEO-Optimized to the max, with H1, H2, and H3 headers</li>
<li>Custom CSS stylesheets for IE optimization</li>
<li>Floating column widths, to accommodate big and small monitors</li>
<li>Note guides in the code to help you learn, and optimize the blog for your uses</li>
</ul>
<h2>Installation Guide</h2>
<ol>
<li>Download the theme, and install it in your WordPress directory: wp-content/themes/</li>
<li>Change the Adsense code in the Adsense_singlepost_top_square.php &#038; Adsense_singlepost_bottom_square.php files. There are two pieces of Adsense that need to be changed, a 300&#215;250 and a 728&#215;90.</li>
<li>Sign up for an account at BuySellAds.com and replace the code in the sidebar_right_125x125.php, sidebar_left_125x125.php, and sidebar_top_300x250.php.</li>
<li>Replace the logo.gif (found in /images) file with your own graphic for your blog</li>
<li>Install the following plugins: <a href="http://wisestartupblog.com/wp-content/uploads/2008/12/all-in-one-seo-pack.zip">All In One SEO</a>, <a href="http://disqus.com/home/">Disqus Comments System</a>, <a href="http://wisestartupblog.com/wp-content/uploads/2008/12/yet-another-related-posts-plugin.2.1.6.zip">Related Posts Plugin</a>, <a href="http://timjoh.com/wordpress-plugin-favicon-head/">FavIcon Head</a>.</li>
<li>When writing a post, to ensure that the thumbnail generator works correctly, go to the custom fields area in the post-editor section. Create a new custom field name, called &#8216;Image&#8217;. For the value, you will use an image you have already uploaded to your blog (as in during a post). Copy down only the part of the URL that begins with wp-content/, ie &#8216;wp-content/uploads/2008/12/parking-boot.jpg&#8217; Hit add custom field to complete. You should make sure the image is at least 125&#215;125 and should be a jpg or gif.</li>
</ol>
<h2>Notes &#038; Questions</h2>
<p>I am happy to provide support for the theme, please send any emails to <a href="mailto:andrewufl@gmail.com?subject=WiseTheme">Andrew UFL at Gm@il d0t com</a>.</p>
<p>This area will be updated as users pose questions, and for general troubleshooting. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://wisestartupblog.com/free-premium-wordpress-theme/free-premium-wordpress-theme-released-wisetheme/2843/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>The Best 22 Google Logos 2001-Present</title>
		<link>http://wisestartupblog.com/design/the-best-google-logos-2001-present/2600</link>
		<comments>http://wisestartupblog.com/design/the-best-google-logos-2001-present/2600#comments</comments>
		<pubDate>Wed, 26 Nov 2008 14:55:20 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[graphic-design]]></category>
		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://www.wisestartupblog.com/?p=2600</guid>
		<description><![CDATA[The true design principle in logo design is ubiquity. A good logo can take any shape, and appear in any form, and still be recognizable. Some of the best Google logos barely even spell out the word Google, yet you know exactly what they are. The Best Google Logos From 2001 to Today]]></description>
			<content:encoded><![CDATA[<p>The true design principle in logo design is ubiquity. A good logo can take any shape, and appear in any form, and still be recognizable. Some of the best Google logos barely even spell out the word Google, yet you know exactly what they are.</p>
<h2>The Best Google Logos From 2001 to Today</h2>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-110.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-110.jpg" alt="" title="the-best-google-logos-2001-present-1" width="300" height="110" class="alignnone size-full wp-image-2601" /></a><span id="more-2600"></span></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-23.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-23.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-41.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-41.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-51.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-51.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-61.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-61.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-71.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-71.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-81.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-81.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-91.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-9present-9.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-101.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-101.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-111.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-111.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-121.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-121.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-131.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-131.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-141.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-141.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-151.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-151.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-161.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-161.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-171.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-171.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-181.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-181.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-191.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-19present-19.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-201.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-201.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-211.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-211.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-221.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/the-best-google-logos-2001-present-221.jpg" alt="" title="the-best-google-logos-2001-present-1" class="alignnone size-full wp-image-2601" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wisestartupblog.com/design/the-best-google-logos-2001-present/2600/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Pictures That Put The Geek in Christmas</title>
		<link>http://wisestartupblog.com/design/15-pictures-that-put-the-geek-in-christmas/2554</link>
		<comments>http://wisestartupblog.com/design/15-pictures-that-put-the-geek-in-christmas/2554#comments</comments>
		<pubDate>Tue, 25 Nov 2008 14:41:41 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[decoration]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.wisestartupblog.com/?p=2554</guid>
		<description><![CDATA[If you&#8217;re like me, you&#8217;re probably getting your Christmas tree soon and are looking for some ways to put the Geek into your Christmas celebrations, and what better way to showcase ideas than pictures of teched-out Christmas trees. Personally, I wish my Christmas tree was covered in iPods like one of the pictures below, can [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me, you&#8217;re probably getting your Christmas tree soon and are looking for some ways to put the Geek into your Christmas celebrations, and what better way to showcase ideas than pictures of teched-out Christmas trees.</p>
<p>Personally, I wish my Christmas tree was covered in iPods like one of the pictures below, can I be a second-cousin?</p>
<h2>15 Geeked Out Christmas Trees &#038; Ornaments</h2>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-16.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-16.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-1" width="333" height="500" class="aligncenter size-full wp-image-2555" /></a><span id="more-2554"></span></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-21.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-21.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-2" width="500" height="375" class="aligncenter size-full wp-image-2556" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-31.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-31.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-3" width="500" height="333" class="aligncenter size-full wp-image-2557" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-41.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-41.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-4" width="375" height="500" class="aligncenter size-full wp-image-2558" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-51.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-51.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-5" width="375" height="500" class="aligncenter size-full wp-image-2559" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-61.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-61.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-6" width="500" height="375" class="aligncenter size-full wp-image-2560" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-71.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-71.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-7" width="500" height="666" class="aligncenter size-full wp-image-2561" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-81.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-81.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-8" width="333" height="500" class="aligncenter size-full wp-image-2562" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-91.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-91.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-9" width="333" height="500" class="aligncenter size-full wp-image-2563" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-101.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-101.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-10" width="420" height="280" class="aligncenter size-full wp-image-2564" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-111.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-111.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-11" width="470" height="376" class="aligncenter size-full wp-image-2565" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-121.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-121.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-12" width="500" height="545" class="aligncenter size-full wp-image-2566" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-131.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-131.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-13" width="500" height="375" class="aligncenter size-full wp-image-2567" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-141.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-141.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-14" width="498" height="646" class="aligncenter size-full wp-image-2568" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-151.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/15-pictures-that-put-the-geek-in-christmas-151.jpg" alt="" title="15-pictures-that-put-the-geek-in-christmas-15" width="420" height="420" class="aligncenter size-full wp-image-2569" /></a><br />
(this is actually a poster!)</p>
]]></content:encoded>
			<wfw:commentRss>http://wisestartupblog.com/design/15-pictures-that-put-the-geek-in-christmas/2554/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Turn Your New Mac Into An Efficient, GTD Machine</title>
		<link>http://wisestartupblog.com/apple/how-to-turn-your-new-mac-into-an-efficient-gtd-machine/2543</link>
		<comments>http://wisestartupblog.com/apple/how-to-turn-your-new-mac-into-an-efficient-gtd-machine/2543#comments</comments>
		<pubDate>Tue, 25 Nov 2008 01:41:52 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[macbook]]></category>

		<guid isPermaLink="false">http://www.wisestartupblog.com/?p=2543</guid>
		<description><![CDATA[So if you&#8217;re as lucky as me, and just bought a new Macbook 13&#8243; aluminum, you are probably wanting to keep the machine running as smoothly as possible, while at the same time indulging in all of the great Mac app-goodies. Being the optimization expert, I&#8217;ve detailed my workflow and how I keep my Mac [...]]]></description>
			<content:encoded><![CDATA[<p>So if you&#8217;re as lucky as me, and just bought a new Macbook 13&#8243; aluminum, you are probably wanting to keep the machine running as smoothly as possible, while at the same time indulging in all of the great Mac app-goodies. Being the optimization expert, I&#8217;ve detailed my workflow and how I keep my Mac clean, fresh, and GTD-ed to the kilt.<span id="more-2543"></span></p>
<p>The biggest gripe I always had with owning a Windows machine is that I had to reformat every 3 months just to keep the machine running at optimum speed. With a Mac, you shouldn&#8217;t have to reformat to wipe spyware and viruses off the machine, but if you&#8217;re not careful, your new Mac may befall the same reformat fate, and that&#8217;s what I&#8217;ve put together this how-to.</p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-turn-your-new-mac-into-an-efficient-gtd-machine-51.png"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-turn-your-new-mac-into-an-efficient-gtd-machine-51.png" alt="" title="how-to-turn-your-new-mac-into-an-efficient-gtd-machine-5" width="500" height="215" class="aligncenter size-full wp-image-2548" /></a></p>
<h2>How To Keep Your Mac Clean &#038; Fresh</h2>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-turn-your-new-mac-into-an-efficient-gtd-machine-11.png"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-turn-your-new-mac-into-an-efficient-gtd-machine-11.png" alt="" title="how-to-turn-your-new-mac-into-an-efficient-gtd-machine-1" width="500" height="312" class="aligncenter size-full wp-image-2544" /></a><br />
<strong>Keep Your Desktop Clean</strong><br />
Treat your computer&#8217;s desktop the same way you would your desk. You don&#8217;t have tons of papers piling up all over your desk, so why are you treating your Mac so poorly? Always wipe all files off your desktop, either put them in the trash or store them on your hard drive.</p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-turn-your-new-mac-into-an-efficient-gtd-machine-21.png"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-turn-your-new-mac-into-an-efficient-gtd-machine-21.png" alt="" title="how-to-turn-your-new-mac-into-an-efficient-gtd-machine-2" width="500" height="312" class="aligncenter size-full wp-image-2544" /></a><br />
<strong>TextEdit Is Your New Best Friend</strong><br />
Don&#8217;t bog down your Mac with clunky Microsoft software. TextEdit, which is pre-installed on your Mac is the best utility to use for a GTD-routine. You can easily launch it by pressing &#8220;CMD+space bar&#8221; then typing in &#8220;textedit&#8221;. It loads quickly, closes quickly, and never needs a &#8220;force quit&#8221;. I use this as my to-do list, note taking mechanism, and when I need to &#8220;write down a quick phone number etc.&#8221; as requested by anyone around me.</p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-turn-your-new-mac-into-an-efficient-gtd-machine-31.png"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-turn-your-new-mac-into-an-efficient-gtd-machine-31.png" alt="" title="how-to-turn-your-new-mac-into-an-efficient-gtd-machine-3" width="500" height="312" class="aligncenter size-full wp-image-2544" /></a><br />
<strong><a href="http://www.indev.ca/MailActOn.html">Mail Act On</a> Is Mail GTD Goodness</strong><br />
Mail is by far the best emailing application for the Mac. Don&#8217;t mess around with Thunderbird or anything else, it&#8217;s trash. They crash and can&#8217;t handle big mailboxes, which are pre-requisites for GTD. Mail Act On lets you move and rearrange emails all from your keyboard, which is like 500x more effective than the trackpad. Download Mail Act On, and you can thank me later.</p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-turn-your-new-mac-into-an-efficient-gtd-machine-41.png"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-turn-your-new-mac-into-an-efficient-gtd-machine-41.png" alt="" title="how-to-turn-your-new-mac-into-an-efficient-gtd-machine-4" width="500" height="312" class="aligncenter size-full wp-image-2544" /></a><br />
<strong>Things Is For Tasks That You Need To Remember</strong><br />
So we have TextEdit for making small to-do lists, but what about tasks that extend past the workday, like picking up eggs before you go home? Things is a cross-platform todo list that works on your iPhone and your Mac. Things, like Mail Act On, can be controlled via your keyboard, making adding tasks a breeze &#8212; you can even add tasks without launching the program directly via a keyboard shortcut.</p>
<p>So if you just bought your Mac and are looking for the best software solutions to keep your Mac efficient, don&#8217;t hit the download button so quickly. A lot of great functionality is built into the core of OSX, so take a look at what Apple gives you out of the box, and partake in the Things and Mail Act-On, the only aftermarket apps I use on my Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisestartupblog.com/apple/how-to-turn-your-new-mac-into-an-efficient-gtd-machine/2543/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How To Create The Best Office Workspace For Less Than $50</title>
		<link>http://wisestartupblog.com/design/how-to-create-the-best-office-workspace-for-less-than-50/2530</link>
		<comments>http://wisestartupblog.com/design/how-to-create-the-best-office-workspace-for-less-than-50/2530#comments</comments>
		<pubDate>Sun, 23 Nov 2008 04:31:49 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[office gifts]]></category>
		<category><![CDATA[desk]]></category>
		<category><![CDATA[office gift]]></category>
		<category><![CDATA[workspace]]></category>

		<guid isPermaLink="false">http://www.wisestartupblog.com/?p=2530</guid>
		<description><![CDATA[Looking for a good gift this christmas for your office? Your office should be designed to be your ultimate work environment, so when making a gift-checklist make sure to put your workspace on the list. I&#8217;ve put together some of the best accessories to turn your boring desk into the ultimate office workspace, all for [...]]]></description>
			<content:encoded><![CDATA[<p>Looking for a good gift this christmas for your office? Your office should be designed to be your ultimate work environment, so when making a gift-checklist make sure to put your workspace on the list.</p>
<p>I&#8217;ve put together some of the best accessories to turn your boring desk into the ultimate office workspace, all for relatively moderate prices.<span id="more-2530"></span></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-make-the-ultimate-office-workspace-21.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-make-the-ultimate-office-workspace-21.jpg" alt="" title="how-to-make-the-ultimate-office-workspace-2" width="500" height="375" class="aligncenter size-full wp-image-2532" /></a></p>
<h2>The Best Office Gifts All Under $50</h2>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-make-the-ultimate-office-workspace1.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-make-the-ultimate-office-workspace1.jpg" alt="" title="how-to-make-the-ultimate-office-workspace" width="250" height="250" class="alignnone size-medium wp-image-2531" /></a><br />
Every desk needs a great lamp. When it hits 9pm and the rest of the office is dark, you can keep your trusty desk lamp lit and pound out work through the night. Adding a little style to your desk with this red lamp can turn your typical desk into a Swedish-inspired modern workspace. The lamp is <a href="http://www.ikea.com/us/en/catalog/products/90096102">$5 from Ikea</a>.</p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-make-the-ultimate-office-workspace-31.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-make-the-ultimate-office-workspace-3-300x300.jpg" alt="" title="how-to-make-the-ultimate-office-workspace-3" width="300" height="300" class="alignnone size-medium wp-image-2533" /></a><br />
Your work doesn&#8217;t stay at your desk, and the best way to extend your great modern office design is to showcase it through your business card holder. It&#8217;s a small item that most people look over, but adding a nice business card case to your ensemble is well worth the <a href="http://www.allmodern.com/Blomus-68257-RY1390.html">$15 from AllModern</a>.</p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-make-the-ultimate-office-workspace-41.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-make-the-ultimate-office-workspace-4-300x274.jpg" alt="" title="how-to-make-the-ultimate-office-workspace-4" width="300" height="274" class="alignnone size-medium wp-image-2534" /></a><br />
We all know Milton from Office Space loved his swingline red stapler, so why not complement your desk with your own favorite stapler. While this stapler is a lot more aesthetically pleasing, it is also just as functional, especially with the $4 price being a fraction of Swingline rates. Find this for <a href="http://www.momastore.org/museum/moma/ProductDisplay_Compact%20Stapler_10451_10001_12518_-1_11524_11526_null__">$4 at MoMa Store</a>.</p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-make-the-ultimate-office-workspace-51.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-make-the-ultimate-office-workspace-5-300x300.jpg" alt="" title="how-to-make-the-ultimate-office-workspace-5" width="300" height="300" class="alignnone size-medium wp-image-2535" /></a><br />
Nothing makes your desk look more official than a work area that tells everyone &#8220;you got shit to take care of.&#8221; You can&#8217;t work on a typical desk surface, you need a desk pad, and a desk pad makes it easy to keep your desk clean, and clutter-free, and at only <a href="http://www.ikea.com/us/en/catalog/products/66703500">$6 from Ikea</a> you might want to pickup a backup in case you spill that coffee again.</p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-make-the-ultimate-office-workspace-61.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/how-to-make-the-ultimate-office-workspace-6-300x274.jpg" alt="" title="how-to-make-the-ultimate-office-workspace-6" width="300" height="274" class="alignnone size-medium wp-image-2536" /></a><br />
The one piece on your desk that you use everyday is your writing utensil, whether it be a pen or pencil. With this brass set, you can keep your style in line whether you&#8217;re scribbling some notes in pencil or signing off on some documents in ink. A great, well-designed writing instrument truly proves that the pen is mightier than the sword, especially when you&#8217;re signing your Christmas bonus checks. At <a href="http://www.momastore.org/museum/moma/ProductDisplay_Brass%20Pen%20and%20Pencil_10451_10001_48903_-1_11524_11531_null_shop_">$12 from MoMa Store</a> these are a steal.</p>
<p>So if you&#8217;re looking for an office gift for a co-worker or simply want to treat yourself to a new office setup for Christmas, this is the best collection of office gifts and items under $50.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisestartupblog.com/design/how-to-create-the-best-office-workspace-for-less-than-50/2530/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Miami Dade College Campus Is The Most Beautiful College Campus Ever</title>
		<link>http://wisestartupblog.com/design/new-miami-dade-college-campus-is-the-most-beautiful-college-campus-ever/2489</link>
		<comments>http://wisestartupblog.com/design/new-miami-dade-college-campus-is-the-most-beautiful-college-campus-ever/2489#comments</comments>
		<pubDate>Thu, 13 Nov 2008 14:36:15 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[architect]]></category>
		<category><![CDATA[college]]></category>

		<guid isPermaLink="false">http://www.wisestartupblog.com/?p=2489</guid>
		<description><![CDATA[The new building in downtown Miami for Miami Dade&#8217;s College (Community College), is absolutely breathtaking. It is designed to be a residential, commercial, and educational building. The blueprints were assembled by Oppenheim Architects and is truly breathtaking. It is unlike any college ever, no plush greeneries, but a giant ecosystem reminiscent of those old Sim [...]]]></description>
			<content:encoded><![CDATA[<p>The new building in downtown Miami for Miami Dade&#8217;s College (Community College), is absolutely breathtaking. It is designed to be a residential, commercial, and educational building.<span id="more-2489"></span></p>
<p>The blueprints were assembled by <a href="http://www.yankodesign.com/2008/11/13/miami-dade-college-is-a-super-building/">Oppenheim Architects</a> and is truly breathtaking. It is unlike any college ever, no plush greeneries, but a giant ecosystem reminiscent of those old Sim City buildings that were self-contained pods.</p>
<p>What do you think about the new campus? For someone with a negative perception of Miami Dade College, this transforms my notions completely.</p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/new-miami-dade-college-11.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/new-miami-dade-college-11.jpg" alt="" title="new-miami-dade-college-3" width="468" height="330" class="aligncenter size-full wp-image-2490" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/new-miami-dade-college-11.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/new-miami-dade-college-21.jpg" alt="" title="new-miami-dade-college-2" width="468" height="330" class="aligncenter size-full wp-image-2490" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/11/new-miami-dade-college-11.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/11/new-miami-dade-college-31.jpg" alt="" title="new-miami-dade-college-3" width="468" height="330" class="aligncenter size-full wp-image-2490" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wisestartupblog.com/design/new-miami-dade-college-campus-is-the-most-beautiful-college-campus-ever/2489/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Ultimate iPhone Accessory You May Never See</title>
		<link>http://wisestartupblog.com/everything-else/the-ultimate-iphone-accessory-you-may-never-see/2341</link>
		<comments>http://wisestartupblog.com/everything-else/the-ultimate-iphone-accessory-you-may-never-see/2341#comments</comments>
		<pubDate>Wed, 29 Oct 2008 13:04:05 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mobile phone]]></category>

		<guid isPermaLink="false">http://www.wisestartupblog.com/?p=2341</guid>
		<description><![CDATA[iPhone accessories are what makes Apple so great. The iPhone has a natural after-market accessory market, and on this blog we cover all of the best, latest, iPhone accessories. So we recently saw that the OLO Computers team may be coming out with a companion to your iPhone. Now we have a desktop version of [...]]]></description>
			<content:encoded><![CDATA[<p>iPhone accessories are what makes Apple so great. The iPhone has a natural after-market accessory market, and on this blog we cover all of the best, latest, iPhone accessories. So we recently saw that the OLO Computers team may be coming out with a <a href="http://www.wisestartupblog.com/if-there-is-an-iphone-computer-here-is-what-it-needs-to-win/1683">companion to your iPhone</a>. Now we have a desktop version of the same concept that brings additional connectivity to your iPhone or dumbphone.<span id="more-2341"></span></p>
<p><a href="http://www.yankodesign.com/2008/10/29/beefing-up-your-old-mobile-phone/">Yanko Design</a> has brought us yet another amazing concept-deisign that highlights what the world would be like if designers ruled the world, and I wish they did.</p>
<p>The iPhone dock would allow you to bring the extended functionality of the phone onto a larger browsing surface, so you can interact the same way you would with your desktop.</p>
<h2>Ultimate iPhone Desktop Experience</h2>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/10/the-ultimate-iphone-accessory-you-may-never-see-21.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/10/the-ultimate-iphone-accessory-you-may-never-see-21.jpg" alt="" title="the-ultimate-iphone-accessory-you-may-never-see-2" width="468" height="702" class="aligncenter size-full wp-image-2342" /></a></p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/10/the-ultimate-iphone-accessory-you-may-never-see1.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/10/the-ultimate-iphone-accessory-you-may-never-see1.jpg" alt="" title="the-ultimate-iphone-accessory-you-may-never-see" width="468" height="702" class="aligncenter size-full wp-image-2343" /></a></p>
<h2>iPhone Accessories</h2>
<p>The iPhone has some of the best accessories on the market. People blog about the latest and greatest, unlike the Microsoft Zune. The Zune has no such market, and that&#8217;s really what makes the Apple products so great and why the iPhone is such a huge success, especially in the aftermarket accessories world.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisestartupblog.com/everything-else/the-ultimate-iphone-accessory-you-may-never-see/2341/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coke&#039;s New Burn Energy Drinks Wins Top Nods At Design Conference</title>
		<link>http://wisestartupblog.com/sales-marketing/cokes-new-burn-energy-drinks-wins-top-nods-at-design-conference/2161</link>
		<comments>http://wisestartupblog.com/sales-marketing/cokes-new-burn-energy-drinks-wins-top-nods-at-design-conference/2161#comments</comments>
		<pubDate>Mon, 20 Oct 2008 14:12:16 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Sales & Marketing]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[coke]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.wisestartupblog.com/?p=2161</guid>
		<description><![CDATA[Have you been able to find Coke&#8217;s new energy drink Burn online? I can&#8217;t find news of it anywhere. And it&#8217;s really a shame, because this new energy drink is taking the world by storm. The images I found were from an Italian website, and also there was a pic snapped in Brazil of the [...]]]></description>
			<content:encoded><![CDATA[<p>Have you been able to find Coke&#8217;s new energy drink Burn online? I can&#8217;t find news of it anywhere. And it&#8217;s really a shame, because this new energy drink is taking the world by storm.<span id="more-2161"></span></p>
<p>The images I found were from an <a href="http://www.burnenergydrink.it/">Italian</a> website, and also there was a pic snapped in Brazil of the Coke Burn truck.</p>
<p>Are you looking for a new energy drink? We did a <a href="http://www.wisestartupblog.com/the-best-energy-drinks-for-startups/98">best of energy drinks for startups</a> recently, but it&#8217;s time for a refresh.</p>
<p>Coke&#8217;s Full Throttle definitely falls short, and I think this new Coke Burn could be a good replacement for Red Bull.</p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/10/coke-burn-energy-drink1.png"><img src="http://wisestartupblog.com/wp-content/uploads/2008/10/coke-burn-energy-drink1.png" alt="" title="coke-burn-energy-drink" width="266" height="338" class="alignnone size-medium wp-image-2162" /></a></p>
<h2>Design is Everything</h2>
<p>Image is everything in pretty much ..everything. Except maybe Craigslist, and this new Coke can impresses. Red Bull has made a name for themselves with the svelte packaging and prestige.</p>
<p>The small size of the can is appealing, but the only limiting factor is the huge cost. At nearly $2 per can, it&#8217;s killer.</p>
<p>This new Coke product could come in at the $1 cost, bring the high-design theme, and take the market by storm.</p>
<p>What do you think? Beauty or beast?</p>
<p><a href="http://wisestartupblog.com/wp-content/uploads/2008/10/coke-burn-energy-drink-21.jpg"><img src="http://wisestartupblog.com/wp-content/uploads/2008/10/coke-burn-energy-drink-2-300x450.jpg" alt="" title="coke-burn-energy-drink-2" width="300" height="450" class="alignnone size-medium wp-image-2163" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wisestartupblog.com/sales-marketing/cokes-new-burn-energy-drinks-wins-top-nods-at-design-conference/2161/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 1/41 queries in 0.088 seconds using disk
Object Caching 554/667 objects using disk

Served from: wisestartupblog.com @ 2012-02-08 11:03:59 -->
