<?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>Il Bloggatore &#187; Snippet</title>
	<atom:link href="http://www.ilbloggatore.com/a1/tag/snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilbloggatore.com/a1</link>
	<description>Notizie sull&#039;informatica direttamente dal mondo dei blog!</description>
	<lastBuildDate>Sat, 24 Mar 2012 20:01: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>
		<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>C# Connettersi ad un database MySQL</title>
		<link>http://www.ilbloggatore.com/a1/2010/09/24/c-connettersi-ad-un-database-mysql/</link>
		<comments>http://www.ilbloggatore.com/a1/2010/09/24/c-connettersi-ad-un-database-mysql/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 21:42:45 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[Senza categoria]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=2348</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[C# Connettersi ad un database MySQL e' un post di: CodeSnippet
C# Connettersi ad un database MySQL e' un post di: CodeSnippet Un lettore del blog mi ha mandato un&#8217;email chiedendomi informazioni su come connettersi ad un database MySQL tramite C#. Il tutto è molto semplice perchè MySQL mette a disposizione...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2010/09/24/c-connettersi-ad-un-database-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>JavaScript parseInt 08-09</title>
		<link>http://www.ilbloggatore.com/a1/2010/09/18/javascript-parseint-08-09/</link>
		<comments>http://www.ilbloggatore.com/a1/2010/09/18/javascript-parseint-08-09/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 10:51:35 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[Senza categoria]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[parseInt]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=2341</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[JavaScript parseInt 08-09 e' un post di: CodeSnippet
JavaScript parseInt 08-09 e' un post di: CodeSnippet Capita spesso usando la funzione parseInt avere un comportamento anomalo (o meglio, quello corretto). Difatti, facendo parseInt(&#8217;08&#8242;) in JavaScript si ottiene 0, la stessa cosa accade con 09. Nonostante sappia il comportamento corretto mi confondo...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2010/09/18/javascript-parseint-08-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>T-SQL: Reset Identity</title>
		<link>http://www.ilbloggatore.com/a1/2010/09/04/t-sql-reset-identity/</link>
		<comments>http://www.ilbloggatore.com/a1/2010/09/04/t-sql-reset-identity/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 13:38:10 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[Senza categoria]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[reset identity]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=2307</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[T-SQL: Reset Identity e' un post di: CodeSnippet
