<?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>Nothing2Hide &#187; WP Plugins</title>
	<atom:link href="http://www.n2h.it/category/wp-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.n2h.it</link>
	<description>Notizie, trucchi, recensioni, curiositÃ  e guide per non perdersi nel mondo di Internet e per sfruttare al meglio le potenzialitÃ  del proprio computer.</description>
	<lastBuildDate>Fri, 02 Sep 2011 16:39:02 +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>Search for Firefox and IE: un plugin per integrare nel browser la funzione di ricerca del tuo blog</title>
		<link>http://www.n2h.it/wp-plugins/search-for-firefox-and-ie-un-plugin-per-integrare-nel-browser-la-funzione-di-ricerca-del-tuo-blog/</link>
		<comments>http://www.n2h.it/wp-plugins/search-for-firefox-and-ie-un-plugin-per-integrare-nel-browser-la-funzione-di-ricerca-del-tuo-blog/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 11:15:41 +0000</pubDate>
		<dc:creator>davide</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.n2h.it/?p=2371</guid>
		<description><![CDATA[
Sia Firefox che Internet Explorer consentono di effettuare la ricerca sfruttando differenti search provider che possono essere aggiunti o rimossi a discrezione dell&#8217;utente. Potenzialmente qualunque sito che eroghi una funzionalitÃ  di ricerca puÃ² diventare facilmente un search provider integrabile direttamente nel Browser, a patto che implementi lo standard OpenSearch.
In sintesi, lo standard OpenSearch richiede la [...]<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-2377" title="opensearch_logo" src="http://www.n2h.it/blog/wp-content/uploads/2009/06/opensearch_logo.gif" alt="opensearch logo" width="403" height="101" /><br />
Sia Firefox che Internet Explorer consentono di effettuare la ricerca sfruttando differenti <strong>search provider</strong> che possono essere aggiunti o rimossi a discrezione dell&#8217;utente. Potenzialmente qualunque sito che eroghi una funzionalitÃ  di ricerca puÃ² diventare facilmente un search provider integrabile direttamente nel Browser, a patto che implementi lo <a href="http://www.opensearch.org/" target="_blank"><strong>standard OpenSearch</strong></a>.</p>
<p>In sintesi, lo standard OpenSearch richiede la creazione di un descrittore XML in grado di esporre in modalitÃ  standard tutte le informazioni relative al search provider che si sta creando e l&#8217;utilizzo di un tag HTML ad hoc per rendere interpretabile dal browser tale file XML.<span id="more-2371"></span></p>
<p>Ad esempio, nel caso di Nothing2Hide, se volessimo integrarne la funzionalitÃ  di ricerca sul browser, dovremmo creare un file XML con un contenuto simile al seguente:</p>
<pre class="source-code">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"&gt;
	&lt;ShortName&gt;Nothing2Hide&lt;/ShortName&gt;
	&lt;Description&gt;Niente da Nascondere&lt;/Description&gt;
	&lt;Tags&gt;software, internet, hacking, windows,linux&lt;/Tags&gt;
	&lt;Url type="text/html" template="http://www.n2h.it/blog/?s={searchTerms}"/&gt;
	&lt;LongName&gt;Nothing2Hide&lt;/LongName&gt;
	&lt;Language&gt;it-IT&lt;/Language&gt;
	&lt;OutputEncoding&gt;UTF-8&lt;/OutputEncoding&gt;
	&lt;InputEncoding&gt;UTF-8&lt;/InputEncoding&gt;
&lt;/OpenSearchDescription&gt;</pre>
<p>Tale file dovrÃ  poi essere reso raggiungibile ed interpretabile dal browser. La modalitÃ  standard per ottenere questo risultato consiste nell&#8217; aggiungere nell&#8217;header delle proprie pagine HTML un tag ad hoc:</p>
<pre class="source-code">&lt;link title="N2H Search Provider" type="application/opensearchdescription+xml" rel="search" href="http://www.n2h.it/search.xml"&gt;</pre>
<p>La procedura Ã¨ sicuramente un po&#8217; articolata e non alla portata di tutti, ma grazie ad <a href="http://www.informaniaci.it/2009/06/14/search-firefox-ie-plugin-wordpress/" target="_blank">un plugin sviluppato dal team di Infomaniaci</a>, Ã¨ possibile <strong>integrare nel browser la funzione di ricerca del proprio blog Wordpress in pochi istanti</strong> e senza necessitÃ  di avere alcuna competenza di programmazione.</p>
<p>Ecco come procedere:</p>
<ul>
<li>Scaricate ed installate il plugin <a href="http://www.informaniaci.it/search_for_browser.zip"><strong>Search for Firefox and IE</strong></a></li>
<li>Posizionatevi nella <strong>pagina di amministrazione</strong> ed inserite i dati di configurazione (nome del sito, descrizione, tags, favicon)</li>
<li>Cliccate su &#8220;<em>Update Options</em>&#8221; ed il plugin genererÃ  in automatico il <strong>file XML OpenSearch</strong> e visualizzerÃ  il codice HTML o in alternativa un Javascript da aggiungere alle pagine per far riconoscere al browser il nuovo provider. Per i meno esperti Ã¨ possibile anche <strong>utilizzare direttamente un Widget</strong> ad hoc.</li>
</ul>
<p>Se volete provarne il funzionamento su Nothing2Hide procedete come segue:</p>
<ul>
<li>Cliccate sul link &#8220;<strong>SEARCH PLUGIN</strong>&#8221; in alto a destra nell&#8217; header:<br />
<img class="alignnone size-medium wp-image-2375" title="search-provider" src="http://www.n2h.it/blog/wp-content/uploads/2009/06/search-provider-300x177.jpg" alt="search provider 300x177" width="300" height="177" /></li>
<li>Date OK al messaggio di warning che apparirÃ  per confermare l&#8217;aggiunta del nuovo search provider:<br />
<img class="alignnone size-medium wp-image-2376" title="search-provider-confirm" src="http://www.n2h.it/blog/wp-content/uploads/2009/06/search-provider-confirm-300x90.jpg" alt="search provider confirm 300x90" width="300" height="90" /></li>
<li>Verificate nel vostro box di ricerca che il search provider sia stato installato correttamente:<img class="alignnone size-full wp-image-2372" title="opensearch" src="http://www.n2h.it/blog/wp-content/uploads/2009/06/opensearch.jpg" alt="opensearch" width="321" height="285" /></li>
</ul>
<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n2h.it/wp-plugins/search-for-firefox-and-ie-un-plugin-per-integrare-nel-browser-la-funzione-di-ricerca-del-tuo-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Translator 0.7 released</title>
		<link>http://www.n2h.it/wp-plugins/global-translator-07-released/</link>
		<comments>http://www.n2h.it/wp-plugins/global-translator-07-released/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 22:39:17 +0000</pubDate>
		<dc:creator>davide</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[global-translator]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.n2h.it/wp-plugins/global-translator-07-released/</guid>
		<description><![CDATA[I&#8217;ve just release a new major release of Global Translator! (the previous 0.6.3.* branch has been suppressed)
Here&#8217;s the changelog:
- Added two new translation engines: FreeTranslation and Promt Online Translation
- Added USER-AGENT filter in order to prevent unuseless connections to the translation services
- Added support for Default Permalink Structure (i.e.: &#8220;www.site.com/?p=111&#8243;)
- Added widgetization: Global Translator is [...]<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just release a new major release of Global Translator! (the previous 0.6.3.* branch has been suppressed)</p>
<p>Here&#8217;s the changelog:<br />
- Added two new translation engines: <strong>FreeTranslation</strong> and <strong>Promt Online Translation</strong><br />
- Added USER-AGENT filter in order to prevent unuseless connections to the translation services<br />
- Added <strong>support for Default Permalink Structure</strong> (i.e.: &#8220;www.site.com/?p=111&#8243;)<br />
- Added widgetization: <strong>Global Translator is now widgetized</strong>!<br />
- Fixed some bugs and file permission issues<br />
- Excluded RSS feeds and trackback urls translation<br />
- Fixed some problems on translated pages </p>
<p>IMPORTANT: if you are experimenting problems with your current translation service I suggest you to try FreeTranslation.</p>
<p>You can download the new version of Global Translation from <a href="http://www.n2h.it/wp-plugins/wordpress-global-translator-plugin/">this page</a>.</p>
<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n2h.it/wp-plugins/global-translator-07-released/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Global Translator: I&#8217;m working on a new release</title>
		<link>http://www.n2h.it/wp-plugins/global-translator-im-working-on-a-new-release/</link>
		<comments>http://www.n2h.it/wp-plugins/global-translator-im-working-on-a-new-release/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 15:32:09 +0000</pubDate>
		<dc:creator>davide</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[global-translator]]></category>
		<guid isPermaLink="false">http://www.n2h.it/wp-plugins/global-translator-im-working-on-a-new-release/</guid>
		<description><![CDATA[A new release is coming soon. I&#8217;m receiving a lot of comments, questions, suggestion about my plugin, but it&#8217;s hard to publish and manage all of them. So please be patient and please wait just for a few days.
Consiglio: Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni [...]<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></description>
			<content:encoded><![CDATA[<p>A new release is coming soon. I&#8217;m receiving a lot of comments, questions, suggestion about my plugin, but it&#8217;s hard to publish and manage all of them. So please be patient and please wait just for a few days. <img src='http://www.n2h.it/blog/wp-includes/images/smilies/icon_smile.gif' alt="icon smile" class='wp-smiley' title="Global Translator: Im working on a new release" /> </p>
<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n2h.it/wp-plugins/global-translator-im-working-on-a-new-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Global Translator 0.6.3.beta2: aggiunto un nuovo motore di traduzione!</title>
		<link>http://www.n2h.it/wp-plugins/global-translator-063beta2-aggiunto-un-nuovo-motore-di-traduzione/</link>
		<comments>http://www.n2h.it/wp-plugins/global-translator-063beta2-aggiunto-un-nuovo-motore-di-traduzione/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 09:33:41 +0000</pubDate>
		<dc:creator>davide</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[global_translator]]></category>
		<category><![CDATA[promt_online_translator]]></category>
		<category><![CDATA[translation_engine]]></category>
		<guid isPermaLink="false">http://www.n2h.it/wp-plugins/global-translator-063beta2-aggiunto-un-nuovo-motore-di-traduzione/</guid>
		<description><![CDATA[Nella beta2 della nuova release di Global Translator ho aggiunto il nuovo motore di traduzione Promt Online Translator che non sembra soffrire dei problemi di banning riscontrati negli ultimi tempi con Google e Babelfish. Dovrebbe inoltre essere risolto il problema segnalato da alcuni utenti relativo all&#8217;errore &#8220;Call to undefined function sem_get() in wp-content/plugins/global-translator/header.php on line [...]<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Nella beta2 della nuova release di <a href="http://www.n2h.it/wp-plugins/wordpress-global-translator-plugin/">Global Translator</a> ho aggiunto il nuovo motore di traduzione <a target="_blank" href="http://www.online-translator.com/">Promt Online Translator</a> che non sembra soffrire dei problemi di banning riscontrati negli ultimi tempi con Google e Babelfish. Dovrebbe inoltre essere risolto il problema segnalato da alcuni utenti relativo all&#8217;errore &#8220;<em>Call to undefined function sem_get() in wp-content/plugins/global-translator/header.php on line 40</em>&#8220;: poichÃ¨ sulla mia installazione non Ã¨ riproducibile, vi invito a provare e a darmi un riscontro in modo da consentirmi di stabilizzare questa release il prima possibile. <img src='http://www.n2h.it/blog/wp-includes/images/smilies/icon_smile.gif' alt="icon smile" class='wp-smiley' title="Global Translator 0.6.3.beta2: aggiunto un nuovo motore di traduzione!" /> </p>
<p><em>Short translation for english people</em><br />
On the new beta2 version of <a href="http://www.n2h.it/wp-plugins/wordpress-global-translator-plugin/">Global Translator</a> I&#8217;ve added a new translation engine called <a target="_blank" href="http://www.online-translator.com/">Promt Online Translator</a> which shouldn&#8217;t have banning problems as Google and Babelfish. The error &#8220;<em>Call to undefined function sem_get() in wp-content/plugins/global-translator/header.php on line 40</em>&#8221; should be solved, but I encourage you to try this beta because the problem is not reproducible on my blogs. Thanks for your help in testing Global Translator!</p>
<p><s>[<a href="http://www.n2h.it/extras/stats/download.php?id=16">Download Global Translator 0.6.3.beta2</a>]</s><br />
[<a href="http://www.n2h.it/extras/stats/download.php?id=16">Download Global Translator 0.6.3.beta3</a>]</p>
<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n2h.it/wp-plugins/global-translator-063beta2-aggiunto-un-nuovo-motore-di-traduzione/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Global Translator 0.6.3.beta1 rilasciato</title>
		<link>http://www.n2h.it/wp-plugins/global-translator-063beta1-rilasciato/</link>
		<comments>http://www.n2h.it/wp-plugins/global-translator-063beta1-rilasciato/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 14:03:17 +0000</pubDate>
		<dc:creator>davide</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<guid isPermaLink="false">http://www.n2h.it/wp-plugins/global-translator-063beta1-rilasciato/</guid>
		<description><![CDATA[Dopo 2 mesi sono finalmente riuscito a rilasciare una beta di Global Translator che dovrebbe consentire di tornare ad utilizzare Google Translation Services senza incorrere sul fastidiosissimo errore 403. Ho inserito un semaforo intelligente che, nel caso in cui la distanza temporale tra due richieste sia inferiore al limite imposto da Google, attende per 1,8 [...]<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Dopo 2 mesi sono finalmente riuscito a rilasciare una beta di <a href="http://www.n2h.it/wp-plugins/wordpress-global-translator-plugin/">Global Translator</a> che dovrebbe consentire di tornare ad utilizzare <strong>Google Translation Services</strong> senza incorrere sul fastidiosissimo <strong>errore 403</strong>. Ho inserito un semaforo intelligente che, nel caso in cui la distanza temporale tra due richieste sia inferiore al limite imposto da Google, attende per 1,8 secondi. Questo dovrebbe essere sufficiente per non farsi bannare, ma mi servono anche i vostri riscontri!<br />
Inoltre ho sistemato un po di problemi relativi alla struttura della pagina tradotta: in certe situazioni infatti venivano erroneamente rimossi alcuni tags.</p>
<p><em>Short translation for english people</em><br />
Here&#8217;s another version of <a href="http://www.n2h.it/wp-plugins/wordpress-global-translator-plugin/">Global Translator</a>! <strong>This version shoud definitively fix the &#8220;ERROR 403&#8243; problem by Google</strong>. Google returns this error page when the delay between two request is less than 1.8 secs. I&#8217;ve added an experimental semaphore which shoud be able to apply a delay only when needed. So, if you want to contribute you could download and try it!<br />
I&#8217;ve also fixed many errors on the translated layout.</p>
<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n2h.it/wp-plugins/global-translator-063beta1-rilasciato/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Translator 0.6.2: supporto alla nuova URL di traduzione di Babelfish</title>
		<link>http://www.n2h.it/wp-plugins/global-translator-062-supporto-alla-nuova-url-di-traduzione-di-babelfish/</link>
		<comments>http://www.n2h.it/wp-plugins/global-translator-062-supporto-alla-nuova-url-di-traduzione-di-babelfish/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 09:14:54 +0000</pubDate>
		<dc:creator>davide</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[babelfish]]></category>
		<category><![CDATA[global_translator]]></category>
		<category><![CDATA[translation]]></category>
		<guid isPermaLink="false">http://www.n2h.it/wp-plugins/global-translator-062-supporto-alla-nuova-url-di-traduzione-di-babelfish/</guid>
		<description><![CDATA[Grazie ad alcune valide segnalazioni ho potuto appurare che Babelfish ha modificato l&#8217;URL da invocare per le traduzioni: l&#8217;effetto immediato su Global Translator Ã¨ stato chiaramente il blocco di tutte le traduzioni basate su questo motore.
Fortunatamente la modifica per ripristinare il supporto a Babelfish Ã¨ stata veramente minimale (una cosa da 5 minuti): invito quindi [...]<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Grazie ad alcune valide segnalazioni ho potuto appurare che Babelfish ha modificato l&#8217;URL da invocare per le traduzioni: l&#8217;effetto immediato su <a href="http://www.n2h.it/wp-plugins/wordpress-global-translator-plugin/">Global Translator</a> Ã¨ stato chiaramente il blocco di tutte le traduzioni basate su questo motore.<br />
Fortunatamente la modifica per ripristinare il supporto a Babelfish Ã¨ stata veramente minimale (una cosa da 5 minuti): invito quindi tutti gli utilizzatori di Global Translator 0.6 e 0.6.1 di migrare immediatamente alla nuova versione <a href="http://www.n2h.it/extras/stats/download.php?id=15">scaricabile anche da qui</a>.</p>
<p><em>English short version</em><br />
I&#8217;ve just updated Global Translator in order to support the new translation URL provided by Babelfish. If want to use the Babelfish engine you have to download the just released <a href="http://www.n2h.it/extras/stats/download.php?id=15">0.6.2 version</a>.</p>
<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n2h.it/wp-plugins/global-translator-062-supporto-alla-nuova-url-di-traduzione-di-babelfish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Translator 0.6.1 rilasciato</title>
		<link>http://www.n2h.it/wp-plugins/global-translator-061-rilasciato/</link>
		<comments>http://www.n2h.it/wp-plugins/global-translator-061-rilasciato/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 15:41:06 +0000</pubDate>
		<dc:creator>davide</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[global_translator]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.n2h.it/wp-plugins/global-translator-061-rilasciato/</guid>
		<description><![CDATA[Questa minor release sistema un paio di problemi riscontrati da alcuni utenti:
il primo Ã¨ relativo al fatto che in alcuni casi l&#8217; HTML ritornato dal servizio di traduzione causa un problema di layout sulla barra delle bandiere
il secondo riguarda effettivamente la presenza di un bug nel parsing delle URL per l&#8217;estrazione dei codice della [...]<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Questa minor release sistema un paio di problemi riscontrati da alcuni utenti: </p>
<ul>
<li>il primo Ã¨ relativo al fatto che in alcuni casi l&#8217; HTML ritornato dal servizio di traduzione causa un problema di layout sulla barra delle bandiere</li>
<li>il secondo riguarda effettivamente la presenza di un bug nel parsing delle URL per l&#8217;estrazione dei codice della lingua.</li>
</ul>
<p>Procedete subito al <a href="http://www.n2h.it/wp-plugins/wordpress-global-translator-plugin/">download</a> e fatemi avere i vostri feedbacks !!</p>
<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n2h.it/wp-plugins/global-translator-061-rilasciato/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Translator 0.6 rilasciato</title>
		<link>http://www.n2h.it/wp-plugins/global-translator-06-rilasciato/</link>
		<comments>http://www.n2h.it/wp-plugins/global-translator-06-rilasciato/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 20:39:42 +0000</pubDate>
		<dc:creator>davide</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[babelfish_translation]]></category>
		<category><![CDATA[global_translator]]></category>
		<guid isPermaLink="false">http://www.n2h.it/blog/wp-plugins/global-translator-06-rilasciato/</guid>
		<description><![CDATA[Alla fine mi sono deciso a rilasciare la versione 0.6 di Global Translator. Dopo alcuni giorni in cui non ho ricevuto segnalazioni di particolari o gravi problemi ho promosso la versione correntemente in sviluppo a stabile.
Di seguito il changelog complessivo:
Fixed compatibility problem with Firestats
Added the â€œgltr_â€? prefix for all the functions names in order to [...]<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Alla fine mi sono deciso a rilasciare la <a href="http://www.n2h.it/blog/wp-plugins/wordpress-global-translator-plugin/">versione 0.6</a> di <strong>Global Translator</strong>. Dopo alcuni giorni in cui non ho ricevuto segnalazioni di particolari o gravi problemi ho promosso la versione correntemente in sviluppo a stabile.<span id="more-273"></span><br />
Di seguito il changelog complessivo:</p>
<ul>
<li>Fixed compatibility problem with Firestats</li>
<li>Added the â€œgltr_â€? prefix for all the functions names in order to reduce naming conflicts with other plugins</li>
<li>Added new configuration feature: now you can choose to enable a custom number of translations</li>
<li>Removed PHP short tags </li>
<li>Fixed some issues for Babelfish translation</li>
<li>Added alt attribute for flags IMG</li>
<li>Added support to BabelFish Engine: this should help to solve the &#8220;<strong>403 Error</strong>&#8221; by Google</li>
<li>Added my signature to the translation bar. It can be removed, but you should add a link to my blog on your blogroll.</li>
<li>Replaced all the flags images</li>
<li>Added help messages for cache support</li>
<li>Added automatic permalink update system: you don&#8217;t need to re-save your permalinks settings</li>
<li>Fixed many link replacement issues</li>
<li>Added hreflang attribute to the flags bar links</li>
<li>Added id attribute to &lt;A&gt; tag for each flag link</li>
<li>Added &lt;DIV&gt; tag for the translation bar</li>
<li>Added support for the following new languages: <b>Russian, Greek, Dutch</b></li>
</ul>
<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n2h.it/wp-plugins/global-translator-06-rilasciato/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Global Translator 0.6.beta5 rilasciato</title>
		<link>http://www.n2h.it/wp-plugins/global-translator-06beta5-rilasciato/</link>
		<comments>http://www.n2h.it/wp-plugins/global-translator-06beta5-rilasciato/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 09:29:03 +0000</pubDate>
		<dc:creator>davide</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[babel-fish]]></category>
		<category><![CDATA[firestats]]></category>
		<category><![CDATA[global-translator]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[traduzioni]]></category>
		<category><![CDATA[translations]]></category>
		<guid isPermaLink="false">http://www.n2h.it/blog/wp-plugins/global-translator-06beta5-rilasciato/</guid>
		<description><![CDATA[La 0.6.beta5 include una piccola ma sostanziale modifica relativa al reperimento dell&#8217;url da inviare al servizio di traduzione. La modalitÃ  precedente creava problemi ad alcune configurazioni ed andava in conflitto con Firestats. Colgo l&#8217;occasione per ringraziare Jason F. Irwin per il prezioso supporto fornitomi.
Release notes:
Fixed compatibility problem with Firestats
Consiglio: Clicca qui per avviare una scansione [...]<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></description>
			<content:encoded><![CDATA[<p>La <a href="http://www.n2h.it/blog/wp-plugins/wordpress-global-translator-plugin/">0.6.beta5</a> include una piccola ma sostanziale modifica relativa al reperimento dell&#8217;url da inviare al servizio di traduzione. La modalitÃ  precedente creava problemi ad alcune configurazioni ed andava in conflitto con <strong>Firestats</strong>. Colgo l&#8217;occasione per ringraziare <a href="http://www.j2fi.net">Jason F. Irwin</a> per il prezioso supporto fornitomi.<br />
Release notes:</p>
<ul>
<li>Fixed compatibility problem with Firestats</li>
</ul>
<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n2h.it/wp-plugins/global-translator-06beta5-rilasciato/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Translator 0.6.beta4 rilasciato</title>
		<link>http://www.n2h.it/wp-plugins/global-translator-06beta4-rilasciato/</link>
		<comments>http://www.n2h.it/wp-plugins/global-translator-06beta4-rilasciato/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 19:52:31 +0000</pubDate>
		<dc:creator>davide</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[babel-fish]]></category>
		<category><![CDATA[global-translator]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[traduzioni]]></category>
		<category><![CDATA[translations]]></category>
		<guid isPermaLink="false">http://www.n2h.it/blog/wp-plugins/global-translator-06beta4-rilasciato/</guid>
		<description><![CDATA[Con la nuova feature che consente di selezionare quali traduzioni abilitare, ho introdotto un bug che non permetteva di visualizzare la bandiera relativa alla lingua di base del blog. Questo il motivo principale per la 0.6.beta4. I dettagli di seguito:
Fixed bug introduced with the new configuration option which permits to choose which flags to show
Added [...]<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Con la nuova feature che consente di selezionare quali traduzioni abilitare, ho introdotto un bug che non permetteva di visualizzare la bandiera relativa alla lingua di base del blog. Questo il motivo principale per la <a href="http://www.n2h.it/blog/wp-plugins/wordpress-global-translator-plugin/">0.6.beta4</a>. I dettagli di seguito:</p>
<ul>
<li>Fixed bug introduced with the new configuration option which permits to choose which flags to show</li>
<li>Added the &#8220;gltr_&#8221; prefix for all the functions names in order to reduce naming conflicts with other plugins</li>
<li>Removed PLUGIN_DIR_NAME define</li>
</ul>
<p><br/>
<div style="border-top: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); margin: 10px 0pt; padding: 10px; background: rgb(236, 239, 245) none repeat scroll 0% 0%;font-family:Arial"><strong>Consiglio:</strong> <a style="text-decoration:underline;" href="http://www.liutilities.com/affcb/?id=RBgen&#038;aff=6088&#038;xat=fdd" target="_blank">Clicca qui per avviare una scansione degli errori del sistema ed ottimizzare le prestazioni del PC</a></div>
<div style=" padding:5px;font-size:10px;font-family:Arial">Scarica gratis Google Images Downloader 2.0: [<a href="http://www.n2h.it/gid.php?ver=win">versione per Windows</a>] [<a href="http://www.n2h.it/gid.php?ver=mul">versione multipiattaforma</a>]</div>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n2h.it/wp-plugins/global-translator-06beta4-rilasciato/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

