<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>RWW Sponsor - ReadWriteWeb</title>
      <link>http://www.readwriteweb.com/feeds//</link>
      <description>Posts by RWW Sponsor on ReadWriteWeb</description>
      <language>en</language>
      <copyright>Copyright 2012 Richard MacManus</copyright>
      <managingEditor>readwriteweb@gmail.com</managingEditor>
      <lastBuildDate>Tue, 17 Jan 2012 06:00:00 -0800</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=4.35-en</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

      
      <item>
         <title>Sponsor Post: 4 Steps to Achieving High Availability in the Cloud</title>
		<description><![CDATA[<p><img alt="sponsor_rightscale_sky.png" src="http://www.readwriteweb.com/sponsor_rightscale_sky.png" width="150" height="149" class="mt-image-none" style="" /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>Constructing a high-availability application in the cloud can seem like a daunting process. The key is to assume that every component of a system will fail at some point and to prepare for that eventuality. Then you can build for failure and automate processes to handle it. Fault-tolerant systems designed for high availability - for example, 99.99% or 1 hour of downtime per year - are achievable in the cloud.</p>

<p>Here is a four-step guide to achieving high availability in the cloud.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=31278&amp;cb=31278' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=31278&amp;n=31278' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<h2>1. Build for server failure</h2>

<p>Instances in the cloud - just as in a typical data center - are ephemeral. You need to be prepared for server failure. Building for server failure begins with designing stateless applications that are resilient through a server or service reboot or relaunch.</p>

<div class="super-pullquote">Author Bio: <em><a href="http:///www.rightscale.com">RightScale</a> architects Brian Adler and Josep Blanquer have defined many of the industry's best practices for building high-availability applications in the cloud. They have hands-on experience developing reference architectures to support diverse use cases across a variety of industries. For more on specific techniques that you can employ at both the application and infrastructure levels, see <a href="http://www.rightscale.com/info_center/white-papers/RightScale_White_Paper_Building_Scalable_Applications.pdf">RightScale White Paper: Building Scalable Applications In the Cloud</a>.</em></div><ul><li>Set up auto-scaling so that any given tier of your application - load balancer, app server, database, and caching servers - can maintain a minimum number of nodes or set of performance metrics. </li>
<li>Set up database mirroring, master/slave configurations, and/or priming to ensure data integrity and minimum downtime.</li>
<li>Use dynamic DNS and static IPs so that components of your application's infrastructure always have the right context. </li></ul>

<h2>2. Build for zone failure</h2>

<p>Sometimes more than just single servers fail -- there are electricity failures, network outages, and lightning strikes. You need to make sure that your applications are prepared for zone failures. Zones (Amazon Web Services refers to them as "availability zones") are distinct locations that are engineered to be insulated from failures in other zones.</p>

<ul><li>Spread the servers in each of your application tiers across at least two zones.</li>
<li>Replicate data across zones. Note that this is usually cheap, though not free. </li></ul>

<img alt="Zones_RightScale.png" src="http://www.readwriteweb.com/Zones_RightScale.png" width="400" height="299" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" />
 
<h2>3. Build for cloud failure</h2>
<p>On rare occasions multiple zones in a region can fail due to system-wide issues -- the April 2011 Amazon Web Services (AWS) outage is a notable example. Each region is an independent system of resources with its own API endpoint -- which is how we define cloud here. </p>

<p>To achieve multiple 9s of availability, you will need to have a process in place for cloud failures. Building across clouds can be difficult: APIs, services, and configurations differ. You will need to design your architecture using generic concepts (durable storage) yet deploy using cloud specifics (EBS volumes). </p>

<p>Cloud management systems abstract away these differences and make it easier for you to implement a fault-tolerant strategy by providing reusable building blocks. These building blocks can be used to not only withstand moving across different regions of the same provider, but also across regions of different providers.
</p>
<ul><li>Back up or replicate data across regions or providers. Make sure you secure and authenticate your communications across these regions because the traffic will traverse the open Internet.</li>
<li>Maintain sufficient capacity to absorb zone or cloud failures, using reserved instances if necessary.</li>
<li>Remember to crawl, then walk: Build high availability across zones and then expand to multiple clouds.</li></ul>

<h2>4. Automate and test everything</h2>

<p>As you set up your infrastructure to handle server, zone, and cloud failure, you should be automating your processes in the event of failure. Cloud management systems allow you to execute pre-planned failover processes across servers, zones, and clouds. In an emergency, time is precious, so automate everything.</p>

<ul><li>Automate backups so that your data is ready whenever disaster strikes. </li>
<li>Set up monitoring and alerts to identify and pinpoint problems as they occur because you may not receive timely information from your cloud providers. </li>
<li>Your disaster recovery plan is only good if you test it to make sure it works. By randomly directing high loads to your production servers and disabling your various servers, services, and zones, you can test the ability of your infrastructure to withstand failure.</li></ul>

<p>Cloud infrastructure has made disaster recovery and high availability remarkably affordable compared to other options. Despite recent highly publicized failures, many organizations successfully run critical services on the cloud when they architect correctly and use the right management tools. </p>

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/1289343">joegus74</a></small></em></p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_4_steps_to_achieving_high_availabilit.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_4_steps_to_achieving_high_availabilit.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_4_steps_to_achieving_high_availabilit.php</guid>
         <category>Sponsors</category>
         <pubDate>Tue, 17 Jan 2012 06:00:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsor Post: The Volt Redefines Cool</title>
		<description><![CDATA[<p><img alt="sponsor_chevyvolt_car.jpg" src="http://www.readwriteweb.com/sponsor_chevyvolt_car.jpg" width="150" height="150" class="mt-image-none" style="" /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>The Chevy Volt* is unique among electric cars because it runs on two sources of energy. You have an electric source - a battery - that allows you to drive gas-free for an EPA-estimated 35 miles. And there's also an onboard gas generator that produces electricity so you can go farther. So if you want to drive using only electricity, you can. If you want to drive using electricity and gas, you can do that, too. Hear what one proud Volt owner had to say about how the electric car fits his driving lifestyle.</p>
]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=30608&amp;cb=30608' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=30608&amp;n=30608' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<div class="super-pullquote"><em><span style="font-size:14pt">Note: The 2012 Chevy Volt offers an EPA-estimated 35 miles on a single charge based on 94 MPGe [electric] and 35 city, 40 MPG highway [gas]. Actual range varies with conditions.</span></em> </div>
<p>Meet Ron Hipschman of California. "After seven months of driving my Volt, I have yet to get into a gas line," says Hipschman. He says the farthest he's driven on a single electric charge so far was about 50 miles, with most of that trip being on a freeway and taking place on a nice day when the temperature was about 70 degrees. "Perfect conditions for the battery," he notes.</p> 

<p>Because the Volt lets drivers pick the driving mode to match their driving style (normal, sport, and mountain modes), you're truly in charge of the car's performance when you're behind the wheel. In addition, you'll also learn how to get the most efficiency out of the vehicle by keeping an eye on the dashboard.</p>

<img alt="sponsor_2Hipschman_Volt.JPG" src="http://www.readwriteweb.com/sponsor_2Hipschman_Volt.JPG" width="375" height="312" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /><p> "No jack-rabbit starts and stops, keeping tires properly inflated, and keeping the speed lower than most people on the freeway were always things I did. The Volt just makes it easier to see the effects," he explains. </p>
 
<p>Not having to shell out hundreds of dollars to fuel up and smarter driving skills are great perks, but the Volt's appeal goes beyond just the electric power, intuitive driving modes, and dashboard gadgets. There's also the cool factor - think movie and superhero spy cars! "My neighbor is constantly surprised that I can 'sneak up' on her with the Volt when she is in her driveway, which is next to mine. This is a real stealth car!" says Hipschman.</p>

<p>He encourages prospective car buyers to check out the Volt for themselves to see if it's a good fit. "Go take a test drive," he says. "You'll be sold."</p>

<p><em>*Volt is available to order at participating dealers. Quantities limited.</em></p>

<div style="float: left; width: 150px;"><script type="text/javascript" src="http://thirdparty.fmpub.net/placement/443137?fleur_de_sel=[timestamp]"></script>
</div> 
<div style="float:left; width: 445px"><p><em>This post is sponsored by <a href="http://ad.doubleclick.net/clk;247195237;71894257;w">Chevrolet</a>- It's more car than electric.</em></p>
</div>
<br style="clear: both" /> 
]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_the_volt_redefines_cool.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_the_volt_redefines_cool.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_the_volt_redefines_cool.php</guid>
         <category>Sponsors</category>
         <pubDate>Thu, 08 Dec 2011 07:40:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsor Post: Built to Print, Built to Perform - Epson Delivers the Gold Standard Printer</title>
		<description><![CDATA[<p><img alt="sponsor_printicon.jpg" src="http://www.readwriteweb.com/sponsor_printicon.jpg" width="150" height="150" class="mt-image-none" style="" /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i>
</p>
<p>Your all-encompassing mobile device or sophisticated print-and-shoot camera allows you to take outstanding pictures - but it isn't always easy to create prints that are equally impressive. The Epson Artisan 837 all-in-one printer was built to perform, offering stunning, ultra-hi-def quality whether you're printing photos, everyday docs, or creative projects.</p>
]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=30556&amp;cb=30556' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=30556&amp;n=30556' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<div style="float: left; width: 150px;"><script type="text/javascript" src="http://thirdparty.fmpub.net/placement/454890?fleur_de_sel=[timestamp]"></script>
</div> 
<div style="float:left; width: 445px"><p><em>This post is sponsored by Epson--makers of the World's Fastest 2-sided inkjet printer, the <a href="http://ad.doubleclick.net/click;h=v2|3E86|0|0|%2a|v;247886322;0-0;0;73459109;31-1|1;44286900|44304687|1;;;pc=[TPAS_ID]%3fhttp://www.epson.com/cgi-bin/Store/jsp/dlp/dynamicLanding.do?dlpId=n_1110_cheetah&cchd=yes?iref=disp_fed-media_2011-11-021">Epson WorkForce Pro</a>. Run your business at full speed with the Epson.</em></p>
</div>
<br style="clear: both" /> 

<p>You know you always wish that photo printers would require less wait and less ink to do the job, so - lucky you: The Epson Artisan 837 is the world's fastest 4x6" photo printer - and it doesn't sacrifice quality for speed. You'll get vivid, rich, high-quality photos with high-definition, better-than-lab-quality printing that can be done conveniently at home. Plus, this gold standard printer is equipped with high-capacity ink cartridges that allow you to print up to 50 percent more photos. Winning!</p>

<p>Even better, you don't have to be right beside your printer or attached by a USB cord to print. With Epson Connect, you can be across the globe and wirelessly print photos, documents, web pages, or emails from your Epson Artisan 837. All you need is a mobile device and a few moments to install the app. From then on, you'll be free to roam while still being free to print as you please.</p>

<p>Printing isn't the only job of the Epson Artisan 837. This all-in-one printer - versatile, remember? - includes a 30-page automatic document feeder which enables you to copy, scan, and fax large documents with ease. Epson. Built to perform.</p>

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/1011092">svilen001</a></small></em></p>
]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_built_to_print_built_to_perform_epson.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_built_to_print_built_to_perform_epson.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_built_to_print_built_to_perform_epson.php</guid>
         <category>Sponsors</category>
         <pubDate>Tue, 06 Dec 2011 06:00:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsor Post: Skytap&apos;s 5 Tips For Adopting Agile IT Methodologies</title>
		<description><![CDATA[<p><img alt="sponsor_skytappuzzle.jpg" src="http://www.readwriteweb.com/sponsor_skytappuzzle.jpg" width="150" height="150" class="mt-image-none" style="" /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>The cloud model provides convenient, affordable, and on-demand computing resources tailored for software development teams as well as augmenting in-house IT environments. Today's leading companies use the cloud to change IT to be more agile and power their agile software development teams. Below are five tips that enable them to deliver agile IT.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=30396&amp;cb=30396' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=30396&amp;n=30396' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p><strong>1. Don't change the agile process to fit your legacy IT; change IT to be agile</strong><br />
This cannot be overstated enough for best practices. The very essence of the agile model is trust and delegation, yet some IT organizations refuse to operate with these principles in mind. They claim to support the agile development model, but require the developers to change their model to fit the IT architecture already implemented. Successful IT organizations change  their model to be more agile and self-service oriented therefore enabling development teams and not blocking them. </p>

<p><strong>2. Empower Developers with self-service environments</strong><br />
<a href="http://www.skytap.com/">Enable your developers by creating operational templates</a> specific to each development project, setting consumption policies and providing an easy way for developers to consume IT services. Once you adopt an agile model, trust your developers and empower them with self-service environments. IT can reduce the amount of support they need to provide and development teams get the flexibility they need on-demand.</p>

<p><strong>3. Expect rapid changes and fast iteration to be the new normal</strong><br />
Be ready to architect IT to be agile, configurable, scalable and flexible.  An agile development model is inherently fast paced, so be willing to accommodate change and quickly adapt to what works and what does not.  Expect rapid iteration and design your IT processes accordingly.</p>

<p><strong>4. Collaboration is at the heart of agile development</strong><br />
Agile teams set the stage for customers, lines of business, QA, and support professionals from day one. All of these stakeholders are expected to operate on the application based on the specific roles they play within the team. If the IT environment cannot be easily replicated and shared with all stakeholders then the developers will not adopt it.</p>

<p><strong>5. Maintain visibility and control over your IT operations</strong><br />
Agile IT does not eliminate security and governance needs. IT departments need to set security policies and enforce them through granular access control. They need to have complete visibility into quota usage, resource management, and compliance. <a href="http://www.skytap.com/">Cloud providers like Skytap</a> can easily enable security and governance needs for IT departments.</p>

<p>You can transform existing IT into an agile IT that development teams will embrace. The process isn't difficult - but you must rethink your IT architecture and implement a solution that is developer-friendly.</p>

<p><em>About the Author: Nate Odell is Director of Marketing at <a href="http://www.skytap.com/">Skytap</a>, a leading provider of cloud automation solutions. He is an industry veteran with a successful 11-year career in B2B marketing for technology startups. Follow Nate on Twitter <a href="http://twitter.com/NateOdell25">@NateOdell25</a> or <a href="http://twitter.com/skytap">@Skytap</a>.</em></p>

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/1254879">artM</a></small></em><br />
</p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_skytaps_5_tips_for_adopting_agile_it_methodologies.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_skytaps_5_tips_for_adopting_agile_it_methodologies.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_skytaps_5_tips_for_adopting_agile_it_methodologies.php</guid>
         <category>Sponsors</category>
         <pubDate>Tue, 29 Nov 2011 06:00:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsor Post: The Cure for Printer Pain</title>
		<description><![CDATA[<p><img alt="sponsor_paperstack_150.jpg" src="http://www.readwriteweb.com/sponsor_paperstack_150.jpg" width="150" height="150" class="mt-image-none" style="" /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>Think about it: Choosing the right printer is just like choosing a business partner. As smart entrepreneurs know, the right partner makes you (and your business) look good, pitching in where needed, never leaving you high and dry at 2 a.m. when you're finishing up an important presentation, and always performing at maximum potential.</p>  ]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=30325&amp;cb=30325' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=30325&amp;n=30325' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<div style="float: left; width: 150px;"><script type="text/javascript" src="http://thirdparty.fmpub.net/placement/454891?fleur_de_sel=[timestamp]"></script></div> 
<div style="float:left; width: 445px"><p><em>This post is sponsored by Epson -- makers of the World's Fastest 2-sided inkjet printer, the <a href="http://ad.doubleclick.net/click;h=v2|3E86|0|0|%2a|c;247886325;0-0;0;73459106;31-1|1;44286900|44304687|1;;;pc=[TPAS_ID]%3fhttp://www.epson.com/cgi-bin/Store/jsp/dlp/dynamicLanding.do?dlpId=n_1110_cheetah&cchd=yes?iref=disp_fed-media_2011-11-018">Epson WorkForce Pro</a>. Run your business at full speed with the Epson.</em></p>
</div>
<br style="clear: both" />


<p>The Epson WorkForce® Pro printer is a lot like a good partner.</p>  

<p>It's the world's fastest two-sided inkjet printer and it's reliable. (Which you'll appreciate when you're printing those slide decks in the wee hours of the morning.) Thanks to a large ink and paper capacity, the Epson WorkForce® Pro requires less printer downtime to add paper and ink than competitive models. Even two-sided printing is practical and pain-free!</p>  

<p>The Epson WorkForce® Pro is built to perform -- with technology that allows the ink to dry instantly, creating smudge, fade, and water-resistant prints that are half the price per page for color printing versus laser (not to mention the savings on paper). Better printer efficiency and value means more money in your pocket -- and a nicer pocket, too. That's why it's one of the easiest and smartest business decisions you'll ever make, allowing you to run your business at full speed.</p>  

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/251254">brokenarts</a></small></em></p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_the_cure_for_printer_pain.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_the_cure_for_printer_pain.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_the_cure_for_printer_pain.php</guid>
         <category>Sponsors</category>
         <pubDate>Fri, 25 Nov 2011 06:00:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsor Post: Create Agile IT Using The Cloud</title>
		<description><![CDATA[<p><img alt="sponsorpost_cloudfield_150.png" src="http://www.readwriteweb.com/sponsorpost_cloudfield_150.png" width="150" height="150" class="mt-image-none" style="" /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>The legacy IT model can no longer meet the requirements of today's agile development teams. Historically, the old IT model required at best two to four weeks to spec out a development and test environment, order the machines, network and storage gear, wait for delivery, rack it, and configure them.  That procurement process is extremely time-consuming, inconvenient and costly. Today's development teams require a new approach to obtain much needed IT resources quickly for their development and test projects.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=29737&amp;cb=29737' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=29737&amp;n=29737' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>The cloud model provides convenient, affordable, and on-demand computing resources tailored for software development teams and it can augment in-house IT environments. By enabling development and test environments through the cloud (rather than owning and maintaining hardware), IT can provide the same capabilities with a much higher degree of self-service, configurability and scalability - while realizing a much lower operational cost. <a href="http://www.skytap.com/campaigns/dev-free-trial" rel="nofollow">Cloud-enabled IT for development and test</a> integrates the best characteristics of virtualization, cloud automation, software as a service (SaaS) and infrastructure as a service (IaaS) to provide a complete solution. This solution-centric approach enables IT to:</p>

<ul><li>Deliver a self-service solution portal. Developers can create, replicate, change or delete entire software dev/test stacks in seconds. </li>
<li>Provide on-demand scalability and configurability. Developers can create new release stacks on-demand and in a consistent and dependable fashion as they go through release cycles.  </li>
<li>Provision multiple dev/test environments. Test engineers can run multiple copies of a release, build and test various OS/DB/Browser combinations and scale the environments up or down quickly, as needed.</li>  
<li>Enable constant time snapshots and rapid bug reproduction. Dev teams can recreate any complex bug scenarios (including production issues), rapidly snapshot those environments, make changes, run tests and compare the results to the original. </li> 
<li>Facilitate collaboration and parallel work streams. Engineers can collaborate and share access to those environments with other engineers and support professionals over the Web. </li></ul>

<img alt="sponsor_cloudenabledagileIT.png" src="http://www.readwriteweb.com/sponsor_cloudenabledagileIT.png" width="610" height="409" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" />
 
<p>At the same time, IT professionals can get full visibility and control over cloud environments. In particular, they can:</p>
<ul><li>Set-up dev/test environment templates that are IT policy compliant.</li>
<li>Create users, roles, access control lists and permissions.</li>
<li>Establish hybrid cloud architecture to connect to in-house data centers.</li>
<li>Assign group, project and individual level quota for machines, storage and networks.</li>
<li>Track usage by month, by user, by project and implement charge backs if needed.</li>
<li>Audit and ensure compliance policies are followed.</li></ul>
<p>The result? </p>
<p>IT teams that adopt a cloud-enabled agile IT solution such as <a href="http://www.skytap.com/" rel="nofollow">Skytap Cloud</a> can expect to reduce their total cost of ownership by more than 70% while also reducing the release cycle time by more than 75% when compared to the legacy IT infrastructure. Agile IT empowers development teams to achieve the full potential of the agile model.  In addition, IT will be able to retain full visibility and control over cloud environments and reduce operating costs. </p>

<em><p>About the Author: Nate Odell is Director of Marketing at <a href="http://www.skytap.com/">Skytap</a>, a leading provider of cloud automation solutions. He is an industry veteran with a successful 11-year career in B2B marketing for technology startups. Follow Nate on Twitter <a href="http://twitter.com/NateOdell25">@NateOdell25</a> or <a href="http://twitter.com/skytap">@Skytap</a>.</p></em>

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/1357334">OeilDeNuit</a></small></em></p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_create_agile_it_using_the_cloud.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_create_agile_it_using_the_cloud.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_create_agile_it_using_the_cloud.php</guid>
         <category>Sponsors</category>
         <pubDate>Tue, 25 Oct 2011 08:00:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsor Post: Building Your Own Custom Business Application Is Not A Nightmare</title>
		<description><![CDATA[<img alt="sponsor_hammernail_150x150.jpg" src="http://www.readwriteweb.com/sponsor_hammernail_150x150.jpg" width="150" height="150" class="mt-image-none" style="" /><p><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>Running a small business is never easy. There are too many things to do but too little time, manpower and finance at your disposal. While cleverly juggling smart moves and a bit of luck can take care of the time and manpower, being cash strapped is one thing that needs more than just that. And most small businesses are cash strapped. </p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=29619&amp;cb=29619' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=29619&amp;n=29619' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>In such cases, cutting corners is the way to go and more often than not... it's the IT spending that gets the axe. Why spend frivolously on software boxes, developers and infrastructure paraphernalia when you can manage it all with spreadsheets and files, right? Wrong.</p>

<p>For two reasons:</p>

<ul><li>Spreadsheets and files are not nearly enough to manage the different aspects of your business efficiently. The world has moved on to the cloud. Tweets have replaced emails, and chats are the new phone calls. Why, then, would you lug around files after files containing sensitive and important data?</li> <li>You don't have to hire IT guys to build and manage your business applications.</li></ul> 

<p>A Mexican standoff? Not quite. Get around both of these with a stroke of brilliance. Build custom business applications - yourself. Yes you - with limited or absolutely no programming expertise - can build a complex looking application all by yourself, in minutes. </p>

<p><a href="http://zoho.com/creator" rel="nofollow">Zoho Creator</a> is just what you need. Zoho Creator is a <a href="https://www.zoho.com/creator/database-software.html" rel="nofollow">database software</a> that lets users build customized business applications online. Building a customized business application is not rocket science. No really.</p>

<p><iframe allowfullscreen="false" frameborder="0" height="360" id="zw-132cf2ca089woCpuU5a2b" src="http://www.youtube.com/embed/SKB7Ezp9Yiw?hd=1" width="610"></iframe></p>

<p> Here's a checklist that can help you decide if you can build your own app.</p> 
<ul><li>You own the business? Yes.</li> <li>You know what you need to manage a particular department in your business? Yes.</li><li>It will be your decision to hire an IT guy to develop the custom app for you? Yes.</li><li>You will be briefing the IT guy on what your application needs to do? Yes.</li><li>And when he comes up with an application, you'll be the one testing it out to see if it is really what you ​need? Yes.</li></ul>

<p>If you answered yes to at least three of the above questions, then congratulations. You have what it takes to build a full-fledged customized application, <a href="https://www.zoho.com/creator/custom-application-development.html" rel="nofollow">all by yourself</a>. </p>

<p>With a simple platform like Zoho Creator, you don't have to look any further. Zoho Creator's intuitive drag and drop interface lets anyone build customized applications easily and quickly. Include all the business rules and workflows you need, throw in some reports and spice it up schedulers and email notifications without breaking a sweat or burning a hole in your pocket.</p>

<p>When it's all done, stand back and take pride in yourself for being such an awesome craftsman.</p>

<p><a href="http://zoho.com/creator" rel="nofollow">Welcome to the world of creators!</a>​</p>

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/36128">mjw</a></small></em></p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_building_your_own_custom_business_application_is_not_a_nightmare.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_building_your_own_custom_business_application_is_not_a_nightmare.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_building_your_own_custom_business_application_is_not_a_nightmare.php</guid>
         <category>Sponsors</category>
         <pubDate>Wed, 19 Oct 2011 06:00:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsor Post: How to Prevent Facebook Fan Exodus</title>
		<description><![CDATA[<p><img src="http://www.readwriteweb.com/archives/facebook_150_logo.jpg" /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>When it comes to social media, traditional marketers are strangers in a strange land. Despite companies' drive to be more social, a <a href="http://www.readwriteweb.com/archives/infographic_40_of_facebook_users_ditch_brand_pages.php" rel="nofollow">recently released study</a> shows that 40% of a brand's Facebook page fans "unlike" them soon after a promotional campaign ends. And even within the most "liked" fan pages, <a href="http://blendingthemix.com/2011/09/16/facebook-just-isnt-working-for-brands/" rel="nofollow">user engagement is abysmal</a>. Of Eminem's 41.5 million fans, only 575 actively engage with the page. </p>

<p>So how do successful brands keep that 40% happy and coming back? Let's look first at those who go wrong.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=29258&amp;cb=29258' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=29258&amp;n=29258' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>As the cheerleaders of our brands, we're accustomed to loudly shouting our messages through TV, radio, print ads, and website banners because we see good ROI by getting as many eyeballs as possible on an ad at once. But effective social media doesn't work that way: It's a friendly conversation, not a soap box. </p>

<p>It's often not for lack of trying that social campaigns come up short, although we certainly can blame too much misdirected effort. As Joshua Ross of Fleishman Hillard points out, several top brands have abandoned literally dozens of failed social sites since social media came into vogue. On a recent project, he found that a client had close to 150 Facebook pages, over 65 YouTube channels, and 100 Twitter feeds. "Every executive is being asked to define their social media strategy (or just "do something") and the drumbeat is relentless," Ross said. </p>

<p>The go-to "something" for many brands is to offer special deals and freebies in exchange for a "Like" or follow. Although a great place to start, long term success and impressive ROI requires a broader strategy, otherwise fans will take your offerings and run (read: "unlike" or "unfollow"). Ross recommends developing a <a href="http://www.web2expo.com/webexny2011/public/schedule/detail/20884" rel="nofollow">Social Media Architecture</a> for your brand to bring "harmony, utility, and durability" to a company's online presence. </p>

<p>"One of the inspiring effects of the social web is that it exerts a selection pressure on organizations to return to the days of the neighborhood store, where business was founded on relationships and reputation as much as it was on advertising and brand, where the social contract was as important as the business contract," he said. </p>

<p>Compelling social brands begin with a sense of purpose and thrive because they have something to talk about and share with a natural community (and potential customers). Adidas has mastered this by focusing on several key communities of interest on Facebook: <a href="http://www.facebook.com/adidas.running" rel="nofollow">Running</a>, <a href="http://www.facebook.com/adidasfootball" rel="nofollow">Football</a>, and <a href="http://www.facebook.com/adidasoriginals" rel="nofollow">Fashion</a>.</p>

<p>Ruben Quinones of Path Interactive points to Starbucks as one of the social media marketing leaders we can learn from. At a time when sales started slipping for the first time in history back in 2008, Starbucks launched mystarbucksidea.com, a forum for customers to vent their frustrations, and submit their own ideas to improve the Starbucks experience. Whether it's on Twitter, Facebook, mobile,or their own social network, Starbucks provides the right mix of social that naturally leads to interaction and an improved experience," he said.</p>  

<p>Quinones helps brands <a href="http://www.web2expo.com/webexny2011/public/schedule/detail/20776" rel="nofollow">crack the Facebook feed</a> by focusing on this right mix. "There is some great content out there, but not all of it is intended to be social, while others are not leveraged enough," he said. "And there are those that do a really good job of engaging, but are hurting their cause by broadcasting every single piece of content that comes out of their site along with their other updates. "</p>

<p>A brand's editorial team needs to determine a coherent content strategy to avoid spamming, and thus turning off, followers and fans. Frequency of content is key. "For example, if an organization created a video highlighting a branding initiative, it may not hurt to "broadcast" it via your social channels. </p>

<p>However, if there were 10 pieces of content about this same product launch that was hitting all your channels, then the audience might surrender to messaging fatigue. If that one piece of content was mixed in with several great pieces of content that provided some educational, entertainment, exclusive value to their audience, then that one "broadcast" piece of content would not only be more likely to be viewed, but accepted."</p>

<p>Another essential content consideration: Facebook's <a href="https://www.facebook.com/note.php?note_id=206484249362078" rel="nofollow">EdgeRank</a>. The higher your page's EdgeRank, the more likely it is to show up in a fan's News Feed. Help yourself out by publishing content that encourages interaction: polls, links, photos (users tend to click to see larger versions), and videos. Make sure to update frequently, as posts can get easily lost in the stream of activity.</p>

<p>Quinones, Ross and dozens of other marketing thought leaders will dive deep into these issues and more at the upcoming Web 2.0 Expo New York this October 10-13. Come see them by <a href="http://www.web2expo.com/webexny2011/public/content/landing?_discount=rww&amp;cmp=ex-conf-xn11-rww" rel="nofollow">registering</a> now with code RWW20 to save 20% off all conference passes. </p>  


]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_how_to_prevent_facebook_fan_exodus.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_how_to_prevent_facebook_fan_exodus.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_how_to_prevent_facebook_fan_exodus.php</guid>
         <category>Sponsors</category>
         <pubDate>Wed, 28 Sep 2011 09:00:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsor Post: 4 Steps to Measuring Social Engagement </title>
		<description><![CDATA[<p><img alt="sponsorpost_number4.jpg" src="http://www.readwriteweb.com/sponsorpost_number4.jpg" width="150" height="150" class="mt-image-none" style="" /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>Beginning a new social media program or demonstrating to senior management its value can be a challenge. While social media is becoming established in marketing, many still struggle to prove its value to the bottom line.</p>

<p>Perhaps one of the most important of all metrics, engagement with users is likely one of the main reasons your social media program was started. Measuring where, how and why it's happening and increasing its effectiveness and frequency across channels is vital to program success.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=28443&amp;cb=28443' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=28443&amp;n=28443' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<div class="super-pullquote" style="width:610px"><img src="http://i.xx.openx.com/9c2/9c2c08f96883a469f95e15655702e462f22850ad/2b9/2b991a2016c356fbd489ba8a4a1fc574.png" align="left" /><a href="http://www.awarenessnetworks.com/">The Awareness Social Marketing Hub</a> is the leading social media marketing software for marketers to publish, manage, measure and engage across all their social channels. The Awareness Social Marketing Hub is leveraged by companies of all sizes including Sony, MLB, American Cancer Society, and Starwood Hotels. <a href="http://info.awarenessnetworks.com/Demo-Request-RRW.html?detail=RWW">Request a demo here</a>.</div>

<p>Measuring engagement is much more than simply measuring how many people have opted in to receiving your content. You might have 50,000 Twitter followers or 5,000 Facebook fans, but are they really interacting with and listening to you, and if so, what can you learn about that audience that can help you hone your messaging? </p>

<p>There are four steps to consider when answering this question.</p>

<h2>Step One: Determine where it's happening</h2>

<p>Most social marketing programs include multiple platforms, and activity can vary from one platform to the next. It's important to understand where your activity is happening and what type of activity that is.</p>

<p>Let's say you have comparable sized networks on Twitter and Facebook, but you're getting more of the key signs of engagement on Twitter (retweets, replies, mentions) than on Facebook (comments, likes, shares). There's something going on there that's worth looking into.</p>

<p>Looking at each platform you're using and comparing it to others will tell you where your fans or customers are the most engaged. If a clear front-runner emerges, that information will help to inform where your efforts should be concentrated, and where you may need to work on growing your audience.</p>

<h2>Step Two: Determine how and why it's happening</h2>

<p>The next step is to measure the "how" and "why" parts of the engagement question. To do this, we recommend taking a broader look at your data to identify trends. For instance:</p>

<ul>
	<li>Choose a larger date range, for example the last six months, and compare that data to the first six months.</li>
	<li>Compare month to month, especially if your program is relatively new and you don't have many months of data.</li>
	<li>Look at specific pieces of content, and identify the ones that are creating the most engagement.</li>
	<li>On a daily or weekly basis, determine whether there are specific times when your audience is more engaged, whether it's a particular day of the week, or a time of day.</li>
</ul>

<p>This allows you to see trends in active users - how many of your fans visit monthly, weekly, or daily and what they're doing when they visit.</p>

<p>It also allows you to see trends in interactions - how often and when are you creating buzz in your user community, how many comments and likes do you get on average, what content has generated the most feedback, etc.</p>

<p>You'll begin to see clear spikes in interactions where your content was really successful.</p>

<ul>
	<li>Compare those spikes in interactions to the piece of content you posted that generated that feedback, and use that information to inform future posts.</li>
	<li>Think about your active base, how much real engagement you're getting as opposed to just getting in front of your audience. In the case of Facebook, a high number of page views compared to a low number of actual interactions means that you have a small active base and room for improvement.</li>
</ul>

<p>You'll develop a sense of the interactions your audience is making with you, and you can begin to answer the question of how and why. This is a valuable addition to where and how much.</p>

<h2>Step Three: Find your most engaging content and hone in</h2>

<p>Using this information, you'll be able to clearly identify what engagement levels your content is eliciting. For instance, certain kinds of posts may get more feedback, while other kinds of posts garner little to no attention at all. Is it the title? Is it the type of post? Was the content posted at a certain time of the day or week?</p>

<p>By honing in on the content that people really respond to, and reducing or eliminating the efforts that aren't working, you can begin to refine and replicate the types of content that most engages people, that people find the most valuable.</p>

<h2>Step Four: Put it in perspective</h2>

<p>It's also important to remember that engagement can be a very broad term. You want to make sure you're looking at it not just by itself, but also in terms of your total audience. If your level of engagement is high in a very small part of your overall community, you need to consider whether that's moving towards your goals.</p>

<p>How many overall followers do you have in a given network, and of those, what percentage are actively responding to you, interacting with your page and sharing your content? The higher the percentage, the higher your engagement.</p>

<p>By putting these steps together, you'll be able to better understand how effective your content is at creating an engaged and interactive audience, and how well it's helping you achieve your business goals.</p>

<p>For more information on Measurement, check the Awareness whitepaper, <a href="http://info.awarenessnetworks.com/Social-Media-Metrics.html?detail=RWW">The Top 9 Social Media Metrics Marketers Need to Know</a>, or our latest e-book, <a href="http://info.awarenessnetworks.com/Social-Funnel.html?detail=RWW">The Social Funnel: Driving Business Value with Social Marketing</a>. </p>

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/642232">digital_a</a></small></em></p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_4_steps_to_measuring_social_engagement.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_4_steps_to_measuring_social_engagement.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_4_steps_to_measuring_social_engagement.php</guid>
         <category>Sponsors</category>
         <pubDate>Tue, 23 Aug 2011 06:00:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsored Post: 9  Social Marketing Insights for CMOs from Leading Social Experts</title>
		<description><![CDATA[<p><img src="http://www.readwriteweb.com/images/sponsors/sponsored_insight.jpg" style="height:100px" /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>Brands have evolved from asking "<em>Should we be on social media?</em>" to "<em>How can we improve our social media activities?</em>" At the same, they want to understand "<strong><em>what is the value of social  media?</em></strong>"  That simple question of  value transcends company size, industry and focus. </p>

<p> Three months ago, <a href="http://www.awarenessnetworks.com" rel="nofollow">Awareness</a> set out to answer the question  of uncovering the value in social marketing by conducting research and meeting  with social media practitioners and experts alike. During the interview  process, we asked the group to tell us what advice they would provide Chief  Marketing Officers (CMOs) as they set out to design, manage and measure their  social marketing strategy.  Here are their insights:</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=28075&amp;cb=28075' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=28075&amp;n=28075' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<ol>
  <li><img src="http://www.readwriteweb.com/images/sponsors/sponsored_jasonfalls.jpg" style="height:100px" align="right"/><strong><em>Have a plan!</em></strong><em> - </em><a href="http://twitter.com/jasonfalls" rel="nofollow">Jason Falls</a><em>,  principal of </em><a href="http://www.socialmediaexplorer.com" rel="nofollow">Social Media Explorer</a>: <br />
&quot;Go into social with a plan. Social channels are like other marketing channels  - treat them with the same diligence. Don&rsquo;t just test the waters - commit to  social. It is the way of the future.   Test and iterate. Integrate social with your marketing and business  initiatives - social marketing cannot exist in a vacuum.&quot;<br />
<br />
  </li>
  <li><img src="http://www.readwriteweb.com/images/sponsors/sponsored_davidberkowitz.jpg" style="height:100px" align="right"/><strong><em>Passion is contagious - </em></strong><a href="https://twitter.com/dberkowitz" rel="nofollow">David Berkowitz</a><em>,  senior director of Emerging Media and Innovation for </em><a href="http://blog.360i.com/" rel="nofollow">360i</a><br />
  &quot;Don&rsquo;t think of social only as a way to drive  leads and sales.  Social is about passion  - Oreo has over 22 million fans because the brand has given voice to the  passion of its consumers.&quot;<br />
  <br />
  </li>
  <li><img src="http://www.readwriteweb.com/images/sponsors/sponsored_paulgillin.jpg" style="height:100px" align="right"/><strong><em>Focus, test and learn</em></strong><em> - </em><a href="http://twitter.com/pgillin" rel="nofollow">Paul Gillin</a>, <em>author  of</em> &quot;<a href="http://gillin.com/books/" rel="nofollow">Social Marketing to the Business Customer</a>&quot;<em><br />
  </em>&quot;Focus on a limited number of tools initially  and build your portfolio where you see tangible traction.  Develop a center of social marketing  expertise to avoid repeating the same mistakes other brands have made.  Consider hiring social marketing experts to  help you develop that expertise.&quot;<br />
  <br />
  </li>
  <li><img src="http://www.readwriteweb.com/images/sponsors/sponsored_DavidMeermanScott.jpg" style="height:100px" align="right"/><strong><em>Think like a publisher</em></strong><em> - </em><a href="http://twitter.com/dmscott" rel="nofollow">David Meerman Scott</a><em>, marketing strategist and author of  &quot;</em><a href="http://www.davidmeermanscott.com/books.htm" rel="nofollow">The New Rules of Marketing and PR</a><em>&quot;</em><br />
    &quot;In the world of social, companies need to  think like publishers. The first thing that companies need to do is understand  where they rank in search engine results. Smart companies know what their  prospective customers are searching on. They then create social content -  blogposts, YouTube videos, webinars, etc. that leverages key words to improve  search engine rankings.&quot;<br />
    <br />
  </li>
  <li><img src="http://www.readwriteweb.com/images/sponsors/sponsored_nathaniel_perez.jpg" style="height:100px" align="right"/><strong><em>Integrate social into your  business</em></strong><em> - </em><a href="https://twitter.com/perezable" rel="nofollow">Nathaniel Perez</a><em>,  head of social experience at </em><a href="http://www.sapient.com/en-us/sapientnitro.html" rel="nofollow">SapientNitro</a><br />
  &quot;If your level of maturity with  social marketing is low, rely on agencies and consultants to help you succeed.  You will need carefully integrated content, processes, and governance in order  to succeed. Social is not media-centric, it is customer-centric. Once you have  gained experience, work towards integrating social deeper within your business.  Plan your resources around the following key functional areas: research and  insight, engagement and community building, media planning and integration, and  data and analytics.&quot;<br />
  <br />
  </li>
  <li><strong><em>Understand your goals and tie  into existing business processes</em></strong><em> - Andrew Patterson, manager of new media at </em><a href="http://www.mlb.com" rel="nofollow">MLB</a><em> Advanced Media</em><br />
  &quot;Start with understanding your goals with  social. Where and how you want to participate is a business decision. Look at  your industry and beyond for best practices.   Choose a social media publishing and monitoring platform that serves  your specific needs. Social requires full integration with your current  analytics systems - make sure you partner with your vendors for success.&quot;<br />
  <br />
  </li>
  <li><img src="http://www.readwriteweb.com/images/sponsors/sponsored_jeremiahowyang.jpg" style="height:100px" align="right"/><strong><em>Budget and prioritize</em></strong><em> - </em><a href="http://www.twitter.com/jowyang" rel="nofollow">Jeremiah Owyang</a><em>,  industry analyst with </em><a href="http://www.altimetergroup.com/" rel="nofollow">Altimeter Group</a><br />
  &quot;Allocate your social marketing budget based on  your level of social marketing maturity. In our February 2011: <a href="http://www.slideshare.net/jeremiah_owyang/how-corporations-should-prioritize-social-business-budgets" rel="nofollow">How Corporations Should  Prioritize Social Business Budgets</a>, Altimeter reported that the average social  media annual budget in 2010 was $833,000, but that figure fluctuated based on  annual revenue and social marketing program maturity. Use industry benchmarks  to allocate your budget.&quot;<br />
  <br />
  </li>
  <li><img src="http://www.readwriteweb.com/images/sponsors/sponsored_jonasnielsen.jpg" style="height:100px" align="right"/><strong><em>Commit to social long term</em></strong><em> - </em><a href="http://twitter.com/Klit_Nielsen" rel="nofollow">Jonas Nielsen</a><em>,  co-founder and managing partner of </em><a href="http://mindjumpers.com/" rel="nofollow">Mindjumpers</a><br />
  &quot;Go in for the long haul, and don&rsquo;t put social  in the hands of junior brand managers.   Social is one of the one important channels of the future - your own  media that will position you to spend less resources over time - for marketing,  customer service, and product development.&quot;<br />
  <br />
  </li>
  <li><img src="http://www.readwriteweb.com/images/sponsors/sponsored_erikqualman.jpg" style="height:100px" align="right"/><strong><em>Start by focusing on existing customers</em></strong><em> - </em><a href="http://twitter.com/equalman" rel="nofollow">Erik Qualman</a><em>,  author of &quot;</em><a href="http://www.socialnomics.net/" rel="nofollow">Socialnomics: How  Social Media Transforms the Way We Live and Do Business</a><em>&quot;</em><br />
  &quot;The best companies understand social touches  every aspect of their business. Start with answering why you want to run social  programs and what success looks like.   Remember: only a portion of your social efforts can be tracked directly  down to sales.  Most of social is relationship-based  - it is a longer-term investment in your brand. Focus with your existing  customers - they will spread the word for you. Welcome to the world of mouth.&quot; </li>
</ol>
<p>What do you think?  Do you agree with the experts?  What would you add to their list?</p>
<p>The complete results of the study are available in the  recently released eBook: &quot;<a href="http://info.awarenessnetworks.com/Social-Funnel.html?detail=RWWP" rel="nofollow">The Social Marketing Funnel: Driving Business Value with  Social Marketing</a>&quot; and  attend the <a href="http://info.awarenessnetworks.com/Social-Media-Funnel-Webinar.html?detail=RWWP" rel="nofollow">Social Marketing Funnel Webinar</a> on August 18th @ 2PM ET </p>

<p><img src="http://www.readwriteweb.com/images/sponsors/sponsored_MikeLewis.jpg" style="height:100px" align="left" /><em>Mike Lewis is a sales and  marketing executive who has been at the forefront of leveraging social media  for demand generation and customer acquisition.&nbsp; Mike is the vice  president of marketing &amp; sales at </em><a href="http://www.awarenessnetworks.com" rel="nofollow">Awareness, Inc</a><em>, where he works with some of  the world&rsquo;s largest brands and agencies to define their social media marketing  strategy. Follow him on Twitter </em><a href="http://twitter.com/bostonmike" rel="nofollow">@bostonmike</a><em> or visit his blog </em><a href="http://blog.socialepisodes.com" rel="nofollow">Social Episodes</a><em>.</em></p>

<p><em><small>Lead photo by <a href="http://www.sxc.hu/photo/819626" rel="nofollow">hksusp</a> </small></em></p>
]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsored_post_9_social_marketing_insights_for_cmos_from_leading_social_experts.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsored_post_9_social_marketing_insights_for_cmos_from_leading_social_experts.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsored_post_9_social_marketing_insights_for_cmos_from_leading_social_experts.php</guid>
         <category>Sponsors</category>
         <pubDate>Tue, 02 Aug 2011 06:00:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsor Post: Here&apos;s Why You Need to Transition Your IT Sandbox Environments to the Cloud</title>
		<description><![CDATA[<p><img alt="sponsor_skytap_bigclouds.jpg" src="http://www.readwriteweb.com/sponsor_skytap_bigclouds.jpg" width="150" height="150" class="mt-image-none" style="" /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>Today's IT managers are facing a classic conundrum.</p> 

<p>On the one hand, we all recognize that IT sandbox environments are an emerging necessity. Companies increasingly need a place for dynamic workloads, such as migration and software evaluations, security testing, pre-production test beds, training sessions and IT labs.</p>

<p>And yet these IT sandbox environments typically aren't compatible with the capital-intensive in-house data center resources we're accustomed to utilizing.  Unlike well-planned data center workloads, sandbox workloads are characterized by fluctuating capacity needs and other rapid changes, and they often require intensive tactical IT support - none of which is well-suited to the traditional data center model.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=27594&amp;cb=27594' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=27594&amp;n=27594' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>Essentially, it boils down to "what we need" vs. "what we have," a debate that's now commonplace in IT shops around the globe. Is there a solution to this puzzle? How can organizations take advantage of all the benefits IT sandbox environments offer if these dynamic workloads don't fit conventional IT ecosystems?</p>

<p>At <a href="http://skytap.com" rel="nofollow">Skytap</a>, we believe we have found an answer to the conundrum. The solution, as we see it, is in the cloud.</p> 

<p>In fact, in many ways, IT sandbox environments are <i>ideal</i> candidates for transition to the cloud. Think about it. First, sandbox environments offer a low-risk adoption path to cloud computing. Plus, they also can provide high ROI, since resource utilization can be aligned with demand and users can be empowered with self-service -both of which can significantly reduce costs and IT support burden.</p>

<p><img alt="sponsor_skytap.jpg" src="http://www.readwriteweb.com/sponsor_skytap.jpg" width="500" height="220" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></p>

<p>Need more proof? Let us walk you through three of our top ten reasons why it makes sense for you to rethink the way you're managing your IT sandbox environments. For example, if you transition your IT sandbox environments to the cloud, you can:</p>

<ol>
<li><b>Eliminate infrastructure constraints on the business.</b> A cloud service enables infrastructure capacity to be added quickly - often in less than a day! - to meet business demand.  What's more, costs go down because cloud services are provided using a utility billing model, so you only pay for what you use.</li>
<li><b>Avoid expensive application rewrites.</b> Ensure your cloud provider supports a wide variety of operating systems, databases, application servers and infrastructure tools so that your machines can keep the same networking settings and host names and connect to onsite infrastructure as required. The goal is for your IT and development teams to use a cloud service as an extension of their on-site IT environment and to run existing applications, virtual machines and systems unchanged in the cloud.</li>
<li><b>Reduce data center cost and complexity.</b> Why use costly in-house data centers to support dynamic workloads? By contrast, cloud services are generally billed on a variable, pay-as-you-use model, so an organization can convert large upfront capital expenditures into needs-based operational expenses. Savings can be immediate. In addition, aligning computing capacity with demand helps minimize ongoing support costs, and you can apply quotas to individuals and organizations to cap usage and/or hard budgets. Skytap's solution even enables virtual data center environments to be automatically suspended when not in use to avoid unnecessary charges.</li>
</ol>

<p>. . . and that's just the start of our list!</p>

<p>Want to learn even more? For additional information, please download this white paper:
<i><a href="http://www.skytap.com/campaigns/it-sandbox-whitepaper.php" rel="nofollow">Top Ten Reasons to Transition Your IT Sandbox Environments to the Cloud</a></i>.</p>

<p>We're convinced that it's time for you to rethink the way you manage your IT sandbox environments.  By transitioning these dynamic workloads to the cloud, you can start reaping a wide range of significant IT benefits, including lower costs, enhanced agility and improved productivity.</p> 

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/1290355" rel="nofollow">trublueboy</a>.</small></em></p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_heres_why_you_need_to_transition_your_it_sandbox_environments_to_the_cloud.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_heres_why_you_need_to_transition_your_it_sandbox_environments_to_the_cloud.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_heres_why_you_need_to_transition_your_it_sandbox_environments_to_the_cloud.php</guid>
         <category>Sponsors</category>
         <pubDate>Wed, 06 Jul 2011 08:00:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsor Post: How to Build Killer Apps for Mobile Networks</title>
		<description><![CDATA[<p><img alt="zereos.jpg" src="http://www.readwriteweb.com/zereos.jpg" width="150" height="150"  /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>Mobile app developers are probably more than a little tired of <a href="http://www.rcrwireless.com/article/20110525/ENABLERAPPS/110529961/glue-conference-operators-are-not-the-enemy-a-lu-exec-says" rel="nofollow">empty promises</a> about the grand future of mobile networks. But take a quick look at history and it becomes obvious that the technology has come a long way. </p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=27072&amp;cb=27072' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=27072&amp;n=27072' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>Mobile networks were initially used solely for voice calls. Then, lower power requirements of 2G and higher network capacities gave rise to a plethora of small devices with SMS and email capabilities. The widespread rollout of 3G-increased bandwidth on those devices, making mobile multimedia and functional Web access a reality. </p>

<h2>Do You 4G?</h2>

<p>That was all just a prelude to <a href="http://en.wikipedia.org/wiki/3GPP_Long_Term_Evolution" rel="nofollow">LTE </a>(the dominant 4G technology). Also known as 3GPP Long Term Evolution, LTE is being rolled out globally and is now the uncontested replacement for both GSM and CDMA networks. This new technology gives network providers the ability to deliver faster and more reliable access, richer experiences for mobile device users, and a more secure environment. </p>

<p>4G networks are being deployed across the globe. When developers know how networks function, better apps get built. More efficient and powerful apps make networks better, which accelerates customer adoption of apps. What follows are concrete steps developers can take to make apps perform their best on these new networks.</p>

<h2>As an App Developer, Why Do I Care?</h2>

<p>LTE was designed to offer more than two times the bandwidth of 3G and half the response time. The radio signals from cell towers have less interference in LTE and increased signal capacity means more users can access the network simultaneously without noticeably affecting performance. These improvements mean apps will be able to pull down more data from the network with less noticeable lag. When users pull up maps, they'll come up faster and scroll more smoothly. Graphics-heavy web pages will load faster and video playback will start sooner and play with fewer hiccups. </p>

<p>Almost every aspect of the mobile experience will be improved with LTE. Unlike earlier network technologies, LTE uses an <a href="http://lte.alcatel-lucent.com/index.php/pages/discover" rel="nofollow">all-IP backbone</a> with highly efficient routing. Data moves through the backbone more rapidly and, because voice and various data types are all handled as IP packets, apps can shift between them more easily. There are nine content types defined in LTE and <a href="http://bi.cbronline.com/news/alcatel-lucent-launches-appglide-video-analytics-020611" rel="nofollow">quality of service levels</a> can be assigned to content on the basis of type. This means that voice data won't over-consume bandwidth that should be reserved for web video, for example. </p>

<p>LTE's security and reliability are also major improvements over 3G. As data is being sent to and from a user's mobile device, it is automatically encrypted. A sophisticated key mechanism provides further security and temporary user IDs make it more difficult for malicious hackers to gain entry to devices. To enhance reliability, session tracking keeps users connected to applications even when they switch from 3G or 2G to LTE and back again, even when there are delays.</p>

<h2>Leveraging LTE in Your Apps</h2>

<p>LTE will provide increased performance for all apps, but you can get even more out of the network to create a truly exceptional user experience. Take advantage of these tips now and your apps will perform better and make your customers happier, whether they are on LTE or older networks.</p>

<p><strong>Plan for a Mix of 2G, 3G and LTE Use</strong><br />
Give your app the ability to make an intelligent decision about how to fetch data, depending on the network being accessed. Also remember that latency and bandwidth vary within a given span of network coverage, so data transfer rates will not remain constant within an LTE network. It can be a challenge to determine not only what sort of network performance you're getting, but also why. For example, the same response figures could indicate that you're on a fast 3G network or a slow LTE network. If your app relies on constant network connectivity, periodically have your IT department check both bandwidth and latency to make an educated guess about what kind of network it is on and adjust accordingly. Service providers are working with industry standards organizations to define consistent interfaces that will allow developers to receive information from the network about latency, bandwidth and saturation, but this is not yet a reality.</p>

<p><strong>Speed Results with Pre-fetching</strong><br />
In many situations data retrieval needs can be anticipated with pre-fetching. By giving your application a way to access necessary data before it is requested by the user, you can provide an even more frictionless user experience. If you expect that users will be making many data-intensive requests that have to go through the network to a server, invest some effort in creating a pre-fetching system. By definition, pre-fetching is imperfect, but if your app can use a solid pre-fetching algorithm to pull down data and cache it on the device before it is needed, you can give users a demonstrably better experience. Because LTE provides lower latency and higher bandwidth, pre-fetching is a more practical approach than with older networks.</p>

<p><strong>Cache More</strong><br />
Mobile devices are no longer computing lightweights. By caching extensively you can increase the responsiveness of your application and eliminate the spikes in network requests that cause user-discernable performance problems. Spikes in network activity typically occur at predictable times. Think about how and when your app needs data and if possible cache in advance of periods of high network activity. Of course, don't forget to periodically flush caches.</p>

<p><em><strong>Next page: </strong>Create One Session with Multiple Gets</em></p>

<p><!--nextpage--></p>

<p><strong>Create One Session with Multiple Gets</strong><br />
LTE was designed with longer sessions in mind, so take advantage of it. The fewer requests your app has to make, the lower the latency and higher the responsiveness. Over the years app developers have been trained to make small requests frequently, because of network limitations. If you can rope a bunch of requests to remote servers into one session, you'll be able to better take advantage of LTE's higher bandwidth and longer sessions.</p>

<p><strong>Take Advantage of LTE's All-IP Capabilities</strong><br />
Because LTE can go from idle to active in 100ms, your application can provide an always-on experience without actually being active at all times. LTE's ability to deliver a variety of media concurrently means that you can start one stream while stopping another. For example, an app could display a scrolling map while simultaneously delivering voice over narration without start-up hesitation or playback stutter.</p>

<p><strong>Avoid Polling on Demand Requests </strong><br />
The first batch of LTE-ready mobile devices may consume more battery power because the batteries are not yet optimized for power consumption, and because they may be monitoring both LTE and CDMA networks at the same time. By reducing polling, you can reduce battery depletion. It is also important to note that if the user is moving between 3G and LTE networks frequently, an application dependent on frequent updates or keepalives could timeout during the handover between networks. </p>

<p><strong>Favor Downloading Over Streaming </strong><br />
While LTE provides higher quality of service and bandwidth, at least for the near term LTE will be coexisting with 3G networks. The handover from LTE to CDMA can cause a delay of between 3 and 8 seconds on average, depending on whether the two networks are on the same frequency. While packets are buffered in a streaming situation, depending on the density of LTE coverage provided by the carrier, a user could move in and out of 3G repeatedly while on the move. This could cause noticeable hesitations in streaming playback. Continuous streaming also appears to drain batteries at a higher rate than downloads. Also, in areas with slower networks, batteries get depleted faster because the device boosts its network reception in order to overcome network noise. For these reasons, keeping streaming to short bursts will help with real world battery power management.</p>

<p><strong>Use A Bigger Buffer</strong><br />
When a user pulls down streaming media or initiates a download from your app while on an LTE network and for whatever reason is switched to a 3G network, the effect on the user can be minimized through the use of a large data buffer. Since LTE already pulls down data faster, it is a good idea to use a bigger buffer than you would on a 3G network. This will not create a noticeable performance hit on LTE networks, and will minimize the impact of user movement between LTE and 3G networks.</p>

<p><strong>Avoid Aggressive Behavior</strong><br />
Apps that live in an RF (radio frequency) environment and have to operate on a crowded wireless network need to be good citizens. If packet loss occurs, a device needs to back off or wait for response. If your app is continuously attempting to regain lost packets, it can exacerbate the original failure conditions, degrading or denying service to other devices and congesting traffic. Overly aggressive behavior also unduly burdens device batteries. An app that keeps trying to pull down signal from a congested network rapidly sucks the life from batteries.</p>

<h2>The Future</h2>

<p>Mobile has moved from the periphery to the center of business and personal communications. Already in many countries the mobile phone has become the primary device for accessing information, managing communications, and performing tasks previously handled by personal computers. LTE is the core of the first network designed from the ground up to accommodate the expectations of carriers, developers, and consumers. Rollout across the globe is moving rapidly and if you can optimize your apps for LTE before your competitors do, you will be able to provide a demonstrably better user experience. </p>

<p><em><a href="http://petervan.wordpress.com/2011/04/22/pirates-rebels-mercenaries-and-innovators/" rel="nofollow">Laura Merling</a> (<a href="http://twitter.com/magicmerl" rel="nofollow">@magicmerl</a>) is Senior Vice President of Alcatel-Lucent's Application Enablement Platform and Strategy.</em></p>

<p><em><small>Image by<a href="http://www.sxc.hu/photo/1005799/" rel="nofollow">clix</a>.</small></em></p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_how_to_build_killer_apps_for_mobile_networks.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_how_to_build_killer_apps_for_mobile_networks.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_how_to_build_killer_apps_for_mobile_networks.php</guid>
         <category>Sponsors</category>
         <pubDate>Fri, 03 Jun 2011 13:45:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsor Post: 3 Reasons Why DevOps and the Cloud are Perfect for Business Success</title>
		<description><![CDATA[<p><img alt="sponsor_skytap_bigclouds.jpg" src="http://www.readwriteweb.com/sponsor_skytap_bigclouds.jpg" width="150" height="149" class="mt-image-none" style="" /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>Night and day. Science and art. 1s and 0s.</p>

<p>For years now, software development teams and operations/system administrators have maintained this kind of yin and yang duality, pushing each other in opposing, but complementary, directions. </p>

<p>We're all familiar with the dynamic of the IT department. Typically, the development team's modus operandi is to deliver new features to end users. Meanwhile, operations/system administrators focus on liability for the software, service, run time and reliability.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=26890&amp;cb=26890' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=26890&amp;n=26890' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>In the best case scenario, the tension between these two teams creates a productive balance. But, all too often, that's not the case. Instead, the teams can become resentful, each seeing the other as an obstacle to business success. </p>

<p>Enter the concept of DevOps, which fortunately, can eliminate polarization like this forever. To learn more on the topic of DevOps <a href="http://www.skytap.com/news-events/devops-webinar.php">register for this webinar</a>.</p>

<div class="pullquote"><em>Ultimately, by nullifying the turf wars between siloed, independent teams, DevOps creates a single, unified approach that is responsible for the success of the entire application lifecycle.</em></div><p>DevOps is a new IT discipline that brings order to an otherwise chaotic and complex world of application/service development, testing, deployment, scaling and monitoring. It also helps ensure software quality, security, availability, reliability and performance.   Enterprise IT professionals that want to upgrade their skills can learn more by attending <a href="http://www.skytap.com/news-events/devops-webinar.php">Upgrade your IT Skills with DevOps Principles</a>.</p>

<p>Ultimately, by nullifying the turf wars between siloed, independent teams, DevOps creates a single, unified approach that is responsible for the success of the entire application lifecycle. </p>

<p>And, it gets even better. These days, DevOps can become even more powerful when combined with the cloud computing.</p>

<p>The cloud enables DevOps Teams to work faster, with more flexibility and at a higher rate of total efficiency. Together, DevOps and the cloud present a compelling, virtually unstoppable force (forgive the pun).</p>

<p>Is it time to instrument DevOps principles and the cloud in your organization? Most likely, it is, and to help you get started, here are three key reasons why DevOps and the cloud are perfect for business success:</p>

<h2>Cloud Automation</h2>

<p>The cloud is driven by the automation and virtualization of infrastructure. Cloud automation solutions like <a href="http://www.skytap.com">Skytap</a> enable enterprises to deliver dynamic IT workloads by utilizing scalable, efficient cloud computing resources accessed and managed through a self-service web UI.  </p>

<p>Today's dynamic workloads, such as development and test, application migration and IT Ops, are critical for business success. However, because traditional IT infrastructure lacks the agility and flexibility required to support these workloads, project delays have become the norm. The cloud enables infrastructure to be ready on-demand to support today's dynamic workloads and therefore providing DevOps teams more agility for application development and testing. </p>

<h2>Self-Service Cloud </h2>

<p>DevOps teams and more specifically Developers, engineers, and QA managers need self-service cloud solutions that increase agility and enhance collaboration across geographically dispersed teams. The cloud empowers DevOps teams with key requirements such as configurability, self-service access, collaboration, visibility and control. </p>

<p>Solutions, such as Skytap, let DevOps teams utilize these features with the business and technical applications they already know and use. (This capability is especially important for DevOps teams that do not want to rewrite applications currently in use!) In other words, the application rules the cloud and ultimately dictates how Operations is run and managed.</p>

<p>The cloud can empower developers and testers to work in parallel streams without constraints. For example, if the QA team in an Enterprise organization finds a bug/defect in an application, it's often difficult to replicate the problem. Typically, before moving on, the team has to stop their workflow and provide someone else access to the environment to troubleshoot. </p>

<p>In the worst-case scenario, the team may have to build out a copy to reproduce the bug -an exercise that's far from agile and potentially costly from a time and resource perspective.  Solutions like <a href="http://www.skytap.com">Skytap</a> remedy these problem areas by creating parallel streams and snapshots of environments quickly on-demand. </p>

<h2>Visibility and Control</h2>

<p>DevOps teams using cloud resources need to maintain important corporate policies and procedures. Cloud solutions with built-in management capabilities can help them achieve that goal. The latest cloud solutions can provide detailed usage reports and control mechanisms to manage deployment, monitoring, failure recovery, operating system maintenance, system configuration and overall performance. </p>

<p>No matter the size of the organization, these solutions offer teams greater visibility and control while managing computing resources, quotas and security policies. What's more, all of this can be achieved even as the technologies empower DevOps teams with more self-service autonomy, providing more agility for faster and better software application delivery. </p>

<p>DevOps teams are looking for solutions that will enable rapid deployment of public, private, or hybrid clouds to handle surges related to increased cycles for run builds, tests and deployments of software applications. Solutions like Skytap Cloud solve the right kind of problems, enabling DevOps teams with toolsets to optimize the application development lifecycle. </p>

<p>Acquiring skills in this new IT discipline will enable you to bring order to an otherwise chaotic and complex world of agile application development, testing and scaling. Join us and learn from industry experts on how companies are transitioning from "Old IT" methodologies to the "Cloud  IT" DevOps model. <a href="https://skytapwebinars.webex.com/skytapwebinars/onstage/g.php?t=a&d=660694799">Sign up now.</a></p>

<p><em>About the Author: Nate Odell is Director of Marketing at Skytap, a leading provider of cloud automation solutions. He is an industry veteran with a successful 11-year career in B2B marketing for Technology Startups. Follow Nate on Twitter <a href="https://twitter.com/N8Odell">@N8Odell</a> or <a href="https://twitter.com/Skytap">@Skytap</a>. </em></p>

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/1290355">trublueboy</a></small></em></p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_3_reasons_why_devops_and_the_cloud_are_perfect_for_business_success.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_3_reasons_why_devops_and_the_cloud_are_perfect_for_business_success.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_3_reasons_why_devops_and_the_cloud_are_perfect_for_business_success.php</guid>
         <category>Sponsors</category>
         <pubDate>Thu, 26 May 2011 13:59:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Check Out the Companies That Make ReadWriteWeb Possible</title>
		<description><![CDATA[<p><img alt="sponsors_thankyou-1.png" src="http://www.readwriteweb.com/images/sponsors_thankyou-1.png" width="150" height="150" class="alignright" />Our readers know ReadWriteWeb as the blog that's ahead of the technology curve. Our sponsors know us as that, too. Once a week we introduce our sponsors to our readers and let them know a little more about who they are and what they do. You can say thanks to the companies that make ReadWriteWeb happen by tweeting them (see the link below each sponsor) or following them using our Twitter list.</p>

<p>Interested in being a ReadWriteWeb sponsor? Our readers are smart, tech-savvy decision makers; 40% have a graduate degree or PhD, and over 45% play a key role in information technology purchasing decisions. More than 1 million people on Twitter follow us to stay abreast of the latest Web technology trends from around the globe. To find out more about our sponsor packages, visit our <a href="http://readwriteweb.com/advertise">advertising page</a> or <a href="mailto:sales@readwriteweb.com">email our COO</a>.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=26506&amp;cb=26506' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=26506&amp;n=26506' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[



<hr>

<p><em>Skip to info about:</em>
<a href="#conduit">Conduit</a>: Customized components |
<a href="#alcatellucent">Alcatel-Lucent</a>: Application developer platform |
<a href="#medill">Medill School of Journalism</a>: Digital journalism programs |
<a href="#skytap">Skytap</a>: Cloud solutions for enterprises and ISVs |
<a href="#btbuckets">BTBuckets</a>: Free personalization and on-site behavioral targeting tool |
<a href="#mashery">Mashery</a>: API management services |
<a href="#semtech">SemTech 2011</a>: Semantic Technology Conference |
<a href="#elsevier">SciVerse Applications</a>: A marketplace for applications that customize the search and discovery of scientific information |
<a href="#strata">StrataScale</a>: Server and cloud hosting solutions |
<a href="#clickatell">Clickatell</a>: SMS provider |
<a href="#toopia">Toopia</a>: Our iPhone app developer
</p>

<hr>
<br />


<a name="conduit"></a>
<h2>Conduit</h2>

<p><img src="http://www.readwriteweb.com/sonsor_conduit.gif" width="270" height="60"  align="right"/><p>Conduit is the fastest-growing network of web and <a href="http://mobile.conduit.com/" rel="nofollow>mobile app</a> publishers with over 260,000 members and their 230 million end-users. The Conduit Network empowers publishers - from global brands to independent developers - to create, exchange and distribute apps, and to collaborate through business partnerships.</p>
<p>Conduit enables publishers to seamlessly encapsulate content and deploy it everywhere from web browsers and Community Toolbars to mobile devices across all platforms. Publishers can distribute and exchange their apps directly, or through the <a href="http://apps.conduit.com/" rel="nofollow>Conduit App Marketplace</a>. Conduit-powered apps enhance engagement, retention and monetization beyond the boundaries of the publisher's website.</p>
<p>With Conduit, global brands including Major League Baseball, Time Warner Cable, Univision, the Chelsea Football Club, Fox News, iVillage, Groupon, Travelocity, and TechCrunch are marketing themselves online - along with hundreds of thousands of small and medium-sized organizations in more than 120 countries around the world.  Join the Conduit Network at <a href="http://www.conduit.com/">www.conduit.com</a>.</p>
<p><em><a href="http://twitter.com/home?status=Thanks%20@Conduit%20for%20sponsoring%20@rww.%20%20ReadWriteWeb%20is%20one%20of%20my%20favorite%20blogs,%20and%20they%20couldn't%20do%20it%20without%20you." rel="nofollow">Thank Conduit on Twitter</a> for making ReadWriteWeb possible.</em></p>

<a name="alcatellucent"></a>
<h2>Alcatel-Lucent</h2>

<p><img alt="sponsor_al_logo.jpg" src="http://www.readwriteweb.com/sponsor_al_logo.jpg" width="250" height="91" align="right"/>Alcatel-Lucent, one of the largest innovation powerhouses in the communications industry, is turning the network into a powerful platform for developers.</p>
<p>With the launch of the <a href="http://www.openapiservice.com" rel="nofollow">Alcatel-Lucent Developer Platform</a>, the company provides service providers and enterprises with tools that enable third-party developers to build, test, manage and distribute applications across networks, including television, broadband Internet and mobile. Alcatel-Lucent's introduction of a radical new business model combines network APIs with other third-party APIs, and opens revenue sharing opportunities to support developers in their pre-revenue wallets and provides an additional revenue channel for service providers.</p>
<p>The developer platform is part of a larger push by the company to combine the trusted capabilities of service providers with the speed and innovation of the Web.</p>

<p><em><a href="http://twitter.com/home?status=Thanks%20@openapiservice%20for%20sponsoring%20@rww.%20%20ReadWriteWeb%20is%20one%20of%20my%20favorite%20blogs,%20and%20they%20couldn't%20do%20it%20without%20you." rel="nofollow">Thank Alcatel-Lucent on Twitter</a> for making ReadWriteWeb possible.</em></p>


<a name="medill"></a>
<h2>Medill School of Journalism</h2>

<p><img alt="sponsor_medillreadwriteweb.jpg" src="http://www.readwriteweb.com/sponsor_medillreadwriteweb.jpg" width="270" height="166" align="right" />The <a href="http://www.medill.northwestern.edu" target="_blank" rel="nofollow">Medill School of Journalism</a> at Northwestern University offers programs that combine the enduring skills and values of journalism with new techniques and knowledge that are essential to thrive in a digital world. You might have a passion for creating finely crafted prose, or for telling stories using visual tools. Maybe you are invigorated by the possibilities of <a href="http://www.medill.northwestern.edu/innovation/default.aspx" target="_blank" rel="nofollow">interactive publishing</a>, or by videography for the <a href="http://www.medill.northwestern.edu/innovation/page.aspx?id=134783" target="_blank" rel="nofollow">small screen</a>. Maybe you are an <a href="http://www.medill.northwestern.edu/journalism/grad/page.aspx?id=125579" target="_blank" rel="nofollow">experienced professional</a> looking to renew and retool your multimedia skills. You can find your niche in Medill's graduate journalism program.</p>

<p><em><a href="http://twitter.com/home?status=Thanks%20@MedillSchool%20for%20sponsoring%20@rww.%20%20ReadWriteWeb%20is%20one%20of%20my%20favorite%20blogs,%20and%20they%20couldn't%20do%20it%20without%20you." rel="nofollow">Thank the Medill School of Journalism on Twitter</a> for making ReadWriteWeb possible.</em></p>

<a name="meshin"></a>
<h2>Meshin</h2>

<p><img alt="mesh-logo.gif" src="http://www.readwriteweb.com/mesh-logo.gif" width="150" align="right" />Todays' worker craves context and focus from their blizzard of information.  <a href="http://bit.ly/ifOhHz" rel="nofollow">Meshin</a> understands and sorts critical messages in your inbox to help you easily find task-critical information on demand. Check out our new <a href="http://bit.ly/ifOhHz" rel="nofollow">MeshinFocus</a> to see your most important messages, in real time and in one place.</p>

<p><em><a href="http://twitter.com/home?status=Thanks%20@meshin%20for%20sponsoring%20@rww.%20%20ReadWriteWeb%20is%20one%20of%20my%20favorite%20blogs,%20and%20they%20couldn't%20do%20it%20without%20you." rel="nofollow">Thank Meshin on Twitter</a> for making ReadWriteWeb possible.</em></p>


<a name="skytap"></a>
<h2>Skytap</h2>

<p><a href="http://www.skytap.com/about-us/contact-us.php" rel="nofollow"><img alt="Skytap-Logo-250x250.png" src="http://www.readwriteweb.com/Skytap-Logo-250x250.png" width="258" height="248" align="right" /></a><a href="http://www.skytap.com/" rel="nofollow">Skytap</a> provides cloud automation solutions for enterprises and software vendors to develop, test, migrate, evaluate, demo, and train on new and existing applications in the cloud. Skytap Cloud is ideal for distributed Dev/Test, Training and Sales Demo teams.  Teams are empowered to:</p>

<ul><li>Create multiple cloud environments in seconds</li>
<li>Run existing applications without any code changes</li>
<li>Deploy virtual data centers, take snapshots and collaborate</li>
<li>Accelerate bug resolution cycles by 75%</li>
<li>Reduce operating costs by 70% annually</li></ul>

<p>Customers of all sizes can deploy Skytap in a day.  Try <a href="http://www.skytap.com/" rel="nofollow">Skytap</a> for free.</p>

<p><em><a href="http://twitter.com/home?status=Thanks%20@skytap%20for%20sponsoring%20@rww.%20%20ReadWriteWeb%20is%20one%20of%20my%20favorite%20blogs,%20and%20they%20couldn't%20do%20it%20without%20you." rel="nofollow">Thank Skytap on Twitter</a> for making ReadWriteWeb possible.</em></p>

<a name="btbuckets"></a>
<h2>BTBuckets</h2>

<p><img alt="btbuckets3.jpg" src="http://www.readwriteweb.com/btbuckets3.jpg" width="250" height="66" align="right" /><a href="http://btbuckets.com/" rel="nofollow">BTBuckets</a> is a free personalization and on-site behavioral targeting tool that allows websites to increase engagement and ultimately maximize conversion rate optimization (CRO) by clustering and targeting specific user groups.  With a simple installation process (a
single tag implemented on your site's webpages just like Google Analytics), BTBuckets can update and adapt your website in real-time to create the best experience for that specific user segment without the need to change any HTML code on your website.</p>
<p>BTBuckets segmentation capabilities include behavioral, demographic, customer life-cycle, technographic and firmograhic.  Install the BTBuckets browser extension to create segments from within the Google Analytics interface and target these users immediately.</p>

<p><em><a href="http://twitter.com/home?status=Thanks%20@btbuckets%20for%20sponsoring%20@rww.%20ReadWriteWeb%20is%20one%20of%20my%20favorite%20blogs,%20and%20they%20couldn't%20do%20it%20without%20you." rel="nofollow">Thank BTBuckets on Twitter</a> for making ReadWriteWeb possible.</em></p>

<a name="mashery"></a>
<h2>Mashery</h2>

<p><img src="http://www.readwriteweb.com/images/api_diagram.gif" align="right" width="352" height="155" /><a href="http://d.ads.readwriteweb.com/ck.php?oaparams=2__bannerid=17__zoneid=5__cb=1deab509ab__r_id=2bba0244d8a5895a61b9b73d1834f96c__r_ts=kuo121__oadest=http%3A%2F%2Fwww.mashery.com%2Fnetflix%2F" rel="nofollow">Mashery</a> is a platform for Web services, allowing companies to manage their APIs using Mashery's expertise. At the "Business of APIs" conference, Mashery CEO Oren Michels <a href="http://blog.mashery.com/2008/11/03/the-business-of-apis-mashery/" rel="nofollow">explained to the audience</a> that while APIs are a technology, their use is a business decision. He went on to say that Mashery has helped customers such as WhitePages.com, Thumbplay, Compete.com, and Calais. Check out the white paper "<a href="http://www.mashery.com/solution/downloads.html?id=2" rel="nofollow">Five steps to scaling your business development using Web services</a>" to discover how you can use APIs for your business.</p>

<p>You can find out more about APIs and their business use at <a href="http://d.ads.readwriteweb.com/ck.php?oaparams=2__bannerid=17__zoneid=5__cb=1deab509ab__r_id=2bba0244d8a5895a61b9b73d1834f96c__r_ts=kuo121__oadest=http%3A%2F%2Fwww.mashery.com%2Fnetflix%2F" rel="nofollow">www.mashery.com</a>.</p>

<p><em><a href="http://twitter.com/home?status=Thanks%20@mashery%20for%20sponsoring%20@rww.%20%20ReadWriteWeb%20is%20one%20of%20my%20favorite%20blogs,%20and%20they%20couldn't%20do%20it%20without%20you." rel="nofollow">Thank Mashery on Twitter</a> for making ReadWriteWeb possible.</em></p>

<a name="semtech"></a>
<h2>SemTech 2011: Semantic Technology Conference</h2>
 
<p><img alt="sponsor_semtech.gif" src="http://www.readwriteweb.com/sponsor_semtech.gif" width="125" height="125" align="right" /><a href="http://semtech2011.semanticweb.com/?c=szrww" rel="nofollow>SemTech 2011</a> is the world's largest educational conference for the community of executives, technologists, researchers, investors and customers involved with semantic technologies. Featuring five days of presentations, panels, tutorials, announcements, new company/product launches, and conversations, SemTech is a place for new learning, professional networking, and business development. Hot topics for 2011 include the future of media, linked data, open data - government and enterprise, data curation, business intelligence, real-time and continuous semantics, and much more. Sign up today to join more than 1,000 forward-thinking technology and business leaders from around the world representing the entire marketplace. Use code STRWW and save 15%!
</p>

<p><em><a href="http://twitter.com/home?status=Thanks%20@Csemanticconf%20for%20sponsoring%20@rww.%20%20ReadWriteWeb%20is%20one%20of%20my%20favorite%20blogs,%20and%20they%20couldn't%20do%20it%20without%20you." rel="nofollow">Thank SemTech 2011 on Twitter</a> for making ReadWriteWeb possible.</em></p>


<a name="elsevier"></a>
<h2>SciVerse Applications</h2>

<p><img alt="Elsevierlogo120.gif" src="http://www.readwriteweb.com/Elsevierlogo120.gif" width="109" height="120" align="right" />SciVerse Applications is a marketplace where researchers, librarians and information specialists can find applications that customize the search and discovery of scientific information. These applications access content on SciVerse (ScienceDirect, Scopus and Hub) containing over 10 million scientific articles and more than 42 million abstract and citation records from Elsevier, the world's largest publisher of scientific and medical information.</p>
 
<p>Through the Developer Network, developers can collaborate with researchers and librarians to create applications accessing the content via RESTful APIs based on OpenSocial specifications. These applications can be fee-based or free, focus solely on SciVerse content or integrate external content, and will be available to more than 10,000 research institutions and 15 million platform users worldwide.</p>

<p>Visit us at: <a href="http://developer.sciverse.com" rel="nofollow">http://developer.sciverse.com</a><br>
Email us at: developer@elsevier.com<br>
Follow us at: <a href="http://twitter.com/sciversedev" rel="nofollow">http://twitter.com/sciversedev</a></p>

<p><em><a href="http://twitter.com/home?status=Thanks%20@sciversedev%20for%20sponsoring%20@rww.%20%20ReadWriteWeb%20is%20one%20of%20my%20favorite%20blogs,%20and%20they%20couldn't%20do%20it%20without%20you." rel="nofollow">Thank SciVerse Applications on Twitter</a> for making ReadWriteWeb possible.</em></p>


<a name="strata"></a>
<h2>StrataScale</h2>

<p><img alt="sponsor_stratascale.jpg" src="http://www.readwriteweb.com/sponsor_stratascale.jpg" width="240" height="87" align="right" /><a href="http://www.stratascale.com/" rel="nofollow">StrataScale</a> offers innovative server and cloud hosting solutions to meet the IT infrastructure needs of today's growing and established businesses.  Now IT professionals can obtain affordable hosting solutions that control costs, provide agility, and supply peace of mind. Whether your hosting needs are cloud, dedicated server,  or a hybrid of the two, the StrataScale complete package of on-demand solutions is easy to buy, build, manage, and scale -- all within minutes via our web portal.  Every hosting environment is backed by guaranteed uptime, financial-grade security, and 24x7 engineering support.</p>

<p><em><a href="http://twitter.com/home?status=Thanks%20@StrataScale%20for%20sponsoring%20@rww.%20%20ReadWriteWeb%20is%20one%20of%20my%20favorite%20blogs,%20and%20they%20couldn't%20do%20it%20without%20you." rel="nofollow">Thank StrataScale on Twitter</a> for making ReadWriteWeb possible.</em></p>


<a name="clickatell"></a>
<h2>Clickatell</h2>

<p><img alt="sponsor_clickatell.jpg" src="http://www.readwriteweb.com/sponsor_clickatell.jpg" width="252" height="100" align="right" />Clickatell has over <a href="http://www.clickatell.com/success_stories.php" rel="nofollow">22,000 customers</a> utilizing our service from small mom & pop outfits to large Fortune 500 companies including Avaya, Oracle, Shell, Barclays, BP, CNN, BBC and more. Here's why you should trust us to mobilize your business: Our <a href="http://www.clickatell.com/products/sms_gateway.php" rel="nofollow">SMS gateway</a> offers you wider <a href="http://www.clickatell.com/pricing/basic_coverage.php" rel="nofollow">coverage</a> than any other SMS provider delivering messages to 600 network operators in 200 countries. Our gateway is not limited to SMS text messaging. You can also send a number of other message types including Ringtones, VCards, Binary, EMS, Unicode, Flash SMS, WAP Push, and more. </p>
<p>Clickatell offers you direct connectivity to its core SMS gateway platform via a number of APIs 
(application programming interfaces) including; <a href="http://www.clickatell.com/central/login.php?prod_id=2" rel="nofollow">HTTP</a> (internet post), <a href="http://www.clickatell.com/central/login.php?prod_id=11" rel="nofollow">SMPP</a>, <a href="http://www.clickatell.com/central/login.php?prod_id=7" rel="nofollow">FTP</a>, <a href="http://www.clickatell.com/central/login.php?prod_id=13" rel="nofollow">XML</a>, <a href="http://www.clickatell.com/central/login.php?prod_id=9" rel="nofollow">SMTP</a> 
(email to SMS), <a href="http://www.clickatell.com/central/login.php?prod_id=14" rel="nofollow">SOAP</a> and <a href="http://www.clickatell.com/central/login.php?prod_id=12" rel="nofollow">COM Object</a>. Each API has full documentation with sample code where applicable. Learn more about Clickatell <a href="http://www.clickatell.com/" rel="nofollow">here</a>.</p>

<p><em><a href="http://twitter.com/home?status=Thanks%20@clickatell%20for%20sponsoring%20@rww.%20%20ReadWriteWeb%20is%20one%20of%20my%20favorite%20blogs,%20and%20they%20couldn't%20do%20it%20without%20you." rel="nofollow">Thank Clickatell on Twitter</a> for making ReadWriteWeb possible.</em></p>

<a name="toopia"></a>
<h2>Toopia</h2>

<p><img alt="sponsor_rwwap_0210.jpg" src="http://www.readwriteweb.com/sponsor_rwwap_0210.jpg" width="160" height="305" align="right" /><a href="http://www.toopia.com" rel="nofollow">Nicolas Koenig</a> is the developer who made our beautiful iPhone app a reality. He runs an iPhone development shop from the Netherlands called <a href="http://www.toopia.com" rel="nofollow">Toopia</a>. Toopia also created the Thermometer iPhone app, which enables your iPhone or iPod touch to get the current temperature based on your location. The RWW app lets you read us on the go, follow us on Twitter, share stories on Facebook and Twitter, and browse at your leasure using Read it Later and Instapaper. <a href="http://www.readwriteweb.com/iphone" rel="nofollow">Download the ReadWriteWeb iPhone application here</a>.</p>

<p><em>Thank <a href="http://twitter.com/home?status=Thanks%20@Toopia%20for%20sponsoring%20@rww.%20%20ReadWriteWeb%20is%20one%20of%20my%20favorite%20blogs,%20and%20they%20couldn't%20do%20it%20without%20you." rel="nofollow">Toopia</a> on Twitter for making ReadWriteWeb possible.</em></p>

<p>The companies above pay our rents or mortgages and we appreciate it. We hope you'll stop by their sites and see what they've got to offer.</p>

<p><strong>Have you got a smart company that could use some more visits by the sophisticated readers of a blog like ReadWriteWeb's?</strong> <a href="mailto:sean@readwriteweb.com">Drop us a line</a> and let's talk.</p>

<p>Thanks to all our sponsors and our readers for your support!</p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/check_out_the_companies_that_make_readwriteweb_possible_050811.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/check_out_the_companies_that_make_readwriteweb_possible_050811.php</link>
         <guid>http://www.readwriteweb.com/archives/check_out_the_companies_that_make_readwriteweb_possible_050811.php</guid>
         <category>Sponsors</category>
         <pubDate>Sun, 08 May 2011 12:27:47 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
      <item>
         <title>Sponsor Post: Cross Platform Mobile - The Best of Web and Native Apps In a Single Tool? Yes You Can!</title>
		<description><![CDATA[<p><img alt="sponsor_crossplatform.jpg" src="http://www.readwriteweb.com/sponsor_crossplatform.jpg" width="150" height="150" class="mt-image-none" style="" /><b><i>Editor's note</b>: We offer our long-term sponsors the opportunity to write posts and tell their story. These posts are clearly marked as written by sponsors, but we also want them to be useful and interesting to our readers. We hope you like the posts and we encourage you to support our sponsors by trying out their products.</i></p>

<p>In a blog post published last week entitled "<a href="http://martinfowler.com/bliki/CrossPlatformMobile.html">Cross Platform Mobile</a>," <a href="http://martinfowler.com/aboutMe.html">Martin Fowler</a> argues the case against cross-platform mobile application development tools. While his analysis is spot-on, his conclusion fails to hit the mark. Done right, cross-platform mobile application toolkits offer developers the very best of Web and native apps in a single location.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=26358&amp;cb=26358' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=26358&amp;n=26358' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>In his post, Martin takes lessons from the failed promises of "write once, run everywhere" cross-platform desktop technologies like Java <i>(one could also add Flash into that bag - remember Steve Jobs' "<a href="http://www.apple.com/hotnews/thoughts-on-flash/">Thoughts on Flash</a>"?)</i>.</p>

<p>His analysis can be summarized as follows:</p>

<p>When dealing with the differences in user experience between platforms, cross-platform technologies can adopt two different strategies - emulation or abstraction.</p>

<p>The <i>abstraction</i> approach involves hiding the native UI controls below a "meta-API" (e.g. Java's SWT) that stays the same across platforms. The drawback of this approach is that it has so far resulted in a watered-down experience providing only the lowest common denominator between environments.</p>

<p>On the other hand, <i>emulation</i> relies on reproducing/mimicking the native UI controls (e.g. buttons, lists with momentum scrolling, fonts etc.) in a virtualized layer (e.g. Swing classes inside the Java VM or SenchaTouch javascript libraries inside a Webkit HTML5 browser or Flex Actionscript components running in the Flash player/AIR). The drawback of this approach is what Martin refers to as the "<a href="http://en.wikipedia.org/wiki/Uncanny_valley">uncanny valley</a>," i.e. repulsive end-user perception of the inevitable slight differences from "the real thing."</p>

<p>No disagreement there.</p>

<p>However, Martin's conclusion that one should forego cross-platform approaches entirely, and either go full native - at the expense of development resources - or full Web - a deliberate, radical departure with the device's native user experience - ignores a third, more practical option. In fact, Martin alludes to this option in the final footnote of his post: </p>

<blockquote>"I see one path that might prove me wrong. In this scenario you use a cross-platform toolkit - but you write a different app, with a different experience design, for each platform you build for."</blockquote>

<p>This is the exact approach Alcatel-Lucent has taken with its <a href="http://developer.openplug.com/">OpenPlug Studio</a> cross-platform toolkit (which the company <a href="http://www.openplug.com/about/news/226-alcatel-lucent-acquires-openplug">acquired in the fall of 2010</a> to bolster its Application Enablement strategy and released <a href="http://www.readwriteweb.com/mobile/2011/04/cross-platform-mobile-app-crea.php">free to developers</a> last week). OpenPlug Studio allows mobile and tablet app developers to create native apps from the same high-level code base (in Javascript or Actionscript), then use conditional compilation directives and assets packages for platform-specific features and UI layer components. As a result, mobile and tablet application developers end up building multiple binary variants for each platform from the same source tree.</p>

<p>The benefit is obvious (in Martin's own words):</p>

<blockquote>"The gain over doing this with native code is that you have a single platform for your developers to use and can get some reuse of common code (particularly non-UI code)."</blockquote>

<p>Martin also offers a couple caveats with taking such an approach - each of which is capable of being overcome.</p>

<blockquote>"This strategy doesn't address the problem of dealing with UI controls."</blockquote>

<p>... it doesn't?</p>

<p>It's actually possible to map the underlying native UI controls into the higher-level programming space of the cross-platform toolkit. In the case of OpenPlug, native UI controls from iOS, Android, etc. are mapped into a namespace extension of Adobe's Flex MXML UI layout declarative language.</p>

<p>When's it time to compile, native code is generated that links to the underlying UI libraries of the device OS, e.g. Cocoa Touch on iOS or the Java UI classes on Android. The result is that when a List component is built, iOS receives the real scrolling list in all its glory (momentum scrolling, physics/rebound and all), while Android receives a list reflecting that platform's behavior.</p>

<p>And all of this...in a single line of code!</p>

<p>Sure, there are functional differences in the implementation of a given UI Control (say, List) between platforms. But these can be managed by providing an exhaustive set of control properties (the superset of each platform). With conditional-compile directives for each platform, a smart cross-platform mobile app compiler will then include or exclude specific attributes where applicable.</p>

<p>This represents the exact opposite of a "lowest-common-denominator" approach.</p>

<p>And OpenPlug isn't the only one doing this. Similar approaches have been adopted by Novell's MonoTouch (high-level binding is C# in their case) or Appcelerator's Titanium (ditto in Javascript).</p>

<blockquote>"Even if it works, it's only worthwhile if the developer-understanding and code reuse benefits are significant."</blockquote>

<p>This would be true if the high-level language of the cross-platform toolkit were proprietary or didn't have a large following. With modern and relatively "standard"/well-adopted high level languages like ActionScript (or C#, or Javascript), there is a significant mass of developers already trained in using the language and associated frameworks to tap into.</p>

<p>Moreover, a significant body of reusable components, in many cases open source, also are readily available for numerous under-the-hood core functionality, such as network API wrapper libraries for Twitter, oAuth...take your pick.</p>

<p>This combination of a smart cross-platform technology and a well-adopted, high-level language yields benefits an order of magnitude higher than going pure native app on each device or pure Web app on all devices.</p>

<p>Can you build something that combines the best of the Web and the best of native apps? Yes, you can. Simply:</p>

<ul><li>Avoid replicating your dev team for each new platform.</li>
<li>Don't do plain dumb "Write-Once Run-Everywhere" with an emulation of native UI.</li>
<li>Use a smart cross-platform native app development tool like those mentioned above.</li></ul>

<p><i>By Guilhem Ensuque, Director of OpenPlug products at Alcatel-Lucent. <a href="http://www.twitter.com/gensuque_op">@gensuque_op</i></a></p>

<p><em><small>Photo by <a href="http://www.flickr.com/photos/37387749@N02/5251068614/">第③ª类视觉</a></small></em></p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/sponsor_post_cross_platform_mobile_-_the_best_of_w.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/sponsor_post_cross_platform_mobile_-_the_best_of_w.php</link>
         <guid>http://www.readwriteweb.com/archives/sponsor_post_cross_platform_mobile_-_the_best_of_w.php</guid>
         <category>Sponsors</category>
         <pubDate>Mon, 02 May 2011 06:00:00 -0800</pubDate>
<author>RWW Sponsor</author>
      </item>
      
   </channel>
</rss>
