<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Peacockstudios&#039;s Blog</title>
	<atom:link href="http://peacockstudios.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://peacockstudios.wordpress.com</link>
	<description>One place for all of your web needs - design, development, marketing and hosting.</description>
	<lastBuildDate>Tue, 15 Nov 2011 20:54:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='peacockstudios.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/ce670cd89a794d41ae8e01de49c14717?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Peacockstudios&#039;s Blog</title>
		<link>http://peacockstudios.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://peacockstudios.wordpress.com/osd.xml" title="Peacockstudios&#039;s Blog" />
	<atom:link rel='hub' href='http://peacockstudios.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Quality Assurance &#8211; The Overlooked Necessity</title>
		<link>http://peacockstudios.wordpress.com/2011/10/12/quality-assurance-the-overlooked-necessity/</link>
		<comments>http://peacockstudios.wordpress.com/2011/10/12/quality-assurance-the-overlooked-necessity/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 19:49:57 +0000</pubDate>
		<dc:creator>Peacockstudios</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PPS]]></category>
		<category><![CDATA[Peacock Studios]]></category>
		<category><![CDATA[Peacock Production Studios]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[quality assurance]]></category>
		<category><![CDATA[QA]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[ecommerce]]></category>

		<guid isPermaLink="false">http://peacockstudios.wordpress.com/?p=177</guid>
		<description><![CDATA[An overlooked yet vital part to building and maintaining successful websites is quality assurance or QA. Quality Assurance refers to systematically testing a new website or any modifications to current websites to ensure that the flow and functionality are working properly. The primary goal of testing is to make sure that the end user has [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=177&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>An overlooked yet vital part to building and maintaining successful websites is quality assurance or QA. Quality Assurance refers to systematically testing a new website or any modifications to current websites to ensure that the flow and functionality are working properly. The primary goal of testing is to make sure that the end user has a positive experience on our clients’ websites. The most sure-fire way to lose a customer is to have a website that is frustrating to navigate or that doesn’t work correctly.  In Peacock Production Studios effort to provide top-notch quality assurance, we spent approximately 17% of our time testing websites last year.</p>
<p><span style="text-decoration:underline;">Our Process</span><span style="text-decoration:underline;"> </span></p>
<p>Peacock Production Studios has a specific workflow in place to make sure that quality assurance is a priority. Utilizing communication portals and repositories, we are able to effectively communicate each step of the way. The basic flow is for the developers to make their changes and push to a testing environment, called stage, which mirrors the production site. Once the changes are in stage, our QA department will perform thorough testing and provide instant feedback to the developers, if necessary. After testing in stage is complete and everything is working properly, these changes will be pushed to the production environment where the public is able to see and use the updated software. Once “live” in production, thorough testing needs to be done immediately to ensure the file deployment took hold and that there are no issues in the live version.</p>
<p><span style="text-decoration:underline;">Definition of Quality Assurance</span></p>
<p>Now that you understand Peacock Production Studios quality assurance process flow, it’s time to look into exactly what goes into QA. Updates to websites can be as simple as changing a phone number or as complex as modifications to a complicated shipping calculator. While we can’t possibly cover everything that needs to be tested in this article, there are a few major items we will discuss. First, a testing checklist needs to be defined based on the technology being built. Our example will be the launching of a new ecommerce website. Our process involves having our QA department work closely with the development team at the very beginning of a new build. We want to catch any issues early during development; things that could potentially be carried throughout the site if not caught early and lead to longer delays down the road. Depending on the site, the order of testing may be different, but there are several common things to check. We will take a look at those now.</p>
<p><span style="text-decoration:underline;">Functionality Testing</span><span style="text-decoration:underline;"> </span></p>
<p>Functionality testing for an ecommerce site involves checking all of the links on each page of the website to ensure they direct to the proper page, testing all submission forms on the site and to make sure that customers are able to add products to the cart and checkout. The most important component on an ecommerce website is the shopping cart. During this process, correct calculations of taxes, duties and surcharges needs to be tested. It is also very important to ensure that all product options, like color and quantity, are following the order throughout the checkout process. Finally, thorough testing needs to be done to ensure that any shipping carrier APIs are connected, working and bringing back correct results.</p>
<p><span style="text-decoration:underline;">Usability Testing</span></p>
<p>Usability testing involves making sure that the navigation is easy and consistent for the user. Content needs to be proofread and the search feature returns relevant results. Usability testing is in essence making sure you provide a good experience for people coming to the website. In other words, is it user-friendly? In reference to an ecommerce site, it is vital that visitors to your “store” are comfortable moving about and can obtain pertinent information easily. The more comfortable they are, the more likely that they will make purchases on your site.</p>
<p><span style="text-decoration:underline;">Cross Platform Testing</span></p>
<p>In an ideal world for web developers there would only be one universal browser and one operating system. Of course, this is not the case and compatibility testing is an extremely important part of quality assurance. It is vital for developers to write code that is cross browser compatible. Some applications are dependent on browser settings, especially if you are using AJAX, javascript and the latest version of CSS. Once new code has been pushed to stage for testing, our QA team will typically check these changes in the latest versions of Internet Explorer, Chrome, Firefox, Opera and Safari. We even check the previous version of Internet Explorer, since it is the most common browser. QA will also make sure the changes are working in the latest two versions of Microsoft Windows and Apple iOS.</p>
<p><span style="text-decoration:underline;">Mobile Testing</span></p>
<p>As more and more people are making purchases using their smart phones, mobile testing is becoming a vital component of quality testing. As part of our QA process, we ensure that the functionality works and the layout looks good on mobile devices like the iPhone, Android and BlackBerry. Another important product to perform mobile testing on is tablets, like the iPad. With all of the various tablets on the market today, it is nearly impossible to test all of them, but it is necessary to check Apple and Android devices, at the minimum.</p>
<p><span style="text-decoration:underline;">Security Testing</span></p>
<p>The final step in performing quality assurance is to make sure that the website is secure. This includes testing all contact forms and make sure that all validation and captcha is working properly. SQL injection is a popular security risk and building strong forms is crucial for any ecommerce site. Also important is to make sure that all security certificates are up to date and that the user is directed to a secure URL (https://) when providing personal information like address and payment method, particulary credit card information. Many end users, rightfully so, will not purchase products if the site doesn’t appear secure.  Although Peacock Production Studios always encrypts sensitive data, it is essential to security test for ecommerce compliance such as PCI or SET.</p>
<p><span style="text-decoration:underline;">Conclusion</span></p>
<p>As you can see, quality assurance is an integral component of any successful website launch or upgrade release. Without thorough testing, end users can become frustrated, be given incorrect information or worse, not be able to purchase products at all. Peacock Production Studios values quality assurance and devotes the time and resources necessary to ensure that our client’s websites are performing at peak levels. While QA is not the most glamorous task that we perform, we understand its importance in building functional, easy to use websites. In order to have a successful ecommerce website, customers must feel comfortable navigating the site and trust that their information will remain secure. We hope this article has stressed the importance of thorough quality assurance in relation to building your customer base. If you have any questions or comments, please do not hesitate to contact us.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peacockstudios.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peacockstudios.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peacockstudios.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peacockstudios.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/peacockstudios.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/peacockstudios.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/peacockstudios.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/peacockstudios.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peacockstudios.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peacockstudios.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peacockstudios.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peacockstudios.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peacockstudios.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peacockstudios.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=177&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peacockstudios.wordpress.com/2011/10/12/quality-assurance-the-overlooked-necessity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1a8b1dc96a9663a1990c41c62fbdc1f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peacockstudios</media:title>
		</media:content>
	</item>
		<item>
		<title>QR Codes &#8211; The Future of Marketing?</title>
		<link>http://peacockstudios.wordpress.com/2011/08/11/qr-codes-the-future-of-marketing/</link>
		<comments>http://peacockstudios.wordpress.com/2011/08/11/qr-codes-the-future-of-marketing/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 18:31:56 +0000</pubDate>
		<dc:creator>Peacockstudios</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[Best Buy]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[Ford]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Papa Johns]]></category>
		<category><![CDATA[Peacock Production Studios]]></category>
		<category><![CDATA[PPS]]></category>
		<category><![CDATA[QR Code]]></category>
		<category><![CDATA[Smartphone]]></category>
		<category><![CDATA[Verizon]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://peacockstudios.wordpress.com/?p=153</guid>
		<description><![CDATA[I recently posted a QR code on my Twitter account and I had many people ask me why I linked to a picture of a barcode. Although popular in many countries, marketing by QR code has not yet caught on in the US. I am of the opinion that it soon will and when it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=153&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_154" class="wp-caption alignnone" style="width: 114px"><a href="http://peacockstudios.files.wordpress.com/2011/08/pps.jpg"><img class="size-full wp-image-154 " title="Peacock Production Studios" src="http://peacockstudios.files.wordpress.com/2011/08/pps.jpg?w=500" alt="PPS QR Code"   /></a><p class="wp-caption-text">QR Code</p></div>
<p>I recently posted a QR code on my Twitter account and I had many people ask me why I linked to a picture of a barcode. Although popular in many countries, marketing by QR code has not yet caught on in the US. I am of the opinion that it soon will and when it does, it will become one of the most effective marketing tools in the digital world.  QR codes are non-intrusive to consumers; easy and cost-effective for marketers to produce; and they allow companies to effectively target market and drive consumers directly to their message.  Chances are, you have already run across a QR code and didn’t even realize it. This article is meant to introduce you to QR codes and how they can be utilized.</p>
<p>QR codes are similar to what you may have seen stockers using in grocery stores. They contain information that can be easily scanned. Unlike grocery barcodes, QR codes are 2 dimensional and are able to hold a lot more data. Creating your own QR code is simple. There are many free sites that will auto generate a QR code based on the content that you supply. For example, to create the QR code shown above, I simply went to a website offering this service and put in our website URL and immediately there was a .jpeg of the code.  In order to read a QR code, all you need is a Smartphone with a camera. Some mobile operating systems, like Nokia’s Symbian and Google’s Android, have a QR code reader preinstalled on your phone. If you own an iPhone you will need to download an application, many of which are free. Once you have a reader installed, all you need to do is aim your Smartphone’s camera at the code and the “hidden” message will be revealed, directing you to whatever content the marketer wanted you to see. Hopefully, you now have a basic understanding of what QR codes are and how to read them. Next, we illustrate a few ways that QR codes can be used in your marketing campaigns.</p>
<p>The uses of QR codes as a marketing tool are limited only by your imagination. I recently ordered a Papa John’s pizza and there was a QR code on the box. Curious, I scanned the code and was taken to a video of Papa John himself discussing the quality of the ingredients in his pizza. Another company utilizing QR codes is Best Buy. On their products price tags is a QR code that when scanned will take you to a page with more detailed information about that product, including reviews, comparisons to similar products and specifications. One of our clients just used a QR code in their catalog to direct their customers to a specific product page on their ecommerce website.  Customers who were savvy enough to read the scan were offered 20% off of their purchase. These are just 3 real life examples. As I mentioned, the applications for QR codes are limitless. Listed below are just a few of the possible uses:</p>
<p><em>Business Cards</em> – recipient scans the code to import your contact info directly into Contacts</p>
<p><em>T-shirts</em> – wear a code on your shirt to promote your website, storefront, whatever</p>
<p><em>Campaign Signs</em> – people can scan to volunteer, donate or see candidate speak on issues</p>
<p><em>Real Estate Signs</em> – instead of tear offs, direct to listing on website or a virtual tour of house</p>
<p><em>Product Packaging</em> – link to video with assembly instructions</p>
<p>Hopefully by now your mind is wandering with all of the great things you can do with a QR code. They are an inexpensive way to effectively market and they can also reduce costs substantially. For example, if you are a retailer and have a QR code which links to a video with assembly instructions, you can reduce the number of calls into Customer Service and the number of returns. Large corporations, like Ford, Best Buy and Verizon, are implementing QR codes into their marketing mix. Many of the ads in Times Square are also utilizing QR codes to direct people to sites containing more information on their products or as a call to action, signing a petition for example. Data shows that that there is heavy Smartphone use during the shopping process. It is estimated that 79% of Smartphone owners use their phone to help with their shopping and 70% use their phones while in a store.  These numbers are only going to continue to increase. If you are a small business owner I strongly encourage you to experiment with using QR codes. They truly will be impactful to the future of marketing. If you happen to have a Smartphone with a reader installed, click on our QR code above. If you have any questions or comments, please let us know.</p>
<p>&nbsp;</p>
<p>SECURITY UPDATE: <a href="http://mashable.com/2011/10/20/qr-code-security-threat/#comments">http://mashable.com/2011/10/20/qr-code-security-threat/#comments</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>E-mail: <a href="mailto:info@peacockproductionstudios.com">info@peacockproductionstudios.com</a></p>
<p>Website: <a href="http://peacockproductionstudios.com/">http://peacockproductionstudios.com</a></p>
<p>Twitter: <a title="Twitter Page" href="http://twitter.com/peacockstudios" target="_self">@peacockstudios</a></p>
<p>Facebook: <a title="Facebook Page" href="http://www.facebook.com/home.php?#!/pages/PeacockProductionStudios/290151686720?ref=sgm" target="_self">Peacock Production Studios</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peacockstudios.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peacockstudios.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peacockstudios.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peacockstudios.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/peacockstudios.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/peacockstudios.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/peacockstudios.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/peacockstudios.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peacockstudios.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peacockstudios.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peacockstudios.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peacockstudios.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peacockstudios.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peacockstudios.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=153&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peacockstudios.wordpress.com/2011/08/11/qr-codes-the-future-of-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1a8b1dc96a9663a1990c41c62fbdc1f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peacockstudios</media:title>
		</media:content>

		<media:content url="http://peacockstudios.files.wordpress.com/2011/08/pps.jpg" medium="image">
			<media:title type="html">Peacock Production Studios</media:title>
		</media:content>
	</item>
		<item>
		<title>Case Study &#8211; PicnicTables.com</title>
		<link>http://peacockstudios.wordpress.com/2011/07/26/case-study-picnictables-com/</link>
		<comments>http://peacockstudios.wordpress.com/2011/07/26/case-study-picnictables-com/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 14:02:35 +0000</pubDate>
		<dc:creator>Peacockstudios</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[case study]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[Picnic tables]]></category>
		<category><![CDATA[PicnicTables.com]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web construction]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://peacockstudios.wordpress.com/?p=150</guid>
		<description><![CDATA[Peacock Production Studios will be posting case studies detailing the many websites that we have developed and maintained over the years. From logo design through the latest upgrades, we will provide an in-depth look at the various processes involved in developing and maintaining a professional website. We begin our series looking at PicnicTables.com which was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=150&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Peacock Production Studios will be posting case studies detailing the many websites that we have developed and maintained over the years. From logo design through the latest upgrades, we will provide an in-depth look at the various processes involved in developing and maintaining a professional website. We begin our series looking at PicnicTables.com which was the first website we developed for our client’s “Franchise Ecommerce Websites”.</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top"><strong>Logo Design</strong></td>
</tr>
</tbody>
</table>
<p>When developing a website from scratch, the first step in the process is to design a logo. A logo can be colorful or gray, playful or serious, simple or complex. Depending on the style that is selected by the client, it will drive the layout and “feel” for the website.  The directive for the logo design of PicnicTables.com was pretty straight-forward. The client was looking for a simple, colorful design. The obvious choice was, you guessed it, a picnic table! After many iterations, the green and yellow color scheme was chosen in an attempt to capture the feel of the outdoors.</p>
<p>The logo was designed in Adobe Illustrator in a vector format so that it could be used for marketing campaigns, print advertising, etc. It is extremely important to create your logo in a format that is easily transferrable across various media sources. The logo is the first step in creating a company’s brand and we strive to make it as easy as possible for our clients to use their logo in whatever marketing campaigns may arise in the future.</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top"><strong> </strong></p>
<p><strong>Website Design</strong></td>
</tr>
</tbody>
</table>
<p>Once the logo was selected we had a visual marketing brand to work with.  In order to help brand establishment, we styled the interface to match the chosen logo. Due to this being the first website of many for this client, the design was created with these other websites in mind in order to maintain a consistent feel. There are a number of different ways to create Websites. While some may choose to hand draw a concept and then start coding HTML, we take a more graphical approach to the design and layout using Photoshop. The designing of the interface is very important for usability. If a visitor to your site can’t easily locate your content or if the layout is confusing to them, they will leave your website. With any new design, you must plan ahead. This will enable you to adapt to any changes that arise quickly and easily. PicnicTables.com in particular has many products and images. With that in mind, special attention during the design process was given to facilitate fast loading pages. Also, knowing that there would eventually be “sister” websites, we focused on creating a design that would work across multiple products.</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top"><strong> </strong></p>
<p><strong>Website Construction</strong></td>
</tr>
</tbody>
</table>
<p>After the website design was complete we then cut the design into web based code using HTML, CSS &amp; jQuery.  Using well-defined Meta, h1 and h2 tags, the code was written to be search engine friendly.  During this process, the basic colors for the website were created. Again, using the selected logo as our guide, we created the site in green and yellow to keep a consistent feel throughout the website.</p>
<p>PicnicTables.com is an e-commerce website so during the construction of the site, particular focus was given to creating a shopping cart. The shopping cart for PicnicTables.com contains many features, including credit card processing, real-time shipping rates, order receipt page and e-mail and the flexibility to modify your product.</p>
<p>&nbsp;</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top"><strong>Custom Programming</strong></td>
</tr>
</tbody>
</table>
<p>You may think that after a website is developed and pushed into production that the work is done. This is definitely NOT the case. As PicnicTables.com attracted more and more customers, many enhancements were requested from our client. These include, but are not limited to:</p>
<p>Promotion and Banner Management</p>
<p>Dynamic Content</p>
<p>Product Search</p>
<p>Google Analytics Tracking</p>
<p>Sitemap.xml</p>
<p>Testimonials</p>
<p>Reviews</p>
<p>Canadian Shipping</p>
<p>&nbsp;</p>
<p>As of the time of this posting, all of the above enhancements have been completed except for promotion and banner management. One of the next major upgrades includes promotion and banner management.</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top"><strong>Search Engine Optimization</strong></td>
</tr>
</tbody>
</table>
<p>Even if you have the coolest website in the world, it doesn’t do much good if potential customers can’t find it. In order for a business to prosper on the internet, they must be ranked high in search engines. Early in the development process, Peacock Production Studios pays close attention to optimizing websites for search engines. By utilizing dynamic sitemaps, static product page names and keywords (along with our trade secrets), we make your site attractive to search engine spiders. While nobody can guarantee a #1 ranking, we constantly are working on maintaining a search engine friendly site. Currently, when you search “picnic tables”, PicnicTables.com is third<sup>th</sup> result in Yahoo and 6<sup>th</sup> result in Google. These are impressive rankings considering all of the businesses that sell picnic tables. In fact, PicnicTables.com is ranked higher than Lowe’s and Target!</p>
<p>In closing, PicnicTables.com has been a huge success. As with any successful Ecommerce site, there are continuous upgrades and enhancements. Not only are these upgrades requested by the client, but you must stay ahead of the technology curve and try to beat your competitors to the latest and greatest features. Again, PicnicTables.com was the first franchise Ecommerce  website we created. We have successfully mirrored this site for 9 other franchise sites.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peacockstudios.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peacockstudios.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peacockstudios.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peacockstudios.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/peacockstudios.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/peacockstudios.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/peacockstudios.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/peacockstudios.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peacockstudios.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peacockstudios.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peacockstudios.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peacockstudios.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peacockstudios.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peacockstudios.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=150&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peacockstudios.wordpress.com/2011/07/26/case-study-picnictables-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1a8b1dc96a9663a1990c41c62fbdc1f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peacockstudios</media:title>
		</media:content>
	</item>
		<item>
		<title>New PPS Website and Facebook Pages</title>
		<link>http://peacockstudios.wordpress.com/2011/07/21/new-pps-website-and-facebook-pages/</link>
		<comments>http://peacockstudios.wordpress.com/2011/07/21/new-pps-website-and-facebook-pages/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 18:57:30 +0000</pubDate>
		<dc:creator>Peacockstudios</dc:creator>
				<category><![CDATA[Peacock Studios News]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Peacock Studios]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[PPS]]></category>

		<guid isPermaLink="false">http://peacockstudios.wordpress.com/?p=147</guid>
		<description><![CDATA[Peacock Production Studios is proud to announce the launch of our new website and updated Facebook pages. Please visit our site and provide any feedback you may have &#8211; both good or bad. http://www.peacockproductionstudios.com/ We updated or Facebook page with a lot of new portfolio pictures. Please visit our page and &#8220;like&#8221; us. We promise not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=147&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Peacock Production Studios is proud to announce the launch of our new website and updated Facebook pages.</p>
<p>Please visit our site and provide any feedback you may have &#8211; both good or bad. <a href="http://www.peacockproductionstudios.com/">http://www.peacockproductionstudios.com/</a></p>
<p>We updated or Facebook page with a lot of new portfolio pictures. Please visit our page and &#8220;like&#8221; us. We promise not to add too much noise to your timeline. <a href="https://www.facebook.com/PeacockProductionStudios">https://www.facebook.com/PeacockProductionStudios</a></p>
<p>Thank you for your support!</p>
<p>PPS Team</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peacockstudios.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peacockstudios.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peacockstudios.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peacockstudios.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/peacockstudios.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/peacockstudios.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/peacockstudios.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/peacockstudios.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peacockstudios.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peacockstudios.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peacockstudios.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peacockstudios.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peacockstudios.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peacockstudios.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=147&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peacockstudios.wordpress.com/2011/07/21/new-pps-website-and-facebook-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1a8b1dc96a9663a1990c41c62fbdc1f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peacockstudios</media:title>
		</media:content>
	</item>
		<item>
		<title>Outsourcing Your Web Technology</title>
		<link>http://peacockstudios.wordpress.com/2010/08/26/outsourcing-your-web-technology/</link>
		<comments>http://peacockstudios.wordpress.com/2010/08/26/outsourcing-your-web-technology/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 19:09:09 +0000</pubDate>
		<dc:creator>Peacockstudios</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[development group]]></category>
		<category><![CDATA[domestic outsourcing]]></category>
		<category><![CDATA[international litigation]]></category>
		<category><![CDATA[Litigation]]></category>
		<category><![CDATA[morality]]></category>
		<category><![CDATA[outsource]]></category>
		<category><![CDATA[outsourcing alternatives]]></category>
		<category><![CDATA[outsourcing considerations]]></category>
		<category><![CDATA[overseas]]></category>
		<category><![CDATA[overseas outsourcing]]></category>
		<category><![CDATA[Peacock Production Studios]]></category>
		<category><![CDATA[project managment]]></category>
		<category><![CDATA[software agreements]]></category>
		<category><![CDATA[software contracts]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[technology department]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web technology]]></category>

		<guid isPermaLink="false">http://peacockstudios.wordpress.com/?p=137</guid>
		<description><![CDATA[Peacock Production Studios is a business based in Florida that develops web-based &#38; mobile technologies.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=137&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Peacock Production Studios is a business based in Florida that develops web-based &amp; mobile technologies. We are constantly faced with clients expecting us to compete with overseas prices.  The internet has definitely made the statement &#8220;It&#8217;s A Small World&#8221; much more true.  Big corporations have paved the way, and now even small businesses are looking to take advantage of outsourcing, especially when it comes to technology.  Although Peacock Production Studios has an in-house staff, even we have utilized resources from other countries, so we thought we would take some time to outline some of the considerations that should be pondered if you are looking to outsource overseas.</p>
<p><strong>Project Management is the Difference<br />
</strong>One thing that clients quickly learn when they stop using their local web development firm and begin using overseas resources is that project management becomes more of a full-time job.  From our experience, clients are not usually sure what they want until they see something then they have feedback on how to change it. Only about 5% of the clients we have built technologies for actually have a detailed scope of work prepared before getting quotes.  We work closely with our clients, interviewing them and establishing an outline of the actual work required before offering pricing.  So from the very beginning of the process, we typically take on the role of project management.  We enter the work into our workflow and manage what tasks need to be completed by what groups and by what date.  The majority of the time, we serve as the architect using our knowledge of customer experience, technology restrictions and client requests to manage the process and the outcome.</p>
<p>When a client decides to deal with overseas resources they are required to be the architect of the technology as well as the project manager. The definition of the work must be specifically outlined and detailed tasks established to keep forward momentum.  Clients that do not have a full-time project manager and little to no project management experience themselves become extremely busy managing the construction of their technology.</p>
<p><strong>Disputes and Litigation<br />
</strong>Have you ever had to deal with a court case involving you and a contractor, or any court case at all for that matter?  Then you know how draining and expensive it can be. Now imagine that the entity you are in dispute with is in a completely different country. Luckily, there haven&#8217;t been legal or intellectual property issues with the groups we have used, but we’ve heard some horror stories. If you choose to outsource either overseas or domestically, make sure your <a title="Software Agreements" href="http://peacockstudios.wordpress.com/2010/08/06/the-importance-of-software-agreements/" target="_self">software contracts</a> and non-disclosure agreements are in order. For more information on this topic, please read our article on <a title="Software Agreements" href="http://peacockstudios.wordpress.com/2010/08/06/the-importance-of-software-agreements/">software agreements</a>.</p>
<p><strong>Project Oriented Work vs. Billable Hours<br />
</strong>It is common in the technology development industry for projects to be separated into one of these two payment methods.   Our firm actually services our client base in both ways depending on their needs.  As an American outsourcing company, we serve as the technology department for other small to medium-sized businesses as well as building technology on a project basis.  If your technology needs are substantial enough to pay for a full-time developer, then outsourcing in general is probably a good idea, even if you go overseas.  Most overseas developers are contracted on a monthly basis, 40 hours a week, at a reduced hourly rate.  Finding development groups that do work on a project basis may be more of a challenge.  Also keep in mind that once a technology is constructed, even if it is just a brochure based website, there will always be some kind of maintenance required if you want it to evolve or stay fresh.</p>
<p><strong>Morality of Outsourcing<br />
</strong>The topic of outsourcing is one of extreme opinion.  Many are focused on the loss of jobs for American workers, while other are concentrated on competing in today’s marketplace.  While economic isolation is rapidly becoming a thing of the past, some companies are forced to reduce overhead costs to compete in a global market. Business decisions are typically made with the bottom line in mind. The reduction in costs such as payroll taxes and salaries, as well as the ability to offer a wider variety of services, makes outsourcing very appealing to many companies.  So where does the moral compass come into play?  If you were a company that produced waste and you could dump it in an unauthorized land fill to save your company some overhead, would you?  Let&#8217;s hope not.  Is sending your jobs to other countries the same?  Well that all depends on your own morality. Some would say both maneuvers are ruining America. Some would argue that we live in a global economy and international lines should become more blurred.  The fact of the matter is that the business owner(s) need to make the outsourcing decision based on what they feel is right for their company based on their own set of moral boundaries.</p>
<p><strong>Alternatives<br />
</strong>Outsourcing does not have to be a negative word.  Whether you sell a tangible product or a service, you probably need some type of technology to market or manage your business. This need for technology means you need to have an individual or organization that can guide you through the waters, produce custom applications and support you from a technical aspect.  Whether you simply need a webmaster to create and maintain your website, or you need full application development, chances are you will quickly realize that hiring someone to work at your location is going to substantially impact your budget.  Your alternative to purchasing all of the hardware, software and furniture for this employee and paying salary and taxes to have this person in-house is to find a technology company to outsource to.  By outsourcing your technology department, you can potentially have several team members focusing on your needs vs. one, increasing the skill sets available to you while reducing overhead significantly.  I recommend that you find a local development group &#8211; local meaning within driving distance.  This team will be an extension of your own organization so get to know your outsource team and build a relationship with them in the same manner as you would if they were in-house employees.</p>
<p><strong>Outsourcing Considerations<br />
</strong>When choosing a team, keep in mind that you are hiring a department for your company.  The group needs to be trustworthy as they will be in control of sensitive data.  They should have long-standing relationships with their current client base.  They should have good communication, workflow and support infrastructure.  Since you will most likely be communicating with this team remotely, they should have video conferencing capabilities.  Make sure that a project manager will be assigned as a liaison, and that your communication is not directly with a developer.  Evaluate your service level agreement and software contract to avoid any confidentiality or intellectual property issues.</p>
<p><strong>Conclusion<br />
</strong>Outsourcing is actually a good idea in many cases, but it does not mean that it has to be overseas. Do your research when looking for the right team, and consider this group as an extension of your own staff. If you have any questions regarding the choice of outsourcing, please contact Peacock Production Studios.</p>
<p>E-mail: <a href="mailto:info@peacockproductionstudios.com">info@peacockproductionstudios.com</a></p>
<p>Website: <a href="http://peacockproductionstudios.com/">http://peacockproductionstudios.com</a></p>
<p>Twitter: <a title="Twitter Page" href="http://twitter.com/peacockstudios" target="_self">@peacockstudios</a></p>
<p>Facebook: <a title="Facebook Page" href="http://www.facebook.com/home.php?#!/pages/PeacockProductionStudios/290151686720?ref=sgm" target="_self">Peacock Production Studios</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peacockstudios.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peacockstudios.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peacockstudios.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peacockstudios.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/peacockstudios.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/peacockstudios.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/peacockstudios.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/peacockstudios.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peacockstudios.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peacockstudios.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peacockstudios.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peacockstudios.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peacockstudios.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peacockstudios.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=137&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peacockstudios.wordpress.com/2010/08/26/outsourcing-your-web-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1a8b1dc96a9663a1990c41c62fbdc1f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peacockstudios</media:title>
		</media:content>
	</item>
		<item>
		<title>Social Media Pitfalls &amp; How to Avoid Them</title>
		<link>http://peacockstudios.wordpress.com/2010/08/16/social-media-pitfalls-how-to-avoid-them/</link>
		<comments>http://peacockstudios.wordpress.com/2010/08/16/social-media-pitfalls-how-to-avoid-them/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 19:34:26 +0000</pubDate>
		<dc:creator>Peacockstudios</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[BP]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Domino's]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[Greenpeace]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Nestle]]></category>
		<category><![CDATA[Peacock Production Studios]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Southwest Airlines]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://peacockstudios.wordpress.com/?p=133</guid>
		<description><![CDATA[One of the best things about using social media as a marketing tool for your business is the instantaneous exchange of information between you and your customers. Social media can be a great tool to promote your product, offer discounts exclusively to your followers and provide quick customer service when customers have questions. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=133&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While we have been touting the <a title="Growth of Social Media" href="http://peacockstudios.wordpress.com/2010/08/09/the-growth-of-social-media/" target="_self">growth of social media</a> and offering advice on <a title="Social Media Strategies" href="http://peacockstudios.wordpress.com/2010/08/11/social-media-strategies/" target="_self">social media strategies</a>, we would like you to understand that there are some pitfalls to using social media that you need to be prepared for. While some pitfalls are unavoidable there are certain steps you can take to ensure your campaign runs as smoothly as possible. This article will highlight a couple of the more common issues with using social media – hiring practices and negative feedback &#8211; and steps your business can take to avoid, or at least minimize, the damage.</p>
<p><strong>Hiring Practices Using Social Media</strong></p>
<p>I’m sure that many of us have friends (not us of course!) who post their latest party pictures or talk about how much they hate their job, boss or co-workers on <a title="Facebook" href="http://www.facebook.com" target="_blank">Facebook</a> or <a title="Twitter" href="http://www.twitter.com" target="_blank">Twitter</a>. While many of us like to use social media in our personal lives to show how much fun we had or to vent, there can be some serious implications by posting these “too personal” comments. To illustrate this, a person who was a prospective <a title="Cisco" href="http://www.cisco.com/" target="_blank">Cisco</a> employee tweeted the following: <em>&#8220;</em><em>Cisco just offered me a job! Now I have to weigh the utility of a fatty paycheck against the daily commute to San Jose and hating the work.&#8221; </em><em></em>Unfortunately for her, an employee at Cisco saw her tweet and her offer sheet was immediately rescinded.</p>
<p>You may be wondering how this affects your business. Well, put yourself in Cisco’s shoes and ask yourself if this tweet was reason enough for termination. In this instance, you can easily justify their decision, but not all cases are as cut and dry. A recent study indicated that 75% of businesses now use the internet, particularly social media, to screen potential job applicants. Using social networks as an employee research tool is commonplace today, offering HR professionals instant access to all sorts of information about job candidates (and current staff).  As this practice continues to grow, some built-in challenges and previously unseen complications are coming to light. One of those challenges is making sure the search for a good employee doesn&#8217;t step on the toes of government bodies such as the Equal Employment Opportunity Commission or the Office of Federal Contract Compliance Programs. For example, <a title="LinkedIn" href="http://www.linkedin.com" target="_blank">LinkedIn’s</a> membership consists of only 5% of African Americans and only 2% of Latinos. This compares to a general US population of 12.8% African American and 15.4% Latino. As you can see, if a company used only LinkedIn as their hiring source, they may be violating EOC laws by not opening up their job search to a fair representation of minorities.</p>
<p>Some experts argue that those who source job seekers from network sites such as LinkedIn and Facebook might expect to face lawsuits over race, age, gender, disability or even sexual preference in the near future. This type of information is frequently evident on social network sites. While rejecting a candidate for personal characteristics that might point toward poor judgment or an unsafe job environment makes sense, there&#8217;s usually no way to show that any of the information uncovered will be relevant to the job being offered.</p>
<p>So how does one go about using social media as an employment tool without breaking any laws or interfering with anyone&#8217;s civil rights? There are a few steps that you should take to ensure that you’re hiring techniques are not looked upon as being discriminatory.</p>
<ul>
<li>Avoid using social media as the sole means for advertising jobs. Make sure that you also post in more traditional ways – i.e. newspaper, in-house postings.</li>
<li>Maintain comprehensive records in case you are ever audited on your hiring practices.</li>
<li>Dismiss any information you find on social media sites about prospective employees that isn’t relevant to the job.</li>
</ul>
<p>Following these guidelines will ensure that your company is using proper hiring techniques and will mitigate any potential lawsuits that may come your way. Now that we’ve discussed ways to avoid pitfalls when using social media as a hiring tool, let’s take a look at a common issue that is unavoidable and look at ways to minimize any damage. I’m talking about negative reviews or feedback on your sites.</p>
<p><strong>Negative Feedback</strong></p>
<p>One of the best things about using social media as a marketing tool for your business is the instantaneous exchange of information between you and your customers. Social media can be a great tool to promote your product, offer discounts exclusively to your followers and provide quick customer service when customers have questions. However, this open dialogue can create some problems as well. Most notably, negative feedback posted by angry customers (or even just spammers) that can be viewed by everyone that visits your site or follows you. Obviously, this can have a negative impact on your brand. Let’s take a look at a recent social media meltdown concerning <a title="Nestle" href="http://nestle.com/" target="_blank">Nestlé</a>.</p>
<p>Nestlé is one of the biggest chocolate companies in the world. I’m sure your familiar with many of their products, including 100 Grand Bar, Kit Kat, Nestlé Crunch and Rolo, to name a few. Nestlé’s issues began when <a title="Greenpeace" href="http://www.greenpeace.org/usa/" target="_blank">Greenpeace</a> questioned their purchasing of palm oil and accused Nestlé of supporting deforestation. Greenpeace posted a video likening eating a Kit Kat to killing an Orangutan. The video soon became viral and thousands of people started posting negative comments on Nestlé’s Facebook page. Faced with increasing numbers of angry feedback, Nestlé decided to remove these negative comments instead of respond to them. Nestlé continued to remove negative comments for several weeks until they posted a statement that they intended to use only sustainable palm oil by 2015. This wasn’t good enough for many people and the negative comments continued to flood in. Finally, several weeks later, Nestlé began posting pro-environmental messages and initiatives, but the public relations damage had already been done.</p>
<p>The Nestlé example is only one of many companies that have been hurt by negative feedback. Others include <a title="Southwest Airlines" href="http://www.southwest.com/" target="_blank">Southwest Airlines</a>, <a title="Domino's" href="http://www.dominos.com/home/index.jsp" target="_blank">Domino’s</a> and of course, <a title="BP" href="http://www.bp.com/bodycopyarticle.do?categoryId=1&amp;contentId=7052055" target="_blank">BP</a>. What should a business do to avoid this public relations nightmare? Most experts agree that while it may seem counter-intuitive, businesses should leave negative comments for all to see and quickly address these posts. Of course, if standard rules of decency are being broken (profanity, slander), then you should remove those comments, but leave all others. The most important thing a business can do is to respond timely in a sincere, transparent matter. By avoiding or removing negative comments, you run the risk of alienating your customers and providing more fodder for upset customers. Your customers must feel that you are sincere in your response and believe that you are doing your best to correct the perceived issue. For example, let’s say a customer of yours posts that their product was damaged during shipping. Instead of ignoring this comment, you should quickly respond to them and offer to pay for the return of the damaged product and that you will immediately send them out a new one. You’ll be surprised how much goodwill you will create and other visitors will appreciate your prompt response and customer service. By responding in a timely and sincere manner, you can usually turn a negative into a positive. Of course, not everyone will be happy, that’s human nature after all, but taking these steps should help you avoid a social media nightmare.</p>
<p><strong>Conclusion</strong></p>
<p>There are many things to take into consideration when using social media as a marketing arena for your company. As we’ve shown in previous articles, there are many good things that social media can do for you. However, as with all marketing campaigns, there are issues that can arise. The good news is that it is in your power to avoid these issues, or at the very least minimize them.</p>
<p>If you have any questions or would like any assistance with your social media campaign, please contact Peacock Production Studios.</p>
<p>E-mail: <a href="mailto:info@peacockproductionstudios.com">info@peacockproductionstudios.com</a></p>
<p>Website: <a href="http://peacockproductionstudios.com/">http://peacockproductionstudios.com</a></p>
<p>Twitter: <a title="Twitter Page" href="http://twitter.com/peacockstudios" target="_self">@peacockstudios</a></p>
<p>Facebook: <a title="Facebook Page" href="http://www.facebook.com/home.php?#!/pages/PeacockProductionStudios/290151686720?ref=sgm" target="_self">Peacock Production Studios</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peacockstudios.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peacockstudios.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peacockstudios.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peacockstudios.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/peacockstudios.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/peacockstudios.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/peacockstudios.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/peacockstudios.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peacockstudios.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peacockstudios.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peacockstudios.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peacockstudios.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peacockstudios.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peacockstudios.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=133&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peacockstudios.wordpress.com/2010/08/16/social-media-pitfalls-how-to-avoid-them/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1a8b1dc96a9663a1990c41c62fbdc1f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peacockstudios</media:title>
		</media:content>
	</item>
		<item>
		<title>Social Media Case Studies</title>
		<link>http://peacockstudios.wordpress.com/2010/08/15/social-media-case-studies/</link>
		<comments>http://peacockstudios.wordpress.com/2010/08/15/social-media-case-studies/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 00:39:53 +0000</pubDate>
		<dc:creator>Peacockstudios</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[case studies]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://peacockstudios.wordpress.com/?p=128</guid>
		<description><![CDATA[We hope our recent posts have illustrated importance of using social media to help promote your business. The following article details 5 case studies on how to use Twitter in your social media campaign. If you are thinking of using Twitter for your business, I highly recommend that you read this article. http://www.jeffbullas.com/2010/01/20/how-to-use-twitter-for-business-5-more-incredibly-interesting-case-studies/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=128&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We hope our recent posts have illustrated importance of using social media to help promote your business. The following article details 5 case studies on how to use Twitter in your social media campaign. If you are thinking of using Twitter for your business, I highly recommend that you read this article.</p>
<p><a href="http://www.jeffbullas.com/2010/01/20/how-to-use-twitter-for-business-5-more-incredibly-interesting-case-studies/">http://www.jeffbullas.com/2010/01/20/how-to-use-twitter-for-business-5-more-incredibly-interesting-case-studies/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peacockstudios.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peacockstudios.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peacockstudios.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peacockstudios.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/peacockstudios.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/peacockstudios.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/peacockstudios.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/peacockstudios.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peacockstudios.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peacockstudios.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peacockstudios.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peacockstudios.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peacockstudios.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peacockstudios.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=128&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peacockstudios.wordpress.com/2010/08/15/social-media-case-studies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1a8b1dc96a9663a1990c41c62fbdc1f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peacockstudios</media:title>
		</media:content>
	</item>
		<item>
		<title>Psychology of Branding</title>
		<link>http://peacockstudios.wordpress.com/2010/08/12/psychology-of-branding/</link>
		<comments>http://peacockstudios.wordpress.com/2010/08/12/psychology-of-branding/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 23:44:51 +0000</pubDate>
		<dc:creator>Peacockstudios</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[loyalty]]></category>
		<category><![CDATA[Peacock Production Studios]]></category>
		<category><![CDATA[psychology]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://peacockstudios.wordpress.com/?p=126</guid>
		<description><![CDATA[Peacock Production Studios recently wrote an article about the importance of branding &#8211; building awareness and loyalty. Below is an interesting article on the psychology behind brand loyalty and ways to leverage the findings in your social media campaigns. http://www.creativemagma.com/blog/cm-authors/brock/674/2010<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=126&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Peacock Production Studios recently wrote an article about the importance of <a title="Branding" href="http://peacockstudios.wordpress.com/2010/07/13/branding-building-awareness-and-loyalty/" target="_self">branding &#8211; building awareness and loyalty</a>. Below is an interesting article on the psychology behind brand loyalty and ways to leverage the findings in your social media campaigns.</p>
<p><a href="http://www.creativemagma.com/blog/cm-authors/brock/674/2010">http://www.creativemagma.com/blog/cm-authors/brock/674/2010</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peacockstudios.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peacockstudios.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peacockstudios.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peacockstudios.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/peacockstudios.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/peacockstudios.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/peacockstudios.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/peacockstudios.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peacockstudios.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peacockstudios.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peacockstudios.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peacockstudios.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peacockstudios.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peacockstudios.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=126&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peacockstudios.wordpress.com/2010/08/12/psychology-of-branding/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1a8b1dc96a9663a1990c41c62fbdc1f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peacockstudios</media:title>
		</media:content>
	</item>
		<item>
		<title>Social Media Optimization For Your Business</title>
		<link>http://peacockstudios.wordpress.com/2010/08/12/social-media-optimization-for-your-business/</link>
		<comments>http://peacockstudios.wordpress.com/2010/08/12/social-media-optimization-for-your-business/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 15:57:46 +0000</pubDate>
		<dc:creator>Peacockstudios</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Peacock Studios]]></category>
		<category><![CDATA[SMO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://peacockstudios.wordpress.com/?p=121</guid>
		<description><![CDATA[Social media optimization for your business.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=121&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>We&#8217;ve recently been discussing the <a title="social media growth" href="http://peacockstudios.wordpress.com/2010/08/09/the-growth-of-social-media/" target="_self">growth of social media</a> and <a title="social media strategies" href="http://peacockstudios.wordpress.com/2010/08/11/social-media-strategies/" target="_self">social media strategies</a>. The following article is a good resource on how social media optimization benefits your small business.</p>
<p><a href="http://www.furninfo.com/absolutenm/templates/NewsFeed.asp?articleid=11790">http://www.furninfo.com/absolutenm/templates/NewsFeed.asp?articleid=11790</a></p>
<p>Bonus video : <a href="http://www.youtube.com/user/PeacockStudios#p/a">http://www.youtube.com/user/PeacockStudios#p/a</a></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peacockstudios.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peacockstudios.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peacockstudios.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peacockstudios.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/peacockstudios.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/peacockstudios.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/peacockstudios.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/peacockstudios.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peacockstudios.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peacockstudios.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peacockstudios.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peacockstudios.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peacockstudios.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peacockstudios.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=121&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peacockstudios.wordpress.com/2010/08/12/social-media-optimization-for-your-business/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1a8b1dc96a9663a1990c41c62fbdc1f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peacockstudios</media:title>
		</media:content>
	</item>
		<item>
		<title>Social Media Strategies</title>
		<link>http://peacockstudios.wordpress.com/2010/08/11/social-media-strategies/</link>
		<comments>http://peacockstudios.wordpress.com/2010/08/11/social-media-strategies/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 18:47:23 +0000</pubDate>
		<dc:creator>Peacockstudios</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Foursquare]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Peacock Studios]]></category>
		<category><![CDATA[PPS]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://peacockstudios.wordpress.com/?p=114</guid>
		<description><![CDATA[In a recent article we discussed the growth of social media. To make this point even more clear, it took television 13 years to reach 50 million users while it only took Facebook 3 years to reach 100 million users. There is no dispute that social media will play a major factor in business models in the future. Now the question is “how do you effectively use social media to enhance your business’ bottom line”. Much like Google’s search engine algorithm, the most effective way to use social media is still not completely understood. There are many “experts” claiming they know the secret, but the truth is it is not a science. The following is only a guideline that we have tried to use in our social media campaigns.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=114&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Outline Your Goals</strong></p>
<p>In a recent article we discussed the<a title="Growth of social media" href="http://peacockstudios.wordpress.com/2010/08/09/the-growth-of-social-media/" target="_self"> growth of social media</a>. To make this point even more clear, it took television 13 years to reach 50 million users while it only took Facebook 3 years to reach 100 million users. There is no dispute that social media will play a major factor in business models in the future. Now the question is “how do you effectively use social media to enhance your business’ bottom line”. Much like Google’s search engine algorithm, the most effective way to use social media is still not completely understood. There are many “experts” claiming they know the secret, but the truth is it is not a science. The following is only a guideline that we have tried to use in our social media campaigns.</p>
<p>You should begin by outlining clear goals for your social media marketing efforts and figuring out how you’ll measure success. We will discuss measuring success in a future article. If you’re just beginning your marketing campaign there are several steps to take to build your foundation before you will see success. Once you’ve outlined your goals, here are some ways you can begin to leverage social media for your marketing efforts.</p>
<p><strong>Craft a compelling brand message</strong></p>
<p>As we continuously mention, designing a logo and<a title="Controlling your marketing assets" href="http://peacockstudios.wordpress.com/2010/07/27/controlling-your-marketing-assets/" target="_self"> controlling your marketing assets</a> are vital to any marketing campaigns your business will undertake. Once you’ve decided on a logo, the most important thing is to maintain a consistent message across all social media platforms.</p>
<p><strong>Content is king </strong></p>
<p>It can’t just always be posting videos on Facebook and retweeting articles on Twitter. You have to be very creative and think outside the box. The main facet of a strong social media campaign is compelling and creative content. Content is what creates and fosters intimate relationships, and the more intimate relationships you have the more likely you will be able to generate strong ROI over time.</p>
<p><strong>Stay Involved</strong></p>
<p>I can’t stress enough how important it is to stay involved across all platforms. The keywords in social media are listening and engaging. It&#8217;s not easy, staying involved takes a lot of time and it is best to schedule time each day to respond to customers’ questions and to get out new content promoting your brand.</p>
<p><strong>Choosing Effective Platforms</strong></p>
<p>The size and type of your business will dictate which and how many social media platforms you should focus on. For example, if you are a small retail store, you may want to spend a lot of your time on Foursquare. If you are a company that sells services, foursquare may not be for you and you would be better served utilizing Facebook. Here is a brief look at the major platforms and how and when you should use them.</p>
<p><span style="text-decoration:underline;">Facebook</span></p>
<p><a title="Facebook" href="http://www.facebook.com/" target="_blank">Facebook</a> offers exceptional, low cost marketing opportunities for small business. Facebook now has nearly 500 million users, and while that seems like an outrageous number for small businesses to be targeting, Facebook offers a very powerful platform on which to build a presence. If you’re not already active on Facebook; you should get started right away. Once you’ve signed up, you should secure your company’s username. One thing you should do is search for your competitors and evaluate their Facebook presence. What types of pages have they built? How many fans or “friends” do they have? Spend 15 minutes (per competitor) looking at their posts, photos and/or videos to understand how they’re using Facebook. A Business Fan Page lets you create a page where customers or fans of your business can register as a “fan” — expanding the presence of your business.</p>
<p><span style="text-decoration:underline;">Twitter</span></p>
<p><a title="Twitter" href="http://twitter.com" target="_blank">Twitter</a> has grown tremendously over the past year. For some small businesses, it offers an incredible marketing platform. Sign up for Twitter and reserve an account in the name of your business. (Important: make every attempt to have the same name across all platforms). Next, spend some time on Twitter’s homepage, doing basic searches to become familiar with the type of content available on the service. You should also search for the names of your competitors to see whether they’re on Twitter and how they’re using it. Once you become familiar with the content that’s already available and how your competitors are using Twitter, you can begin thinking about a strategy for how you’ll leverage Twitter for your business. To truly leverage Twitter, you’ll want to learn and use a few more advanced tools. This includes desktop and mobile Twitter clients like <a title="TweetDeck" href="http://www.tweetdeck.com" target="_blank">TweetDeck</a>, HootSuite and Tweetie. Desktop clients give you more flexibility and more control over your Twitter strategy than you’ll have on the Twitter website. Also, many applications allow you to view your various social media platforms on one screen. I personally use TweetDeck. It seems like a little much in the beginning, but once you get used to it, it is a powerful tool.</p>
<p><span style="text-decoration:underline;">Company Blog</span></p>
<p>A blog is a great way to get more content out about your company. Again, create a blog using your company name, if possible. Now that you’ve decided to start or improve your small business blog, how do you build an audience for it? It all starts with great content, remember content is king. Decide on a focus for your blog and write content that people will enjoy. Think about your expertise and more importantly, think about the things that you’re interested in writing about. A blog requires a long term investment of time and you don’t want to be stuck writing about things that bore you. Another important consideration about blogs is to post on other people’s blog. This can help build your reputation and credibility and lead to link backs. I personally use <a title="WordPress" href="http://wordpress.com/" target="_blank">WordPress</a> to manage our blogs. It is simple to use and has built-in functionalities making it easy to track your visitors and comments.</p>
<p><span style="text-decoration:underline;">YouTube</span></p>
<p><a title="YouTube" href="http://www.youtube.com/" target="_blank">YouTube</a> has been constantly adding features that make it an attractive social site for businesses. I know I sound like a broken record, but try and get a subscription, or channel, using the name of your company. Although you don’t have to produce videos to participate on YouTube, you should consider whether simple videos can help your marketing efforts. One strategy is to write a blog and have a link to your YouTube channel showing a video that backs up your message.</p>
<p><span style="text-decoration:underline;">FourSquare</span></p>
<p>As I previously mentioned, <a title="FourSquare" href="http://foursquare.com/" target="_blank">FourSquare</a> can be a valuable tool, particularly for retail businesses. FourSquare is still in its infancy, but it is growing rapidly. As I’m sure you know by now, create an account using your company’s name! FourSquare is a great way to interact with your customers. You can promote specials, offer discounts to people using FourSquare or inform them of upcoming events. The cool thing is that your customers can post positive things about your business to their friends and create word of mouth advertising.</p>
<p><strong>Conclusion</strong></p>
<p>I’ve only mentioned some of the platforms available to use for your social media campaign. There are many more out there and I urge you to at least visit their sites and see if it can help in your strategy. I strongly recommend focusing on 2 – 3 platforms, especially if you are a smaller business. Again, it is extremely time consuming to be engaged and effective. Don’t spread yourself too thin.</p>
<p>I hope this article has been informative and will help you take advantage of the marketing possibilities using social media. If you have any questions or would like any assistance with your social media campaign, please contact Peacock Production Studios.</p>
<p>E-mail: <a href="mailto:info@peacockproductionstudios.com">info@peacockproductionstudios.com</a></p>
<p>Website: <a href="http://peacockproductionstudios.com/">http://peacockproductionstudios.com</a></p>
<p>Twitter: @peacockstudios</p>
<p>Facebook: Peacock Production Studios</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peacockstudios.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peacockstudios.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peacockstudios.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peacockstudios.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/peacockstudios.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/peacockstudios.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/peacockstudios.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/peacockstudios.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peacockstudios.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peacockstudios.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peacockstudios.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peacockstudios.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peacockstudios.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peacockstudios.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peacockstudios.wordpress.com&amp;blog=14427888&amp;post=114&amp;subd=peacockstudios&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peacockstudios.wordpress.com/2010/08/11/social-media-strategies/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1a8b1dc96a9663a1990c41c62fbdc1f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peacockstudios</media:title>
		</media:content>
	</item>
	</channel>
</rss>
