<?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>TerAs Blog :: appunti esperienze su linux e il mondo IT &#187; Programmazione</title>
	<atom:link href="http://gnu.funkgui.it/category/programmazione/feed/" rel="self" type="application/rss+xml" />
	<link>http://gnu.funkgui.it</link>
	<description>Appunti, considerazioni ed esperienze della TerAs</description>
	<lastBuildDate>Fri, 20 Jan 2012 18:34:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>L&#8217;editor non può che essere bluefish!</title>
		<link>http://gnu.funkgui.it/158/leditor-non-puo-che-essere-bluefish/</link>
		<comments>http://gnu.funkgui.it/158/leditor-non-puo-che-essere-bluefish/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 12:48:24 +0000</pubDate>
		<dc:creator>funkgui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programmazione]]></category>

		<guid isPermaLink="false">http://gnu.funkgui.it/?p=158</guid>
		<description><![CDATA[Ragazzi sono anni che io e il mio socio cerchiamo e proviamo tutti gli editor del mondo per trovare quello che più ci si addice&#8230; e ogni volta torniamo sul bluefish e semplicemente perchè non ci piacciono per nulla i WYSIWYG e abbiamo bisogno di velocità&#8230; Proviamo e torniamo da lui, proviamo e torniamo da [...]]]></description>
		<wfw:commentRss>http://gnu.funkgui.it/158/leditor-non-puo-che-essere-bluefish/feed/</wfw:commentRss>
		<slash:comments>85</slash:comments>
		</item>
		<item>
		<title>Apache POI &#8211; Java API per l&#8217;accesso a file di Microsoft office</title>
		<link>http://gnu.funkgui.it/48/apache-poi-java-api-per-laccesso-a-file-di-microsoft-office/</link>
		<comments>http://gnu.funkgui.it/48/apache-poi-java-api-per-laccesso-a-file-di-microsoft-office/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 13:27:08 +0000</pubDate>
		<dc:creator>funkgui</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[microsoft office poi apache java]]></category>

		<guid isPermaLink="false">http://gnu.funkgui.it/48/apache-poi-java-api-per-laccesso-a-file-di-microsoft-office/</guid>
		<description><![CDATA[Dovunque ti giri ti ritrovi Java tra i maroni ^__^
Date un&#8217;occhiata a questo link&#8230; poi.apache.org si tratta di API JAVA per avere accesso a file di microsoft office. potrebbe esservi utile.
mARCO
]]></description>
		<wfw:commentRss>http://gnu.funkgui.it/48/apache-poi-java-api-per-laccesso-a-file-di-microsoft-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monodevelop</title>
		<link>http://gnu.funkgui.it/47/monodevelop/</link>
		<comments>http://gnu.funkgui.it/47/monodevelop/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 08:01:22 +0000</pubDate>
		<dc:creator>funkgui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[monodevelop mono linux .net c#]]></category>

		<guid isPermaLink="false">http://gnu.funkgui.it/47/monodevelop/</guid>
		<description><![CDATA[Il 14 marzo 2008 è finalmente uscita la versione 1.0 di Monodevelop IDE free per la programmazione in c# e altri linguaggi .NET.
Le feature sono innumerevoli  dal supporto a Moonlight al disegno delle interfacce grafiche GTK (con Stetic).
Se amate linux e non disdegnate il .NET è il vostro software.
]]></description>
		<wfw:commentRss>http://gnu.funkgui.it/47/monodevelop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spazio occupato da una cartella</title>
		<link>http://gnu.funkgui.it/46/howto-spazio-occupato-da-una-cartella/</link>
		<comments>http://gnu.funkgui.it/46/howto-spazio-occupato-da-una-cartella/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 10:17:56 +0000</pubDate>
		<dc:creator>funkgui</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[du spazio occupato cartella howto]]></category>

		<guid isPermaLink="false">http://gnu.funkgui.it/46/howto-spazio-occupato-da-una-cartella/</guid>
		<description><![CDATA[Ecco un banalissimo bash-script che può risultare molto utile:
#!/bin/bash
# Lo script non fa controlli;
# prevede in ingresso come unico parametro
# il percorso della cartella di cui volete le info
for x in $1*
do
du -h --summarize "$x"
done
Ad esempio se volete sapere quanto spazio occupa ogni vostro apache virtual host&#8230;
mARCO
]]></description>
		<wfw:commentRss>http://gnu.funkgui.it/46/howto-spazio-occupato-da-una-cartella/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JoikuSpot e i Nokia Smartphones diventano HotSpot WLAN</title>
		<link>http://gnu.funkgui.it/37/joikuspot-e-i-nokia-smartphones-diventano-hotspot-wlan/</link>
		<comments>http://gnu.funkgui.it/37/joikuspot-e-i-nokia-smartphones-diventano-hotspot-wlan/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 07:40:42 +0000</pubDate>
		<dc:creator>ilcomi</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[HotSpot]]></category>
		<category><![CDATA[JoikuSpot]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Smartphones]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[WLAN]]></category>

		<guid isPermaLink="false">http://gnu.funkgui.it/37/joikuspot-e-i-nokia-smartphones-diventano-hotspot-wlan/</guid>
		<description><![CDATA[JoikuSpot è un software libero per i Nokia, con a bordo Symbian S60v3 e il supporto alla WLAN e 3G, rendendoli a tutti gli effetti degli HotSpot WLAN in modo da permettere ad altri device dotati di WIFI di poter accedere ad internet attraverso la connettività 3G.
Tutti i device potranno così connettersi al JoikuSpot in [...]]]></description>
		<wfw:commentRss>http://gnu.funkgui.it/37/joikuspot-e-i-nokia-smartphones-diventano-hotspot-wlan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icone per tutti</title>
		<link>http://gnu.funkgui.it/36/icone-per-tutti/</link>
		<comments>http://gnu.funkgui.it/36/icone-per-tutti/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 07:24:06 +0000</pubDate>
		<dc:creator>ilcomi</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[grafica]]></category>
		<category><![CDATA[icone]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[iconspedia]]></category>

		<guid isPermaLink="false">http://gnu.funkgui.it/36/icone-per-tutti/</guid>
		<description><![CDATA[Chiunque sviluppi siti web o software ad-hoc si trova nella necessità di utilizzare icone, spesso non si ha il tempo o la fantasia di crearle, ed ecco che questo sito può venirci incontro:
Iconspedia  fornisce un buon numero di icone suddivise in categorie o ricercabili per parole chiave; oltre ad essere un sito graficamente bello [...]]]></description>
		<wfw:commentRss>http://gnu.funkgui.it/36/icone-per-tutti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 e MooTools</title>
		<link>http://gnu.funkgui.it/35/web-20-e-mootools/</link>
		<comments>http://gnu.funkgui.it/35/web-20-e-mootools/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 11:03:41 +0000</pubDate>
		<dc:creator>ilcomi</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://gnu.funkgui.it/35/web-20-e-mootools/</guid>
		<description><![CDATA[Sicuramente non è una novità ma per chiunque sviluppi siti internet consiglio il JavaScript framework MooTools, personalmente lo uso da tempo con ottimi risultati, inoltre è in arrivo la versione 1.2 piena di novità.
MooTools è Compatto, Modulare e Object-Oriented; queste caratteristiche gli permettono di essere un ottimo strumento per creare codice in maniera veloce, semplice, [...]]]></description>
		<wfw:commentRss>http://gnu.funkgui.it/35/web-20-e-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight</title>
		<link>http://gnu.funkgui.it/33/silverlight/</link>
		<comments>http://gnu.funkgui.it/33/silverlight/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 08:22:10 +0000</pubDate>
		<dc:creator>funkgui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://gnu.funkgui.it/33/silverlight/</guid>
		<description><![CDATA[Pagine web con interfacce grafiche interattive ed animate? solo con adobe flash?
Non abbiamo più un&#8217;unica scelta, ora (veramente molto tempo fa) Microsoft ha deciso di dare la sua idea di interattività e multimedialità web con un &#8220;flash killer&#8221;: Silverlight.
Silverlight si basa sul framework .NET 3.0 e sul &#8220;nuovo&#8221; linguaggio XAML (vi rimando al web per [...]]]></description>
		<wfw:commentRss>http://gnu.funkgui.it/33/silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wengo, MBDSYS e il futuro di OpenWengo</title>
		<link>http://gnu.funkgui.it/29/wengo-mbdsys-e-il-futuro-di-openwengo/</link>
		<comments>http://gnu.funkgui.it/29/wengo-mbdsys-e-il-futuro-di-openwengo/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 12:54:48 +0000</pubDate>
		<dc:creator>ilcomi</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Voip]]></category>

		<guid isPermaLink="false">http://gnu.funkgui.it/29/wengo-mbdsys-e-il-futuro-di-openwengo/</guid>
		<description><![CDATA[Il 28 Gennaio 2008 wengo e MBDSYS hanno ufficializzato che quest&#8217;ultima sarà a capo del progetto OpenWengo. Dalle prime informazioni sembrerebbe che le caratteristiche del progetto opensource non dovrebbero venire stravolte ma sicuramente cambierà il nome del progetto e sarà ristrutturato tutto l&#8217;iter delle release.
Al momento gli sviluppatori possono stare tranquilli dato che lo stesso [...]]]></description>
		<wfw:commentRss>http://gnu.funkgui.it/29/wengo-mbdsys-e-il-futuro-di-openwengo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast API search: il motore di ricerca per il programmatore</title>
		<link>http://gnu.funkgui.it/25/fast-api-search-il-motore-di-ricerca-per-il-programmatore/</link>
		<comments>http://gnu.funkgui.it/25/fast-api-search-il-motore-di-ricerca-per-il-programmatore/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 10:38:49 +0000</pubDate>
		<dc:creator>ilcomi</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://gnu.funkgui.it/?p=25</guid>
		<description><![CDATA[Utile motore di ricerca per programmatori permette di ricercare tra le API dei vari linguaggi di programmazione le specifiche della funzione richiesta.
I linguaggi disponibili sono già molti e continuano ad aumentare, tra questi troviamo: HTML, CSS, Javascript, AJAX Framework, PHP, C, C++, MySQL, XML, Ruby /Rails, PostgreSQL, Oracle, Java e altri.
La ricerca porta direttamente alla [...]]]></description>
		<wfw:commentRss>http://gnu.funkgui.it/25/fast-api-search-il-motore-di-ricerca-per-il-programmatore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

