<?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>Enslaved Coder</title>
	<atom:link href="http://wp.enslavedcoder.org/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.enslavedcoder.org</link>
	<description>Dedicato a chi mi diceva: "Bravo, con l'informatica farai i soldi..."</description>
	<lastBuildDate>Mon, 31 Oct 2011 10:41:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>phpDocumentor in xampp</title>
		<link>http://wp.enslavedcoder.org/index.php/2011/10/31/phpdocumentor-in-xammp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=phpdocumentor-in-xammp</link>
		<comments>http://wp.enslavedcoder.org/index.php/2011/10/31/phpdocumentor-in-xammp/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 10:41:03 +0000</pubDate>
		<dc:creator>gx</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[phpdocumentor]]></category>
		<category><![CDATA[vhost]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://wp.enslavedcoder.org/?p=151</guid>
		<description><![CDATA[Da qualche tempo ho cominciato a sentire la necessità di avere un po&#8217; di documentazione interna al software che scrivo. E visto che ultimamente pare che sia costretto a scrivere codice solo in php, la scelta è ovviamente caduta su phpDocumentor. Ora, tralasciando le gioie e i dolori di questo strumento di documentazione automatica stile [...]]]></description>
		<wfw:commentRss>http://wp.enslavedcoder.org/index.php/2011/10/31/phpdocumentor-in-xammp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(My)Sql: Sostituzione testo</title>
		<link>http://wp.enslavedcoder.org/index.php/2011/02/06/mysql-sostituzione-testo/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-sostituzione-testo</link>
		<comments>http://wp.enslavedcoder.org/index.php/2011/02/06/mysql-sostituzione-testo/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 19:14:33 +0000</pubDate>
		<dc:creator>gx</dc:creator>
				<category><![CDATA[sql]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://wp.enslavedcoder.org/?p=147</guid>
		<description><![CDATA[per sostituire del testo in mysql è sufficiente la seguente query: update NOME_TABELLA set NOME_CAMPO = replace(NOME_CAMPO, ‘trova questa stringa’, ‘sostituisci la stringa trovata con questa’);]]></description>
		<wfw:commentRss>http://wp.enslavedcoder.org/index.php/2011/02/06/mysql-sostituzione-testo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Figlio di un MovieClip!</title>
		<link>http://wp.enslavedcoder.org/index.php/2011/02/06/figlio-di-un-movieclip/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=figlio-di-un-movieclip</link>
		<comments>http://wp.enslavedcoder.org/index.php/2011/02/06/figlio-di-un-movieclip/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 18:54:41 +0000</pubDate>
		<dc:creator>gx</dc:creator>
				<category><![CDATA[AS 2.0]]></category>
		<category><![CDATA[AS 3.0]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://wp.enslavedcoder.org/?p=143</guid>
		<description><![CDATA[Recuperare la lista dei figli di un MovieClip in AS3 è una passeggiata basta dare un&#8217;occhiata all&#8217;help e il gioco e fatto. Meno immediata è la cosa in AS2 tuttavia è ugualmente semplice. for(child in mc){ trace(mc[child]._name); } in questo modo stamperemo tutti i nomi d&#8217;istanza dei clip contenuti nel movieclip mc. semplice ma non [...]]]></description>
		<wfw:commentRss>http://wp.enslavedcoder.org/index.php/2011/02/06/figlio-di-un-movieclip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ignorare le chiavi esterne in MySql</title>
		<link>http://wp.enslavedcoder.org/index.php/2010/07/05/ignorare-le-chiavi-esterne-in-mysql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ignorare-le-chiavi-esterne-in-mysql</link>
		<comments>http://wp.enslavedcoder.org/index.php/2010/07/05/ignorare-le-chiavi-esterne-in-mysql/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 18:17:54 +0000</pubDate>
		<dc:creator>gx</dc:creator>
				<category><![CDATA[sql]]></category>
		<category><![CDATA[chiavi esterne]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://wp.enslavedcoder.org/?p=139</guid>
		<description><![CDATA[A chi non è mai capitato di dover inserire un record in una tabella che avesse delle chiavi esterne, ma senza avere uno o più valori per tali chiavi? bhè a me era capitato in passato e bestemmiando bestemmiando avevo lasciato correre ed ero ricorso a vari escamotage dettati dall&#8217;urgenza e dalle circostanze. Oggi mi [...]]]></description>
		<wfw:commentRss>http://wp.enslavedcoder.org/index.php/2010/07/05/ignorare-le-chiavi-esterne-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Realtime AJAX</title>
		<link>http://wp.enslavedcoder.org/index.php/2010/06/26/realtime-ajax/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=realtime-ajax</link>
		<comments>http://wp.enslavedcoder.org/index.php/2010/06/26/realtime-ajax/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 12:54:10 +0000</pubDate>
		<dc:creator>gx</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[comet]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://wp.enslavedcoder.org/?p=130</guid>
		<description><![CDATA[A tempo perso sto continuando a indagare il mondo del reverse AJAX (o Comet che dir si voglia) visto che mi sembra una tecnica grandiosa e stranamente non molto conosciuta (se confrontata con AJAX &#8220;classico&#8221;). E visto che sono terribilemente infatuato di Mootools sono partitio dal modulo di Ben Hutchins , di cui ho anche [...]]]></description>
		<wfw:commentRss>http://wp.enslavedcoder.org/index.php/2010/06/26/realtime-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Da html a rss passando per xslt</title>
		<link>http://wp.enslavedcoder.org/index.php/2010/06/16/da-html-a-rss-passando-per-xslt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=da-html-a-rss-passando-per-xslt</link>
		<comments>http://wp.enslavedcoder.org/index.php/2010/06/16/da-html-a-rss-passando-per-xslt/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 19:36:53 +0000</pubDate>
		<dc:creator>gx</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://wp.enslavedcoder.org/?p=120</guid>
		<description><![CDATA[o come rubare una sezione news da un sito spacciandolo per proprio. ecco questo dovrebbe essere il sottotitolo di questo post se il mio misero wordpress mi consentisse di aggiungere un sottotitolo ai post. Ma come al solito andiamo con ordine&#8230; Molto spesso mi capita di sviluppare codice, anche molto gustoso (come avrebbe detto la [...]]]></description>
		<wfw:commentRss>http://wp.enslavedcoder.org/index.php/2010/06/16/da-html-a-rss-passando-per-xslt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reverse Ajax (aka Comet)</title>
		<link>http://wp.enslavedcoder.org/index.php/2010/06/06/reverse-ajax-aka-comet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reverse-ajax-aka-comet</link>
		<comments>http://wp.enslavedcoder.org/index.php/2010/06/06/reverse-ajax-aka-comet/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 19:31:11 +0000</pubDate>
		<dc:creator>gx</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[comet]]></category>

		<guid isPermaLink="false">http://wp.enslavedcoder.org/?p=111</guid>
		<description><![CDATA[Cavolo non si finisce proprio mai di imparare! Certo mi fa sempre un po&#8217; strano scervellarmi per trovare una soluzione a un problema e poi scoprire che sto cercando di reinventare l&#8217;acqua calda e che la risposta era già pronta e disponibile su internet. Molti diranno: bhe ma prima di impazzire a fare qualcosa la [...]]]></description>
		<wfw:commentRss>http://wp.enslavedcoder.org/index.php/2010/06/06/reverse-ajax-aka-comet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ScrollPane in AS2</title>
		<link>http://wp.enslavedcoder.org/index.php/2010/05/27/scrollpane-in-as2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=scrollpane-in-as2</link>
		<comments>http://wp.enslavedcoder.org/index.php/2010/05/27/scrollpane-in-as2/#comments</comments>
		<pubDate>Thu, 27 May 2010 22:07:33 +0000</pubDate>
		<dc:creator>gx</dc:creator>
				<category><![CDATA[AS 2.0]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://wp.enslavedcoder.org/?p=108</guid>
		<description><![CDATA[Ok siamo nel 2010 e ActionScript 2.0 dovrebbe essere morto. Eppure sono costretto, mio malgrado a doverci sbattere ancora la testa lavorando per terzi o semplicemente per elargire consigli ad amici e colleghi. E una delle cose che più spesso viene fuori più spesso è il dannato componente ScrollPane. Allego quindi quì sotto un po&#8217; [...]]]></description>
		<wfw:commentRss>http://wp.enslavedcoder.org/index.php/2010/05/27/scrollpane-in-as2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>display_errors = Off ? No Problem!</title>
		<link>http://wp.enslavedcoder.org/index.php/2010/04/09/display_errors-off-no-problem/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=display_errors-off-no-problem</link>
		<comments>http://wp.enslavedcoder.org/index.php/2010/04/09/display_errors-off-no-problem/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 18:01:58 +0000</pubDate>
		<dc:creator>gx</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://wp.enslavedcoder.org/?p=106</guid>
		<description><![CDATA[ini_set('display_errors', 1); ini_set('log_errors', 1); ini_set('error_log', dirname(__FILE__) . '/error_log.txt'); error_reporting(E_ALL);]]></description>
		<wfw:commentRss>http://wp.enslavedcoder.org/index.php/2010/04/09/display_errors-off-no-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevenire il caching del browser</title>
		<link>http://wp.enslavedcoder.org/index.php/2009/09/14/prevenire-il-caching-del-browser/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=prevenire-il-caching-del-browser</link>
		<comments>http://wp.enslavedcoder.org/index.php/2009/09/14/prevenire-il-caching-del-browser/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 10:09:18 +0000</pubDate>
		<dc:creator>gx</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://wp.enslavedcoder.org/?p=102</guid>
		<description><![CDATA[Capita alle volte che sviluppando applicazioni web dinamiche si debba continuamente svuotare la cache del (dei) proprio (propri) browser(s) per poter notare le modifiche, le differenze, gli errori ecc&#8230; ho trovato questo comodo link che spiega come evitare tutto ciò utilizzando i principali linguaggi server-side. ricapitolando rapidamente qui: In ASP/IIS: http://support.microsoft.com/support/kb/articles/Q234/0/67.asp &#60;% Response.CacheControl = "no-cache" [...]]]></description>
		<wfw:commentRss>http://wp.enslavedcoder.org/index.php/2009/09/14/prevenire-il-caching-del-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

