<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.7" -->
<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/"
	>

<channel>
	<title>Edit</title>
	<link>http://blog.html.it</link>
	<pubDate>Thu, 24 May 2012 09:53:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>
	<language>it</language>
		

	

		<item>
		<title>Usare JavaScript in XML</title>
		<link>http://blog.html.it/27/01/2011/usare-javascript-in-xml/</link>
		<comments>http://blog.html.it/27/01/2011/usare-javascript-in-xml/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 09:15:06 +0000</pubDate>
		<dc:creator>Gabriele Romanato</dc:creator>
		
	<dc:subject>XML/RSS</dc:subject>
	<dc:subject>Scripting</dc:subject><dc:subject>javascript</dc:subject><dc:subject>xml</dc:subject>
		<guid isPermaLink="false">http://blog.html.it/27/01/2011/usare-javascript-in-xml/</guid>
		<description><![CDATA[Uno dei problemi maggiori di XML &#232; il fatto che al momento, ad eccezione di DocBook, non esistono DTD pubbliche che permettano ai browser di riconoscere gli elementi ad esse associati. C&#8217;&#232; di pi&#249;: dato che i browser non usano un parser validante, anche se esistessero queste DTD i browser non le userebbero per validare [...]<br />Autore: Gabriele Romanato<br />Tags: javascript, xml]]></description>
		<wfw:commentRss>http://blog.html.it/27/01/2011/usare-javascript-in-xml/feed/</wfw:commentRss>
		</item>
		<item>
		<title>jQuery e namespace XML</title>
		<link>http://blog.html.it/26/11/2010/jquery-e-namespace-xml/</link>
		<comments>http://blog.html.it/26/11/2010/jquery-e-namespace-xml/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 09:28:31 +0000</pubDate>
		<dc:creator>Gabriele Romanato</dc:creator>
		
	<dc:subject>XML/RSS</dc:subject>
	<dc:subject>Scripting</dc:subject><dc:subject>jquery</dc:subject><dc:subject>xml</dc:subject>
		<guid isPermaLink="false">http://blog.html.it/26/11/2010/jquery-e-namespace-xml/</guid>
		<description><![CDATA[jQuery in origine aveva una sintassi la cui struttura era quasi del tutto identica a quella di XPath. Si voleva cos&#236; sottolineare come questa libreria fosse universale, ossia adatta sia all&#8217;HTML che all&#8217;XML. Per esempio, prendiamo un frammento XML di questo tipo:

&#60;book xmlns:xdc=&#34;http://www.xml.com/books&#34;&#62;
  &#60;xdc:bookreview&#62;
   &#60;xdc:title&#62;XML: A Primer&#60;/xdc:title&#62;
     &#60;xdc:author&#62;Simon [...]<br />Autore: Gabriele Romanato<br />Tags: jquery, xml]]></description>
		<wfw:commentRss>http://blog.html.it/26/11/2010/jquery-e-namespace-xml/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Serializzazione XML per PHP 5.3</title>
		<link>http://blog.html.it/09/09/2010/serializzazione-xml-per-php-53/</link>
		<comments>http://blog.html.it/09/09/2010/serializzazione-xml-per-php-53/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 10:17:44 +0000</pubDate>
		<dc:creator>Maico Orazio</dc:creator>
		
	<dc:subject>XML/RSS</dc:subject><dc:subject>php</dc:subject><dc:subject>xml</dc:subject>
		<guid isPermaLink="false">http://blog.html.it/09/09/2010/serializzazione-xml-per-php-53/</guid>
		<description><![CDATA[lexa-xml-serialization &#232; una libreria leggera per la serializzazione di oggetti PHP in XML valido.
Il serializzatore XML richiede che si indichino le propriet&#224; delle classi da serializzare con &#8220;annotazioni doc-comment&#8221;, in cui indichiamo i parametri opzionali della notazione:  tipo e nome (di default rispettivamente string e nome propriet&#224; serializzata). 

/** @XmlAttribute(int, attr-elemento) */
private $varAttrElemento;

/** @XmlElement(bool) [...]<br />Autore: Maico Orazio<br />Tags: php, xml]]></description>
		<wfw:commentRss>http://blog.html.it/09/09/2010/serializzazione-xml-per-php-53/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Implementare funzioni di instant messaging con emite</title>
		<link>http://blog.html.it/24/06/2010/implementare-funzioni-di-instant-messaging-con-emite/</link>
		<comments>http://blog.html.it/24/06/2010/implementare-funzioni-di-instant-messaging-con-emite/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 08:41:29 +0000</pubDate>
		<dc:creator>Kiko</dc:creator>
		
	<dc:subject>XML/RSS</dc:subject>
	<dc:subject>Software e Servizi</dc:subject>
	<dc:subject>Java</dc:subject><dc:subject>gwt</dc:subject><dc:subject>java</dc:subject><dc:subject>library</dc:subject><dc:subject>Web application</dc:subject>
		<guid isPermaLink="false">http://blog.html.it/24/06/2010/implementare-funzioni-di-instant-messaging-con-emite/</guid>
		<description><![CDATA[Chi sviluppa software sfruttando il Google Web Toolkit ha ora la possibilit&#224; di potenziare le proprie applicazioni con funzionalit&#224; pari a quelle degli instant messenger. Questo &#232; reso possibile facendo uso di emite, una libreria che implementa il protocollo XMPP (descritto in questa RFC).
emite non usa codice JavaScript essendo implementata in puro Java e ha [...]<br />Autore: Kiko<br />Tags: gwt, java, library, Web application]]></description>
		<wfw:commentRss>http://blog.html.it/24/06/2010/implementare-funzioni-di-instant-messaging-con-emite/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JSON o XML?</title>
		<link>http://blog.html.it/29/04/2010/json-o-xml/</link>
		<comments>http://blog.html.it/29/04/2010/json-o-xml/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 06:10:10 +0000</pubDate>
		<dc:creator>Marco Lecce</dc:creator>
		
	<dc:subject>Web Standards</dc:subject>
	<dc:subject>XML/RSS</dc:subject><dc:subject>ajax</dc:subject><dc:subject>json</dc:subject><dc:subject>xml</dc:subject>
		<guid isPermaLink="false">http://blog.html.it/29/04/2010/json-o-xml/</guid>
		<description><![CDATA[JSON (Javascript Object Notation) &#232; un formato relativamente recente per lo scambio di dati in applicazioni web client-server: &#232; stato progettato per essere minimale, testuale e integrato in JavaScript.
L&#8217;immediatezza e la semplicit&#224; di JSON ne hanno decretato il rapido successo e la grande diffusione in svariate web application, soprattutto come valida alternativa a XML per [...]<br />Autore: Marco Lecce<br />Tags: ajax, json, xml]]></description>
		<wfw:commentRss>http://blog.html.it/29/04/2010/json-o-xml/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Il posto migliore dove leggere i feed RSS</title>
		<link>http://blog.html.it/08/04/2010/il-posto-migliore-dove-leggere-i-feed-rss/</link>
		<comments>http://blog.html.it/08/04/2010/il-posto-migliore-dove-leggere-i-feed-rss/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 05:55:43 +0000</pubDate>
		<dc:creator>Cesare Lamanna</dc:creator>
		
	<dc:subject>XML/RSS</dc:subject>
	<dc:subject>Software e Servizi</dc:subject><dc:subject>feed</dc:subject><dc:subject>rss</dc:subject>
		<guid isPermaLink="false">http://blog.html.it/08/04/2010/il-posto-migliore-dove-leggere-i-feed-rss/</guid>
		<description><![CDATA[Dopo anni di utilizzo, avendone seguito lo sviluppo sin dalle primissime release, ho praticamente smesso di usare NetNewsWire per consultare i feed RSS che seguo quotidianamente.
Non ho certo tradito l&#8217;eccellente programma creato da Brent Simmons per un&#8217;altra soluzione desktop, semplicemente sono passato a Google Reader. Se ho abbandonato qualcosa, dunque, &#232; proprio l&#8217;approccio dell&#8217;applicazione desktop. [...]<br />Autore: Cesare Lamanna<br />Tags: feed, rss]]></description>
		<wfw:commentRss>http://blog.html.it/08/04/2010/il-posto-migliore-dove-leggere-i-feed-rss/feed/</wfw:commentRss>
		</item>
		<item>
		<title>La rivincita della newsletter?</title>
		<link>http://blog.html.it/07/01/2010/la-rivincita-della-newsletter/</link>
		<comments>http://blog.html.it/07/01/2010/la-rivincita-della-newsletter/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 08:26:04 +0000</pubDate>
		<dc:creator>Cesare Lamanna</dc:creator>
		
	<dc:subject>XML/RSS</dc:subject>
	<dc:subject>Web Marketing</dc:subject><dc:subject>e mail</dc:subject><dc:subject>marketing</dc:subject><dc:subject>newsletter</dc:subject><dc:subject>rss</dc:subject>
		<guid isPermaLink="false">http://blog.html.it/07/01/2010/la-rivincita-della-newsletter/</guid>
		<description><![CDATA[Unsurprising, non sorprendente, non inaspettato. Con questo aggettivo Steve Rubel commenta il risultato di uno studio svolto da HubSpot su un gruppo di 605 blog aziendali legati a clienti della societ&#224;.
Il dato non sorprendente sarebbe quello legato al fatto che per un sottoscrittore di feed RSS ce ne sarebbero 12 abbonati alla newsletter del blog [...]<br />Autore: Cesare Lamanna<br />Tags: e mail, marketing, newsletter, rss]]></description>
		<wfw:commentRss>http://blog.html.it/07/01/2010/la-rivincita-della-newsletter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sull&#8217;ennesima morte di RSS&#8230;</title>
		<link>http://blog.html.it/04/09/2009/sullennesima-morte-di-rss/</link>
		<comments>http://blog.html.it/04/09/2009/sullennesima-morte-di-rss/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 06:14:00 +0000</pubDate>
		<dc:creator>Cesare Lamanna</dc:creator>
		
	<dc:subject>XML/RSS</dc:subject><dc:subject>facebook</dc:subject><dc:subject>rss</dc:subject><dc:subject>twitter</dc:subject>
		<guid isPermaLink="false">http://blog.html.it/04/09/2009/sullennesima-morte-di-rss/</guid>
		<description><![CDATA[Periodicamente, negli ultimi mesi, si ripete sui siti tecnologici anglofoni la mesta cerimonia funebre del glorioso formato RSS. Basta poco per suscitare il cordoglio. Questa volta &#232; toccato ad una notizia apparentemente insignificante: uno dei cofondatori di FeedBurner, Dick Costolo, ha lasciato Google per accasarsi come manager a Twitter. Sull&#8217;onda di TechCrunch, i commenti dello [...]<br />Autore: Cesare Lamanna<br />Tags: facebook, rss, twitter]]></description>
		<wfw:commentRss>http://blog.html.it/04/09/2009/sullennesima-morte-di-rss/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I selettori di classe e ID in XML</title>
		<link>http://blog.html.it/17/07/2009/i-selettori-di-classe-e-id-in-xml/</link>
		<comments>http://blog.html.it/17/07/2009/i-selettori-di-classe-e-id-in-xml/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 08:47:37 +0000</pubDate>
		<dc:creator>Gabriele Romanato</dc:creator>
		
	<dc:subject>CSS</dc:subject>
	<dc:subject>XML/RSS</dc:subject><dc:subject>classe</dc:subject><dc:subject>id</dc:subject><dc:subject>selettori</dc:subject><dc:subject>xml</dc:subject>
		<guid isPermaLink="false">http://blog.html.it/17/07/2009/i-selettori-di-classe-e-id-in-xml/</guid>
		<description><![CDATA[Chi prova per la prima volta ad assegnare degli stili ad un documento XML spesso rimane frustrato dal fatto che i selettori di classe e ID sembrano non funzionare in nessun browser. La realt&#224; &#232; che dato che XML non possiede alcuna DTD predefinita, gli attributi class e id non possiedono alcun significato speciale per [...]<br />Autore: Gabriele Romanato<br />Tags: classe, id, selettori, xml]]></description>
		<wfw:commentRss>http://blog.html.it/17/07/2009/i-selettori-di-classe-e-id-in-xml/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Matilde, o un Web basato su XML</title>
		<link>http://blog.html.it/01/07/2009/matilde-o-un-web-basato-su-xml/</link>
		<comments>http://blog.html.it/01/07/2009/matilde-o-un-web-basato-su-xml/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 06:11:26 +0000</pubDate>
		<dc:creator>Gabriele Romanato</dc:creator>
		
	<dc:subject>XML/RSS</dc:subject><dc:subject>web</dc:subject><dc:subject>XML:</dc:subject>
		<guid isPermaLink="false">http://blog.html.it/01/07/2009/matilde-o-un-web-basato-su-xml/</guid>
		<description><![CDATA[Alle 8:34 del 28 giugno 2009 &#232; nata la mia nipotina Matilde. La sua nascita mi ha portato a riflettere su come sar&#224; il Web quando lei avr&#224; l&#8217;et&#224; giusta per poterlo navigare. Di una cosa sono certo: sar&#224; un Web semantico e basato sui formati derivati da XML. XML pu&#242; infatti essere visto non [...]<br />Autore: Gabriele Romanato<br />Tags: web, XML:]]></description>
		<wfw:commentRss>http://blog.html.it/01/07/2009/matilde-o-un-web-basato-su-xml/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

