<?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>Riparto da Zero &#187; Programmazione</title>
	<atom:link href="http://www.ripartodazero.it/category/programmazione/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ripartodazero.it</link>
	<description>Prove tecniche di trasmissione...</description>
	<lastBuildDate>Tue, 01 Feb 2011 21:49:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Slider jQuery</title>
		<link>http://www.ripartodazero.it/slider-jquery/</link>
		<comments>http://www.ripartodazero.it/slider-jquery/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 17:07:23 +0000</pubDate>
		<dc:creator>Fabio Casolari</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Riparto da Zero]]></category>
		<category><![CDATA[galleria immagini]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[programmazione]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ripartodazero.it/?p=412</guid>
		<description><![CDATA[/* * jQuery Nivo Slider v2.1 * http://nivo.dev7studios.com * * Copyright 2010, Gilbert Pellegrom * Free to use and abuse under the MIT license. * http://www.opensource.org/licenses/mit-license.php * * March 2010 */ /* The Nivo Slider styles */ .nivoSlider { position:relative; } .nivoSlider img { position:absolute; top:0px; left:0px; } /* If an image is wrapped in]]></description>
		<wfw:commentRss>http://www.ripartodazero.it/slider-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Più di 100 gallerie fotografiche in AJAX, Flash e PHP</title>
		<link>http://www.ripartodazero.it/piu-di-100-gallerie-fotografiche-in-ajax-flash-e-php/</link>
		<comments>http://www.ripartodazero.it/piu-di-100-gallerie-fotografiche-in-ajax-flash-e-php/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 12:44:52 +0000</pubDate>
		<dc:creator>Fabio Casolari</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[fotografica]]></category>
		<category><![CDATA[galleria]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.ripartodazero.it/?p=317</guid>
		<description><![CDATA[In questo post segnaliamo più di cento script per implementare una fotogallery nel proprio sito. La maggior parte di questi script è gratuito, mentre alcuni hanno delle limitazioni nelle loro versioni gratuite. In corsivo i requisiti richiesti e/o la tecnica usata. CMS per fotogallery integrabili nel proprio sito Gallery PHP 4.3.0+, safe_mode di PHP disattivato,]]></description>
		<wfw:commentRss>http://www.ripartodazero.it/piu-di-100-gallerie-fotografiche-in-ajax-flash-e-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Elencare le paginefiglie se esistono altrimenti quelle dell&#8217;ultimo padre</title>
		<link>http://www.ripartodazero.it/wordpress-elencare-le-paginefiglie-se-esistono-altrimenti-quelle-dellultimo-padre/</link>
		<comments>http://www.ripartodazero.it/wordpress-elencare-le-paginefiglie-se-esistono-altrimenti-quelle-dellultimo-padre/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 16:07:03 +0000</pubDate>
		<dc:creator>Fabio Casolari</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[elenco pagine]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[worpdpress]]></category>
		<category><![CDATA[wp_list_pages]]></category>

		<guid isPermaLink="false">http://www.ripartodazero.it/wordpress-elencare-le-paginefiglie-se-esistono-altrimenti-quelle-dellultimo-padre/</guid>
		<description><![CDATA[Come fare per creare un menu ad albero dove viene visualizzato solo 1 livello e non tutto l’albero??&#160; molto semplice: wp_list_pages(&#34;title_li=&#38;child_of=&#34;.$page_data-&#62;ID.&#34;&#38;echo=0&#38;depth=1&#34;); Con questo comando visualizzo solo le pagine “figlie” della pagina che sto visitando. Ma cosa succede quando arrivo all’ultimo livello dell’albero??&#160; non ho piu pagine figlie da visualizzare. Io voglio invece visualizzare l’ultimo livello]]></description>
		<wfw:commentRss>http://www.ripartodazero.it/wordpress-elencare-le-paginefiglie-se-esistono-altrimenti-quelle-dellultimo-padre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highcharts, una libreria javascript per grafici</title>
		<link>http://www.ripartodazero.it/highcharts-una-libreria-javascript-per-grafici/</link>
		<comments>http://www.ripartodazero.it/highcharts-una-libreria-javascript-per-grafici/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 11:56:04 +0000</pubDate>
		<dc:creator>Fabio Casolari</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[grafici]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ripartodazero.it/highcharts-una-libreria-javascript-per-grafici/</guid>
		<description><![CDATA[Highcharts è una delle più promettenti librerie javascript per la realizzazione di grafici sul web. Supporta una gran varietà di grafici differenti con la possibilità di fare zoom, aggiungere icone, informazioni sui data point e persino unire in un unico grafico diverse visualizzazioni. Funziona in tutti i moderni browser ed anche su iPhone e IE6]]></description>
		<wfw:commentRss>http://www.ripartodazero.it/highcharts-una-libreria-javascript-per-grafici/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

