<?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>DarCas Sandbox &#187; ajax</title>
	<atom:link href="http://darcas.net/index.php/tags/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://darcas.net</link>
	<description>Tutto sullo sviluppo e su internet</description>
	<lastBuildDate>Sun, 25 Apr 2010 17:17:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Utili funzioni PHP in JavaScript</title>
		<link>http://darcas.net/index.php/2008/12/24/utili-funzioni-php-in-javascript/</link>
		<comments>http://darcas.net/index.php/2008/12/24/utili-funzioni-php-in-javascript/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 16:04:30 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php 5]]></category>

		<guid isPermaLink="false">http://darcas.net/index.php/2008/12/24/utili-funzioni-php-in-javascript/</guid>
		<description><![CDATA[Sebbene JavaScript sia un linguaggio molto potente se opportunamente utilizzato, offre poche funzioni built-in. In molti casi, poi, le funzioni implementate hanno comportamenti inaspettati o differenti a seconda del browser utilizzato. Nel mio caso, ma potrei anche in generale, ho ritenuto opportuno implementare alcune funzionalità di base del PHP in JavaScript.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2008/12/24/utili-funzioni-php-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Translation API, il funzionamento</title>
		<link>http://darcas.net/index.php/2008/03/28/google-translation-api-il-funzionamento/</link>
		<comments>http://darcas.net/index.php/2008/03/28/google-translation-api-il-funzionamento/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 18:44:33 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Google World]]></category>
		<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://darcas.net/index.php/2008/03/28/google-translation-api-il-funzionamento/</guid>
		<description><![CDATA[Dopo Google Talk, YouTube e Contacts, è il momento dello strumento di traduzione di Google. Creiamo insieme un'applicazione "hello world" con le Google AJAX Language API.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2008/03/28/google-translation-api-il-funzionamento/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>JavaScript AES: criptiamo le nostre comunicazioni asincrone</title>
		<link>http://darcas.net/index.php/2007/05/25/javascript-aes-criptiamo-le-nostre-comunicazioni-asincrone/</link>
		<comments>http://darcas.net/index.php/2007/05/25/javascript-aes-criptiamo-le-nostre-comunicazioni-asincrone/#comments</comments>
		<pubDate>Fri, 25 May 2007 08:23:31 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[aes]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.darcas.net/lab/2007/05/25/javascript-aes-criptiamo-le-nostre-comunicazioni-asincrone/</guid>
		<description><![CDATA[Un metodo molto valido per l'encrypt/decrypt di una comunicazione asincrona javascript.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2007/05/25/javascript-aes-criptiamo-le-nostre-comunicazioni-asincrone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduzione a Microsoft Silverlight</title>
		<link>http://darcas.net/index.php/2007/04/18/introduzione-a-microsoft-silverlight/</link>
		<comments>http://darcas.net/index.php/2007/04/18/introduzione-a-microsoft-silverlight/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 14:12:50 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[avalon]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[wpf]]></category>
		<category><![CDATA[xaml]]></category>

		<guid isPermaLink="false">http://www.darcas.net/lab/2007/04/18/introduzione-a-microsoft-silverlight/</guid>
		<description><![CDATA[Microsoft Silverlight è un plug-in cross-browser, cross-platform per la visualizzazione di animazioni multimediali di ultima generazione.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2007/04/18/introduzione-a-microsoft-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Search 2.0: i big si aggiornano!</title>
		<link>http://darcas.net/index.php/2007/04/07/web-search-20-i-big-si-aggiornano/</link>
		<comments>http://darcas.net/index.php/2007/04/07/web-search-20-i-big-si-aggiornano/#comments</comments>
		<pubDate>Sat, 07 Apr 2007 08:41:25 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Motori di ricerca (SEO)]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[searchmash]]></category>
		<category><![CDATA[web search 2.0]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.darcas.net/lab/2007/04/07/web-search-20-i-big-si-aggiornano/</guid>
		<description><![CDATA[I big del web search, Google e Yahoo!, stanno aggiornando le loro interfacce con sistemi asincroni di ricerca, web search 2.0.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2007/04/07/web-search-20-i-big-si-aggiornano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
