<?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"
	>

<channel>
	<title>Europeanwebhost.com</title>
	<atom:link href="http://blog.europeanwebhost.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.europeanwebhost.com</link>
	<description>Sei tu il cambiamento che vuoi vedere nel mondo.</description>
	<pubDate>Fri, 06 Jun 2008 13:12:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>.ASIA a 15 euro</title>
		<link>http://blog.europeanwebhost.com/2008/06/06/asia-a-15-euro/</link>
		<comments>http://blog.europeanwebhost.com/2008/06/06/asia-a-15-euro/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 13:12:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Promozioni]]></category>

		<guid isPermaLink="false">http://blog.europeanwebhost.com/?p=58</guid>
		<description><![CDATA[Siamo lieti di annunciarvi che da oggi sono disponibili i nuovi domini .ASIA al prezzo di 15€ iva inclusa.
]]></description>
		<wfw:commentRss>http://blog.europeanwebhost.com/2008/06/06/asia-a-15-euro/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Una marcia in +</title>
		<link>http://blog.europeanwebhost.com/2008/05/07/una-marcia-in/</link>
		<comments>http://blog.europeanwebhost.com/2008/05/07/una-marcia-in/#comments</comments>
		<pubDate>Wed, 07 May 2008 14:18:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Guide]]></category>

		<guid isPermaLink="false">http://blog.europeanwebhost.com/?p=57</guid>
		<description><![CDATA[Non tutti sanno che esistono dei piccoli metodi per incrementare la velocità del sito e risparmiare il traffico a disposizione.
Qui di seguito vi riportiamo un&#8217;esempio che potete benissimo utilizzare nei vostri siti tramite il file .htaccess.
&#60;IfModule mod_expires.c&#62;
ExpiresActive On
ExpiresDefault A300
ExpiresByType image/x-icon A2592000
ExpiresByType application/x-javascript A3600
ExpiresByType text/css A3600
ExpiresByType image/gif A604800
ExpiresByType image/png A604800
ExpiresByType image/jpeg A604800
ExpiresByType text/plain A300
ExpiresByType application/x-shockwave-flash A604800
ExpiresByType [...]]]></description>
		<wfw:commentRss>http://blog.europeanwebhost.com/2008/05/07/una-marcia-in/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finalmente in Europa</title>
		<link>http://blog.europeanwebhost.com/2008/05/05/finalmente-in-europa/</link>
		<comments>http://blog.europeanwebhost.com/2008/05/05/finalmente-in-europa/#comments</comments>
		<pubDate>Mon, 05 May 2008 19:09:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Novità]]></category>

		<guid isPermaLink="false">http://blog.europeanwebhost.com/?p=56</guid>
		<description><![CDATA[Siamo orgogliosi di annunciarVi che da pochi giorni Europeanwebhost.com si avvicina ai suoi numerosi clienti italiani ed europei con dei nuovi server.
Infatti, i nuovi server sono stati installati nella nostra DC in Europa precisamente Londra, passando quindi da un ping medio di 150 ms (per i server negli USA da roma) a 30 ms per [...]]]></description>
		<wfw:commentRss>http://blog.europeanwebhost.com/2008/05/05/finalmente-in-europa/feed/</wfw:commentRss>
		</item>
		<item>
		<title>.IN a 8euro</title>
		<link>http://blog.europeanwebhost.com/2007/11/01/in-a-8euro/</link>
		<comments>http://blog.europeanwebhost.com/2007/11/01/in-a-8euro/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 11:22:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Varie]]></category>

		<guid isPermaLink="false">http://blog.europeanwebhost.com/2007/11/01/in-a-8euro/</guid>
		<description><![CDATA[Fino al 31 Dicembre 2007 potrete acquistare i domini .IN a soli 8 euro iva inclusa
]]></description>
		<wfw:commentRss>http://blog.europeanwebhost.com/2007/11/01/in-a-8euro/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP e CDOSYS</title>
		<link>http://blog.europeanwebhost.com/2007/10/25/asp-e-cdosys/</link>
		<comments>http://blog.europeanwebhost.com/2007/10/25/asp-e-cdosys/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 13:09:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Guide]]></category>

		<guid isPermaLink="false">http://blog.europeanwebhost.com/2007/10/25/asp-e-cdosys/</guid>
		<description><![CDATA[In questo breve tutorial vedrò di illustrarvi l&#8217;invio di una semplice mail con CDOSYS&#8230;
&#60;%
&#8216; Controlla invio
if Request.QueryString(&#8221;invia&#8221;) = &#8220;true&#8221; then
&#8216;Impostiamo le nostre preferenze
Dim iMsg, iConf, Flds
&#8216;Crea l&#8217;oggetto email
Set iMsg = CreateObject(&#8221;CDO.Message&#8221;)
&#8216;Crea l&#8217;oggetto configurazione
Set iConf = CreateObject(&#8221;CDO.Configuration&#8221;)
&#8216;Impostazione delle configurazioni per l&#8217;invio remoto
Set Flds = iConf.Fields
Flds(&#8221;http://schemas.microsoft.com/cdo/configuration/urlgetlatestversion&#8221;) = True
&#8216;Spedizione: mittente, destinatario, oggetto, messaggio
mittente = &#8220;xxxx@tuosito.com&#8221;
destinatario = request.form(&#8221;to&#8221;)
oggetto = [...]]]></description>
		<wfw:commentRss>http://blog.europeanwebhost.com/2007/10/25/asp-e-cdosys/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PLESK: creare un database</title>
		<link>http://blog.europeanwebhost.com/2007/10/12/plesk-creare-un-database/</link>
		<comments>http://blog.europeanwebhost.com/2007/10/12/plesk-creare-un-database/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 13:15:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Guide]]></category>

		<guid isPermaLink="false">http://blog.europeanwebhost.com/2007/10/12/plesk-creare-un-database/</guid>
		<description><![CDATA[Questa piccola guida ci permette di creare un database ed assegnargli una login ed una password. Spesso ci viene fatta la richiesta di avere i dati di login e password per il database fornito ancor prima di aver creato il database.
Nella schermata principale cliccate su Database e successivamente avrete questa schermata:

da questa schermata potete inserire [...]]]></description>
		<wfw:commentRss>http://blog.europeanwebhost.com/2007/10/12/plesk-creare-un-database/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PLESK: creare un ftp</title>
		<link>http://blog.europeanwebhost.com/2007/10/12/plesk-creare-un-ftp/</link>
		<comments>http://blog.europeanwebhost.com/2007/10/12/plesk-creare-un-ftp/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 12:51:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Guide]]></category>

		<guid isPermaLink="false">http://blog.europeanwebhost.com/2007/10/12/plesk-creare-un-ftp/</guid>
		<description><![CDATA[Molti di voi continuano ancora a chiedere i dati per creare database, ftp e tanto altro ancora.
Con queste guide, speriamo di farvi capire di essere completamente autonomi per quanto riguarda la creazione delle utenze di qualsiasi servizio offerto.
1)cliccare sul proprio dominio fino ad avere una maschera simile a questa:


2)cliccare su Setup e avrete una maschera [...]]]></description>
		<wfw:commentRss>http://blog.europeanwebhost.com/2007/10/12/plesk-creare-un-ftp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HELM: creare un ftp</title>
		<link>http://blog.europeanwebhost.com/2007/09/18/helm-creare-un-ftp/</link>
		<comments>http://blog.europeanwebhost.com/2007/09/18/helm-creare-un-ftp/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 10:31:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Guide]]></category>

		<guid isPermaLink="false">http://blog.europeanwebhost.com/2007/09/18/helm-creare-un-ftp/</guid>
		<description><![CDATA[Un&#8217;altra piccola guida per voi. Molti di voi continuano ancora a chiderci i dati per creare database, ftp e tanto altro ancora.
Con queste guide, speriamo di farvi capire di essere completamente autonomi per quanto riguarda la creazione delle utenze di qualsiasi servizio offerto.
1)cliccare sul proprio dominio fino ad avere una maschera simile a questa

2)cliccare su [...]]]></description>
		<wfw:commentRss>http://blog.europeanwebhost.com/2007/09/18/helm-creare-un-ftp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone: sta arrivando</title>
		<link>http://blog.europeanwebhost.com/2007/09/17/iphone-sta-arrivando/</link>
		<comments>http://blog.europeanwebhost.com/2007/09/17/iphone-sta-arrivando/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 11:51:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Mondo Web]]></category>

		<guid isPermaLink="false">http://blog.europeanwebhost.com/2007/09/17/iphone-sta-arrivando/</guid>
		<description><![CDATA[Secondo molti 				esperti il 18 settembre potrebbe essere l&#8217;occasione per annunciare il lancio dell&#8217;iPhone in Europa.
 				Sempre secondo indiscrezioni l&#8217;iPhone lanciato in Europa dovrebbe avere anche la connettività  				UMTS ed una memoria 				di 16 GigaByte.
 Ricordiamo che il prezzo attuale negli USA dell&#8217;iPhone è di 399 €, non  				si conosce ancora quale sarà [...]]]></description>
		<wfw:commentRss>http://blog.europeanwebhost.com/2007/09/17/iphone-sta-arrivando/feed/</wfw:commentRss>
		</item>
		<item>
		<title>phpMyAdmin 2.11.0</title>
		<link>http://blog.europeanwebhost.com/2007/09/13/phpmyadmin-2110/</link>
		<comments>http://blog.europeanwebhost.com/2007/09/13/phpmyadmin-2110/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 13:56:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Mondo Web]]></category>

		<guid isPermaLink="false">http://blog.europeanwebhost.com/2007/09/13/phpmyadmin-2110/</guid>
		<description><![CDATA[Tutti sanno cos&#8217;è phpMyAdmin.?
Per chi non lo sapesse è un tool di amministrazione scritto in php che permette di gestire i database MySql.
Le funzionalità più comuni sono: creazione/cancellazione/modifica di tabelle o campi, import ed export dei dati da un database all&#8217;altro e la gestione dei comandi SQL più comuni.
Se vi chiedete il motivo per cui [...]]]></description>
		<wfw:commentRss>http://blog.europeanwebhost.com/2007/09/13/phpmyadmin-2110/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
