<?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>BigThink &#187; SQL</title>
	<atom:link href="http://www.bigthink.it/category/programmazione/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigthink.it</link>
	<description>Social Media Strategies: fai crescere il tuo Business con Facebook e gli altri Social Network!</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Il Web Sotto Attacco Con Sql Injection!</title>
		<link>http://www.bigthink.it/il-web-sotto-attacco-con-sql-injection/</link>
		<comments>http://www.bigthink.it/il-web-sotto-attacco-con-sql-injection/#comments</comments>
		<pubDate>Sat, 31 May 2008 21:11:18 +0000</pubDate>
		<dc:creator>Ghido</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[injection]]></category>
		<category><![CDATA[trojan]]></category>

		<guid isPermaLink="false">http://www.bigthink.it/?p=42</guid>
		<description><![CDATA[
<a href="http://www.bigthink.it/virus/il-web-sotto-attacco-con-sql-injection/" title="Il web sotto attacco con SQL injection!">
	<img src="http://www.bigthink.it/wp-content/uploads/pth/thumb_maleware.jpg" alt="Il web sotto attacco con SQL injection!" align="left" style="margin-right:10px;" />
</a><p>Nell&#8217;ultima settimana, oltre un milione di siti sono stati attaccati da un bot che ha iniettato nei loro database un codice maligno che infetta i computer degli utenti che visitano i siti in questione. Un attacco massiccio: se cercate su Google le stringhe www.nihaorr1.com/1.js, www.adw95.com/b.js o www.banner82.com/b.js, troverete centinaia di migliaia di siti infettati da [...]</p>
		<p style="clear:both;"><a href="http://www.bigthink.it/il-web-sotto-attacco-con-sql-injection/"><b>Continua a leggere &quot;Il web sotto attacco con SQL injection!&quot; su BigThink</b></a></p>
		<hr style="clear:both;" />
		<p><small>&copy; <a href="http://www.bigthink.it">BigThink</a> | <a href="http://www.bigthink.it/il-web-sotto-attacco-con-sql-injection/">Permalink</a> | 
		<a href="http://www.bigthink.it/il-web-sotto-attacco-con-sql-injection/#comments">Commenta</a> | <a target="_blank" href="http://oknotizie.alice.it/go.php?us=70204860afc97b02" title="Votami su OKNOtizie">Votami su OKNOtizie</a><br />
		Hai trovato interessante questo articolo? Leggi altri articoli correlati nella categoria <a href="http://www.bigthink.it/category/programmazione/sql/" title="Visualizza tutti gli articoli in SQL" rel="category tag">SQL</a>, <a href="http://www.bigthink.it/category/virus/" title="Visualizza tutti gli articoli in Virus" rel="category tag">Virus</a></small></p>
		<div style="border:1px dashed #666; background:#eee; padding:10px; margin-top:10px; margin-bottom:10px;">
		<small><a href="http://www.bigthink.it/go/fbbusiness/">Scarica ora il mio ebook gratuito</a>: <b>Facebook Business</b>, promuovi il tuo Brand su Facebook.</small>
		</div>]]></description>
		<wfw:commentRss>http://www.bigthink.it/il-web-sotto-attacco-con-sql-injection/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Gestire Infiniti Livelli Di Categorie In Sql</title>
		<link>http://www.bigthink.it/gestire-infiniti-livelli-di-categorie-in-sql/</link>
		<comments>http://www.bigthink.it/gestire-infiniti-livelli-di-categorie-in-sql/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 11:07:45 +0000</pubDate>
		<dc:creator>Ghido</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[albero]]></category>
		<category><![CDATA[categorie]]></category>
		<category><![CDATA[infinite]]></category>
		<category><![CDATA[insiemi]]></category>

		<guid isPermaLink="false">http://www.bigthink.it/sql/gestire-infiniti-livelli-di-categorie-in-sql/</guid>
		<description><![CDATA[
<a href="http://www.bigthink.it/programmazione/sql/gestire-infiniti-livelli-di-categorie-in-sql/" title="Gestire infiniti livelli di categorie in SQL">
	<img src="http://www.bigthink.it/wp-content/uploads/pth/thumb_cat1.gif" alt="Gestire infiniti livelli di categorie in SQL" align="left" style="margin-right:10px;" />
</a><p>Una caratteristica tipica che, come programmatori, ci capiterà di dover implementare è la gestione di un&#8217;alberatura di categorie e sottocategorie. Esistono diversi modi di strutturare il database: quello più comune consiste nello creare una tabella categories, con le colonne id, nome, parent ed eventualmente level. Per poter poi stampare a video il nostro albero, potremo [...]</p>
		<p style="clear:both;"><a href="http://www.bigthink.it/gestire-infiniti-livelli-di-categorie-in-sql/"><b>Continua a leggere &quot;Gestire infiniti livelli di categorie in SQL&quot; su BigThink</b></a></p>
		<hr style="clear:both;" />
		<p><small>&copy; <a href="http://www.bigthink.it">BigThink</a> | <a href="http://www.bigthink.it/gestire-infiniti-livelli-di-categorie-in-sql/">Permalink</a> | 
		<a href="http://www.bigthink.it/gestire-infiniti-livelli-di-categorie-in-sql/#comments">Commenta</a> | <a target="_blank" href="http://oknotizie.alice.it/go.php?us=29f010599109c96b" title="Votami su OKNOtizie">Votami su OKNOtizie</a><br />
		Hai trovato interessante questo articolo? Leggi altri articoli correlati nella categoria <a href="http://www.bigthink.it/category/programmazione/sql/" title="Visualizza tutti gli articoli in SQL" rel="category tag">SQL</a></small></p>
		<div style="border:1px dashed #666; background:#eee; padding:10px; margin-top:10px; margin-bottom:10px;">
		<small><a href="http://www.bigthink.it/go/fbbusiness/">Scarica ora il mio ebook gratuito</a>: <b>Facebook Business</b>, promuovi il tuo Brand su Facebook.</small>
		</div>]]></description>
		<wfw:commentRss>http://www.bigthink.it/gestire-infiniti-livelli-di-categorie-in-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
