<?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>TecnoPillole.com &#187; Programmazione</title>
	<atom:link href="http://www.tecnopillole.com/categorie/programmazione/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tecnopillole.com</link>
	<description>Tutto il web in pillole!</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:05:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ordinare i risultati di una query con ORDER BY</title>
		<link>http://www.tecnopillole.com/programmazione/mysql/ordinare-i-risultati-di-una-query-con-order-by.html</link>
		<comments>http://www.tecnopillole.com/programmazione/mysql/ordinare-i-risultati-di-una-query-con-order-by.html#comments</comments>
		<pubDate>Mon, 19 Jul 2010 20:05:36 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[ordinare]]></category>
		<category><![CDATA[query]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=285</guid>
		<description><![CDATA[Quando realiziamo una query su un database, mysql in questo caso, possiamo avere bisogno di ordinare i risultati appena ottenuti. Per fare questo in mysql è presente la clausola ORDER BY che permette di definire i criteri secondo i quali i risultati devono essere ordinati.

Ecco un esempio di come può essere usato ORDER BY:
#ordinare in [...]]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/mysql/ordinare-i-risultati-di-una-query-con-order-by.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elementi che scompaiono con javascript e css</title>
		<link>http://www.tecnopillole.com/programmazione/javascript/elementi-che-scompaiono-con-javascript-e-css-visible-hidden.html</link>
		<comments>http://www.tecnopillole.com/programmazione/javascript/elementi-che-scompaiono-con-javascript-e-css-visible-hidden.html#comments</comments>
		<pubDate>Wed, 21 Oct 2009 09:52:49 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[visible]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=240</guid>
		<description><![CDATA[Attraverso l''uso di javascript possiamo controllare lo stile degli elementi contenuti nella pagina.  Per fare questo è sufficiente avere un riferimento valido all''elemento da controllare, ottenibile in questo modo..]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/javascript/elementi-che-scompaiono-con-javascript-e-css-visible-hidden.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chiudere una finestra con un click</title>
		<link>http://www.tecnopillole.com/programmazione/chiudere-una-finestra-con-javascript-alla-pressione-di-un-tasto-o-un-link.html</link>
		<comments>http://www.tecnopillole.com/programmazione/chiudere-una-finestra-con-javascript-alla-pressione-di-un-tasto-o-un-link.html#comments</comments>
		<pubDate>Fri, 09 Oct 2009 05:53:28 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[chiudere]]></category>
		<category><![CDATA[chiudi]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=146</guid>
		<description><![CDATA[Dopo molto tempo di assenza finalmente riesco ad avere un po' di tempo per scrivere un  post, sarà breve ma credo aiuterà un bel po' di persone che stanno iniziando a creare le prime pagine web.]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/chiudere-una-finestra-con-javascript-alla-pressione-di-un-tasto-o-un-link.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tavolozza Colori</title>
		<link>http://www.tecnopillole.com/programmazione/php/tavolozza-colori-generatore.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/tavolozza-colori-generatore.html#comments</comments>
		<pubDate>Fri, 29 May 2009 21:20:01 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[colori]]></category>
		<category><![CDATA[generatore]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tavolozza]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=140</guid>
		<description><![CDATA[Questo script php permette di generare la tavolozza dei colori di una immagine. Questa utility potrebbe essere utile durante lo sviluppo di template grafici, per individuare..]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/tavolozza-colori-generatore.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creare un form per caricare file con PHP</title>
		<link>http://www.tecnopillole.com/programmazione/php/creare-un-form-per-caricare-file-con-php.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/creare-un-form-per-caricare-file-con-php.html#comments</comments>
		<pubDate>Fri, 10 Oct 2008 09:19:43 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[caricare da form]]></category>
		<category><![CDATA[caricare file]]></category>
		<category><![CDATA[caricare immagine]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[upload file]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=134</guid>
		<description><![CDATA[In questo articolo vedremo come creare un form per caricare file sul nostro sito, sfruttando HTML e PHP.]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/creare-un-form-per-caricare-file-con-php.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>La variabile globale $_FILES</title>
		<link>http://www.tecnopillole.com/programmazione/php/la-variabile-globale-_files.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/la-variabile-globale-_files.html#comments</comments>
		<pubDate>Fri, 10 Oct 2008 09:03:26 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[caricare file]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[variabili globali]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=136</guid>
		<description><![CDATA[In questo articolo troviamo una breve spiegazione sul significato e sull'utilità della variabile globale $_FILES]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/la-variabile-globale-_files.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Limitare il numero di risultati in una query, l&#8217;operatore LIMIT</title>
		<link>http://www.tecnopillole.com/programmazione/mysql/limitare-il-numero-di-risultati-in-una-query-loperatore-limit.html</link>
		<comments>http://www.tecnopillole.com/programmazione/mysql/limitare-il-numero-di-risultati-in-una-query-loperatore-limit.html#comments</comments>
		<pubDate>Thu, 09 Oct 2008 17:22:46 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[limitare]]></category>
		<category><![CDATA[modificare]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=133</guid>
		<description><![CDATA[L'operatore LIMIT ci viene in aiuto quando dobbiamo selezionare, modificare, cancellarre o aggiornare un numero ben preciso di record. In questo articolo vedremo come è possibile utilizzarlo al meglio.]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/mysql/limitare-il-numero-di-risultati-in-una-query-loperatore-limit.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contare i risultati di una query Mysql con Php, la funzione mysql_num_rows()</title>
		<link>http://www.tecnopillole.com/programmazione/php/contare-i-risultati-di-una-query-mysql-con-php-la-funzione-mysql_num_rows.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/contare-i-risultati-di-una-query-mysql-con-php-la-funzione-mysql_num_rows.html#comments</comments>
		<pubDate>Thu, 09 Oct 2008 11:43:40 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[contare righe]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[mysql_num_rows]]></category>
		<category><![CDATA[risultati]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=132</guid>
		<description><![CDATA[In un precedente articolo abbiamo visto come sia possibile contare le righe generate da una query SELECT direttamente con MySql, sfruttando la funzione COUNT(). Ora vrediamo come ottenere lo stesso risultato sfruttando mysql_num_rows() di Php.
Vediamo il codice che genera la query, saltando la parte di collegamento al db:
//la parte di connessione al db è stata [...]]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/contare-i-risultati-di-una-query-mysql-con-php-la-funzione-mysql_num_rows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contare il numero di righe con MySql, la funzione COUNT()</title>
		<link>http://www.tecnopillole.com/programmazione/mysql/contare-il-numero-di-righe-con-mysql-la-funzione-count.html</link>
		<comments>http://www.tecnopillole.com/programmazione/mysql/contare-il-numero-di-righe-con-mysql-la-funzione-count.html#comments</comments>
		<pubDate>Thu, 09 Oct 2008 11:07:46 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[contare righe]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[numero]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[risulati]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=131</guid>
		<description><![CDATA[Molte volte è necessario contare le righe ottenute da una query. Per fare questo esistono due metodi, uno con Php attraverso mysql_num_rows e uno in MySql con COUNT(). In questo articolo vedremo come utilizzare la funzione COUNT() di MySql.
Vediamo una normale query di tipo SELECT:
SELECT * FROM tabella WHERE campo='valore'
Il risultato della query appena scritta [...]]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/mysql/contare-il-numero-di-righe-con-mysql-la-funzione-count.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validare l&#8217;url di un sito web con PHP e le espressioni regolari</title>
		<link>http://www.tecnopillole.com/programmazione/php/validare-lurl-di-un-sito-web-con-php-e-le-espressioni-regolari.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/validare-lurl-di-un-sito-web-con-php-e-le-espressioni-regolari.html#comments</comments>
		<pubDate>Tue, 05 Aug 2008 21:48:24 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Aggiungi nuovo tag]]></category>
		<category><![CDATA[eregi]]></category>
		<category><![CDATA[espressioni regolari]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=107</guid>
		<description><![CDATA[A volte può essere utile capire se l'url inserito da un utente è valido o meno, per risolvere questo problema ci viene in aiuto php attraverso le espressioni regolari.]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/validare-lurl-di-un-sito-web-con-php-e-le-espressioni-regolari.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
