<?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>Jaymin Patel &#187; web applications</title>
	<atom:link href="http://www.jayminkapish.com/tag/web-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jayminkapish.com</link>
	<description>Wordpress Developer, New York</description>
	<lastBuildDate>Wed, 09 Nov 2011 15:33:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
		<item>
		<title>Web proxy for cross-domain AJAX Calls</title>
		<link>http://www.jayminkapish.com/2007/12/26/web-proxy-for-cross-domain-ajax-calls/</link>
		<comments>http://www.jayminkapish.com/2007/12/26/web-proxy-for-cross-domain-ajax-calls/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 21:43:02 +0000</pubDate>
		<dc:creator>Jaymin Patel</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[KAPISH]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[client web]]></category>
		<category><![CDATA[developer network]]></category>
		<category><![CDATA[network connections]]></category>
		<category><![CDATA[possible solutions]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[web browsers]]></category>

		<guid isPermaLink="false">http://blog.kapish.co.in/2007/12/26/web-proxy-for-cross-domain-ajax-calls/</guid>
		<description><![CDATA[Writing client web applications that use XMLHttpRequest (also known as the XMLHTTP object in Internet Explorer) object can be tricky given restrictions imposed by web browsers on network connections across domains. This article on Yahoo Developer Network describes the issue in simple, easy to understand language and provides couple of possible solutions. More on Yahoo [...]]]></description>
			<content:encoded><![CDATA[<p>Writing client web applications that use XMLHttpRequest (also known as the XMLHTTP object in Internet Explorer) object can be tricky given restrictions imposed by web browsers on network connections across domains. This article on <span class="yshortcuts" id="lw_1198705356_0">Yahoo Developer Network</span> describes the issue in simple, easy to understand language and provides couple of possible solutions. <a href="http://developer.yahoo.com/javascript/howto-proxy.html">More on Yahoo Dev Network</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.jayminkapish.com/2008/02/01/microsofts-bid-for-yahoo-good-for-php/" title="Microsoft&#039;s bid for Yahoo! good for PHP?">Microsoft&#039;s bid for Yahoo! good for PHP? (2)</a></li><li><a href="http://www.jayminkapish.com/2008/01/21/letters-a-b-c-d/" title="Letters a, b, c &amp; d">Letters a, b, c &amp; d (0)</a></li><li><a href="http://www.jayminkapish.com/2007/12/26/yahoo-shortcuts-plugin/" title="Yahoo! Shortcuts Plugin">Yahoo! Shortcuts Plugin (0)</a></li><li><a href="http://www.jayminkapish.com/2007/12/19/desktop-windows-applications-in-php/" title="Desktop (windows) Applications in PHP">Desktop (windows) Applications in PHP (0)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.jayminkapish.com/2007/12/26/web-proxy-for-cross-domain-ajax-calls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop (windows) Applications in PHP</title>
		<link>http://www.jayminkapish.com/2007/12/19/desktop-windows-applications-in-php/</link>
		<comments>http://www.jayminkapish.com/2007/12/19/desktop-windows-applications-in-php/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 17:34:00 +0000</pubDate>
		<dc:creator>Jaymin Patel</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[KAPISH]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[applications web]]></category>
		<category><![CDATA[desktop-applications]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[platforms]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[web pages]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[zend developer zone]]></category>
		<category><![CDATA[zend-devzone]]></category>

		<guid isPermaLink="false">http://blog.kapish.co.in/2007/12/19/desktop-windows-applications-in-php/</guid>
		<description><![CDATA[We create web-applications using PHP, now we can also develop Desktop Applications with PHP-GTK. We all know that Desktop Applications are the one which does not need either a Web Server like Apache or a web browser for their execution. And this is the reason why Java is so popular because it can be used [...]]]></description>
			<content:encoded><![CDATA[<p>We create web-applications using PHP, now we can also develop Desktop Applications with <a href="http://gtk.php.net/">PHP-GTK</a>. We all know that Desktop Applications are the one which does not need either a Web Server like Apache or a web browser for their execution. And this is the reason why Java is so popular because it can be used to build applications, web pages, applets and more that can run on several platforms including Windows, Linux. <a href="http://devzone.zend.com/article/2654-Developing-Desktop-Applications-in-PHP-for-Beginners.">More On Zend Developer Zone</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://www.jayminkapish.com/2007/12/26/web-proxy-for-cross-domain-ajax-calls/" title="Web proxy for cross-domain AJAX Calls">Web proxy for cross-domain AJAX Calls (0)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.jayminkapish.com/2007/12/19/desktop-windows-applications-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.jayminkapish.com @ 2012-02-07 02:37:54 by W3 Total Cache -->
