

































 

 <?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>The Archer Group</title>
	<atom:link href="http://www.archer-group.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.archer-group.com</link>
	<description>The Art and Science of Digital</description>
	<lastBuildDate>Mon, 14 May 2012 18:51:27 +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>Community Coordinator</title>
		<link>http://www.archer-group.com/job-opening/community-coordinator</link>
		<comments>http://www.archer-group.com/job-opening/community-coordinator#comments</comments>
		<pubDate>Mon, 14 May 2012 17:53:18 +0000</pubDate>
		<dc:creator>Archer Group</dc:creator>
		<guid isPermaLink="false">http://main.archerv4.dev1.archergroup.local/?post_type=job-opening&#038;p=7174</guid>
		<description><![CDATA[The Archer Group is looking for a savvy, passionate, creative Community Coordinator to take on the responsibility of managing social media profiles for various types of world-class brands, as well as keep up with the ever-changing social media landscape. The right candidate possesses exceptional writing skills, takes initiative, thinks on his/her feet, and is willing [...]]]></description>
			<content:encoded><![CDATA[<p>The Archer Group is looking for a savvy, passionate, creative Community Coordinator to take on the responsibility of managing social media profiles for various types of world-class brands, as well as keep up with the ever-changing social media landscape. The right candidate possesses exceptional writing skills, takes initiative, thinks on his/her feet, and is willing to go the extra mile to exceed client expectations. This person can bring new and exciting ideas to the table through constant analysis and optimization of content and trends.</p>
<p>Compensation is based on skills and experience. The Archer Group offers excellent benefits, including health, 401k plan, paid time off, and more to all full-time employees.</p>
<p>For immediate consideration, please send your resume to <a href="mailto:careers@archer-group.com?subject=Job%20Opening:%20Community%20Coordinator">careers@archer-group.com</a>. Please identify this position in the subject line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.archer-group.com/job-opening/community-coordinator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Similarities and Differences in iOS &amp; Android UX Design</title>
		<link>http://www.archer-group.com/2012/mobile-category/similarities-and-differences-in-ios-android-ux-design</link>
		<comments>http://www.archer-group.com/2012/mobile-category/similarities-and-differences-in-ios-android-ux-design#comments</comments>
		<pubDate>Mon, 14 May 2012 15:32:31 +0000</pubDate>
		<dc:creator>Catriona Cornett</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<guid isPermaLink="false">http://main.archerv4.dev1.archergroup.local/?p=7180</guid>
		<description><![CDATA[When creating mobile applications, most application development efforts focus on the iOS and Android platforms, for fairly obvious reasons. In October and November 2011, Android and iOS accounted for 90% of all smartphone sales (47% and 43%, respectively). While the platform with the majority of users may fluctuate over the next few years as both [...]]]></description>
			<content:encoded><![CDATA[<p>When creating mobile applications, most application development efforts focus on the iOS and Android platforms, for fairly obvious reasons. In October and November 2011, Android and iOS accounted for <a title="90% of all smartphone sales" href="http://gigaom.com/2012/01/09/iphone-breathing-down-the-neck-of-android-in-u-s/" target="_blank">90% of all smartphone sales</a> (47% and 43%, respectively). While the platform with the majority of users may fluctuate over the next few years as both platforms continue to evolve, it&#8217;s safe to say that organizations will need to support application development for both platforms for the foreseeable future.</p>
<p>A common challenge in supporting both platforms is how to best design native applications for iOS and Android that have similar functionality but are optimized for the interaction design standards and user expectations unique to each platform.</p>
<p>Another of the many other challenges in designing for both platforms is that the iOS platform is much more defined in terms of how various UI components should look and behave compared to the openness of the Android platform. In contrast to the iOS user interface standards defined in the Human Interface Guidelines, Android only provides recommendations for how common application UI elements should look and behave. While this openness can lead to creative design approaches, it can be difficult to design for one platform that is more standardized and another that is more open in regard to interaction design patterns. Therefore, to ground design decisions when creating applications, it&#8217;s important to identify the similarities and differences between the patterns that have emerged for Android as well as the standards that guide iOS design.</p>
<p>Below are some of the similarities in how to approach the design of the user experience for both platforms, as well as some of the primary user experience differences to consider when designing native iOS and Android applications.</p>
<h3>Primary iOS and Android Native Application UX Similarities:</h3>
<ul>
<li><strong>Application structure:</strong> The basic flow of information can be similar in both iOS and Android platforms. It&#8217;s rarely necessary to define completely unique information architecture for each platform.</li>
<li><strong>List-based navigation:</strong> In both platforms, most task-based applications are structured in a hierarchical tree-based format in which the user navigates an application through a series of lists and tables to dive deeper into the app&#8217;s information. Each level of the application may have unique interaction patterns, but the idea of navigation via a hierarchical structure is similar in both platforms.</li>
<li><strong>Wayfinding:</strong> Wayfinding is an information architecture term for the ways in which people orient themselves and navigate from place to place. Both iOS and Android applications should have visible screen titles that indicate to the user where they are, as well as an indication of where they came from and where they can go next on each screen.</li>
<li><strong>Expected functionality of basic UI components:</strong> Many UI components, including tabs, sliders, pickers, text fields, checkboxes, switches, and buttons, are very similar across both platforms. The design treatment and placement of the UI components varies between platforms, but their expected functionality is quite similar.</li>
<li><strong>Gestures: </strong>The most basic and common touch gesture controls used in applications are similar in both iOS and Android. The tap, drag, flick, swipe, double tap, and pinch gestures are typically used for similar actions across both platforms. The only gesture that has significantly different usage across platforms is the &#8220;tap and hold&#8221; gesture, which is much more commonly used in the Android platform to reveal a contextual menu of options or to enter a data selection mode.</li>
</ul>
<h3>Primary iOS and Android Native Application UX Differences:</h3>
<ul>
<li><strong>Screen sizes and resolutions to consider:</strong> iOS smartphones only come in one screen size and two screen resolutions. Android smartphones have three generalized sizes and three generalized screen resolutions (or densities). This primarily impacts the layout choices that need to be considered when designing an application.</li>
<li><strong>&#8220;Back&#8221; navigation:</strong> &#8220;Back&#8221; is a UI element in iOS applications, placed in the upper-left hand corner of the navigation bar that navigates backward only within defined screens in an application, never across the entire device. In Android devices, there can be two different &#8220;back&#8221; actions: &#8220;up&#8221; and &#8220;back&#8221;. &#8220;Up&#8221; was introduced primarily for Android 3.0+ devices without hardware keys and is a UI element represented as an icon on the left-hand side of the top action bar. &#8220;Up&#8221; navigates back within an application. Android &#8220;back&#8221;, in contrast, is a button on the physical device that goes back in history across the entire device.</li>
<li><strong>Tab navigation placement:</strong> Tab navigation is typically used to navigate through primary functions in an application. iOS tab navigation is represented through a tab bar at the bottom of the application. Android recommends that tabs be placed at the top of an application. In addition, by iOS standards, only 5 tabs can be displayed at a time. In Android, however, scrollable tabs can be used to display more tabs than can fit in the viewable screen width.</li>
<li><strong>Changing data views:</strong> To switch between views of a single set of data, such as changing sort order or groupings, different components are used. iOS typically uses segmented controls for this purpose. A segmented control is a bar divided into segments, each representing a selectable option. In Android, data views are frequently changed using a UI control called a &#8220;spinner&#8221;, which is a drop-down menu of options that is often accessible via the application&#8217;s action bar at the top of the application.</li>
<li><strong>Selecting from a list of actions:</strong> iOS uses a UI control called an &#8220;action sheet&#8221; to display a list of actions upon selecting an object on a screen. In Android, a list of actions is displayed using a list of radio buttons presented in a popup dialog box.</li>
<li><strong>Contextual actions:</strong> In iOS applications, contextual actions are either accessed through the use of a toolbar that contains action buttons, through an action button in the upper-right hand side of the navigation bar, or through buttons within the main content area of the interface. In Android applications, it is recommended to display contextual actions using an action bar at the top of the screen. When more actions are required to display than can fit on the action bar, either an action overflow icon appears on the action bar for devices that don&#8217;t have a hardware &#8220;menu&#8221; button, or the user accesses additional actions by pressing a hardware &#8220;menu&#8221; button on devices where one is present. Actions do not necessarily have to be placed within the action bar and can also appear within the rest of an application&#8217;s interface where appropriate.</li>
<li><strong>Search:</strong> In iOS, the standard UI control for searching within an application is a search bar that is placed at the top of a searchable screen. In Android, several different search options are available. A &#8220;search dialog&#8221; component can be used that is similar to the iOS approach and places a search bar at the top of the screen. However, this bar is hidden until the user presses a search button within the user interface. An alternative search approach in Android 3.0+ is to use a &#8220;search widget&#8221; that allows search to be placed anywhere within the application interface, typically within the application&#8217;s action bar at the top of the screen.</li>
</ul>
<p>The most important thing to keep in mind when designing both iOS and Android versions of an application is that the interface elements of both platforms are not the same and cannot be designed using a &#8220;one-size-fits-all&#8221; mindset. Adapting an application&#8217;s design to the unique platform design patterns and standards is critical to making an application match the expectations users have for how iOS and Android applications should look and behave, ultimately making the application more usable and successful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.archer-group.com/2012/mobile-category/similarities-and-differences-in-ios-android-ux-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus on Savings &#8211; Banner Campaign</title>
		<link>http://www.archer-group.com/featured-work/amerigas-focus-on-savings</link>
		<comments>http://www.archer-group.com/featured-work/amerigas-focus-on-savings#comments</comments>
		<pubDate>Sun, 06 May 2012 14:36:38 +0000</pubDate>
		<dc:creator>Archer Group</dc:creator>
		<guid isPermaLink="false">http://main.archerv4.dev1.archergroup.local/?post_type=featured-work&#038;p=7044</guid>
		<description><![CDATA[Established in 1959, AmeriGas is a propane supplier that provides top-notch propane service to more than 2 million customers in all 50 states. Historically, AmeriGas relied on traditional print advertising to communicate to existing customers and acquire new ones. In an effort to grow its residential segment and increase brand awareness and affinity, AmeriGas partnered [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7044" title="AmeriGas" src="/wp-content/uploads/2012/03/amerigas_side.png" alt="AmeriGas" width="205" height="300" />Established in 1959, AmeriGas is a propane supplier that provides top-notch propane service to more than 2 million customers in all 50 states. Historically, AmeriGas relied on traditional print advertising to communicate to existing customers and acquire new ones. In an effort to grow its residential segment and increase brand awareness and affinity, AmeriGas partnered with Archer to take its advertising online for the first time. </p>
<p>Archer designed, developed, and launched an online marketing campaign that promoted a rich offer, &#8220;Make the Switch to AmeriGas, and get $100 savings.&#8221; Archer created and placed media variations that drove to a relevant landing page to continue to the conversation and connect with an Amerigas representative. Archer provided maximum reach to the target audience through publishers like Facebook, Yahoo!, Weather.com, and CNN.com. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.archer-group.com/featured-work/amerigas-focus-on-savings/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript / jQuery Snippet for doing Retina Resolution Images</title>
		<link>http://www.archer-group.com/2012/development/javascript-jquery-snippet-for-doing-retina-resolution-images</link>
		<comments>http://www.archer-group.com/2012/development/javascript-jquery-snippet-for-doing-retina-resolution-images#comments</comments>
		<pubDate>Wed, 18 Apr 2012 13:32:09 +0000</pubDate>
		<dc:creator>Dave Wallin</dc:creator>
				<category><![CDATA[Development]]></category>
		<guid isPermaLink="false">http://main.archerv4.dev1.archergroup.local/?p=7128</guid>
		<description><![CDATA[Now that the so-called &#8221;new iPad&#8221; is here, we have the chance to make sites with drastically higher detail images. These larger images carry a larger file size as well, so we probably only want to make people download them if they have a device capable of rendering them. We came up with a simple [...]]]></description>
			<content:encoded><![CDATA[<p>Now that the so-called &#8221;new iPad&#8221; is here, we have the chance to make sites with drastically higher detail images. These larger images carry a larger file size as well, so we probably only want to make people download them if they have a device capable of rendering them.</p>
<p>We came up with a simple way to specify regular and &#8221;double&#8221; resolution images (similar to how iOS apps work). All you need to do is put your images on the page like this, setting the &#8221;retina&#8221; class and adding the &#8221;image-x1&#8221; and &#8220;image-x2&#8221; attributes.</p>
<pre class="wp-code-highlight prettyprint">
&lt;img class=&quot;retina&quot; height=&quot;768&quot; width=&quot;1024&quot; src=&quot;&quot; image-x1=&quot;assets/Andromeda-Galaxy.png&quot; image-x2=&quot;assets/Andromeda-Galaxy@2x.png&quot;&gt;
...
&lt;script&gt;
$(function() {
    var dpr = 1;
    if(window.devicePixelRatio !== undefined) dpr = window.devicePixelRatio;
    $(&quot;.retina&quot;).each( function() {
        var imgStr = $(this).attr('image-x' + dpr);
        if(!imgStr )
            imgStr  = $(this).attr('image-x1’);	// fallback to 1x
        $(this).attr('src',  imgStr);
    });
});
&lt;/script&gt;
</pre>
<p>This code snipped peeks at the &#8221;devicePixelRatio&#8221; variable, which is set in Safari on iOS devices.  For retina devices this is 2. Otherwise it&#8217;s 1 (until Apple releases that 4x super retina display &#8211; wink wink). Notice we leave &#8221;src&#8221; empty in the html to avoid downloading unnecessary images. As always, I recommend using this sparingly. Using large images can quickly bloat your page&#8217;s k weight.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.archer-group.com/2012/development/javascript-jquery-snippet-for-doing-retina-resolution-images/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Archer Participates in MediaPost Panel</title>
		<link>http://www.archer-group.com/news/archer-participates-in-mediapost-panel</link>
		<comments>http://www.archer-group.com/news/archer-participates-in-mediapost-panel#comments</comments>
		<pubDate>Fri, 06 Apr 2012 17:34:21 +0000</pubDate>
		<dc:creator>Archer Group</dc:creator>
		<guid isPermaLink="false">http://main.archerv4.dev1.archergroup.local/?post_type=news&#038;p=7047</guid>
		<description><![CDATA[MediaPost is known for its thought-provoking industry events that bring important and sometimes controversial topics to the forefront. In February, MediaPost invited Archer to participate in the Online Media, Marketing, and Advertising (OMMA) Data &#38; Behavioral Marketing Attribution Panel. We provided an independent-agency perspective on old and new approaches to the age-old problem of giving [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mediapost.com/" title="MediaPost" target="_blank">MediaPost</a> is known for its thought-provoking industry events that bring important and sometimes controversial topics to the forefront. In February, MediaPost invited Archer to participate in the Online Media, Marketing, and Advertising (OMMA) <a href="http://www.mediapost.com/ommadataandbehavioral/agenda/" title="Data &amp; Behavioral Marketing Attribution Panel" target="_blank">Data &amp; Behavioral Marketing Attribution Panel</a>. We provided an independent-agency perspective on old and new approaches to the age-old problem of giving credit to the ads that really drive business results.</p>
<p>We sent Matt Wakeman, our Director of Analytics, to debate attribution with a panel of thought leaders from across the advertising industry, including a few former Yahoo! veterans. Several different perspectives were well represented, from third-party data aggregators (<a href="http://www.mbxg.com/" title="MediaBank" target="_blank">MediaBank</a>) to startup real-time DSPs (<a href="http://rocketfuel.com/" title="RocketFuel" target="_blank">RocketFuel</a>). The event even mixed in two agencies (Archer and <a href="http://www.havasdigital.com/" title="Havas Digital" target="_blank">Havas Digital</a>), as well as <a href="http://www.dachisgroup.com/" title="Dachis Group" target="_blank">Dachis Group</a>&#8217;s social perspective.</p>
<p>The panel covered the hot issues in digital advertising attribution. Conference attendees learned about data quality issues that everyone faces, the tools that different groups use, and where we are in terms of overall attribution. At the end, each panelist predicted a winner &#8212; or loser &#8212; in the attribution war.</p>
<p>The panelists weren&#8217;t the only ones to speak up. Several client-side representatives stepped forward with really insightful questions, such as how to start the process and what pitfalls to avoid. After the panel ended, a few individuals came up to ask more about case studies and the tradeoffs involved in the different approaches.</p>
<p>While digital advertising is still in the early stages of solving the attribution problem, Archer is excited to help the industry answer the question: &quot;I know half of my advertising is wasted &#8212; I just don&#8217;t know which half?&quot;</p>
<p>To see Matt provide input to the OMMA panel, watch the <a href="http://www.ustream.tv/recorded/20624763" target="_blank">recorded broadcast</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.archer-group.com/news/archer-participates-in-mediapost-panel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DesignExpo 2012: March 26, 2012</title>
		<link>http://www.archer-group.com/event/designexpo-2012-march-26-2012</link>
		<comments>http://www.archer-group.com/event/designexpo-2012-march-26-2012#comments</comments>
		<pubDate>Mon, 26 Mar 2012 11:45:13 +0000</pubDate>
		<dc:creator>Archer Group</dc:creator>
		<guid isPermaLink="false">http://main.archerv4.dev1.archergroup.local/?post_type=event-post&#038;p=6963</guid>
		<description><![CDATA[Representatives from Archer will be on hand at Philadelphia University’s annual DesignExpo, which takes place March 26, 2012, at the university’s Gallagher Center. The DesignExpo gives design students a chance to meet with employers and design professionals to discuss portfolios, resumes, and career paths. Employers review student portfolios and choose which students they’d like to [...]]]></description>
			<content:encoded><![CDATA[<p>Representatives from Archer will be on hand at Philadelphia University’s annual DesignExpo, which takes place March 26, 2012, at the university’s Gallagher Center. The DesignExpo gives design students a chance to meet with employers and design professionals to discuss portfolios, resumes, and career paths.</p>
<p>Employers review student portfolios and choose which students they’d like to meet with for a round of one-on-one discussions, each timed at 15 minutes. During these discussions, employers provide feedback about the portfolios, tips on improving them, and general career and industry advice.</p>
<p>There is also an open networking portion during which students can talk with employers who’ve piqued their interest. </p>
<p>For more information about DesignExpo 2012, visit:<br />
<a href="http://www.philau.edu/career/students/DesignExpo.htm" target="_blank">www.philau.edu/career/students/DesignExpo.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.archer-group.com/event/designexpo-2012-march-26-2012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sitecore 6.5 and DMS: Personalization Made Easy</title>
		<link>http://www.archer-group.com/2012/technology/sitecore-6-5-and-dms-personalization-made-easy</link>
		<comments>http://www.archer-group.com/2012/technology/sitecore-6-5-and-dms-personalization-made-easy#comments</comments>
		<pubDate>Fri, 16 Mar 2012 20:30:27 +0000</pubDate>
		<dc:creator>Bob Archer</dc:creator>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://main.archerv4.dev1.archergroup.local/?p=7018</guid>
		<description><![CDATA[When Sitecore 6.5 was released, Sitecore introduced a modified concept with the digital marketing system (DMS). DMS replaces Sitecore online marketing system (OMS), which was used in the 6.4 release. Besides the massive change of switching from online to digital (joking), there are huge improvements in utilizing Sitecore for content personalization. Personalization Panel If you’ve [...]]]></description>
			<content:encoded><![CDATA[<p>When Sitecore 6.5 was released, Sitecore introduced a modified concept with the digital marketing system (DMS). DMS replaces Sitecore online marketing system (OMS), which was used in the 6.4 release. Besides the massive change of switching from online to digital (joking), there are huge improvements in utilizing Sitecore for content personalization.</p>
<h2>Personalization Panel</h2>
<p>If you’ve worked with previous versions of Sitecore, the first thing you’ll notice is a new concept of personalizing a component. Sitecore has moved the OMS personalization that was within the “Edit” panel of a Control, to its own panel called “Personalize”. Below is a screenshot of the Personalization panel that shows a component with multiple rendering conditions.</p>
<p><img class="aligncenter size-full wp-image-7023" title="Sitecore 6.5 and DMS: Personalization Made Easy" src="/wp-content/uploads/2012/03/sitecore65_1.jpg" alt="Sitecore 6.5 and DMS: Personalization Made Easy" width="675" height="464" /></p>
<p>Sitecore’s personalization is extremely simple to understand and utilize in comparison to previous Sitecore releases. The default action for conditions is “Change Data Source” with an option for hiding the component altogether. Conditions are processed in order from top to bottom, and the first matching result will return the personalized data source to be displayed to the end user. The order is something to keep in mind when writing the underlying rules, as there may be overlap across conditions. In that case, the first true condition is the one that will determine the data source of the component.</p>
<h2>Improved UI for conditional rendering</h2>
<p>One of the challenges with the Sitecore 6.4 personalization was identifying variations within a component/placeholder. Sitecore has done an excellent job of addressing these issues with the 6.5 release by cleaning up the UI and grouping variations within a control/placeholder. Within Sitecore there are two ways to view presentation-level components:</p>
<ol>
<li>Viewing the Presentation Details (Presentation Tab → Details)<br />
<img class="aligncenter size-full wp-image-7025" style="margin: 15px auto;" title="Sitecore 6.5 and DMS: Personalization Made Easy" src="/wp-content/uploads/2012/03/sitecore65_2.jpg" alt="Sitecore 6.5 and DMS: Personalization Made Easy" width="312" height="316" /></li>
<li>Viewing within Page Editor (Publish Tab → Page Editor), select a Placeholder<br /><img class="aligncenter size-full wp-image-7031" style="margin-top:15px;" title="Sitecore 6.5 and DMS: Personalization Made Easy" src="/wp-content/uploads/2012/03/sitecore65_31.jpg" alt="Sitecore 6.5 and DMS: Personalization Made Easy" width="320" height="289" /></li>
</ol>
<p>Notice that Sitecore has added the number of variants for a given control/placeholder within both Presentation Details and Page Editor. Now when editing content within Page Editor, it’s as easy as selecting the variant you want to see. Also worth noting, Sitecore has added a new icon to the control/placeholder details within Page Editor. This allows content editors to click over to a control’s personalization panel and modify the conditional renderings directly from within the Page Editor.</p>
<p>Overall, Sitecore 6.5 has made huge improvements across the board when it comes to easily supporting personalization on a large site. Marketers and content editors will rejoice when they make the upgrade to Sitecore 6.5 for new features such as improved UI and Personalization Panel. Look for upcoming posts where I’ll dive deeper into the guts of the Sitecore DMS, including engagement plans, profiling and patterning, and much more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.archer-group.com/2012/technology/sitecore-6-5-and-dms-personalization-made-easy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012 ADDY Awards</title>
		<link>http://www.archer-group.com/news/2012-addy-awards</link>
		<comments>http://www.archer-group.com/news/2012-addy-awards#comments</comments>
		<pubDate>Fri, 16 Mar 2012 20:20:31 +0000</pubDate>
		<dc:creator>Archer Group</dc:creator>
		<guid isPermaLink="false">http://main.archerv4.dev1.archergroup.local/?post_type=news&#038;p=7007</guid>
		<description><![CDATA[Archer is proud to accept the 2012 Gold Addy for our company website Archer-Group.com (yes, the very website you can’t take your eyes off right now), in the category Advertising Industry Self-Promotion: Creative Services and Industry Suppliers – Interactive. Several of us were at the Addy Awards, held March 7 at Vie in Philadelphia, to [...]]]></description>
			<content:encoded><![CDATA[<p>Archer is proud to accept the 2012 Gold Addy for our company website Archer-Group.com (yes, the very website you can’t take your eyes off right now), in the category <strong>Advertising Industry Self-Promotion: Creative Services and Industry Suppliers – Interactive</strong>. Several of us were at the Addy Awards, held March 7 at Vie in Philadelphia, to applaud the big win.</p>
<p>We poured our hearts, smarts, and imaginations into this website. When it launched, <em>we</em> knew we had produced something special, but winning the Gold Addy brings it all home.</p>
<p>Now for our big moment. Archer would like to thank…</p>
<ul>
<li>Our Creative and Production teams, not only for their design, copy, and development prowess, but also for the long hours and collaborative spirit</li>
<li>The entire Archer family for their support and for the continued effort of keeping the website fresh with Blog entries, event articles, and so much more (Yep, that’s right. We update the site every week.)</li>
<li>Philly Ad Club and the American Federation of Advertising for publicly recognizing our efforts so that other creative professionals can be inspired</li>
</ul>
<p>Congratulations to all the 2012 Addy winners and nominees!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.archer-group.com/news/2012-addy-awards/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Archer Speaks to Millersville Design Students</title>
		<link>http://www.archer-group.com/news/archer-speaks-to-millersville-design-students</link>
		<comments>http://www.archer-group.com/news/archer-speaks-to-millersville-design-students#comments</comments>
		<pubDate>Fri, 16 Mar 2012 15:13:19 +0000</pubDate>
		<dc:creator>Archer Group</dc:creator>
		<guid isPermaLink="false">http://main.archerv4.dev1.archergroup.local/?post_type=news&#038;p=6992</guid>
		<description><![CDATA[Millersville University invited Archer to participate in its Department of Art &#038; Sciences’ &#8220;Week of Design&#8221; series. During the Week of Design, four design professionals and authors are invited to speak to students. The speakers are asked to share their career experience, work samples, views on the industry, and overall guidance for future design industry [...]]]></description>
			<content:encoded><![CDATA[<p>Millersville University invited Archer to participate in its Department of Art &#038; Sciences’ &#8220;Week of Design&#8221; series. During the Week of Design, four design professionals and authors are invited to speak to students. The speakers are asked to share their career experience, work samples, views on the industry, and overall guidance for future design industry professionals.</p>
<p>We sent Managing Partner Todd Miller to provide these insights. Todd walked the students through his interesting career, which includes both traditional and digital design. He also recounted how he climbed the ranks from junior designer to owner and managing partner.</p>
<p>A great time was had at McComsey Hall (well, Todd had a great time—we can&#8217;t speak for the students). We hope to see some of our inspiration in the students’ portfolios as they cross our desks over the next couple years.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.archer-group.com/news/archer-speaks-to-millersville-design-students/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Timeline: The Complete Checklist for Marketers</title>
		<link>http://www.archer-group.com/2012/social-marketing/facebook-timeline-the-complete-checklist-for-marketers</link>
		<comments>http://www.archer-group.com/2012/social-marketing/facebook-timeline-the-complete-checklist-for-marketers#comments</comments>
		<pubDate>Wed, 07 Mar 2012 14:58:36 +0000</pubDate>
		<dc:creator>Justin Silva</dc:creator>
				<category><![CDATA[Social Marketing]]></category>
		<guid isPermaLink="false">http://main.archerv4.dev1.archergroup.local/?p=6954</guid>
		<description><![CDATA[After what felt like a year of speculation, Facebook finally unveiled its new Timeline for Pages last week — much to the excitement of marketers worldwide. There are some surprises and a few disappointments (people are still mourning the end of default landing tabs), but overall, the new design is a step in the right [...]]]></description>
			<content:encoded><![CDATA[<p>After what felt like a year of speculation, Facebook finally unveiled its new Timeline for Pages last week — much to the excitement of marketers worldwide. There are some surprises and a few disappointments (people are still mourning the end of default landing tabs), but overall, the new design is a step in the right direction for improving the Facebook experience for businesses.</p>
<p>Below you’ll learn what to do to your Page before March 30th to take full advantage of all the new features. The goal is to put brands and Page Admins in the best possible position going forward. </p>
<ul class="more_space">
<li><strong>Design a Cover Photo or Two</strong>. The focus of the new Timeline design is all around the 851 x 315 pixel cover photo. Facebook has very strict <a href="https://www.facebook.com/help?faq=%20276329115767498" target="_blank">guidelines</a> around what can be featured in this spot. Currently, you’re not permitted to display promotions, price points, or calls to action, so the emphasis is more on creativity than advertising. Since it is now the introduction to your Page, keep it fresh by hanging up your Cover Photo every month or so.</li>
<li><strong>Pick a Profile Image That Scales</strong>. The 180 x 180 pixel profile image sits nicely as an inset in the lower left of the cover photo. This is the avatar image that accompanies all your posts, so be sure to choose something that clearly identifies your brand, both at its normal size and scaled down to 32 x 32 pixels for the News Feed.</li>
<li><strong>Properly Fill Out Your “About” Section</strong>. The About section isn’t new, but it’s certainly more prominent in Timeline. Only the first three lines of text are visible before a user has to click to view more, translating into about 120 to 180 characters. Clickable URLs can also be included in your About section. I recommend putting a one-sentence summary of your business with a link to your website.</li>
<li><strong>Design Custom Images for Your Apps</strong>. One of the best new features of the Timeline layout is the ability to showcase your apps with a custom 111 x 74 pixel image. The images help you easily display apps and are more eye-catching than the tiny thumbnails that used to identify apps. For your apps showcase, design something that stands out but also communicates the purpose of the app in a way the user can quickly see and understand.</li>
<li><strong>Take Advantage of the Extra Space in Apps</strong>. Your Page’s app width can now be set to either Narrow at 520 pixels or Wide at 810 pixels. Why leave extra space if it’s available? Make sure all your old apps are now updated to 810 pixels, and take advantage of the extra real estate moving forward.</li>
<li><strong>Properly Order Your Views &#038; Apps</strong>. You can now have just 12 custom apps, and only 3 will be displayed nicely on your Page before a user has to click to see more. Since the Photos section can’t be changed, you’ll want to make the most of the other 3 spots that will be showcased. The Like total should definitely be relegated to the “View More” section.</li>
<li><strong>Pin a Post to the Top of Your Page</strong>. While default landing Tabs are now extinct, Page admins do have the ability to pin a post to the top of the Page for up to seven days. While not as impactful as a custom Tab, you can at least control the main post you are featuring on a weekly basis. Therefore, try to always feature a post with a nice visual to really stand out. This is also a great opportunity to direct users to custom apps or promote your current contests or sweepstakes.</li>
<li><strong>Go Back in Time to Add Milestones &#038; Backdated Posts</strong>. Admins can now go back and add Milestones to the brand’s Timeline. These are useful for highlighting the brand’s history or accomplishments through the years. Milestones span both columns of the Timeline layout and can have an 843 x 403 pixel image to accompany the post. If you want to highlight something in the past that is less prestigious, you can also backdate posts. This will give you the freedom to post text, links, videos, single photos, or albums.</li>
<li><strong>Review Old Posts, and Highlight, Hide, or Delete as Necessary</strong>. Since the Timeline design makes it easier for users to browse all your old posts, admins should go through and decide what posts to highlight, hide from the Timeline, or delete completely. Highlighting a post makes it take up both columns. This is especially great for successful past image posts, but make sure the picture scales right when you expand it in the highlighted view. By hovering over a post and clicking the pencil, you can reposition a photo so it fits properly in the larger, highlighted format.</li>
<li><strong>Closely Monitor Your Competitors’ New Public Page Stats</strong>. One new rarely talked about feature allows you to see important stats on your competitors’ Pages. Now you can view their Total Likes and People Talking About This, as well as the Most Popular Week, Most Popular City, and Most Popular Age Group. You can see these by clicking on the Likes box in the Views &#038; Apps section. Some marketers may cringe at the fact that competitors can now see these stats, but it’s nice to see where you stack up against the competition. Make it a priority to check these stats monthly to track how they change over time.</li>
<li><strong>Evaluate Page Settings &#038; Admins</strong>. With the new design comes a revamped Page Settings area that I recommend spending some time on before setting your Timeline live. The Post Visibility section is especially important because it determines how posts from users will show up on your Timeline (previously these were Wall posts). Page admins now have the option to review every post and approve it before it’s visible on the Timeline. Remember, this wasn’t an option before, and most Page admins were perfectly fine with that. I suggest fighting the urge to go “Big Brother” unless your industry is highly regulated and you need the extra approval. This is also a great time to reevaluate who has admin access to your Page.</li>
<li><strong>Determine How To Handle Private Messages</strong>. Any brand using Facebook for customer service will be happy to see the ability for users to send Pages private messages. The new messages will show up in the Admin Panel. Hopefully, with this feature, users will be more likely to take some of the messy customer service problems private instead of posting directly to the Page. You can turn this feature off, but I don’t think any brand should limit users on how they can contact them. It warrants an internal discussion on which employees will handle responses to the private messages.</li>
<li><strong>Change the Way You Think About Your Editorial Calendar</strong>. The new features create a few more things to consider as you create your Facebook editorial calendar. It should be no secret that image posts are better at generating engagement, but the visually dominated Timeline design now makes them even more important. Make sure you are including images with posts wherever you can. Also, create a new column in your calendar that shows which posts you are pinning to the top on a weekly basis and which posts you will want to highlight with the two-column view.</li>
<li><strong>Get Acquainted with the Admin Panel and Activity Log</strong>. The Admin Panel is now your command center for managing your Page directly on Facebook. In this area you will see notifications, private messages, and a high-level look at your Page Insights. The Admin Panel also includes an Activity Log, located under the “Manage” drop-down menu. This is where you can easily see all the posts users put on your Timeline and either allow, hide, highlight, or delete them. Filtering the Activity Log to just show “Spam” will take the place of the old “Hidden Posts” in the old Page layout.</li>
</ul>
<p>The new design layout and ability to customize the Facebook Page experience create great opportunities for marketers, but it’s still important to remember your overall Facebook strategy. The News Feed is still your main touch point with users and the place where the vast majority of brand interactions are going to take place. If you aren’t posting engaging and valuable content, users might not give your Page a chance and bypass your beautifully designed Page altogether.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.archer-group.com/2012/social-marketing/facebook-timeline-the-complete-checklist-for-marketers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/21 queries in 0.025 seconds using disk: basic
Object Caching 336/591 objects using disk: basic

Served from: www.archer-group.com @ 2012-05-17 08:29:52 -->
