<?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>CookedApple &#187; web</title>
	<atom:link href="http://cookedapple.net/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://cookedapple.net</link>
	<description>All our thoughts. Broadcasted.</description>
	<lastBuildDate>Tue, 24 Aug 2010 10:03:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mi ricorda qualcosa che mi è veramente accaduto&#8230;</title>
		<link>http://cookedapple.net/2008/08/12/mi-ricorda-qualcosa-che-mi-e-veramente-accaduto/</link>
		<comments>http://cookedapple.net/2008/08/12/mi-ricorda-qualcosa-che-mi-e-veramente-accaduto/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 14:47:45 +0000</pubDate>
		<dc:creator>Piero Bozzolo</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://cookedapple.net/?p=231</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://www.userfriendly.org/cartoons/archives/08aug/uf011812.gif" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://cookedapple.net/2008/08/12/mi-ricorda-qualcosa-che-mi-e-veramente-accaduto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Alcune pagine che i web-designer dovrebbero leggere&#8230;</title>
		<link>http://cookedapple.net/2007/10/24/alcune-pagine-che-i-web-designer-dovrebbero-leggere/</link>
		<comments>http://cookedapple.net/2007/10/24/alcune-pagine-che-i-web-designer-dovrebbero-leggere/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 20:06:20 +0000</pubDate>
		<dc:creator>Piero Bozzolo</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://cookedapple.net/2007/10/24/alcune-pagine-che-i-web-designer-dovrebbero-leggere/</guid>
		<description><![CDATA[Papà Google mette a disposizione diverse pagine di linee guida per addetti ai lavori. In particolare in questa pagina si parla di design, contenuto e qualità. Un buon suggerimento che viene dato è di provare il proprio sito con Lynx, un browser testuale ideale per testare il funzionamento al &#8216;minimo sindacale&#8217; di un sito. Qui [...]]]></description>
			<content:encoded><![CDATA[<p>Papà Google mette a disposizione diverse pagine di linee guida per addetti ai lavori.<br />
In particolare in <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769&amp;ctx=related" target="_blank">questa pagina</a> si parla di design, contenuto e qualità.</p>
<p>Un buon suggerimento che viene dato è di provare il proprio sito con Lynx, un browser testuale ideale per testare il funzionamento al &#8216;minimo sindacale&#8217; di un sito.</p>
<p><a href="http://www.google.com/support/webmasters/bin/topic.py?topic=8456" target="_blank">Qui altre pagine utili.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cookedapple.net/2007/10/24/alcune-pagine-che-i-web-designer-dovrebbero-leggere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActiveRecord troubles</title>
		<link>http://cookedapple.net/2007/08/07/actionrecord-troubles/</link>
		<comments>http://cookedapple.net/2007/08/07/actionrecord-troubles/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 14:01:52 +0000</pubDate>
		<dc:creator>Piero Bozzolo</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://piero.cookedapple.net/blog/2007/08/07/actionrecord-troubles/</guid>
		<description><![CDATA[Ho dovuto un po&#8217; sclerare su modello Rails inquando mi generava un errore piuttosto strambo quando eseguivo una find: compile error /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/base.rb:1358: syntax error, unexpected tINTEGER Object::1 ^ Come ho risolto? All&#8217;interno della tabella avevo un campo integer di nome Type che mi mandava in panne la Find. Rinominando quel campo, tutto è tornato a [...]]]></description>
			<content:encoded><![CDATA[<p>Ho dovuto un po&#8217; sclerare su modello Rails inquando mi generava un errore piuttosto strambo quando eseguivo una find:</p>
<p><code>compile error<br />
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/base.rb:1358: syntax error, unexpected tINTEGER<br />
Object::1<br />
^</code><br />
Come ho risolto? All&#8217;interno della tabella avevo un campo integer di nome Type che mi mandava in panne la Find.</p>
<p>Rinominando quel campo, tutto è tornato a posto&#8230;</p>
<p>Che idiota&#8230; mai usare parole che hanno l&#8217;aria di &#8216;riservate&#8217;!</p>
]]></content:encoded>
			<wfw:commentRss>http://cookedapple.net/2007/08/07/actionrecord-troubles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gnome &amp; Torrent</title>
		<link>http://cookedapple.net/2007/05/14/gnome-torrent/</link>
		<comments>http://cookedapple.net/2007/05/14/gnome-torrent/#comments</comments>
		<pubDate>Mon, 14 May 2007 17:07:40 +0000</pubDate>
		<dc:creator>Piero Bozzolo</dc:creator>
				<category><![CDATA[play]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://piero.cookedapple.net/blog/2007/05/14/gnome-torrent/</guid>
		<description><![CDATA[Se nella vostra linux box usate Ubuntu 7.04, con Gnome, e volete scaricare più di un file via protocollo Torrent con il tool di default di Gnome, vi sarete accorti che questo non vi sarà possibile a causa dell&#8217;errore &#8220;98 Address alredy in use&#8221;. Questo è causato dal fatto che torrent cerca di usare una [...]]]></description>
			<content:encoded><![CDATA[<p>Se nella vostra linux box usate Ubuntu 7.04, con Gnome, e volete scaricare più di un file via protocollo Torrent con il tool di default di Gnome, vi sarete accorti che questo non vi sarà possibile a causa dell&#8217;errore &#8220;98 Address alredy in use&#8221;.</p>
<p>Questo è causato dal fatto che torrent cerca di usare una porta superiore alla 6881 nel caso questa non sia disponibile. Di default gnome non consente a torrent di usare queste porte.</p>
<p>La soluzione è molto banale:<br />
avviare &#8220;Configuration Editor&#8221; (&#8220;gconf-editor&#8221; via shell)<br />
aprire &#8220;apps > gnome-btdownload > settings&#8221; e modificare la chiave &#8220;max_port&#8221; portandola a un valore superiore a 6881 (ad esempio 6999).</p>
<p>Riavviate Gnome (è sufficente uscire e rientrare nella sessione).</p>
<p>Ora potete scaricare più file via Torrent.</p>
]]></content:encoded>
			<wfw:commentRss>http://cookedapple.net/2007/05/14/gnome-torrent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
