<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jojit Soriano&#039;s Blog</title>
	<atom:link href="http://jojitsoriano.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jojitsoriano.wordpress.com</link>
	<description>Silverlight, .Net, Flex, iPhone, QlikView, etc. Anything in the programming world..</description>
	<lastBuildDate>Mon, 22 Apr 2013 05:01:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jojitsoriano.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jojit Soriano&#039;s Blog</title>
		<link>http://jojitsoriano.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jojitsoriano.wordpress.com/osd.xml" title="Jojit Soriano&#039;s Blog" />
	<atom:link rel='hub' href='http://jojitsoriano.wordpress.com/?pushpress=hub'/>
		<item>
		<title>iOS UI Automation: Adding Screen Capture Functionality to UIAElement</title>
		<link>http://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-adding-screen-capture-functionality-to-uiaelement/</link>
		<comments>http://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-adding-screen-capture-functionality-to-uiaelement/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 05:31:54 +0000</pubDate>
		<dc:creator>Jojit Soriano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[UIAutomation]]></category>

		<guid isPermaLink="false">http://jojitsoriano.wordpress.com/?p=315</guid>
		<description><![CDATA[UIATarget has two screen capturing functions namely captureScreenWithName and captureRectWithName. The function captureScreenWithName allows you to capture the whole iPhone screen while the captureRectWithName allows you to capture a portion of the screen as specified in the first parameter which &#8230; <a href="http://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-adding-screen-capture-functionality-to-uiaelement/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jojitsoriano.wordpress.com&#038;blog=5256933&#038;post=315&#038;subd=jojitsoriano&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-adding-screen-capture-functionality-to-uiaelement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b40668dee553427127e0bfe2e3607a65?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jojitsoriano</media:title>
		</media:content>
	</item>
		<item>
		<title>iOS UI Automation: Typing A String in a UIATextField</title>
		<link>http://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-typing-a-string-in-a-uiatextfield/</link>
		<comments>http://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-typing-a-string-in-a-uiatextfield/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 05:05:57 +0000</pubDate>
		<dc:creator>Jojit Soriano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[UIAutomation]]></category>

		<guid isPermaLink="false">http://jojitsoriano.wordpress.com/?p=312</guid>
		<description><![CDATA[When using UIATextField.setValue function to enter a value to a UIATextField, events like UIControlEventEditingChanged will not fire as expected. For it to fire, you need to enter the value using the keyboard. Here&#8217;s my code snippet to type the string &#8230; <a href="http://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-typing-a-string-in-a-uiatextfield/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jojitsoriano.wordpress.com&#038;blog=5256933&#038;post=312&#038;subd=jojitsoriano&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-typing-a-string-in-a-uiatextfield/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b40668dee553427127e0bfe2e3607a65?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jojitsoriano</media:title>
		</media:content>
	</item>
		<item>
		<title>iOS UI Automation: Tapping the Clear Button in UITextField</title>
		<link>http://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-tapping-the-clear-button-in-uitextfield/</link>
		<comments>http://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-tapping-the-clear-button-in-uitextfield/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 04:02:39 +0000</pubDate>
		<dc:creator>Jojit Soriano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[UIAutomation]]></category>

		<guid isPermaLink="false">https://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-tapping-the-clear-button-in-uitextfield/</guid>
		<description><![CDATA[Here’s a code snippet when you want to add a function &#8220;clear&#8221; that will tap the Clear button in a UITextField. this.hasKeyboardFocus() checks whether the current UIATextField object has the keyboard focus. If not, then you have to tap the &#8230; <a href="http://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-tapping-the-clear-button-in-uitextfield/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jojitsoriano.wordpress.com&#038;blog=5256933&#038;post=308&#038;subd=jojitsoriano&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jojitsoriano.wordpress.com/2011/06/27/ios-ui-automation-tapping-the-clear-button-in-uitextfield/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b40668dee553427127e0bfe2e3607a65?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jojitsoriano</media:title>
		</media:content>
	</item>
		<item>
		<title>References on Unit Testing &amp; UI Automation for iOS Applications</title>
		<link>http://jojitsoriano.wordpress.com/2011/06/03/references-on-unit-testing-ui-automation-for-ios-applications/</link>
		<comments>http://jojitsoriano.wordpress.com/2011/06/03/references-on-unit-testing-ui-automation-for-ios-applications/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 02:02:46 +0000</pubDate>
		<dc:creator>Jojit Soriano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[References]]></category>
		<category><![CDATA[UIAutomation]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://jojitsoriano.wordpress.com/2011/06/03/references-on-unit-testing-ui-automation-for-ios-applications/</guid>
		<description><![CDATA[I found the following references helpful in my research on Unit Testing and UI Automation for iOS applications. There are a lot of tools to use to automate iOS testing and I’m very sure that I didn’t cover them all &#8230; <a href="http://jojitsoriano.wordpress.com/2011/06/03/references-on-unit-testing-ui-automation-for-ios-applications/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jojitsoriano.wordpress.com&#038;blog=5256933&#038;post=306&#038;subd=jojitsoriano&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jojitsoriano.wordpress.com/2011/06/03/references-on-unit-testing-ui-automation-for-ios-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b40668dee553427127e0bfe2e3607a65?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jojitsoriano</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Setup Logic Test Type of Unit Testing in Xcode 4</title>
		<link>http://jojitsoriano.wordpress.com/2011/06/02/how-to-setup-logic-test-type-of-unit-testing-in-xcode-4/</link>
		<comments>http://jojitsoriano.wordpress.com/2011/06/02/how-to-setup-logic-test-type-of-unit-testing-in-xcode-4/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 11:48:52 +0000</pubDate>
		<dc:creator>Jojit Soriano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[UIAutomation]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[Xcode 4]]></category>

		<guid isPermaLink="false">https://jojitsoriano.wordpress.com/2011/06/02/how-to-setup-logic-test-type-of-unit-testing-in-xcode-4/</guid>
		<description><![CDATA[Apple documentation on Unit Testing Applications are about Xcode 3. I thought of posting a blog on how to do it in Xcode 4. 1. Add a new target. In Xcode, click on File &#124; New &#124; New Target. 2. &#8230; <a href="http://jojitsoriano.wordpress.com/2011/06/02/how-to-setup-logic-test-type-of-unit-testing-in-xcode-4/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jojitsoriano.wordpress.com&#038;blog=5256933&#038;post=303&#038;subd=jojitsoriano&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jojitsoriano.wordpress.com/2011/06/02/how-to-setup-logic-test-type-of-unit-testing-in-xcode-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b40668dee553427127e0bfe2e3607a65?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jojitsoriano</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2011/06/screen-shot-2011-06-01-at-2-41-15-pm_thumb.png" medium="image">
			<media:title type="html">Screen shot 2011-06-01 at 2.41.15 PM</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2011/06/screen-shot-2011-06-01-at-2-41-50-pm_thumb.png" medium="image">
			<media:title type="html">Screen shot 2011-06-01 at 2.41.50 PM</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2011/06/screen-shot-2011-06-01-at-2-42-02-pm_thumb.png" medium="image">
			<media:title type="html">Screen shot 2011-06-01 at 2.42.02 PM</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2011/06/screen-shot-2011-06-01-at-2-42-21-pm_thumb.png" medium="image">
			<media:title type="html">Screen shot 2011-06-01 at 2.42.21 PM</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2011/06/screen-shot-2011-06-01-at-2-43-04-pm_thumb.png" medium="image">
			<media:title type="html">Screen shot 2011-06-01 at 2.43.04 PM</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2011/06/screen-shot-2011-06-01-at-2-46-41-pm_thumb.png" medium="image">
			<media:title type="html">Screen shot 2011-06-01 at 2.46.41 PM</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2011/06/screen-shot-2011-06-01-at-2-46-15-pm_thumb.png" medium="image">
			<media:title type="html">Screen shot 2011-06-01 at 2.46.15 PM</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2011/06/screen-shot-2011-06-01-at-2-53-01-pm_thumb.png" medium="image">
			<media:title type="html">Screen shot 2011-06-01 at 2.53.01 PM</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2011/06/screen-shot-2011-06-01-at-2-52-39-pm_thumb.png" medium="image">
			<media:title type="html">Screen shot 2011-06-01 at 2.52.39 PM</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2011/06/screen-shot-2011-06-01-at-2-53-32-pm_thumb.png" medium="image">
			<media:title type="html">Screen shot 2011-06-01 at 2.53.32 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>Solving &#8220;Duplicate Symbol&#8221; Error When Setting Up GorillaLogic&#8217;s FoneMonkey 5</title>
		<link>http://jojitsoriano.wordpress.com/2011/05/19/solving-duplicate-symbol-error-when-setting-up-gorillalogics-fonemonkey-5/</link>
		<comments>http://jojitsoriano.wordpress.com/2011/05/19/solving-duplicate-symbol-error-when-setting-up-gorillalogics-fonemonkey-5/#comments</comments>
		<pubDate>Thu, 19 May 2011 05:35:09 +0000</pubDate>
		<dc:creator>Jojit Soriano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FoneMonkey]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[UIAutomation]]></category>

		<guid isPermaLink="false">https://jojitsoriano.wordpress.com/2011/05/19/solving-duplicate-symbol-error-when-setting-up-gorillalogics-fonemonkey-5/</guid>
		<description><![CDATA[I’m trying out GorillaLogic’s FoneMonkey 5 to see how it’s going to help us with automated testing for the iOS applications. Documentation on how to set it up is adequate but missed out on a scenario wherein a static library &#8230; <a href="http://jojitsoriano.wordpress.com/2011/05/19/solving-duplicate-symbol-error-when-setting-up-gorillalogics-fonemonkey-5/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jojitsoriano.wordpress.com&#038;blog=5256933&#038;post=281&#038;subd=jojitsoriano&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jojitsoriano.wordpress.com/2011/05/19/solving-duplicate-symbol-error-when-setting-up-gorillalogics-fonemonkey-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b40668dee553427127e0bfe2e3607a65?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jojitsoriano</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing, Modifying, and Removing QlikView Extensions in Desktop Client</title>
		<link>http://jojitsoriano.wordpress.com/2010/10/21/installing-modifying-and-removing-qlikview-extensions-in-desktop-client/</link>
		<comments>http://jojitsoriano.wordpress.com/2010/10/21/installing-modifying-and-removing-qlikview-extensions-in-desktop-client/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 05:47:21 +0000</pubDate>
		<dc:creator>Jojit Soriano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[QlikView Extensions]]></category>

		<guid isPermaLink="false">https://jojitsoriano.wordpress.com/2010/10/21/installing-modifying-and-removing-qlikview-extensions-in-desktop-client/</guid>
		<description><![CDATA[This post discusses how to install, modify, and remove QlikView Extensions in the Desktop Client. It does not discuss how to install the same in a server setup as the author has not explored on that as of this writing. &#8230; <a href="http://jojitsoriano.wordpress.com/2010/10/21/installing-modifying-and-removing-qlikview-extensions-in-desktop-client/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jojitsoriano.wordpress.com&#038;blog=5256933&#038;post=273&#038;subd=jojitsoriano&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jojitsoriano.wordpress.com/2010/10/21/installing-modifying-and-removing-qlikview-extensions-in-desktop-client/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b40668dee553427127e0bfe2e3607a65?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jojitsoriano</media:title>
		</media:content>
	</item>
		<item>
		<title>Contents of a QlikView Extension .qar File</title>
		<link>http://jojitsoriano.wordpress.com/2010/10/18/contents-of-a-qlikview-extension-qar-file/</link>
		<comments>http://jojitsoriano.wordpress.com/2010/10/18/contents-of-a-qlikview-extension-qar-file/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 06:23:43 +0000</pubDate>
		<dc:creator>Jojit Soriano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[QlikView Extensions]]></category>

		<guid isPermaLink="false">https://jojitsoriano.wordpress.com/2010/10/18/contents-of-a-qlikview-extension-qar-file/</guid>
		<description><![CDATA[I introduced QlikView Extensions in my earlier post titled QlikView Extensions: A New Feature in QlikView 10 and had cited the lack of documentation on the topic at least for the RC2 release of QlikView 10. I could not find &#8230; <a href="http://jojitsoriano.wordpress.com/2010/10/18/contents-of-a-qlikview-extension-qar-file/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jojitsoriano.wordpress.com&#038;blog=5256933&#038;post=261&#038;subd=jojitsoriano&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jojitsoriano.wordpress.com/2010/10/18/contents-of-a-qlikview-extension-qar-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b40668dee553427127e0bfe2e3607a65?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jojitsoriano</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2010/10/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>QlikView Extensions: A New Feature in QlikView 10</title>
		<link>http://jojitsoriano.wordpress.com/2010/10/13/qlikview-extensions-a-new-feature-in-qlikview-10/</link>
		<comments>http://jojitsoriano.wordpress.com/2010/10/13/qlikview-extensions-a-new-feature-in-qlikview-10/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 07:54:24 +0000</pubDate>
		<dc:creator>Jojit Soriano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[QlikView Extensions]]></category>

		<guid isPermaLink="false">https://jojitsoriano.wordpress.com/2010/10/13/qlikview-extensions-a-new-feature-in-qlikview-10/</guid>
		<description><![CDATA[QlikTech recently released QlikView 10 and one of the new features introduced is QlikView Extensions. Aside from the general marketing information in press releases of the QlikView 10 launch, I found only two sources of information about this new feature: &#8230; <a href="http://jojitsoriano.wordpress.com/2010/10/13/qlikview-extensions-a-new-feature-in-qlikview-10/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jojitsoriano.wordpress.com&#038;blog=5256933&#038;post=258&#038;subd=jojitsoriano&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jojitsoriano.wordpress.com/2010/10/13/qlikview-extensions-a-new-feature-in-qlikview-10/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b40668dee553427127e0bfe2e3607a65?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jojitsoriano</media:title>
		</media:content>
	</item>
		<item>
		<title>Avoiding Activation When Moving/Copying a Windows 7 VMWare Image</title>
		<link>http://jojitsoriano.wordpress.com/2010/09/03/avoiding-activation-when-movingcopying-a-windows-7-vmware-image/</link>
		<comments>http://jojitsoriano.wordpress.com/2010/09/03/avoiding-activation-when-movingcopying-a-windows-7-vmware-image/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 09:56:05 +0000</pubDate>
		<dc:creator>Jojit Soriano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">https://jojitsoriano.wordpress.com/2010/09/03/avoiding-activation-when-movingcopying-a-windows-7-vmware-image/</guid>
		<description><![CDATA[I just found this by chance and I haven’t checked on the net for an explanation to this. &#160; I have a VM with Windows 7 operating system. The VM image was created using VMWare Workstation and it is already &#8230; <a href="http://jojitsoriano.wordpress.com/2010/09/03/avoiding-activation-when-movingcopying-a-windows-7-vmware-image/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jojitsoriano.wordpress.com&#038;blog=5256933&#038;post=257&#038;subd=jojitsoriano&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jojitsoriano.wordpress.com/2010/09/03/avoiding-activation-when-movingcopying-a-windows-7-vmware-image/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b40668dee553427127e0bfe2e3607a65?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jojitsoriano</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2010/09/wlemoticonsmile.png" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>

		<media:content url="http://jojitsoriano.files.wordpress.com/2010/09/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>
