<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mobify</title>
	<atom:link href="http://www.mobify.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mobify.com</link>
	<description>Mobile Web Platform for Mobile Commerce and Mobile Websites</description>
	<lastBuildDate>Wed, 16 May 2012 23:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Top 11 Mobile Web Development Tools Used at Mobify</title>
		<link>http://www.mobify.com/blog/top-11-mobile-development-tools-used-at-mobify</link>
		<comments>http://www.mobify.com/blog/top-11-mobile-development-tools-used-at-mobify#comments</comments>
		<pubDate>Wed, 16 May 2012 17:20:08 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.mobify.com/?p=8549</guid>
		<description><![CDATA[Top 11 Mobile Web Development Tools Used at Mobify Whenever we give developer talks or host meetups, people are always curious – what tools do we use to build mobile&#8230;]]></description>
			<content:encoded><![CDATA[<p><strong>Top 11 Mobile Web Development Tools Used at Mobify</strong></p>
<p>Whenever we give developer talks or host meetups, people are always curious – what tools do we use to build mobile websites at Mobify?</p>
<p>To answer that question and to share our love of these outstanding tools, we’ve compiled a list of the standard program suite used by Mobify mobile developers.</p>
<p>For the most part, these tools are built for developers. They’re open and easy to try out for free to see if you like them.</p>
<p>We like open and we like free to try because we can get the hang of things before committing.</p>
<p>We’re following that same approach – open and free to try – with our own platform.</p>
<p><a href="http://portal.mobify.com/">Get an invite to try the Mobify Platform for free.</a></p>
<p>With the tools below, our goal is to minimize the amount of time writing code and to focus on spending time adding value to the platform.</p>
<p>I’ve always worked around the mantra: “Spend less time in your editor and more time thinking about how to solve meaningful problems.”</p>
<p><strong>1. <a href="http://twitter.github.com/bootstrap/" target="_blank">Bootstrap</a>, prototyping framework, Free!</strong></p>
<p><em>What is it?</em></p>
<p>Bootstrap is a front-end toolkit built by Twitter for rapid prototyping of web applications, “built for and by nerds.”</p>
<p><em>What makes it great?</em></p>
<p>It builds in a lot of responsive elements to make sure your prototype works across devices – and looks good by default.  It’s also the most watched project on GitHub by over 10,000 watchers.</p>
<ul>
<li> <a href="http://twitter.github.com/bootstrap/" target="_blank">More about Bootstrap</a>.</li>
</ul>
<p><strong>2. <a href="http://www.sublimetext.com/" target="_blank">Sublime</a>, text editing, $59</strong></p>
<p><em>What is it?</em><br />
Sublime is the default text editor used at Mobify.</p>
<p><em>What makes it great?</em></p>
<p>The team that makes Sublime always listens to feedback, and is very responsive to suggestions.  Several times now we’ve come across bugs that interrupt our workflow or features that could be improved.</p>
<p>But, before we even get around to logging them with Sublime’s developers, they’ve released an update that fixes all our issues.  Amazing.</p>
<p>Another unique feature is all settings are defined as a JSON object so you can customize Sublime very easily.  Those customizations then go live as soon as you save the JSON object.  Bonus: Sublime has a number of great plug ins.</p>
<ul>
<li><a href="http://www.sublimetext.com/" target="_blank">More about Sublime</a></li>
</ul>
<p><strong>3. <a href="http://mizage.com/divvy/" target="_blank">Divvy</a>, window management, $14</strong></p>
<p><em>What is it?</em></p>
<p>Divvy is a window management system that lets you quickly “divvy up” your screen into exact portions.</p>
<p><em>What makes it great?</em></p>
<p>We always have a lot of windows on our Mac’s open at once – editors, previews, browsers, inspectors, simulators – and OSX doesn’t have great window management.  We need a way to keep all those windows tamed and organized.</p>
<p>Divvy provides shortcuts to put windows in predictable places.  This speeds up development because things are reliably in one place and there’s no hunting for the right window.</p>
<ul>
<li><a href="http://mizage.com/divvy/" target="_blank">More about Divvy</a></li>
</ul>
<p><strong>4. <a href="https://www.google.com/chrome" target="_blank">Chrome</a> and <a href="http://trac.webkit.org/wiki/WebInspector" target="_blank">Webkit Inspector</a>, debugging tools, Free!</strong></p>
<p><em>What is it?</em></p>
<p>Chrome is Google’s web browser.</p>
<p><em>What makes it great?</em></p>
<p>Chrome is the best browser right now because it is updated frequently (6 weeks) and has loads of useful extensions.</p>
<p>It stays up-to-date with new features and, more importantly it keeps up to date with new web standards and WebKit tools – all of which are bundled with the browser.</p>
<p>Even though the same tools are also bundled with Safari, we prefer Chrome  because of Safari’s slow, infrequent release cycle. The tools and extensions don’t stay current.</p>
<p>You might be wondering: “Why do you need a desktop browser to develop mobile websites?”</p>
<p>It turns out the differences between desktop development and mobile-web development are not that big for coding, so we do most of our development on desktop because it’s faster and switch to mobile near the end for finishing touches.</p>
<ul>
<li><a href="https://www.google.com/chrome" target="_blank">More about Google Chrome</a></li>
<li><a href="http://trac.webkit.org/wiki/WebInspector" target="_blank">More about Webkit Inspector</a></li>
</ul>
<p><strong>5. <a href="http://www.python.org/doc//current/library/simplehttpserver.html" target="_blank">Python SimpleHttpServer</a>, Free!</strong></p>
<p><em>What is it?</em></p>
<p>Python’s SimpleHttpServer lets you easily serve files in folder over HTTP.</p>
<p><em>What makes it great?</em></p>
<p>SimpleHttpServer lets you get around the limitations of using the “file” protocol for local development.  The new generation of development is focused on front-end but we still need a server to serve static resources like JavaScript.</p>
<p>SimpleHttpServer lets you develop against the “http” protocol avoiding quirks of loading local files. For example relative references loaded via “file” are resolved from your filesystem which can lead to confusing situations.</p>
<p>It’s also dead simple to use. On OSX just open a terminal and change directory in to folder you would like to serve. Run the command: “python -m SimpleHTTPServer”. Painless!</p>
<ul>
<li><a href="http://www.python.org/doc//current/library/simplehttpserver.html" target="_blank">More about SimpleHTTPServer</a></li>
</ul>
<p><strong>6. <a href="http://progrium.com/localtunnel/" target="_blank">Localtunnel</a> &amp; <a href="http://www.codingmonkeys.de/portmap/" target="_blank">Portmap</a>, expose localhost, Free!</strong></p>
<p><em>What is it?</em></p>
<p>So now that you&#8217;re running a server on your local computer, how do you hit it with your phone?</p>
<p>localtunnel or Portmap both allow you to expose localhost web servers to the rest of the world.</p>
<p><em>What makes it great?</em></p>
<p>We use localtunnel to expose our code to the world primarily so we can access it via actual phone browsers.</p>
<p>Portmap is an alternative to localtunnel that lets you expose internal ports on external interfaces. Most routers have ways to do this but they tend to be hard. This software makes it easy.</p>
<ul>
<li><a href="http://progrium.com/localtunnel/" target="_blank">More about localtunnel</a></li>
<li><a href="http://www.codingmonkeys.de/portmap/" target="_blank">More about Portmap</a></li>
</ul>
<p><strong>7. <a href="http://www.charlesproxy.com/" target="_blank">Charles</a>, HTTP debugging, $50</strong></p>
<p><em>What is it?</em></p>
<p>Charles is an HTTP proxy that lets you monitor all the HTTP traffic to and from your computer.</p>
<p><em>What makes it great?</em></p>
<p>Charles records all HTTP requests to and from your computer – that makes it pretty great to start with.</p>
<p>The added benefit for mobile development is that you can tell Charles that your phone should send proxy all requests through your computer, instead of connecting directly to the web.</p>
<p>This lets you see everything your phone is doing, which is particularly useful for debugging your site’s network traffic.</p>
<p>This works with all phones that support HTTP Proxying like the iPhone and Android 2.1+ devices.</p>
<ul>
<li><a href="http://www.charlesproxy.com/" target="_blank">More about Charles</a></li>
</ul>
<p><strong>8. <a href="http://livereload.com/" target="_blank">LiveReload</a>, no more reloads, $10</strong></p>
<p><em>What is it?</em></p>
<p>LiveReload monitors files for changes and automatically reloads them in your browser.</p>
<p><em>What makes it great?</em></p>
<p>It kills the need to do endless refreshes.</p>
<p>Normally when doing development you have a stylesheet that you’re working on in your editor and a browser open. Whenever you make a change in your editor you must switch to your browser and reload the page to see your changes.</p>
<p>That cycle describes the day of many web designers and developers – change the CSS, refresh the browser to see the change, repeat.</p>
<p>LiveReload automatically listens for when a file is changed and automatically shows that change in the browser by reloading just the resources that have changed.</p>
<p>As an added bonus, it also works on Android and iOS browsers.</p>
<ul>
<li><a href="http://livereload.com/" target="_blank">More about LiveReload</a></li>
</ul>
<p><strong>9. <a href="https://developer.apple.com/xcode/" target="_blank">iPhone</a> and <a href="http://developer.android.com/sdk/index.html" target="_blank">Android</a> emulators, Free!</strong></p>
<p><em>What is it?</em></p>
<p>The iPhone and Android simulators simulate the actual Android and iOS browsers on your desktop of laptop computer.</p>
<p><em>What makes it great?</em></p>
<p>When developing for mobile devices, you don&#8217;t develop directly on the devices – you develop on your desktop.  The easiest way to imitate the phone is the simulators for quick testing and ongoing checks.</p>
<p>But while emulators are the easiest way to quick testing, they’re not for full testing. Don’t forget to test all your designs on actual phones before launching so you&#8217;re testing on a live, real-life scenario.</p>
<ul>
<li><a href="https://developer.apple.com/xcode/" target="_blank">More about iPhone emulator</a></li>
<li><a href="http://developer.android.com/sdk/index.html" target="_blank">More about Android emulator</a></li>
</ul>
<p><strong>10. <a href="http://sass-lang.com/" target="_blank">SCSS</a> and <a href="http://compass-style.org/" target="_blank">Compass</a>, CSS like it should be, Free!</strong></p>
<p><em>What is it?</em></p>
<p>SCSS expands on what you can do with CSS with variables, nesting, and mix-ins.</p>
<p><em>What makes it great?</em></p>
<p>Everyone who has worked on a website with more than one designer knows how difficult it can be to make styling changes that don’t overwrite or conflict with changes made by other designers.</p>
<p>SCSS is great for solving two problems that come from working on bigger teams.  It solves the problems of overwriting and conflicts by allowing you to separate your CSS into multiple files and merge them.</p>
<p>We’ve found huge productivity gains for any teams with 2 or more people.</p>
<p>Using SCSS also means you don&#8217;t have to wait or stagger access and building on files in collaborative or segmented teams.  Just use it.</p>
<p>If you’re hesitant to try it, we recommend just trying it. It will make sense and will pay off very quickly.</p>
<ul>
<li><a href="http://sass-lang.com/" target="_blank">More about SCSS</a></li>
<li><a href="http://compass-style.org/" target="_blank">More about Compass</a></li>
</ul>
<p><strong>11. <a href="https://github.com/" target="_blank">Github</a>, not just for version control, $0+</strong></p>
<p><em>What is it?</em></p>
<p>GitHub is a version control and management system that’s great for collaborative software development.</p>
<p><em>What makes it great?</em></p>
<p>GitHub is more than just version control.  It’s a learning environment.</p>
<p>There’s so much great code on GitHub that lets you indulge your curiosity and learn how some of the best minds in the world are tackling the same problem as you.</p>
<p>Go and see what good code looks like. Then when you&#8217;re comparing your code you’ll start comparing it to world-class contemporaries instead of whoever happens to be sitting next to you.</p>
<p>Join it, explore it, look at the code and start to emulate and aspire to be the best in the world, too.</p>
<ul>
<li><a href="https://github.com/" target="_blank">More about GitHub</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mobify.com/blog/top-11-mobile-development-tools-used-at-mobify/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Global Mobile Commerce Growth – China &amp; India Lead the World</title>
		<link>http://www.mobify.com/blog/global-mobile-commerce-growth</link>
		<comments>http://www.mobify.com/blog/global-mobile-commerce-growth#comments</comments>
		<pubDate>Wed, 02 May 2012 18:46:30 +0000</pubDate>
		<dc:creator>Phil Webb</dc:creator>
				<category><![CDATA[Media Coverage]]></category>
		<category><![CDATA[Brazil]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[global mobile]]></category>
		<category><![CDATA[growth]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[mobile commerce]]></category>
		<category><![CDATA[mobile strategy]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[Turkey]]></category>

		<guid isPermaLink="false">http://www.mobify.com/?p=8538</guid>
		<description><![CDATA[In the past we&#8217;ve covered the huge rate of mobile growth in mature markets like North America and Europe. Mobile web adoption is growing 8 times faster than the internet did&#8230;]]></description>
			<content:encoded><![CDATA[<p>In the past we&#8217;ve covered the huge rate of mobile growth in mature markets like North America and Europe.</p>
<p>Mobile web adoption is growing <a href="https://www.mobify.com/blog/mobile-web-growing-8-times-faster-than-web/" target="_blank">8 times faster</a> than the internet did through the dot-com boom years of late the 1990s and early 2000s.  But that&#8217;s only the tip of the iceberg in the global story of mobile growth.</p>
<p>In emerging markets like India, China, Turkey and Brazil, mobile web use is growing at staggeringly fast rates with enormous overall numbers that dwarf mature markets.</p>
<div id="attachment_8539" class="wp-caption alignright" style="width: 231px"><a href="https://www.mobify.com/wp-content/uploads/2012/04/Bourjois.jp_.png"><img class="wp-image-8539   " title="Bourjois.jp" src="https://www.mobify.com/wp-content/uploads/2012/04/Bourjois.jp_.png" alt="" width="221" height="430" /></a><p class="wp-caption-text">Bourjois.jp - powered by Mobify</p></div>
<p>For example, U.S. mobile 3G subscriptions grew 26% last year.  Impressive, but nothing compared to growth in some international markets.</p>
<p>For instance, 3G subscriptions grew at the following rates in the emerging world:</p>
<ul>
<li>79% growth in Brazil</li>
<li>104% growth in Turkey</li>
<li>172% growth in China</li>
<li>1050% growth in India</li>
</ul>
<p>What&#8217;s even more interesting is the potential for growth that still remains in these markets.</p>
<p>While the U.S. still leads the globe in terms of the absolute number of subscribers, its 3G penetration is already at 56% of the total population.</p>
<p>China has only 11.3% penetration.  That&#8217;s 11.3% of 1.35 billion people.</p>
<p>With a burgeoning middle class, growing urban populations and lust for new technology, China and India&#8217;s mobile growth will continue to explode over the next few years.</p>
<p>To dig deeper into the Chinese market, we can look at China Unicom, China&#8217;s #2 carrier. They had 48.9 million 3G and 160.6 million 2G <a href="http://www.chinaunicom.com.hk/en/investor/ir_data.html" target="_blank">subscribers</a> in March 2012.</p>
<p>In terms of aggregate numbers, this makes it about the same size as the 2 largest U.S. cellular providers, AT&amp;T and Verizon, <em>combined</em>.</p>
<p>Having gained 24 million users since December 2011, it is <a href="http://www.forbes.com/sites/ericsavitz/2012/04/27/chinas-mobile-market-tops-1-billion-subs-bullish-for-apple/" target="_blank">predicted</a> that China will hit 230-250 million 3G subscribers by the end of 2012.</p>
<h4>Mobile: The only way to get online</h4>
<p>In many places in the world, mobile devices are the only way to get online.</p>
<p>The mobile browser vendor Opera recently found that 56% of their users access the internet <a href="http://techcrunch.com/2012/04/29/opera-mini-now-has-169-million-users-56-of-them-only-use-the-mobile-web/" target="_blank">exclusively via their mobile devices</a>.</p>
<p>Most of these users are from countries like Egypt, Bangladesh, Brazil, and South Africa where limited infrastructure outside of major cities makes wireless internet the easiest and cheapest way to get online.</p>
<p>The growth in those markets shows up prominently in the usage statistics – Opera generated 117 billion pageviews in 2011, up 96% from the 2010.</p>
<p>And there are many cases where the rest of the world is ahead of North America.</p>
<p>For example, smartphone shipments surpassed feature phone shipments in Q1 2011 in North America. In Western Europe? The same thing happened in early 2010. In Japan, the crossover only just happened in February 2012.</p>
<p>At the time of the crossover, comScore Japan&#8217;s vice-president Daizo Nishitani <a href="http://www.comscore.com/Press_Events/Press_Releases/2012/4/1_in_5_Mobile_Phone_Users_in_Japan_Now_Owns_a_Smartphone  " target="_blank">said</a>, &#8221; Japanese mobile phone users were already highly engaged with their devices, but with the added functionality and higher levels of mobile media consumption we should expect to see significant changes in behavior among the Japanese mobile population in 2012.&#8221;</p>
<div id="attachment_8540" class="wp-caption alignright" style="width: 231px"><a href="https://www.mobify.com/wp-content/uploads/2012/04/Siemens-Spain-Powered-by-Mobify.png"><img class=" wp-image-8540 " title="Siemens Spain - Powered by Mobify" src="https://www.mobify.com/wp-content/uploads/2012/04/Siemens-Spain-Powered-by-Mobify.png" alt="" width="221" height="430" /></a><p class="wp-caption-text">Siemens Spain - Powered by Mobify</p></div>
<p>Overall around the world, smartphones comprise just under a billion of the 5.6 billion mobile phone subscribers overall.</p>
<h4>Your website in the hands of the world</h4>
<p>Looking through the data a few trends become very clear.</p>
<ul>
<li>Mobile web usage is growing at a huge rate around the world.</li>
<li>High-speed mobile web subscriptions are growing at a huge rate and have enormous room to continue growing.</li>
<li>Smartphones with web browsers are the fastest-growing device types for high-speed mobile web subscribers around the world.</li>
<li>More and more people are accessing the internet primarily or exclusively on mobile.</li>
</ul>
<p>All 4 of these trends show no sign of slowing or reversing. The mobile web wave that is sweeping the world will benefit those who are well positioned to ride it – and the best positioned are those with a mobile website.</p>
<p>We&#8217;ve said it before and we&#8217;ll say it again: mobile is here to stay and the time to act is now.</p>
<p>Need help with your mobile strategy?</p>
<p><a href="https://www.mobify.com/get-started/" target="_blank">Get started with Mobify now</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobify.com/blog/global-mobile-commerce-growth/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cross-device strategies put all of the puzzle pieces together</title>
		<link>http://www.mobify.com/blog/cross-device-strategies-put-all-of-the-puzzle-pieces-together/</link>
		<comments>http://www.mobify.com/blog/cross-device-strategies-put-all-of-the-puzzle-pieces-together/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 17:11:53 +0000</pubDate>
		<dc:creator>Phil Webb</dc:creator>
				<category><![CDATA[Media Coverage]]></category>

		<guid isPermaLink="false">http://www.mobify.com/?p=8520</guid>
		<description><![CDATA[For small businesses, mobile has never been more important. Consumer adoption of tablets and smartphones is on the rise. Mobile Web trafficcontinues to grow. And increasingly, customers are ready and&#8230;]]></description>
			<content:encoded><![CDATA[<p>For small businesses, mobile has never been more important. Consumer adoption of tablets and smartphones is on the rise. Mobile Web traffic<a href="http://marketshare.hitslink.com/mobile-market-share?qprid=61" target="_blank">continues to grow</a>. And increasingly, customers are ready and willing to make purchases on mobile devices.</p>
<p>Want proof? Last November, <a href="http://www.paypal.com/" target="_blank">PayPal </a>reported a<a href="https://www.thepaypalblog.com/2011/11/mobile-shopping-more-popular-than-ever-before-on-black-friday/" target="_blank"> six-fold increase in mobile transactions</a> on Black Friday, as compared to the previous year.</p>
<p>Read more in the <a href="http://www.theglobeandmail.com/report-on-business/small-business/digital/web-strategy/cross-device-strategies-put-all-of-the-puzzle-pieces-together/article2411166/singlepage/#articlecontent" target="_blank">Globe and Mail</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobify.com/blog/cross-device-strategies-put-all-of-the-puzzle-pieces-together/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Seven best practice tips for mobile marketers</title>
		<link>http://www.mobify.com/blog/7-best-practice-tips-for-mobile-marketers</link>
		<comments>http://www.mobify.com/blog/7-best-practice-tips-for-mobile-marketers#comments</comments>
		<pubDate>Tue, 24 Apr 2012 22:25:13 +0000</pubDate>
		<dc:creator>Phil Webb</dc:creator>
				<category><![CDATA[Media Coverage]]></category>

		<guid isPermaLink="false">http://www.mobify.com/?p=8495</guid>
		<description><![CDATA[There are now plenty of stats and surveys which show the growing importance of mobile marketing. For example, recent stats from Knotice showed that 27% of emails are opened on&#8230;]]></description>
			<content:encoded><![CDATA[<p>There are now plenty of stats and surveys which show the growing importance of mobile marketing.</p>
<p>For example, recent stats from Knotice showed that 27% of emails are opened on mobile devices, while mobile commerce has grown steadily over the last two or three years.</p>
<p>So what is best practice for mobile marketing? Here are seven tips to maximise your mobile campaigns&#8230;</p>
<p>Read more on <a href="http://econsultancy.com/us/blog/9626-seven-best-practice-tips-for-mobile-marketers" target="_blank">Econsultancy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobify.com/blog/7-best-practice-tips-for-mobile-marketers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Mobile-Marketing Best Practices</title>
		<link>http://www.mobify.com/blog/5-mobile-marketing-best-practices+</link>
		<comments>http://www.mobify.com/blog/5-mobile-marketing-best-practices+#comments</comments>
		<pubDate>Tue, 24 Apr 2012 22:01:20 +0000</pubDate>
		<dc:creator>Phil Webb</dc:creator>
				<category><![CDATA[Media Coverage]]></category>

		<guid isPermaLink="false">http://www.mobify.com/?p=8493</guid>
		<description><![CDATA[No doubt, the use of mobile devices for everything from shopping to searching for local businesses is on the rise. Mobile Web adoption is happening eight times faster today than in the&#8230;]]></description>
			<content:encoded><![CDATA[<p>No doubt, the use of mobile devices for everything from shopping to searching for local businesses is on the rise. Mobile Web adoption is happening eight times faster today than in the late 1990s and early 2000s.</p>
<p>Just Wednesday, BIA Kelsey released data indicating that mobile local search volume will surpass desktop local search for the first time in 2015. By 2016, the firm expects mobile local search to exceed desktop local search by more than 27 billion annual queries.</p>
<p>Read more in <a href="http://www.portfolio.com/resources/2012/04/23/mobify-ceo-igor-faletski-offers-mobile-marketing-tips" target="_blank">Portfolio magazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobify.com/blog/5-mobile-marketing-best-practices+/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

