<?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>Gorilla Logic Blogs</title>
	<atom:link href="http://blog.gorillalogic.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gorillalogic.com</link>
	<description>Gorillas reflect on software development.</description>
	<lastBuildDate>Mon, 14 May 2012 19:44:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MonkeyTalk Beta 4 Adds Mobile WebApp Testing!</title>
		<link>http://blog.gorillalogic.com/2012/05/14/monkeytalk-beta-4-adds-mobile-webapp-testing/</link>
		<comments>http://blog.gorillalogic.com/2012/05/14/monkeytalk-beta-4-adds-mobile-webapp-testing/#comments</comments>
		<pubDate>Mon, 14 May 2012 19:31:00 +0000</pubDate>
		<dc:creator>Stu Stern</dc:creator>
				<category><![CDATA[Stu Stern]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-4892696525791628275.post-8323828110341779727</guid>
		<description><![CDATA[The newest version of MonkeyTalk -- Gorilla Logic's free and open source functional testing tool for native and web-based mobile apps -- is available now!MonkeyTalk Beta 4 adds support for mobile webapp testing via our new "MTBrowser" apps for iOS and ...]]></description>
			<content:encoded><![CDATA[<p class="syndicated-attribution"><small><a href="http://blog.gorillalogic.com/author/sstern/" title="Read other posts by Stu Stern">Stu Stern</a> originally posted this on <a href="http://stu-stern.blogspot.com/2012/05/monkeytalk-beta-4-adds-mobile-webapp.html">Big Gorilla - Stu Stern's Blog</a>.</small></p>
<div><br /></div><div>The newest version of MonkeyTalk -- Gorilla Logic's free and open source functional testing tool for native and web-based mobile apps -- is available now!</div><div><br /></div><div>MonkeyTalk Beta 4 adds support for mobile webapp testing via our new "MTBrowser" apps for iOS and Android. MTBrowsers <span style="font-size: 100%; ">simulate the mobile Safari and Android browsers</span><span style="font-size: 100%; "> and let you run MonkeyTalk scripts against mobile web applications.</span></div><div><span style="font-size: 100%; "><br /></span></div><div><span style="font-size: 100%; ">In addition to mobile web support, Beta 4 also adds the ability to generate screen shots when a test fails, and these screen shots are included in new enhanced html test suite reports.</span></div><div><span style="font-size: 100%; "><br /></span></div><div><span style="font-size: 100%; ">Beta 4 also includes various bug and stability fixes.</span></div><div><span style="font-size: 100%; "><br /></span></div><div><span style="font-size: 100%; ">Download MonkeyTalk Beta 4 at </span><span style="font-size: 100%; "><a href="http://www.gorillalogic.com/monkeytalk">http://www.gorillalogic.com/monkeytalk</a>.</span></div><div><span style="font-size: 100%; "><br /></span></div><div><span style="font-size: 100%; ">Happy testing!</span></div><div><span style="font-size: 100%; "><br /></span></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4892696525791628275-8323828110341779727?l=stu-stern.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.gorillalogic.com/2012/05/14/monkeytalk-beta-4-adds-mobile-webapp-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MonkeyTalk Beta 3 Adds Hybrid Native/HTML App Scripting</title>
		<link>http://blog.gorillalogic.com/2012/05/02/monkeytalk-beta-3-adds-hybrid-nativehtml-app-scripting/</link>
		<comments>http://blog.gorillalogic.com/2012/05/02/monkeytalk-beta-3-adds-hybrid-nativehtml-app-scripting/#comments</comments>
		<pubDate>Wed, 02 May 2012 20:47:00 +0000</pubDate>
		<dc:creator>Stu Stern</dc:creator>
				<category><![CDATA[Stu Stern]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-4892696525791628275.post-1802279672481297737</guid>
		<description><![CDATA[This morning we pushed out the bits for MonkeyTalk Beta 3, the latest edition of our free and open source functional testing tool for iOS and Android. In addition to the proverbial "numerous bug fixes and stability improvements", &#160;Beta 3 adds play...]]></description>
			<content:encoded><![CDATA[<p class="syndicated-attribution"><small><a href="http://blog.gorillalogic.com/author/sstern/" title="Read other posts by Stu Stern">Stu Stern</a> originally posted this on <a href="http://stu-stern.blogspot.com/2012/05/monkeytalk-beta-3-adds-hybrid.html">Big Gorilla - Stu Stern's Blog</a>.</small></p>
<div dir="ltr" style="text-align: left;" trbidi="on">This morning we pushed out the bits for MonkeyTalk Beta 3, the latest edition of our free and open source functional testing tool for iOS and Android. In addition to the proverbial "numerous bug fixes and stability improvements", &nbsp;Beta 3 adds playback support for embedded webviews, ie, if you have a "hybrid" application containing native components as well as embedded html browser views, you can now script the interaction with the html seamlessly along with the native portions of the app.<br /><br />We have mapped html elements to MonkeyTalk logical component types, so there is no need to distinguish within a script between what is native and what is html. For example, the command for tapping on a button looks the same regardless of whether you're scripting native Android, iOS, or html.<br /><br /><span style="font-family: 'Courier New', Courier, monospace;">Button OK Tap</span><br /><br />The above command will work with html buttons created with a button tag, as well as those created with an input tag. Other html elements are similarly mapped. At runtime, MonkeyTalk searches all displayed native and html components until it finds a displayed native or html button labeled OK.<br /><br />The only big difference at present between native component and html webview handling in MonkeyTalk is that we do not yet support recording html element interactions, so these need to be composed manually without recording. MonkeyTalk of course makes it very easy to whip out a script from scratch, so even without the ability to record, this is a very powerful new feature. All other MonkeyTalk features including parameterization and data-driving are fully supported for html element scripting.<br /><br />You can download MonkeyTalk Beta 3 from http://www.gorillalogic.com/monkeytalk/download.<br /><br />Happy testing!<br /><br /><br /><br /><br /></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4892696525791628275-1802279672481297737?l=stu-stern.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.gorillalogic.com/2012/05/02/monkeytalk-beta-3-adds-hybrid-nativehtml-app-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MonkeyTalk Source Code Available Now!</title>
		<link>http://blog.gorillalogic.com/2012/04/20/monkeytalk-source-code-available-now/</link>
		<comments>http://blog.gorillalogic.com/2012/04/20/monkeytalk-source-code-available-now/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 19:44:00 +0000</pubDate>
		<dc:creator>Stu Stern</dc:creator>
				<category><![CDATA[Stu Stern]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-4892696525791628275.post-1909412182017190681</guid>
		<description><![CDATA[We've finally released the MonkeyTalk source code to our public subversion repo. See&#160;http://www.gorillalogic.com/testing-tools/monkeytalk/source-code. for more info. You do need a (completely free) Gorilla Logic id/password to access.Code contribu...]]></description>
			<content:encoded><![CDATA[<p class="syndicated-attribution"><small><a href="http://blog.gorillalogic.com/author/sstern/" title="Read other posts by Stu Stern">Stu Stern</a> originally posted this on <a href="http://stu-stern.blogspot.com/2012/04/monkeytalk-source-code-available-now.html">Big Gorilla - Stu Stern's Blog</a>.</small></p>
<div dir="ltr" style="text-align: left;" trbidi="on">We've finally released the MonkeyTalk source code to our public subversion repo. See&nbsp;http://www.gorillalogic.com/testing-tools/monkeytalk/source-code. for more info. You do need a (completely free) Gorilla Logic id/password to access.<br /><br />Code contributions are extremely welcome! Anybody interested in helping out with MonkeyTalk engineering should please contact us!</div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4892696525791628275-1909412182017190681?l=stu-stern.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.gorillalogic.com/2012/04/20/monkeytalk-source-code-available-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gorilla Logic named a Top Denver Workplace 2012</title>
		<link>http://blog.gorillalogic.com/2012/04/19/gorilla-logic-named-a-top-denver-workplace-2012/</link>
		<comments>http://blog.gorillalogic.com/2012/04/19/gorilla-logic-named-a-top-denver-workplace-2012/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 18:21:00 +0000</pubDate>
		<dc:creator>Stu Stern</dc:creator>
				<category><![CDATA[Stu Stern]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-4892696525791628275.post-5968753680436730444</guid>
		<description><![CDATA[Certainly we've always asserted it's the case, but it's nice to have some 3rd-party validation that Gorilla Logic is a f**king great place to work. http://denverpost.topworkplaces.com/company_survey/gorilla-logic-inc_denver/denverpost_12.]]></description>
			<content:encoded><![CDATA[<p class="syndicated-attribution"><small><a href="http://blog.gorillalogic.com/author/sstern/" title="Read other posts by Stu Stern">Stu Stern</a> originally posted this on <a href="http://stu-stern.blogspot.com/2012/04/gorilla-logic-named-top-denver.html">Big Gorilla - Stu Stern's Blog</a>.</small></p>
<div dir="ltr" style="text-align: left;" trbidi="on"><br />Certainly we've always asserted it's the case, but it's nice to have some 3rd-party validation that Gorilla Logic is a f**king great place to work. http://denverpost.topworkplaces.com/company_survey/gorilla-logic-inc_denver/denverpost_12.</div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4892696525791628275-5968753680436730444?l=stu-stern.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.gorillalogic.com/2012/04/19/gorilla-logic-named-a-top-denver-workplace-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New MonkeyTalk Release Now Available for Download!</title>
		<link>http://blog.gorillalogic.com/2012/04/10/new-monkeytalk-release-now-available-for-download/</link>
		<comments>http://blog.gorillalogic.com/2012/04/10/new-monkeytalk-release-now-available-for-download/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 20:43:00 +0000</pubDate>
		<dc:creator>Stu Stern</dc:creator>
				<category><![CDATA[Stu Stern]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-4892696525791628275.post-246166795180033412</guid>
		<description><![CDATA[The newest version of our cross-platform functional testing tool for native Android and iOS apps is here! MonkeyTalk beta2 fixes numerous bug and stability fixes especially around JavaScript generation and execution.Download it here!]]></description>
			<content:encoded><![CDATA[<p class="syndicated-attribution"><small><a href="http://blog.gorillalogic.com/author/sstern/" title="Read other posts by Stu Stern">Stu Stern</a> originally posted this on <a href="http://stu-stern.blogspot.com/2012/04/new-monkeytalk-release-now-available.html">Big Gorilla - Stu Stern's Blog</a>.</small></p>
The newest version of our cross-platform functional testing tool for native Android and iOS apps is here! MonkeyTalk beta2 fixes numerous bug and stability fixes especially around JavaScript generation and execution.<div><br /></div><div>Download it <a href="http://www.gorillalogic.com/monkeytalk/download">here</a>!</div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4892696525791628275-246166795180033412?l=stu-stern.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.gorillalogic.com/2012/04/10/new-monkeytalk-release-now-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Value of Continuous QA</title>
		<link>http://blog.gorillalogic.com/2012/03/22/the-value-of-continuous-qa/</link>
		<comments>http://blog.gorillalogic.com/2012/03/22/the-value-of-continuous-qa/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 01:43:00 +0000</pubDate>
		<dc:creator>Stu Stern</dc:creator>
				<category><![CDATA[Stu Stern]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-4892696525791628275.post-7913206560550336528</guid>
		<description><![CDATA[Gorilla CTO Ed Schwarz talks about continuous QA in latest issue of Automated Software Testing.]]></description>
			<content:encoded><![CDATA[<p class="syndicated-attribution"><small><a href="http://blog.gorillalogic.com/author/sstern/" title="Read other posts by Stu Stern">Stu Stern</a> originally posted this on <a href="http://stu-stern.blogspot.com/2012/03/value-of-continuous-qa.html">Big Gorilla - Stu Stern's Blog</a>.</small></p>
Gorilla CTO Ed Schwarz talks about continuous QA in <a href="http://www.automatedtestinginstitute.com/home/ASTMagazine/2012/AutomatedSoftwareTestingMagazine_March2012.pdf">latest issue</a> of Automated Software Testing.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4892696525791628275-7913206560550336528?l=stu-stern.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.gorillalogic.com/2012/03/22/the-value-of-continuous-qa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See MonkeyTalk at AnDevCon and save $200!</title>
		<link>http://blog.gorillalogic.com/2012/03/14/see-monkeytalk-at-andevcon-and-save-200/</link>
		<comments>http://blog.gorillalogic.com/2012/03/14/see-monkeytalk-at-andevcon-and-save-200/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 22:58:00 +0000</pubDate>
		<dc:creator>Stu Stern</dc:creator>
				<category><![CDATA[Stu Stern]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-4892696525791628275.post-6646976255565839196</guid>
		<description><![CDATA[Gorilla Logic will have a booth at AnDevCon and I'll be presenting a session on MonkeyTalk. Use the discount code STERN and save $200 on your AnDevCon registration!Hope to see you in San Francisco!]]></description>
			<content:encoded><![CDATA[<p class="syndicated-attribution"><small><a href="http://blog.gorillalogic.com/author/sstern/" title="Read other posts by Stu Stern">Stu Stern</a> originally posted this on <a href="http://stu-stern.blogspot.com/2012/03/see-monkeytalk-at-andevcon-and-save-200.html">Big Gorilla - Stu Stern's Blog</a>.</small></p>
<div>Gorilla Logic will have a booth at AnDevCon and I'll be presenting a session on MonkeyTalk. Use the discount code STERN and save $200 on your AnDevCon <a href="http://www.andevcon.com/AnDevCon_III/registration.html">registration</a>!</div><div><br /></div><div>Hope to see you in San Francisco!</div><div><br /></div><div><br /></div><a href="http://3.bp.blogspot.com/-BtxNrRUDRtI/T2EjWKMrG_I/AAAAAAAAAnA/aoO8MlmFIJM/s1600/Speakerbadge%2B%25281%2529.jpg"><img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 300px; height: 100px;" src="http://3.bp.blogspot.com/-BtxNrRUDRtI/T2EjWKMrG_I/AAAAAAAAAnA/aoO8MlmFIJM/s320/Speakerbadge%2B%25281%2529.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5719891865338846194" /></a><div><span ><u><br /></u></span><br /><br /><br /><div><br /></div><div><br /></div></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4892696525791628275-6646976255565839196?l=stu-stern.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.gorillalogic.com/2012/03/14/see-monkeytalk-at-andevcon-and-save-200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MonkeyTalk is here!</title>
		<link>http://blog.gorillalogic.com/2012/03/06/monkeytalk-is-here/</link>
		<comments>http://blog.gorillalogic.com/2012/03/06/monkeytalk-is-here/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 16:36:00 +0000</pubDate>
		<dc:creator>Stu Stern</dc:creator>
				<category><![CDATA[Stu Stern]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-4892696525791628275.post-5381471208098681933</guid>
		<description><![CDATA[Today we released what is undoubtedly the world's most advanced mobile testing platform. Our latest open source project, MonkeyTalk, combines the power of FoneMonkey for iOS and FoneMonkey for Android into an integrated, cross-platform mobile testing s...]]></description>
			<content:encoded><![CDATA[<p class="syndicated-attribution"><small><a href="http://blog.gorillalogic.com/author/sstern/" title="Read other posts by Stu Stern">Stu Stern</a> originally posted this on <a href="http://stu-stern.blogspot.com/2012/03/monkeytalk-is-here_06.html">Big Gorilla - Stu Stern's Blog</a>.</small></p>
<span style="font-weight: normal; font-style: normal; ">Today we released what is undoubtedly the world's most advanced mobile testing platform. Our latest open source project, MonkeyTalk, combines the power of FoneMonkey for iOS and FoneMonkey for Android into an integrated, </span><i style="font-weight: normal; ">cross-platform</i> mobile testing solution. You can record scripts on iOS and play them back on Android, and vice versa.<div style="font-weight: normal; "><br /></div><div>The MonkeyTalk Platform consists of the following components:<br /><div style="font-weight: normal; font-style: normal; "><br /></div><div style="font-style: normal; "><b>The MonkeyTalk Command Language</b> - A simple, intuitive and easy-to-learn scripting language for specifying platform-independent mobile tests scripts. MonkeyTalk provides comprehensive support for scripting all iOS and Android UI components and multi-touch gestures. MonkeyTalk is simple yet powerful. Even test engineers with little or no programming experience can easily create sophisticated keyword-driven and data-driven test scripts, and can parameterize scripts to create reusable testing components that can be combined to rapidly implement complex testing scenarios. MonkeyTalk scripts can be recorded automatically by the MonkeyTalk IDE, or can be created from scratch using any simple text editor.</div><div style="font-weight: normal; font-style: normal; "><br /></div><div style="font-style: normal; "><b>The MonkeyTalk IDE</b><span style="font-weight: normal; ">  - A complete workbench for capturing, editing, replaying, and managing comprehensive mobile test suites. The MonkeyTalk IDE can be run as an Eclipse plugin or as a standalone application on Mac, Windows, and Linux.</span></div></div><div style="font-style: normal; "><span style="font-weight: normal; "><br /></span></div><div style="font-style: normal; "><b>The MonkeyTalk JavaScript API </b><span style="font-weight: normal; ">- The MonkeyTalk IDE can export MonkeyTalk-based scripts to JavaScript, or tests can be written from scratch directly in JavaScript. The MonkeyTalk JavaScript API is clean and natural to use, and the resulting scripts are easy to read and maintain, and like native MonkeyTalk scripts, can be easily reused and data-driven.</span></div><div style="font-style: normal; "><span style="font-weight: normal; "><br /></span></div><div style="font-style: normal; "><b>MonkeyTalk Agents for iOS and Android </b>- Small, native libraries that can be linked into any Android or iOS application to enable MonkeyTalk recording and playback. No source code changes or jailbreaking required.</div><div style="font-style: normal; "><br /></div><div style="font-style: normal; ">Today's release is officially beta, but is quite complete and stable so please give it a spin and let us know what you think. Like all of our tools, MonkeyTalk is completely free and open source!</div><div style="font-style: normal; "><br /></div><div style="font-style: normal; ">You can download it <a href="http://www.gorillalogic.com/monkeytalk">here</a>.</div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4892696525791628275-5381471208098681933?l=stu-stern.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.gorillalogic.com/2012/03/06/monkeytalk-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rational Functional Testmonkium</title>
		<link>http://blog.gorillalogic.com/2012/02/07/rational-functional-testmonkium/</link>
		<comments>http://blog.gorillalogic.com/2012/02/07/rational-functional-testmonkium/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 19:22:00 +0000</pubDate>
		<dc:creator>Stu Stern</dc:creator>
				<category><![CDATA[Stu Stern]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-4892696525791628275.post-9102321225766315638</guid>
		<description><![CDATA[Nice article on IBM developerWorks about using FlexMonkium to add Flex recording/playback to Rational Functional Tester: http://ibm.co/wp65bq.]]></description>
			<content:encoded><![CDATA[<p class="syndicated-attribution"><small><a href="http://blog.gorillalogic.com/author/sstern/" title="Read other posts by Stu Stern">Stu Stern</a> originally posted this on <a href="http://stu-stern.blogspot.com/2012/02/rational-functional-testmonkium.html">Big Gorilla - Stu Stern's Blog</a>.</small></p>
<div>Nice article on IBM developerWorks about using FlexMonkium to add Flex recording/playback to Rational Functional Tester: <a href="http://ibm.co/wp65bq">http://ibm.co/wp65bq</a>.</div><div><br /></div><div><br /></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4892696525791628275-9102321225766315638?l=stu-stern.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.gorillalogic.com/2012/02/07/rational-functional-testmonkium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FoneMonkey for Android Q&amp;A</title>
		<link>http://blog.gorillalogic.com/2011/12/09/fonemonkey-for-android-qa/</link>
		<comments>http://blog.gorillalogic.com/2011/12/09/fonemonkey-for-android-qa/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 19:16:00 +0000</pubDate>
		<dc:creator>Stu Stern</dc:creator>
				<category><![CDATA[Stu Stern]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-4892696525791628275.post-6058241816462407729</guid>
		<description><![CDATA[I'm interviewed about FoneMonkey for Android: http://jaxenter.com/fonemonkey-for-android-q-a-39195.html.]]></description>
			<content:encoded><![CDATA[<p class="syndicated-attribution"><small><a href="http://blog.gorillalogic.com/author/sstern/" title="Read other posts by Stu Stern">Stu Stern</a> originally posted this on <a href="http://stu-stern.blogspot.com/2011/12/fonemonkey-for-android-q.html">Big Gorilla - Stu Stern's Blog</a>.</small></p>
I'm interviewed about FoneMonkey for Android: <a href="http://jaxenter.com/fonemonkey-for-android-q-a-39195.html"  style="color: rgb(17, 85, 204); font-family: arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: rgba(255, 255, 255, 0.917969); ">http://<span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 204); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">jaxenter</span>.com/<wbr>fonemonkey-for-android-q-a-<wbr>39195.html</a>.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4892696525791628275-6058241816462407729?l=stu-stern.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.gorillalogic.com/2011/12/09/fonemonkey-for-android-qa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

