<?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>Informatiche {bubbakk} &#187; programmazione web</title>
	<atom:link href="http://bubbakk.ivellezza.it/tag/programmazione-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://bubbakk.ivellezza.it</link>
	<description>Tutto ciò che stuzzica la mia curiosità...</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:28:43 +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>Editor di espressioni regolari online</title>
		<link>http://bubbakk.ivellezza.it/in-un-minuto/3105/editor-di-espressioni-regolari-online/</link>
		<comments>http://bubbakk.ivellezza.it/in-un-minuto/3105/editor-di-espressioni-regolari-online/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 07:00:41 +0000</pubDate>
		<dc:creator>bubbakk</dc:creator>
				<category><![CDATA[in un minuto]]></category>
		<category><![CDATA[espressioni regolari]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[on-line]]></category>
		<category><![CDATA[programmazione]]></category>
		<category><![CDATA[programmazione web]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[strumenti utili]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://bubbakk.ivellezza.it/?p=3105</guid>
		<description><![CDATA[A voi programmatori sarà successo almeno una volta di dover creare un&#8217;espressione regolare&#8230; e magari, di desiderare anche un sistema per testarne il funzionamento senza essere costretti a fare debug su ogni possibile combinazione di input, giusto? Se avete risposto si, le seguenti righe fanno al caso vostro. RegEx on-line A questo indirizzo potete trovare [...]]]></description>
		<wfw:commentRss>http://bubbakk.ivellezza.it/in-un-minuto/3105/editor-di-espressioni-regolari-online/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Animazioni e dinamicità con jQuery</title>
		<link>http://bubbakk.ivellezza.it/software-libero/guide-e-manuali/2236/animazioni-e-dinamicita-con-jquery/</link>
		<comments>http://bubbakk.ivellezza.it/software-libero/guide-e-manuali/2236/animazioni-e-dinamicita-con-jquery/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 06:45:59 +0000</pubDate>
		<dc:creator>bubbakk</dc:creator>
				<category><![CDATA[guide e manuali]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[programmazione web]]></category>

		<guid isPermaLink="false">http://bubbakk.ivellezza.it/?p=2236</guid>
		<description><![CDATA[Nel precedente tutorial abbiamo realizzato una semplice pagina di test, muovendo i primissimi passi nel mondo di jQuery. Proviamo ora ad aggiungere un po&#8217; di interattività alla nostra pagina. Alla fine del tutorial, otterremo questo. Tutorial 2: effetti ed animazioni Riprendiamo la nostra pagina di prova esattamente dove l&#8217;avevamo lasciata, e apriamola. Guardando l&#8217;elenco, mi [...]]]></description>
		<wfw:commentRss>http://bubbakk.ivellezza.it/software-libero/guide-e-manuali/2236/animazioni-e-dinamicita-con-jquery/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Primi passi con jQuery</title>
		<link>http://bubbakk.ivellezza.it/software-libero/guide-e-manuali/2198/primi-passi-con-jquery/</link>
		<comments>http://bubbakk.ivellezza.it/software-libero/guide-e-manuali/2198/primi-passi-con-jquery/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 08:50:33 +0000</pubDate>
		<dc:creator>bubbakk</dc:creator>
				<category><![CDATA[guide e manuali]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[programmazione web]]></category>

		<guid isPermaLink="false">http://bubbakk.ivellezza.it/?p=2198</guid>
		<description><![CDATA[Salve a tutti. Con questo post, inizio una serie di mini-tutorial sull&#8217;utilizzo di jQuery. Non sto a tediarvi sulla storia, le potenzialità, i pregi e i difetti eccetera: potere trovare tutto a partire dalla relativa pagina su Wikipedia. Mi limito ad elencare alcune caratteristiche che trovo interessanti: è un framework completo e compatto (24k per [...]]]></description>
		<wfw:commentRss>http://bubbakk.ivellezza.it/software-libero/guide-e-manuali/2198/primi-passi-con-jquery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Applicazione simile a Google Calendar implementata con jQuery</title>
		<link>http://bubbakk.ivellezza.it/software-libero/2086/applicazione-simile-a-google-calendar-implementata-con-jquery/</link>
		<comments>http://bubbakk.ivellezza.it/software-libero/2086/applicazione-simile-a-google-calendar-implementata-con-jquery/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 07:45:19 +0000</pubDate>
		<dc:creator>bubbakk</dc:creator>
				<category><![CDATA[in un minuto]]></category>
		<category><![CDATA[Software libero]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[programmazione web]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://bubbakk.ivellezza.it/?p=2086</guid>
		<description><![CDATA[Volevo condividere questa mia casuale scoperta con voi. Un team di professionisti cinesi (molto giovani, devo dire) con sede a Shanghai ha implementato, oltre ad una piccola ma ben fatta serie di oggetti, un intero applicativo del tutto simile al famoso Google Calendar. Potete provare la demo a questo indirizzo. E&#8217; davvero sbalorditiva: l&#8217;interfaccia è [...]]]></description>
		<wfw:commentRss>http://bubbakk.ivellezza.it/software-libero/2086/applicazione-simile-a-google-calendar-implementata-con-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8230;so soddisfazioni !</title>
		<link>http://bubbakk.ivellezza.it/my-two-cents/2052/so-soddisfazioni/</link>
		<comments>http://bubbakk.ivellezza.it/my-two-cents/2052/so-soddisfazioni/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 14:33:15 +0000</pubDate>
		<dc:creator>bubbakk</dc:creator>
				<category><![CDATA[my two cents]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[programmazione web]]></category>
		<category><![CDATA[soddisfazioni]]></category>

		<guid isPermaLink="false">http://bubbakk.ivellezza.it/?p=2052</guid>
		<description><![CDATA[Ho appena fatto il quiz sui CSS di w3schools: mi sono piaciuto (ovviamente al 1° ed unico tentativo ! ) 2 minuti e 57 secondi per rispondere correttamente a tutte le domande: sapete fare di meglio ? &#8230; certo !]]></description>
		<wfw:commentRss>http://bubbakk.ivellezza.it/my-two-cents/2052/so-soddisfazioni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ottimi tutorial e HOWTO per PHP e il web programming</title>
		<link>http://bubbakk.ivellezza.it/software-libero/guide-e-manuali/1251/ottimi-tutorial-e-howto-per-php-e-il-web-programming/</link>
		<comments>http://bubbakk.ivellezza.it/software-libero/guide-e-manuali/1251/ottimi-tutorial-e-howto-per-php-e-il-web-programming/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 12:49:02 +0000</pubDate>
		<dc:creator>bubbakk</dc:creator>
				<category><![CDATA[guide e manuali]]></category>
		<category><![CDATA[in un minuto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programmazione web]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://bubbakk.ivellezza.it/?p=1251</guid>
		<description><![CDATA[Ho trovato un interessante sito nel quale potrete trovare molte utili informazioni. E&#8217; fatto molto bene e spiegato chiaramente&#8230;. unico requisito: conoscere l&#8217;inglese&#8230; ma quale programmatore può permettersi oggi di non saperlo ? Il link che segnalo vi porterà nella sezione dedicata al PHP, e tratta temi di installazione, configurazione e programmazione&#8230; in pratica tutte [...]]]></description>
		<wfw:commentRss>http://bubbakk.ivellezza.it/software-libero/guide-e-manuali/1251/ottimi-tutorial-e-howto-per-php-e-il-web-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Libreria grafica per web applications &#8211; Ext JS</title>
		<link>http://bubbakk.ivellezza.it/software-libero/936/libreria-grafica-per-web-applications-ext-js/</link>
		<comments>http://bubbakk.ivellezza.it/software-libero/936/libreria-grafica-per-web-applications-ext-js/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 15:29:07 +0000</pubDate>
		<dc:creator>bubbakk</dc:creator>
				<category><![CDATA[notizie]]></category>
		<category><![CDATA[Software libero]]></category>
		<category><![CDATA[cross-browser]]></category>
		<category><![CDATA[foundation library]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[libreria]]></category>
		<category><![CDATA[programmazione web]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://bubbakk.ivellezza.it/?p=936</guid>
		<description><![CDATA[Il web 2.0 è divertente perché è interattivo, orientato all&#8217;utente e graficamente accattivante; ci permette di interagire con altri utenti o di collegare tra loro diversi servizi e strumenti web. Facebook, Twetter, Fickr, Youtube, Blogger, Yahoo, Ebay, FeedBurner, Last.fm, Amazon, PageFlakes, TinyURL, &#8230;. l&#8217;elenco è davvero lunghissimo. Questa evoluzione della grande rete è avvenuta per [...]]]></description>
		<wfw:commentRss>http://bubbakk.ivellezza.it/software-libero/936/libreria-grafica-per-web-applications-ext-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