T-SQL: Reset Identity e' un post di: CodeSnippet Un&#8217;operazione poco frequente ma importante quando si lavora con i database è il reset dell&#8217;identity dopo la cancellazione di una o più righe da una tabella. Il codice per effettuare il reset dell&#8217;identity in T-SQL...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2010/09/04/t-sql-reset-identity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>Annotations: come far “parlare” funzioni e metodi in Python</title>
		<link>http://www.ilbloggatore.com/a1/2010/09/01/annotations-come-far-%e2%80%9cparlare%e2%80%9d-funzioni-e-metodi-in-python/</link>
		<comments>http://www.ilbloggatore.com/a1/2010/09/01/annotations-come-far-%e2%80%9cparlare%e2%80%9d-funzioni-e-metodi-in-python/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 19:41:27 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>Malex</dc:creator>
				<category><![CDATA[Senza categoria]]></category>
		<category><![CDATA[annotations]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Python3]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=2287</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[Annotations: come far &#8220;parlare&#8221; funzioni e metodi in Python e' un post di: CodeSnippet
Annotations: come far &#8220;parlare&#8221; funzioni e metodi in Python e' un post di: CodeSnippet Articolo a cura di Malex Come certamente tutti sapete, una delle caratteristiche principali di Python è, come la maggioranza dei linguaggi di scripting,...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2010/09/01/annotations-come-far-%e2%80%9cparlare%e2%80%9d-funzioni-e-metodi-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>.NET 4.0 Lazy initialization</title>
		<link>http://www.ilbloggatore.com/a1/2010/08/29/net-4-0-lazy-initialization/</link>
		<comments>http://www.ilbloggatore.com/a1/2010/08/29/net-4-0-lazy-initialization/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 13:24:34 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[Senza categoria]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[C# 4.0]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[lazy]]></category>
		<category><![CDATA[Lazy initialization]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=2269</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[.NET 4.0 Lazy initialization e' un post di: CodeSnippet
.NET 4.0 Lazy initialization e' un post di: CodeSnippet Tempo fa parlai in un post di come effettuare il Lazy Loading delle immagini e spiegai il funzionamento del pattern. Ieri navigando su msdn ho trovato una nuova classe del Framework .NET 4.0...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2010/08/29/net-4-0-lazy-initialization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>PHPExcel: Creare file Excel con PHP</title>
		<link>http://www.ilbloggatore.com/a1/2010/08/24/phpexcel-creare-file-excel-con-php/</link>
		<comments>http://www.ilbloggatore.com/a1/2010/08/24/phpexcel-creare-file-excel-con-php/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 10:46:49 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[Senza categoria]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[PHPExcel]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=2255</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[PHPExcel: Creare file Excel con PHP e' un post di: CodeSnippet
PHPExcel: Creare file Excel con PHP e' un post di: CodeSnippet PHPExcel è una libreria molto utile che ci permette di creare facilmente dei file Excel 2007 con uno script PHP. PHPExcel è un progetto open source che sta su CodePlex...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2010/08/24/phpexcel-creare-file-excel-con-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>Effettuare il Lazy Loading delle immagini con jQuery</title>
		<link>http://www.ilbloggatore.com/a1/2010/08/05/effettuare-il-lazy-loading-delle-immagini-con-jquery/</link>
		<comments>http://www.ilbloggatore.com/a1/2010/08/05/effettuare-il-lazy-loading-delle-immagini-con-jquery/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 19:47:11 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[Senza categoria]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery plugins]]></category>
		<category><![CDATA[lazy loading]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=2227</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[Effettuare il Lazy Loading delle immagini con jQuery e' un post di: CodeSnippet
Effettuare il Lazy Loading delle immagini con jQuery e' un post di: CodeSnippet Partiamo dal principio definendo cos&#8217;è il Lazy Loading per chi ancora non lo sapesse. Sostanzialmente si tratta di un design pattern che viene utilizzato nella programmazione...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2010/08/05/effettuare-il-lazy-loading-delle-immagini-con-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>Trasformazione XSLT in C#</title>
		<link>http://www.ilbloggatore.com/a1/2010/06/25/trasformazione-xslt-in-c/</link>
		<comments>http://www.ilbloggatore.com/a1/2010/06/25/trasformazione-xslt-in-c/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 15:33:36 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[Senza categoria]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=2199</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[Trasformazione XSLT in C# e' un post di: CodeSnippet
Trasformazione XSLT in C# e' un post di: CodeSnippet
Nell&#8217;articolo precedente feci vedero come trasformare un documento XML attraverso un XSLT e chiusi l&#8217;articolo dicendo che avrei fatto vedere come effettuare la trasformazione C# (dopo aver scritto l&#8217;XSLT e l&#8217;XML). Il codice che...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2010/06/25/trasformazione-xslt-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>XSLT: Come trasformare un documento XML</title>
		<link>http://www.ilbloggatore.com/a1/2010/06/19/xslt-come-trasformare-un-documento-xml/</link>
		<comments>http://www.ilbloggatore.com/a1/2010/06/19/xslt-come-trasformare-un-documento-xml/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 16:50:27 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[Senza categoria]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[XLST]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xsl]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=2194</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[XSLT: Come trasformare un documento XML e' un post di: CodeSnippet
XSLT: Come trasformare un documento XML e' un post di: CodeSnippet
Quando si usa spesso il linguaggio XML ci si può trovare di fronte a delle situazioni in cui si necessita la trasformazione dei dati in input (in formato XML) in...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2010/06/19/xslt-come-trasformare-un-documento-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>T-SQL: Paginazione dei record</title>
		<link>http://www.ilbloggatore.com/a1/2010/04/07/t-sql-paginazione-dei-record/</link>
		<comments>http://www.ilbloggatore.com/a1/2010/04/07/t-sql-paginazione-dei-record/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 21:16:25 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[paginazione record]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=2175</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[T-SQL: Paginazione dei record e' un post di: CodeSnippet
T-SQL: Paginazione dei record e' un post di: CodeSnippet
Molte volte può tornare utile tirare fuori da una tabella soltanto la porzione di dati che vogliamo far visualizzare. Immaginiamo di avere una tabella con la paginazione nella quale mostriamo per ogni pagina 50...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2010/04/07/t-sql-paginazione-dei-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>Python: Come effettuare logging di una funzione</title>
		<link>http://www.ilbloggatore.com/a1/2010/03/28/python-come-effettuare-logging-di-una-funzione/</link>
		<comments>http://www.ilbloggatore.com/a1/2010/03/28/python-come-effettuare-logging-di-una-funzione/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 14:01:49 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>Malex</dc:creator>
				<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[programmazione]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[wrapping]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=952</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[Python: Come effettuare logging di una funzione e' un post di: CodeSnippet
Python: Come effettuare logging di una funzione e' un post di: CodeSnippet
Articolo a cura di Malex.
Scusate se è da un bel po&#8217; che non posto, ma ho avuto molto da fare.
Con il presente articolo intendevo mostrare un interessante modo...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2010/03/28/python-come-effettuare-logging-di-una-funzione/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>Chiamare un metodo ASP.NET tramite jQuery</title>
		<link>http://www.ilbloggatore.com/a1/2010/01/30/chiamare-un-metodo-asp-net-tramite-jquery/</link>
		<comments>http://www.ilbloggatore.com/a1/2010/01/30/chiamare-un-metodo-asp-net-tramite-jquery/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 16:50:26 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=2099</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[Chiamare un metodo ASP.NET tramite jQuery e' un post di: CodeSnippet
Chiamare un metodo ASP.NET tramite jQuery e' un post di: CodeSnippet
A volte può tornare utile chiamare velocemente, e direttamente, un metodo lato server tramite Ajax che faccia qualsiasi cosa. Con ASP.NET si può definire all&#8217;interno della classe un metodo statico...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2010/01/30/chiamare-un-metodo-asp-net-tramite-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>C# Classe Dictionary</title>
		<link>http://www.ilbloggatore.com/a1/2009/12/19/c-classe-dictionary/</link>
		<comments>http://www.ilbloggatore.com/a1/2009/12/19/c-classe-dictionary/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 15:11:18 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=1890</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[C# Classe Dictionary e' un post di: CodeSnippet
C# Classe Dictionary e' un post di: CodeSnippet
Per chi conosce già linguaggi come il 

Post correlati:.NET 4: Classe per la gestione dei numeri complessi
Scaricare sorgente di una pagina in C#
SecureString: Trattare i dati sensibili con il...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2009/12/19/c-classe-dictionary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>ASP.NET Usare i validator: CustomValidator</title>
		<link>http://www.ilbloggatore.com/a1/2009/12/04/asp-net-usare-i-validator-customvalidator/</link>
		<comments>http://www.ilbloggatore.com/a1/2009/12/04/asp-net-usare-i-validator-customvalidator/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 14:51:58 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[CustomValidator]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[validator]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=1817</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[ASP.NET Usare i validator: CustomValidator e' un post di: CodeSnippet
ASP.NET Usare i validator: CustomValidator e' un post di: CodeSnippet
Per finire la serie di articoli sui validator di ASP.NET cominciata la settimana scorsa, parlo del CustomValidator. Questo validator, come si intuisce dal nome è personalizzabile. Praticamente è possibile definire le funzioni...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2009/12/04/asp-net-usare-i-validator-customvalidator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>ASP.NET Usare i validator: RegularExpressionValidator</title>
		<link>http://www.ilbloggatore.com/a1/2009/12/03/asp-net-usare-i-validator-regularexpressionvalidator/</link>
		<comments>http://www.ilbloggatore.com/a1/2009/12/03/asp-net-usare-i-validator-regularexpressionvalidator/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 21:36:36 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[RegularExpressionValidator]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[validator]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=1814</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[ASP.NET Usare i validator: RegularExpressionValidator e' un post di: CodeSnippet
ASP.NET Usare i validator: RegularExpressionValidator e' un post di: CodeSnippet
Questo validator, come si intuisce dal nome, serve per validare l&#8217;input attraverso un&#8217;espressione regolare.
&#160; &#160; &#60;form runat=&#34;server&#34;&#62;
&#160; &#160; &#160; &#160; &#60;asp:TextBox ID=&#34;TextBox1&#34; runat=&#34;server&#34;&#62;&#60;/asp:TextBox&#62;
&#160; &#160; &#160; &#160; &#160;
&#160; &#160; &#160; &#160; &#60;asp:RegularExpressionValidator ID=&#34;RegularExpressionValidator1&#34;...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2009/12/03/asp-net-usare-i-validator-regularexpressionvalidator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>ASP.NET Usare i validator: RangeValidator</title>
		<link>http://www.ilbloggatore.com/a1/2009/12/02/asp-net-usare-i-validator-rangevalidator/</link>
		<comments>http://www.ilbloggatore.com/a1/2009/12/02/asp-net-usare-i-validator-rangevalidator/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 22:34:11 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>Bronsa</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[form validator]]></category>
		<category><![CDATA[RangeValidator]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=1810</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[ASP.NET Usare i validator: RangeValidator e' un post di: CodeSnippet
ASP.NET Usare i validator: RangeValidator e' un post di: CodeSnippet
Riprendo il discorso da dove l&#8217;avevo lasciato l&#8217;altra volta, e parlo del RangeValidator. Come forse si intuisce dal nome il range validator serve a verificare se il valore immesso nel controllo da...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2009/12/02/asp-net-usare-i-validator-rangevalidator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>Creare una finestra in Common Lisp</title>
		<link>http://www.ilbloggatore.com/a1/2009/12/01/creare-una-finestra-in-common-lisp/</link>
		<comments>http://www.ilbloggatore.com/a1/2009/12/01/creare-una-finestra-in-common-lisp/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:53:27 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>Bronsa</dc:creator>
				<category><![CDATA[clx]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[Common Lisp]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[X11]]></category>
		<category><![CDATA[Xorg]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=1796</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[Creare una finestra in Common Lisp e' un post di: CodeSnippet
Creare una finestra in Common Lisp e' un post di: CodeSnippet
Articolo a cura di Bronsa
A volte può essere utile utilizzare un interfaccia grafica nei nostri programmi.
Purtroppo in Common Lisp non è presente una libreria per interfacciarsi in modo semplice con...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2009/12/01/creare-una-finestra-in-common-lisp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>ASP.NET Usare i validator: CompareValidator</title>
		<link>http://www.ilbloggatore.com/a1/2009/11/30/asp-net-usare-i-validator-comparevalidator/</link>
		<comments>http://www.ilbloggatore.com/a1/2009/11/30/asp-net-usare-i-validator-comparevalidator/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 15:20:33 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[CompareValidator]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[validator form]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=1773</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[ASP.NET Usare i validator: CompareValidator e' un post di: CodeSnippet
ASP.NET Usare i validator: CompareValidator e' un post di: CodeSnippet
Dopo l&#8217;articolo sul RequiredFieldValidator passo avanti e parlo del CompareValidator. Come anticipato questo controllo serve a confrontare il valore presente nel campo del form e verificare se sia dello stesso dato specificato,...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2009/11/30/asp-net-usare-i-validator-comparevalidator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>ASP.NET Usare i validator: RequiredFieldValidator</title>
		<link>http://www.ilbloggatore.com/a1/2009/11/29/asp-net-usare-i-validator-requiredfieldvalidator/</link>
		<comments>http://www.ilbloggatore.com/a1/2009/11/29/asp-net-usare-i-validator-requiredfieldvalidator/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 13:01:59 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[validator form]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=1765</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[ASP.NET Usare i validator: RequiredFieldValidator e' un post di: CodeSnippet
ASP.NET Usare i validator: RequiredFieldValidator e' un post di: CodeSnippet
Proseguo l&#8217;argomento sui form validator in ASP.NET che ho iniziato ieri parlando del RequiredFieldValidator. Come scritto nel precedente articolo questo componente serve a verificare se sia stato compilato o meno il campo...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2009/11/29/asp-net-usare-i-validator-requiredfieldvalidator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
<!-- aggiunto modificato da me -->
	<item>
		<title>PHP Chiudere automaticamente tag aperti</title>
		<link>http://www.ilbloggatore.com/a1/2009/11/21/php-chiudere-automaticamente-tag-aperti/</link>
		<comments>http://www.ilbloggatore.com/a1/2009/11/21/php-chiudere-automaticamente-tag-aperti/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 15:53:47 +0000</pubDate>
<!-- aggiunto da me -->
		<dc:creator>codesnippet</dc:creator>
				<category><![CDATA[bbcode]]></category>
		<category><![CDATA[CodeSnippet]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://codesnippet.altervista.org/?p=1727</guid>
<!-- modificato da me: the_excerpt_rss sostituito con excerpt() e the_content_feed() con content() -->
		<description><![CDATA[PHP Chiudere automaticamente tag aperti e' un post di: CodeSnippet
PHP Chiudere automaticamente tag aperti e' un post di: CodeSnippet
Quando si ha a che fare con l&#8217;input immesso da tastiera bisogna sempre stare attenti a cosa passa l&#8217;utente di turno. Può essere utile ad esempio, chiudere automaticamente un tag lasciato aperto...]]></description>
		<wfw:commentRss>http://www.ilbloggatore.com/a1/2009/11/21/php-chiudere-automaticamente-tag-aperti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- aggiunto modificato da me -->
                <item>
                <title>-DELETED-L&#8217;e-book della settimana</title>
                <link>http://www.ilbloggatore.com/a1/e-book-della-settimana-ilbloggatore/</link>
                <comments>http://www.ilbloggatore.com/a1/e-book-della-settimana-ilbloggatore/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 15:53:47 +0000</pubDate>
                <dc:creator>admin</dc:creator>
                		<category><![CDATA[Senza categoria]]></category>
		<category><![CDATA[bloggatore]]></category>
		<category><![CDATA[DOWNLOAD]]></category>
		<category><![CDATA[Il Bloggatore]]></category>
		<category><![CDATA[ilbloggatore]]></category>
		<category><![CDATA[Software]]></category>
                <guid isPermaLink="false">http://www.ilbloggatore.com/e-book-della-settimana-ilbloggatore/</guid>
                <description><![CDATA[Puoi trovare la nuova rubrica &#8220;L&#8217;ebook della settimana&#8221; cliccando qui!
]]></description>
                <wfw:commentRss>http://www.ilbloggatore.com/a1/e-book-della-settimana-ilbloggatore/feed/</wfw:commentRss>
                <slash:comments>81</slash:comments>
                </item>
                        <item>
                <title>Leggi tutti gli altri articoli pubblicati su &#8220;Il Bloggatore&#8221;</title>
                <link>http://www.ilbloggatore.com/page/3/</link>
                <comments>http://www.ilbloggatore.com/a1/leggi-tutti-gli-altri-articoli-pubblicati-su-il-bloggatore/#comments</comments>
                <pubDate>Sat, 21 Nov 2009 15:53:47 +0000</pubDate>
                <dc:creator>admin</dc:creator>
                		<category><![CDATA[Senza categoria]]></category>
		<category><![CDATA[bloggatore]]></category>
		<category><![CDATA[Il Bloggatore]]></category>
		<category><![CDATA[ilbloggatore]]></category>
                <guid isPermaLink="false">http://www.ilbloggatore.com/leggi-tutti-gli-altri-articoli-pubblicati-su-il-bloggatore/</guid>
                <description><![CDATA[Leggi tutti gli altri articoli presenti su &#8220;Il Bloggatore&#8221;! E tieniti aggiornato su tutte le novità che riguardano l&#8217;informatica! Clicca qui! 
]]></description>
                <wfw:commentRss>http://www.ilbloggatore.com/a1/leggi-tutti-gli-altri-articoli-pubblicati-su-il-bloggatore/feed/</wfw:commentRss>
                <slash:comments>0</slash:comments>
                </item>
        </channel>
</rss>

