<?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>Miti&#039;s Blog &#187; ajax</title>
	<atom:link href="http://miti.pricope.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://miti.pricope.com</link>
	<description>about technology</description>
	<lastBuildDate>Sat, 06 Feb 2010 10:08:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Flex and Ajax</title>
		<link>http://miti.pricope.com/2009/01/14/flex-and-ajax/</link>
		<comments>http://miti.pricope.com/2009/01/14/flex-and-ajax/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 09:34:10 +0000</pubDate>
		<dc:creator>mpricope</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://miti.pricope.com/?p=34</guid>
		<description><![CDATA[They made me a movie star. ADC had the guts to release some of my videos. If you can get along with my spectacular stammering and pass the feeling of pity or convulsive laughing this might be a good starting tutorial for using Flex and Ajax together. &#160; Update: Sorry for taking me so long. [...]]]></description>
			<content:encoded><![CDATA[<p>They made me a movie star. ADC had the guts to release some of my videos. If you can get along with my spectacular stammering and pass the feeling of pity or convulsive laughing this might be a good starting tutorial for using Flex and Ajax together.</p>
<p><embed name="AdobeTVPlayer" pluginspage="http://www.adobe.com/go/getflashplayer" src="http://tv.adobe.com/Embed.swf" width="600" height="385" type="application/x-shockwave-flash" flashvars="v=~b64~aHR0cDovL2Fkb2JlLmVkZ2Vib3NzLm5ldC9mbGFzaC9hZG9iZS9hZG9iZXR2Mi9hZGNfcHJlc2VudHMvNjRfYWRjXzA3My5mbHY/cnNzX2ZlZWRpZD0xNDcyJnhtbHZlcnM9Mg==&amp;w=600&amp;t=http://tv.adobe.com/#vi+f1472v1040&amp;h=385" allowscriptaccess="always" quality="high" loop="false" play="true" bgcolor="#000000"></embed></p>
<p>&nbsp;</p>
<p><strong>Update:</strong></p>
<p>Sorry for taking me so long. <a href="http://miti.pricope.com/samples/ajaxAndFlex/ajaxAndFlex.zip">Here</a> is a link to the archived project file. To import this project you should right click in the Flex Navigator, choose Import&#8230; -&gt; Flex Project and then choose the zip file and follow the import wizard steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://miti.pricope.com/2009/01/14/flex-and-ajax/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adding Desktop functionality to Web Applications (My MAX Milan DW + AIR sample)</title>
		<link>http://miti.pricope.com/2008/12/10/adding-desktop-functionality-to-web-applications-my-max-milan-dw-air-sample/</link>
		<comments>http://miti.pricope.com/2008/12/10/adding-desktop-functionality-to-web-applications-my-max-milan-dw-air-sample/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 10:53:15 +0000</pubDate>
		<dc:creator>mpricope</dc:creator>
				<category><![CDATA[air]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://miti.pricope.com/2008/12/10/adding-desktop-functionality-to-web-applications-my-max-milan-dw-air-sample/</guid>
		<description><![CDATA[One of my MAX Milan session was on how you develop AIR applications using Dreamweaver CS4. During this talk I&#8217;ve took a web application (actually I copy paste a sample of using the MSN Messenger JavaScript API) and add it some Desktop capabilities. So the little sample AIR MSN messenger now display notification when your [...]]]></description>
			<content:encoded><![CDATA[<p>One of my MAX Milan session was on how you develop AIR applications using Dreamweaver CS4. During this talk I&#8217;ve took a web application (actually I copy paste <a href="http://messenger.mslivelabs.com/samples/HelloWorld/JavaScript/WebSite/default.htm">a sample</a> of using the MSN Messenger JavaScript API) and add it some Desktop capabilities. So the little sample AIR MSN messenger now display notification when your friends will change their status message. The notification library I used is <a href="http://code.google.com/p/as3notificationlib/">as3notificationlib</a> done by <a href="http://weblogs.macromedia.com/cantrell/">Christian Cantrell</a> so you can see how easy is to call Flash code from JavaScript inside the AIR runtime.</p>
<p>You can also test the msg.html (sandbox/msg.html) file inside a browser (doesn&#8217;t seems to work on Mozilla, or on my Mozilla). The code that pushes the notification in AIR is located at line 204 and is the only modification that I&#8217;ve done to the original MSN Messenger sample.</p>
<p>You can download the code from <a href="http://miti.pricope.com/samples/msnonAir/msnonAir.zip">here</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://miti.pricope.com/2008/12/10/adding-desktop-functionality-to-web-applications-my-max-milan-dw-air-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selenium on AIR</title>
		<link>http://miti.pricope.com/2008/08/17/selenium-on-air/</link>
		<comments>http://miti.pricope.com/2008/08/17/selenium-on-air/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 09:18:38 +0000</pubDate>
		<dc:creator>mpricope</dc:creator>
				<category><![CDATA[air]]></category>
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://miti.pricope.com/?p=7</guid>
		<description><![CDATA[Are you using HTML/JS to build AIR Applications and wondering how to automate functional testing for your app? Here is some news that might put a smile on your face. In few words, the guys across my desk have been tweaking Selenium to work on AIR. Mihai wrote a cool blog post about how you [...]]]></description>
			<content:encoded><![CDATA[<p>Are you using HTML/JS to build AIR Applications and wondering how to automate functional testing for your app? <a href="http://corlan.org/2008/08/15/functional-testing-framework-for-air-ajax-apps-based-on-selenium/">Here</a> is some news that might put a smile on your face. In few words, the guys across my desk have been tweaking Selenium to work on AIR. Mihai wrote a cool blog post about how you can test drive this bit of code so if you are interested please take it for a spin. Don&#8217;t forget to tell us how it was!</p>
]]></content:encoded>
			<wfw:commentRss>http://miti.pricope.com/2008/08/17/selenium-on-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
