<?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>Planit - Ideas Transform &#187; interactive</title>
	<atom:link href="http://www.planitagency.com/tag/interactive/feed" rel="self" type="application/rss+xml" />
	<link>http://www.planitagency.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 22:43:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML Tricks: Cross Hatched Shadows</title>
		<link>http://www.planitagency.com/watercooler/html-tricks-cross-hatched-shadows</link>
		<comments>http://www.planitagency.com/watercooler/html-tricks-cross-hatched-shadows#comments</comments>
		<pubDate>Tue, 09 Aug 2011 15:54:43 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[watercooler]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.planitagency.com/?p=5628</guid>
		<description><![CDATA[Pixel patterns are a great way of adding subtle intricacy to design. When used correctly, it can add depth and focus to typography that normal "Web 2.0" tricks (glows, shadows and reflections) can't usually achieve.]]></description>
			<content:encoded><![CDATA[<p>Pixel patterns are a great way of adding subtle intricacy to design. When used correctly, it can add depth and focus to typography that normal &quot;Web 2.0&quot; tricks (glows, shadows and reflections) can&#39;t usually achieve.</p>
<p>CSS3 has a lot of great features too, but it doesn&#39;t have quite the power that illustrator&#39;s Graphical Styles can achieve. Lets say you want system text to mirror the text styles of a dollar bill:</p>
<p><img alt="xhatch" class="aligncenter size-full wp-image-5633" height="76" mce_src="http://www.planitagency.com/wp-content/uploads/2011/08/xhatch.png" src="http://www.planitagency.com/wp-content/uploads/2011/08/xhatch.png" title="xhatch" width="473" /></p>
<p>Sadly, there is no easy way to accomplish this, but I have a solution I&#39;ve been working on that degrades pretty gracefully and doesn&#39;t require any scripts to run. I&#39;ve nicknamed it &quot;Afterburning&quot;, and the idea is simple: Copy the text behind the element, offset it slightly, and apply a background image over for masking.</p>
<p><a href="http://www.planitagency.com/engraved-titles/index.html" target="_blank"><img alt="example" class="aligncenter size-full wp-image-5652" height="60" src="http://www.planitagency.com/wp-content/uploads/2011/08/example1.png" title="example" width="200" /></a></p>
<p>There are a few tricks being used:</p>
<ol>
<li>A new element is created using the CSS :before pseudo-element, this works in most modern browsers, but is ignored by IE, therefore the text looks normal when it isn&#39;t supported.</li>
<li>We cannot access and copy the text directly out of the element using CSS, but we can access any attributes that element has using <code>content: attr();</code>. In most cases, the &quot;title&quot; attribute isn&#39;t widely used for a header element, so we can copy the text content into this area for our :before CSS rule. The only side effect will be a tooltip when you hover over the text. If that is an issue, use the newly implemented &quot;data-&quot; attributes <a href="http://ejohn.org/blog/html-5-data-attributes/" mce_href="http://ejohn.org/blog/html-5-data-attributes/">discussed here</a>.</li>
<li>The image can be a transparent PNG or GIF (Animated for that matter), as long as the color matches the background of the header. Sadly, this is one of the issues with using this method, you&#39;ll need a solid color in the background for the effect to work.</li>
<li>I also added a slight outline to the text with a white CSS shadow. This adds a slight border to separate the text from the hatched-shadow.</li>
<li>You may need to adjust the line-height or padding of the header element to ensure the background covers the duplicated element.</li>
</ol>
<p>As with any modern filter, I wouldn&#39;t recommend it until CSS3 is more widely used. Nonetheless, small little flairs like these reward your users for browsing with the newest standards, while keeping your website content easy to update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.planitagency.com/watercooler/html-tricks-cross-hatched-shadows/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
    
		<item>
		<title>Do you crave mobile videos with your Honey Bunches of Oats?</title>
		<link>http://www.planitagency.com/watercooler/do-you-crave-mobile-videos-with-your-honey-bunches-of-oats</link>
		<comments>http://www.planitagency.com/watercooler/do-you-crave-mobile-videos-with-your-honey-bunches-of-oats#comments</comments>
		<pubDate>Tue, 22 Mar 2011 18:54:50 +0000</pubDate>
		<dc:creator>caitlin</dc:creator>
				<category><![CDATA[watercooler]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[planiteers]]></category>
		<category><![CDATA[the latest]]></category>

		<guid isPermaLink="false">http://www.planitagency.com/?p=5282</guid>
		<description><![CDATA[A recent AdAge article discusses the growing popularity of QR codes. Consumer appetite is growing for them, and some big brands are leading the charge to fulfill this craving.  But is anytime the right time for a QR scan? ]]></description>
			<content:encoded><![CDATA[<p>A recent<a href="http://adage.com/article/digital/qr-codes-gaining-prominence-macy-s-buy-post/149474/" target="_blank"> AdAge article</a> discusses the increasing popularity of QR codes. Consumer appetite is growing for them, and some big brands are leading the charge to fulfill this craving. &nbsp;</p>
<p>This begs the question&mdash;is the goal of some of these products to get people to scan the codes while in the store? For some products this might be helpful, for example a gadget QR scan to see its rating or how to use it. But cereal? First of all, I can&rsquo;t stand people clogging the cereal aisle. Lately, the aisle is clogged enough with displays let alone crowds.</p>
<p>So if some of the codes are aimed at reaching folks at home after purchase, I wonder if people will even see them. Do we really have time to sit down and read the cereal box these days? If you have a phone on hand, with apps and internet access to use to scan the QR code on the box, my guess is you will probably get caught up in email, Facebook, Angry Birds, etc. before wanting to actually watch a Honey Bunches of Oats video. But hey, I could be wrong.&nbsp;</p>
<p>It&#39;ll be interesting to see who jumps on this bandwagon and who really experiences success as a result of the codes on product packaging. Videos, games, and apps need to be entertaining for the right audience, and in some cases you just don&#39;t know who that will be.&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.planitagency.com/watercooler/do-you-crave-mobile-videos-with-your-honey-bunches-of-oats/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
    
		<item>
		<title>Does size matter?</title>
		<link>http://www.planitagency.com/watercooler/does-size-matter</link>
		<comments>http://www.planitagency.com/watercooler/does-size-matter#comments</comments>
		<pubDate>Mon, 14 Mar 2011 21:46:18 +0000</pubDate>
		<dc:creator>cfinnegan</dc:creator>
				<category><![CDATA[watercooler]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[planiteers]]></category>

		<guid isPermaLink="false">http://www.planitagency.com/?p=5265</guid>
		<description><![CDATA[Will larger online ad sizes bring new life to online display advertising? ]]></description>
			<content:encoded><![CDATA[<p>Check out this <a href="http://adage.com/article/digital/online-ad-group-picks-bigger-ads-bring-tv-dollars-web/149138/ " target="_blank">article</a> about online ad size.</p>
<p>Banner ads have long been used to monetize a publisher&rsquo;s website and breakup content through strategic use of above- and below-the-fold placements. Combined with the right ad server, they have powerful tracking capabilities that allow for great insight into measuring a campaign&rsquo;s success.</p>
<p>With that said, the one thing online ads have been lacking has been size. Rich media ads can be eye catching, but has animation taken the place of solid design and messaging in some cases? One way or the other, larger IAB ad sizes may bring a new sense of life into online display advertising design.</p>
<p>There are still so many questions that remain to be answered:</p>
<ul>
<li>Will the click-thru rates see a noticeable jump from the 0.02% to 0.07% industry standard?</li>
<li>Will the $50 to $100 CPM rates be worth the cost versus the more traditional fixed-cost homepage buys?</li>
<li>Will the ad networks be able to control the creative so that it does not cause crashed pages and long load times?</li>
</ul>
<p>I&nbsp;spoke with a contact at a large ad network that is already using these ad units, and they have seen many verticals already benefiting from these larger ad units.</p>
<ul>
<li>The entertainment industry is promoting the latest film releases.</li>
<li>Travel companies are creating interactive experiences that go past awareness and straight into a heavier push for ticket sales.</li>
<li>Pharmaceutical companies are loving the extra space to include more room for their list of required legalese.</li>
</ul>
<p>There will be a lot of room for growth here, and I am sure that a lot will change in the next year or so. But if this recent move begins to improve the overall art design of online ads (which has been lacking)&mdash;that is a welcome change in my eyes&hellip;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.planitagency.com/watercooler/does-size-matter/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
    
		<item>
		<title>Is the &#8220;free&#8221; Internet as we know it in jeopardy?</title>
		<link>http://www.planitagency.com/watercooler/is-the-free-internet-as-we-know-it-in-jeopardy</link>
		<comments>http://www.planitagency.com/watercooler/is-the-free-internet-as-we-know-it-in-jeopardy#comments</comments>
		<pubDate>Thu, 02 Dec 2010 20:52:01 +0000</pubDate>
		<dc:creator>cfinnegan</dc:creator>
				<category><![CDATA[watercooler]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[the latest]]></category>

		<guid isPermaLink="false">http://www.planitagency.com/?p=4753</guid>
		<description><![CDATA[According to a recent Ad Age article, the FTC revealed its proposal for a universal "do not track" mechanism Wednesday that would allow people to choose whether they want internet companies to collect information on their browsing habits.]]></description>
			<content:encoded><![CDATA[<p>According to a recent<a href="http://adage.com/digital/article?article_id=147395"> Ad Age article</a>, the FTC revealed its proposal for a universal &quot;do not track&quot; mechanism Wednesday that would allow people to choose whether they want Internet companies to collect information on their browsing habits.</p>
<p>Well, they have proposed this sort of legislation before and it never went through, however it looks like this time things may be different.&nbsp; Consumers had better know what they&rsquo;re asking for here. If they keep trying to make it difficult for advertising on the Internet, you will start to find some of the larger web publishers charging users for content to make up for lost revenue. The &ldquo;free&rdquo; Internet as we know it is in enough jeopardy with Comcast.</p>
<p>Who would you rather have pay to keep content free &ndash; you or the advertisers?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.planitagency.com/watercooler/is-the-free-internet-as-we-know-it-in-jeopardy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
    
		<item>
		<title>UseKit: Bringing together helpful extensions in the name of productivity</title>
		<link>http://www.planitagency.com/watercooler/usekit-bringing-together-helpful-extensions-in-the-name-of-productivity</link>
		<comments>http://www.planitagency.com/watercooler/usekit-bringing-together-helpful-extensions-in-the-name-of-productivity#comments</comments>
		<pubDate>Wed, 15 Sep 2010 14:11:18 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[watercooler]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.planitagency.com/?p=4525</guid>
		<description><![CDATA[I spend a great deal of time collaborating, sharing, and commenting, both in and out of the office. That being said, I've used a lot of different browser plugins that come and go without much fanfare.]]></description>
			<content:encoded><![CDATA[<p>I spend a great deal of time collaborating, sharing, and commenting, both in and out of the office. That being said, I&#39;ve used a lot of different browser plugins that come and go without much fanfare. Although they are usually great for a specific task (sending screenshots, posting to Facebook, adding comments), they usually aren&#39;t worth the extra browser real estate or don&#39;t work across browsers.</p>
<p>So I did some hunting today for a browser plugin that could bring together some of the more helpful tools without giving me a headache when I don&#39;t need them. <a href="http://usekit.com/" mce_href="http://usekit.com/">useKit</a> is a cross-platform, Firefox/Chrome/Safari plugin that allows you to:</p>
<ul>
<li>Bookmark and add sticky notes to any page or any piece of content, then share your content with your friends who have useKit.</li>
<li>Translate blocks of text.</li>
<li>Tag map locations.</li>
<li>Edit and debug HTML and Javascript.</li>
<li>Print out sections or the entire page as you see it on the screen.</li>
<li>Post to Facebook, Twitter, Delicious, etc.</li>
</ul>
<p>All with a very neat hideable toolbar at the bottom of the browser. You can even add and remove any of these features from a simple control panel.</p>
<p><a href="http://useKit.com/" mce_href="http://useKit.com/" target="_blank">Here&#39;s the link to their site for a full explaination</a></p>
<p>I&#39;d definitely check it out, especially If you&#39;ve ever scared yourself off of toolbars with images like these:</p>
<p mce_style="text-align: center; " style="text-align: center; "><a href="http://www.planitagency.com/wp-content/uploads/2010/09/too_many_toolbars.jpg" mce_href="http://www.planitagency.com/wp-content/uploads/2010/09/too_many_toolbars.jpg"><img alt="Too Many Toolbars" class="aligncenter size-medium wp-image-4526" height="225" mce_src="http://www.planitagency.com/wp-content/uploads/2010/09/too_many_toolbars-300x225.jpg" src="http://www.planitagency.com/wp-content/uploads/2010/09/too_many_toolbars-300x225.jpg" title="Too Many Toolbars" width="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.planitagency.com/watercooler/usekit-bringing-together-helpful-extensions-in-the-name-of-productivity/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
    
		<item>
		<title>My own Google story</title>
		<link>http://www.planitagency.com/watercooler/my-own-google-story</link>
		<comments>http://www.planitagency.com/watercooler/my-own-google-story#comments</comments>
		<pubDate>Sat, 17 Apr 2010 18:24:32 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[watercooler]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[interactive]]></category>

		<guid isPermaLink="false">http://www.planitagency.com/?p=3991</guid>
		<description><![CDATA[Remember Google's great Super Bowl ad? The one where Google demonstrated to hundreds of millions of viewers how their services can help facilitate a romance abroad?]]></description>
			<content:encoded><![CDATA[<p>Remember Google&#39;s great Super Bowl ad? The one where Google demonstrated to hundreds of millions of viewers how their services can help facilitate a romance abroad? It was cute and clever for sure. Well, now Google-via-YouTube is allowing users to <a href="http://www.youtube.com/searchstories">create their own stories</a>. Without further ado, here is my creation for Planit.</p>
<h3>&quot;A Planit/Client Love Story&quot;</h3>
<p><object height="344" width="425"><param name="movie" value="http://www.youtube.com/v/u2sWpP2kfUk&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/u2sWpP2kfUk&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" width="425"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.planitagency.com/watercooler/my-own-google-story/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
    
		<item>
		<title>Google Fiber and the Baltimore web community</title>
		<link>http://www.planitagency.com/watercooler/google-fiber-and-the-baltimore-web-community</link>
		<comments>http://www.planitagency.com/watercooler/google-fiber-and-the-baltimore-web-community#comments</comments>
		<pubDate>Mon, 29 Mar 2010 16:20:18 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[watercooler]]></category>
		<category><![CDATA[Baltimore business]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[interactive]]></category>

		<guid isPermaLink="false">http://www.planitagency.com/?p=3840</guid>
		<description><![CDATA[As one of the Baltimore organizations supporting the cause to make Baltimore one of the Google Fiber test cities, I feel it's appropo to write a quick post about what Google Fiber is and what it could mean for the Baltimore web community.]]></description>
			<content:encoded><![CDATA[<p>As a member of one of the Baltimore organizations <a href="http://www.bmorefiber.com/">supporting the cause</a> to make Baltimore one of the Google Fiber test cities, I feel it&#39;s apropos to write a quick post about what Google Fiber is and what it could mean for the Baltimore web community.</p>
<p><span style="font-size: 12px;"><em><span style="color: rgb(169, 169, 169);"><span style="font-family: arial,helvetica,sans-serif;">I&#39;ll let James Kelly from the Google team do the honors of explaining what it is&#8230;<br />
</span></span></em></span></p>
<p><object height="295" width="480"><param name="movie" value="http://www.youtube.com/v/wusklcNKDZc&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="295" src="http://www.youtube.com/v/wusklcNKDZc&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" width="480"></embed></object></p>
<p><em><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 12px;">If you didn&#39;t watch the video, here&#39;s a quick rundown (again from someone at Google):</span></span></em></p>
<p><span style="color: rgb(169, 169, 169);">&quot;Google is planning to launch an experiment that we hope will&#8230;deliver Internet speeds more than 100 times faster than what most Americans have access to today, over 1 gigabit per second, fiber-to-the-home connections.&quot;</span></p>
<h3>So what would Baltimore be like with faster Internet?</h3>
<p><a href="http://www.bmorefiber.com/"><img align="left" alt="" height="255" src="http://www.bmorefiber.com/static/images/bmorefiber_logo.png" width="279" /></a>Well, we know the Internet isn&#39;t exactly localized, so the content available to us from outside of Baltimore would probably be the same. But, the speed at which we obtain content would be up to 100 times faster. So, why is this a great opportunity for the creative web community? Here are just a few reasons:</p>
<h3>1) A Baltimore web developer&#39;s R&amp;D playground:</h3>
<p>This would be an amazing opportunity for the Baltimore tech community to push web applications to the next level. Faster Internet connections means more robust applications managing more information faster. Again, the web is not localized so everything we create in Baltimore won&#39;t be as easily accessible elsewhere. But, this opportunity would allow our developer community to get a head-start on building &quot;bandwidth intensive&quot; online applications. Whether sharing bigger documents faster, mining data, or just streaming video over a network, could Baltimore create the next big application in telecommunications?</p>
<h3>2) More experiential display ads:</h3>
<p>If any aspect of the web could benefit from a better connected Baltimore, localized display advertising has the most potential. Think about it. Most display ad publishers/networks limit the size and level of interactivity of online advertising in fear of slowing down the performance of their sites. Not with Google Fiber. With higher-quality video, images, Flash, and dynamic content streaming seamlessly into web content, ads could reach great new heights of creativity, and as a result garner more attention for Baltimore businesses. I know Google is already making major overhauls in <a href="http://googleblog.blogspot.com/2009/11/displaying-best-display-ad-with.html">the way we consume and create targeted display advertising</a>, so could Baltimore be the testing ground for more advanced behavior-based advertising? As a direct result of this, publishers could charge more for ad space due to the potential creative opportunities within prime real estate.</p>
<h3>3) Business ventures and a boom in technology:</h3>
<p>If Google builds it, they will come. Once an infrastructure is set in place, businesses and investors would be keeping a close eye on Baltimore. The local economy could grow from recognition of being a test city. Greater speeds mean more efficiencies for businesses who rely on faster connectivity. Creative web/tech shops could presumably generate greater awareness for our capabilities in this region. Could Baltimore become the next Silicon Valley?</p>
<p>These are just a few quick thoughts on how Baltimore-based web teams could leverage the use of Google Fiber. Outside of the creative web community there are <a href="http://davetroy.com/?p=954">far more pressing and quantitative reasons</a> that Google should consider Baltimore as a test city. I&#39;m grateful that our <a href="http://www.baltimoresun.com/business/technology/bal-bz.google12mar12,0,6198664.story">state and local governments are joining forces with the tech community</a> to generate more of a legitimate buzz to answer Google&#39;s RFI. Fingers crossed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.planitagency.com/watercooler/google-fiber-and-the-baltimore-web-community/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
    
		<item>
		<title>Will our smartphones replace our desktop computers?</title>
		<link>http://www.planitagency.com/watercooler/will-our-smartphones-replace-our-desktop-computers</link>
		<comments>http://www.planitagency.com/watercooler/will-our-smartphones-replace-our-desktop-computers#comments</comments>
		<pubDate>Fri, 05 Mar 2010 04:17:43 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[watercooler]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://www.planitagency.com/?p=3716</guid>
		<description><![CDATA[Mashable reports on John Herlihy's (European Director of Google’s online sales) comment that our desktop computers may become irrelevant within the next few years. What is this idea based on?]]></description>
			<content:encoded><![CDATA[<p><span style="color: rgb(169,169,169)"><em><span style="font-size: 12px">Mashable reports on the comment made by John Herlihy (European Director of Google&rsquo;s online sales) that <a href="http://mashable.com/2010/03/04/google-desktops-irrelevant/">our desktop computers may become irrelevant</a> within the next few years. What is this idea based on?</span></em></span></p>
<h3>Japan&#39;s Stats</h3>
<p><strong>First</strong>, he says that statistics in Japan show that most research done in that country is performed on smartphones instead of desktops. Whether or not that is also a spiking trend in the states, I cannot say. I&#39;d imagine that at the rate at which smartphones are becoming ubiquitous among people of all ages, I&#39;d assume that we&#39;re close on Japan&#39;s tail.</p>
<h3>Storage in the Cloud</h3>
<p><strong>Second</strong>, information stored in the cloud could potentially replace the need for massive hard drives. This of course, as Mashable suggests, is Google&#39;s domain. With a growing number of services that allow users to store and access their documents and media from the web (instead of&nbsp;their computers), this point can&#39;t be ignored.</p>
<p>The question, though, is&nbsp;will we be ready to eliminate our need for a workstation? Maybe? Sorta. I believe there will come a time when we&#39;ll be able to come into work, plug a hand-held device into a monitor, and use this device as our operating system. As these devices continue to sync our accounts, media, and contacts together, it only makes sense that they will sync to our files in the cloud, too.</p>
<p>Some of the major problems with this theory&nbsp;include native applications and large files that require powerful processors. Can a smartphone&#39;s tiny processor ever be as fast as a desktop? Will Adobe make a suite of fully functioning applications in the cloud? Or will they continue to make lightweight versions native to the hand-held device itself? We&#39;ve seen the limitations of Android&#39;s and iPhone&#39;s Photoshop app, so will Adobe improve upon this? Will Internet speeds increase to levels that make storing large files online a problem of the past? Truthfully, I&#39;m not sure.</p>
<h3>Tell me your thoughts:</h3>
<h2>Do you think John Herlihy is right? Will smartphones make desktops irrelevant?</h2>
<h2>What are some other limitations of my plug-and-play device-to-monitor scenario?</h2>
]]></content:encoded>
			<wfw:commentRss>http://www.planitagency.com/watercooler/will-our-smartphones-replace-our-desktop-computers/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
    
		<item>
		<title>Interactive Roundup 2/23/10</title>
		<link>http://www.planitagency.com/watercooler/interactive-roundup-2-23-10</link>
		<comments>http://www.planitagency.com/watercooler/interactive-roundup-2-23-10#comments</comments>
		<pubDate>Tue, 23 Feb 2010 15:29:45 +0000</pubDate>
		<dc:creator>brent</dc:creator>
				<category><![CDATA[watercooler]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[interactive roundup]]></category>
		<category><![CDATA[online]]></category>

		<guid isPermaLink="false">http://www.planitagency.com/?p=3465</guid>
		<description><![CDATA[Just a hodge-podge of things found on the web.]]></description>
			<content:encoded><![CDATA[<p><em>Just a hodge-podge of things found on the web.</em></p>
<p><a href="http://www.bytearray.org/?p=1470" target="_blank"><img alt="" height="280" src="http://www.planitagency.com/wp-content/uploads/flash_on_nexusone(1).jpg" width="500" /></a></p>
<p><a href="http://www.bytearray.org/?p=1470" target="_blank">Flash on the Nexus One</a>&nbsp;looks great, not sure what all the hoopla is about with not being able to use flash on the iphone and ipad.&nbsp;<br />
I guess <a href="http://gizmodo.com/5476641/adobe-flash-developer-says-ipads-flash-allergy-due-to-hovering-clicking-cursors?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+gizmodo/full+(Gizmodo)  " target="_blank">this</a> is a little off-base after watching the video, but brings up an interesting point about the hover state not being supported on the iphone and ipad.</p>
<p><a href="http://www.recordtripping.com/" target="_blank"><img alt="" height="255" src="http://www.planitagency.com/wp-content/uploads/record_tripping.jpg" width="500" /></a></p>
<p><a href="http://www.recordtripping.com/" target="_blank">Record Tripping </a>,Ingenious flash game using record scratching and storytelling (&quot;Alice in Wonderland&quot;).</p>
<p><a href="http://gizmodo.com/5476507/lego-crawler-town-makes-having-a-tiny-yellow-head-totally-worth-it?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+gizmodo/full+(Gizmodo)" target="_blank"><img alt="" height="373" src="http://cache.gawkerassets.com/assets/images/4/2010/02/500x_crawlertown.jpg" width="500" /></a></p>
<p><a href="http://gizmodo.com/5476507/lego-crawler-town-makes-having-a-tiny-yellow-head-totally-worth-it?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+gizmodo/full+(Gizmodo)" target="_blank">Crazy lego model</a></p>
<p><a href="http://www.fokistudios.com/superfun/" target="_blank"><img alt="" height="255" src="http://www.planitagency.com/wp-content/uploads/superfun.jpg" width="500" /></a></p>
<p><a href="http://www.fokistudios.com/superfun/" target="_blank">http://www.fokistudios.com/superfun/</a></p>
<p>&quot;To better explain the poor name for this plugin, I&#39;m not exactly sure what to call this. Consider it an HTML5, CSS3 tech-demo / experiment with scale, rotation and transformation.&quot;</p>
<p><a href="http://37signals.com/svn/posts/2177-wonderfully-conceptualized-beautifully-executed" target="_blank"><img alt="" height="255" src="http://www.planitagency.com/wp-content/uploads/psa.jpg" width="500" /></a></p>
<p><a href="http://37signals.com/svn/posts/2177-wonderfully-conceptualized-beautifully-executed" target="_blank">Beautiful Safer Roads PSA</a></p>
<p><a href="http://somerandomdude.com/projects/off-franklin-tumblr-theme/" target="_blank"><img alt="" height="255" src="http://www.planitagency.com/wp-content/uploads/off_franklin_tumblr.jpg" width="500" /></a></p>
<p>Do you use Tumblr? Great looking theme <a href="http://somerandomdude.com/projects/off-franklin-tumblr-theme/" target="_blank">here</a>.</p>
<p><a href="http://www.cumps.be/tags/technology/design-patterns/" target="_blank"><img alt="" height="255" src="http://www.planitagency.com/wp-content/uploads/head_first.jpg" width="500" /></a></p>
<p>I&#39;m a noob to design patterns, and being a self taught programmer I&#39;ve slept on learning things like this. But, after picking up this <a href="http://oreilly.com/catalog/9780596007126" target="_blank">book at the library</a>, I realized how helpful it is to know these by heart. Instead of me trying to figure out how to solve a problem from scratch, I realized that the same problems have cropped up for every developer in every language, and this book covers how to avoid most of the same mistakes and architect your programming in a way that prevents a lot of the same problems from occurring. &nbsp;If you haven&#39;t formally used design patterns, but do a lot of programming, you&#39;ll immediately recognize a lot of these patterns that you might have loosely used in the past. &nbsp; If you don&#39;t want to buy the book, you can see all of the patterns at this <a href="http://www.cumps.be/tags/technology/design-patterns/" target="_blank">website</a>. &nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.planitagency.com/watercooler/interactive-roundup-2-23-10/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
    
		<item>
		<title>Interactive Roundup 2/19/10</title>
		<link>http://www.planitagency.com/watercooler/interactive-roundup-21910</link>
		<comments>http://www.planitagency.com/watercooler/interactive-roundup-21910#comments</comments>
		<pubDate>Fri, 19 Feb 2010 16:27:52 +0000</pubDate>
		<dc:creator>brent</dc:creator>
				<category><![CDATA[watercooler]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[interactive roundup]]></category>
		<category><![CDATA[online]]></category>

		<guid isPermaLink="false">http://www.planitagency.com/?p=3389</guid>
		<description><![CDATA[Some interesting things I've found this week when scouring the web.]]></description>
			<content:encoded><![CDATA[<p><i>Some interesting things I&#39;ve found this week when scouring the web.</i></p>
<p><img align="middle" alt="" height="350" src="http://www.planitagency.com/wp-content/uploads/codeorgan(1).jpg" width="500" /></p>
<p><a href="http://www.codeorgan.com/?url=planitagency.com" target="_blank">Code Organ </a>- See what the Planit Website sounds like.</p>
<p>Keep up with Adobe at the <a href="http://blogs.adobe.com/conversations/2010/02/adobe_announcements_at_mobile.html" target="_blank">mobile world conference</a>. I&#39;ve been seeing a lot of flash on mobile platforms.</p>
<p>&nbsp;</p>
<p><img align="middle" alt="" height="241" src="http://www.planitagency.com/wp-content/uploads/tableau_public.jpg" width="500" /></p>
<p>Welcome <a href="http://www.tableausoftware.com/public/" id="hugu" target="_blank" title="Tableau Public">Tableau Public</a> to the multitude of Social Data Vis tools out there now, such as &nbsp;<a href="http://www.swivel.com/" id="k88c" target="_blank" title="Swivel">Swivel</a>, <a href="http://daytum.com/" id="gln:" target="_blank" title="Daytum">Daytum</a>&nbsp;and&nbsp;<a href="http://statplot.com/" id="cs9s" target="_blank" title="StatPlot">StatPlot</a>. Although, this seems to live in a more robust desktop application. &nbsp;It would be nice if you could use private data without making it public to use on your own presentations, but still seems to be useful when you need to embed some nice infographics on a website and don&#39;t have the time to create them yourself.</p>
<p>In other infographic news, Google released their own&nbsp;<a href="http://code.google.com/intl/uk/apis/charttools/" id="hl1-" target="_blank" title="chart tools">chart tools</a>.</p>
<p>&nbsp;</p>
<p><img align="middle" alt="" height="241" src="http://www.planitagency.com/wp-content/uploads/machester_city.jpg" width="500" /></p>
<p>Beautiful website for&nbsp;<a href="http://www.mcfc.co.uk/" id="pf0w" target="_blank" title="Manchester City Soccer.">Manchester City Soccer.</a></p>
<p>&nbsp;</p>
<p><img align="middle" alt="" height="241" src="http://www.planitagency.com/wp-content/uploads/wonderfl.jpg" width="500" /></p>
<p>Great&nbsp;<a href="http://wonderfl.net/" id="jo-h" target="_blank" title="resource">resource</a>&nbsp;for seeing AS3 code samples. &nbsp;And <a href="http://stackoverflow.com/" target="_blank">Stack Overflow</a> has become my favorite forum for posting developer questions, incredibly responsive replies.</p>
<p>&nbsp;</p>
<p><img align="middle" alt="" height="241" src="http://www.planitagency.com/wp-content/uploads/opera_unite.jpg" width="500" /></p>
<p><a href="http://unite.opera.com/" id="z25c" target="_blank" title="Opera Unite">Opera Unite</a>, turn your opera web browser into a server, share files, host websites (well, host them until you close your browser). &nbsp;I find myself flipping between two browsers already, Chrome and Firefox, now I might need to add a third one to the bunch, BROWSER OVERLOAD!</p>
<p>&nbsp;</p>
<p><img align="middle" alt="" height="241" src="http://www.planitagency.com/wp-content/uploads/edit_ease.jpg" width="500" /></p>
<p>Need to give a client the ability to edit a site, but don&#39;t want to build a giant cms. Use&nbsp;<a href="http://code.google.com/p/editease/" id="a5ou" target="_blank" title="Edit-ease">Edit-ease</a>. &nbsp;Simply put some javascript on your page, click admin, and edit away. &nbsp;Just saves the content back to the HTML page, and has a nice WYSIWIG.</p>
<p>&nbsp;</p>
<p><img align="middle" alt="" height="241" src="http://www.planitagency.com/wp-content/uploads/bing_maps.jpg" width="500" /></p>
<p>Really amazing&nbsp;<a href="http://www.ted.com/talks/blaise_aguera.html" id="no0d" target="_blank" title="TED talk on Bing Maps">TED talk on Bing Maps</a>. It&#39;s been a while since I have checked out the mapping functionality on&nbsp;<a href="http://www.bing.com/maps/explore/#" id="pqo:" target="_blank" title="BING">BING</a>, the photosynth feature is impressive.</p>
<p>&nbsp;</p>
<p><img align="middle" alt="" height="241" src="http://www.planitagency.com/wp-content/uploads/html5_sketchpad.jpg" width="500" /></p>
<p>If you weren&#39;t sure what HTML 5 was capable of,&nbsp;<a href="http://mugtug.com/sketchpad/" id="hlxy" target="_blank" title="this will show you">this will show you</a>&nbsp;(so will <a href="http://9elements.com/io/projects/html5/canvas/" target="_blank">this</a>)</p>
<p>&nbsp;</p>
<p><img align="middle" alt="" height="273" src="http://www.planitagency.com/wp-content/uploads/wrangler.jpg" width="500" /></p>
<p>Nice Style on the Wrangler jeans site.<a href="http://eu.wrangler.com/bluebell/" target="_blank">http://eu.wrangler.com/bluebell/</a></p>
<p>&nbsp;</p>
<p><img align="middle" alt="" height="273" src="http://www.planitagency.com/wp-content/uploads/moofe.jpg" width="500" /></p>
<p>Really great image search site&nbsp;<a href="http://www.moofe.com/" target="_blank">http://www.moofe.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.planitagency.com/watercooler/interactive-roundup-21910/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
    
	</channel>
</rss>

