<?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>Morrison &#187; Design</title>
	<atom:link href="http://www.morrisonagency.com/blog/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morrisonagency.com</link>
	<description>Atlanta Advertising + Digital Agency</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:19:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Beginning of the End for Flash</title>
		<link>http://www.morrisonagency.com/blog/design/beginning-of-the-end-for-flash/</link>
		<comments>http://www.morrisonagency.com/blog/design/beginning-of-the-end-for-flash/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 15:16:58 +0000</pubDate>
		<dc:creator>Jon Garcia</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Movements]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.morrisonagency.com/?p=1865</guid>
		<description><![CDATA[Steve Jobs must be celebrating beyond the grave. After the next release, Adobe will no longer develop Flash for mobile browsing beyond bug fixing and limited on-going support. This doesn’t mean Flash is entirely gone, but  it does signal the &#8230; <a href="http://www.morrisonagency.com/blog/design/beginning-of-the-end-for-flash/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Steve Jobs must be celebrating beyond the grave. After the next release, <a title="Adobe kills mobile Flash" href="http://www.guardian.co.uk/technology/2011/nov/09/adobe-flash-mobile-dead" target="_blank">Adobe will no longer develop Flash for mobile browsing</a> beyond bug fixing and limited on-going support. This doesn’t mean Flash is entirely gone, but  it does signal the beginning of the end of Flash as a relevant platform for web use.</p>
<p>Mobile usage increases daily and is <a title="Mobile By The Numbers" href="http://mashable.com/2011/03/23/mobile-by-the-numbers-infogrpahic/" target="_blank">expected to surpass desktop internet usage by 2014</a>. Android OS devices, which are known for supporting Flash, are starting to overtake Apple’s iPhone in number of units sold. Why would Adobe decided to stop supporting Flash now?</p>
<p><strong><span id="more-1865"></span></strong></p>
<p>Adobe’s reaction implies that they don’t believe that Flash will improve enough in speed and security to compete against quicker and friendly HTML5 that already has the lead in mobile browsing development. Add the fact that Apple made it beyond clear that Flash would never be supported on the iPhone and iPad, and you end up with half of the mobile internet market at best being able to view Flash in some capacity.</p>
<p>So, there’s still regular desktop browsing. Why can’t Flash survive there? The relatively new but fast growing concept of Responsive Design prevents the use of Flash. <a title="Responsive Design &amp; Media Queries" href="http://www.morrisonagency.com/blog/design/responsive-design-media-queries/" target="_blank">The idea of Responsive Design</a> is to create and develop your site once with HTML5 and CSS3 in a way that allows the design to display correctly to the specifications of the device it is viewed on. For that to happen, the site must be compatible with mobile browsing practices, which again means no Flash can be used.</p>
<p>Flash has had it’s time in the sun for web development. Now, it appears, it’s time to move on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morrisonagency.com/blog/design/beginning-of-the-end-for-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive Design &amp; Media Queries</title>
		<link>http://www.morrisonagency.com/blog/design/responsive-design-media-queries/</link>
		<comments>http://www.morrisonagency.com/blog/design/responsive-design-media-queries/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 15:29:10 +0000</pubDate>
		<dc:creator>Jeremy Heilpern</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://www.morrisonagency.com/blog/?p=567</guid>
		<description><![CDATA[A concept first introduced by Ethan Marchotte over at A List Apart, Responsive Design is changing the way people think about interface design. First off, a loose definition. A site using responsive design will apply the following: The site must &#8230; <a href="http://www.morrisonagency.com/blog/design/responsive-design-media-queries/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A concept first introduced by <a href="http://unstoppablerobotninja.com/">Ethan Marchotte</a> over at <a href="http://www.alistapart.com/">A List Apart</a>, Responsive Design is changing the way people think about interface design.</p>
<p>First off, a loose definition. A site using responsive design will apply the following:</p>
<ul>
<li>The site must be built with a flexible grid foundation.</li>
<li>Images that are incorporated into the design must be flexible themselves.</li>
<li>Different views must be enabled in different contexts via <a href="http://www.w3.org/TR/css3-mediaqueries/">media queries</a>.</li>
</ul>
<p><span id="more-567"></span></p>
<p>A few examples:</p>
<ul>
<li><a href="http://www.alistapart.com/d/responsive-web-design/ex/ex-site-flexible.html">Ethan’s example on A List Apart</a></li>
<li><a href="http://www.today.com/">Today.com</a></li>
<li><a href="http://earthhour.fr/">Earth Hour</a></li>
</ul>
<p>When viewing one of the examples, re-size your browser window. Make the window as narrow as possible to simulate a mobile interface and notice how elements change on the page.</p>
<p>Sounds a lot like “Fluid design”, doesn’t it? (You may also know this as proportional, liquid, or hybrid design.) While all responsive design is “fluid”, not all fluid designs are responsive.</p>
<p>This is where <a href="http://www.w3.org/TR/css3-mediaqueries/">Media Queries</a> come in. Media queries allow you to tell your browser that depending on the current width, serve up different CSS stylesheets. As the width of the browser/device changes, media queries can pick up on that and change the CSS.</p>
<p>So what does this mean? Well, typically web developers would create an entirely different environment for mobile devices. For example, you’ll often see a m.website.com or mobile.website.com. What responsive design allows you to do is have one website, that adjusts to all devices.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morrisonagency.com/blog/design/responsive-design-media-queries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Triad Advisors Selects The Morrison Agency</title>
		<link>http://www.morrisonagency.com/blog/advertising/triad-advisors-selects-the-morrison-agency/</link>
		<comments>http://www.morrisonagency.com/blog/advertising/triad-advisors-selects-the-morrison-agency/#comments</comments>
		<pubDate>Wed, 20 May 2009 14:09:20 +0000</pubDate>
		<dc:creator>Jeremy Heilpern</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Agency News]]></category>
		<category><![CDATA[Brands]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://morrisonagency.com/blog/?p=100</guid>
		<description><![CDATA[The Morrison Agency has been awarded the branding, awareness and lead generation campaigns for Triad Advisors. Triad teams with Fidelity to offer independent investment advisors all the back-office services they need to compete up against employees of the biggest financial &#8230; <a href="http://www.morrisonagency.com/blog/advertising/triad-advisors-selects-the-morrison-agency/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Morrison Agency has been awarded the branding, awareness and lead generation campaigns for Triad Advisors. Triad teams with Fidelity to offer independent investment advisors all the back-office services they need to compete up against employees of the biggest financial services firms. In addition to the communications campaigns, The Morrison Agency will also develop the company&#8217;s next generation website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morrisonagency.com/blog/advertising/triad-advisors-selects-the-morrison-agency/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Morrison Agency Launches New Aquilex Brand</title>
		<link>http://www.morrisonagency.com/blog/agency-news/the-morrison-agency-launches-new-aquilex-brand/</link>
		<comments>http://www.morrisonagency.com/blog/agency-news/the-morrison-agency-launches-new-aquilex-brand/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 14:12:42 +0000</pubDate>
		<dc:creator>Jeremy Heilpern</dc:creator>
				<category><![CDATA[Agency News]]></category>
		<category><![CDATA[Brands]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://morrisonagency.com/blog/?p=110</guid>
		<description><![CDATA[Aquilex Corporation is a provider of mission-critical plant services for the energy industry. In recent years, they have added a number of complementary businesses to their industrial cleaning and specialty repair &#38; overhaul portfolio and needed to better integrate and &#8230; <a href="http://www.morrisonagency.com/blog/agency-news/the-morrison-agency-launches-new-aquilex-brand/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Aquilex Corporation is a provider of mission-critical plant services for the energy industry. In recent years, they have added a number of complementary businesses to their industrial cleaning and specialty repair &amp; overhaul portfolio and needed to better integrate and position themselves as one comprehensive services provider.</p>
<p>The Morrison Agency helped Aquilex identify a compelling brand position and value proposition and created a plan to launch the new brand internally and externally. The launch included coordinated communications to all employees around the world, followed by a communications program to key customers of each business unit. In support of the launch, The Morrison Agency created a new corporate identity, new sales materials, and launched a brand new website <a href="http://www.aquilex.com/">www.aquilex.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morrisonagency.com/blog/agency-news/the-morrison-agency-launches-new-aquilex-brand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Morrison Agency Launches Childs Advisory Partners Brand</title>
		<link>http://www.morrisonagency.com/blog/agency-news/the-morrison-agency-launches-childs-advisory-partners-brand/</link>
		<comments>http://www.morrisonagency.com/blog/agency-news/the-morrison-agency-launches-childs-advisory-partners-brand/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 14:00:09 +0000</pubDate>
		<dc:creator>Jeremy Heilpern</dc:creator>
				<category><![CDATA[Agency News]]></category>
		<category><![CDATA[Brands]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://morrisonagency.com/blog/?p=77</guid>
		<description><![CDATA[The Morrison Agency completed and launched the new Childs Advisory Partners brand. Childs Advisory Partners, formerly the investment banking team of Childs Company, is the premier investment banking and strategic advisory firm focused on mid-market business services firms. The rebranding &#8230; <a href="http://www.morrisonagency.com/blog/agency-news/the-morrison-agency-launches-childs-advisory-partners-brand/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Morrison Agency completed and launched the new Childs Advisory Partners brand. Childs Advisory Partners, formerly the investment banking team of Childs Company, is the premier investment banking and strategic advisory firm focused on mid-market business services firms.</p>
<p>The rebranding initiative consisted of the following:</p>
<ul>
<li>Company Naming</li>
<li>Positioning and Value Proposition Development</li>
<li>Graphic Identity</li>
<li>Website Design and Implementation</li>
</ul>
<p>Check out the new Childs Advisory Partners brand at <span style="text-decoration: underline;"><a href="http://www.childsadvisorypartners.com/">www.childsadvisorypartners.com</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.morrisonagency.com/blog/agency-news/the-morrison-agency-launches-childs-advisory-partners-brand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

